diff --git a/EDA.ipynb b/EDA.ipynb index aa144e8..dacf222 100644 --- a/EDA.ipynb +++ b/EDA.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 3, + "execution_count": 27, "metadata": {}, "outputs": [], "source": [ @@ -31,7 +31,7 @@ "matplotlib.rcParams['figure.figsize'] = (20, 10)\n", "tqdm.pandas()\n", "pd.set_option('display.max_columns', None)\n", - "pd.set_option('display.max_colwidth', 130)\n", + "pd.set_option('display.max_colwidth', 200)\n", "import platform\n", "if platform.system() == \"Windows\":\n", " prefix = \"Z:/\"\n", @@ -49,27 +49,27 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "0 Gabrielle/\n", - "1 Gabrielle/Orders\n", - "2 Gabrielle/Orders/AOIs\n", - "3 Gabrielle/Orders/AOIs/Pauanui_Tairua_07JAN2023WGS84.sbn\n", - "4 Gabrielle/Orders/AOIs/Pauanui_Tairua_07JAN2023.sbx\n", - " ... \n", - "190474 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_01AUG1942_mosaic.jp2.aux.xml\n", - "190475 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_22AUG1961_mosaic.tif.aux.xml\n", - "190476 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_20SEP1980_mosaic.jp2.aux.xml\n", - "190477 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_04APR1986_mosaic.jp2.ovr\n", - "190478 Retrolens/Wellington/MasterBlank_withProxy.shx\n", - "Name: 0, Length: 190479, dtype: object" + "0 Gabrielle/\n", + "1 Gabrielle/Orders\n", + "2 Gabrielle/Orders/AOIs\n", + "3 Gabrielle/Orders/AOIs/Pauanui_Tairua_07JAN2023WGS84.sbn\n", + "4 Gabrielle/Orders/AOIs/Pauanui_Tairua_07JAN2023.sbx\n", + " ... \n", + "249721 SpatialData/Mosaics/Nelson.Overviews/NEL18R.Overviews/Ov_i03_L02_R00000062_C00000065.tfw\n", + "249722 SpatialData/Mosaics/Nelson.Overviews/NEL18R.Overviews/Ov_i03_L03_R00000020_C00000022.tfw\n", + "249723 SpatialData/Mosaics/Nelson.Overviews/NEL18R.Overviews/Ov_i03_L01_R00000125_C00000131.tif\n", + "249724 SpatialData/Mosaics/Nelson.Overviews/NEL18R.Overviews/Ov_i03_L01_R00000127_C00000133.tif\n", + "249725 SpatialData/Mosaics/SouthCanterbury_CBY17Rb.lyr\n", + "Name: 0, Length: 249726, dtype: object" ] }, - "execution_count": 4, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -81,7 +81,7 @@ "else:\n", " def find_files(root):\n", " return pd.Series(glob(prefix + root + \"**/**\", recursive=True)).str.replace(prefix, \"\")\n", - " filelist = pd.concat(thread_map(find_files, [\"Gabrielle\", \"MaxarImagery\", \"Retrolens\"]))\n", + " filelist = pd.concat(thread_map(find_files, [\"Gabrielle\", \"MaxarImagery\", \"Retrolens\", \"SpatialData/Mosaics\"]))\n", " if platform.system() == \"Windows\":\n", " filelist = filelist.str.replace(\"\\\\\", \"/\", regex=False)\n", " filelist.to_csv(filename, index=False, header=False)\n", @@ -90,7 +90,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -119,23 +119,23 @@ " \n", " \n", " \n", - " 29723\n", + " 29735\n", " Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp\n", " \n", " \n", - " 29750\n", + " 29762\n", " Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp\n", " \n", " \n", - " 29754\n", + " 29765\n", " Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp\n", " \n", " \n", - " 29758\n", + " 29769\n", " Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp\n", " \n", " \n", - " 29760\n", + " 29771\n", " Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp\n", " \n", " \n", @@ -143,48 +143,48 @@ " ...\n", " \n", " \n", - " 189114\n", + " 193514\n", " Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_02JAN1988.shp\n", " \n", " \n", - " 189119\n", + " 193520\n", " Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_06OCT1980.shp\n", " \n", " \n", - " 190223\n", + " 194627\n", " Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp\n", " \n", " \n", - " 190234\n", + " 194638\n", " Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_Wellington_13FEB2021.shp\n", " \n", " \n", - " 190236\n", + " 194640\n", " Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp\n", " \n", " \n", "\n", - "

2634 rows × 1 columns

\n", + "

2770 rows × 1 columns

\n", "" ], "text/plain": [ " filename\n", - "29723 Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp\n", - "29750 Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp\n", - "29754 Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp\n", - "29758 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp\n", - "29760 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp\n", + "29735 Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp\n", + "29762 Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp\n", + "29765 Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp\n", + "29769 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp\n", + "29771 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp\n", "... ...\n", - "189114 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_02JAN1988.shp\n", - "189119 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_06OCT1980.shp\n", - "190223 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp\n", - "190234 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_Wellington_13FEB2021.shp\n", - "190236 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp\n", + "193514 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_02JAN1988.shp\n", + "193520 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_06OCT1980.shp\n", + "194627 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp\n", + "194638 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_Wellington_13FEB2021.shp\n", + "194640 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp\n", "\n", - "[2634 rows x 1 columns]" + "[2770 rows x 1 columns]" ] }, - "execution_count": 5, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } @@ -202,54 +202,63 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 4, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "33393 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_08NOV2019_2.tif\n", - "33394 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_08NOV2019_1.tif\n", - "33396 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_12MAR2018.tif\n", - "33399 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif\n", - "33413 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_25DEC2015.tif\n", + "33158 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_08NOV2019_2.tif\n", + "33159 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_08NOV2019_1.tif\n", + "33161 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_12MAR2018.tif\n", + "33164 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif\n", + "33178 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_25DEC2015.tif\n", " ... \n", - "190460 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_19NOV1972_mosaic.jp2\n", - "190466 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_04APR1986_mosaic.jp2\n", - "190469 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_10NOV1977_mosaic.tif\n", - "190470 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_22AUG1961_mosaic.tif\n", - "190473 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_01AUG1942_mosaic.jp2\n", - "Name: 0, Length: 2511, dtype: object" + "194864 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_19NOV1972_mosaic.jp2\n", + "194870 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_04APR1986_mosaic.jp2\n", + "194873 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_10NOV1977_mosaic.tif\n", + "194874 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_22AUG1961_mosaic.tif\n", + "194877 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_01AUG1942_mosaic.jp2\n", + "Name: 0, Length: 2702, dtype: object" ] }, - "execution_count": 6, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "images = filelist[filelist.str.contains(\"/Stack/\", case=False) & filelist.str.endswith((\".jpg\", \".jp2\", \".tif\", \".TIF\"))]\n", + "images = filelist[filelist.str.contains(\"Stack\", case=False) & filelist.str.endswith((\".jpg\", \".jp2\", \".tif\", \".TIF\"))]\n", "images" ] }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "Gabrielle_images = filelist[filelist.str.startswith(\"Gabrielle\") & filelist.str.endswith((\".jpg\", \".jp2\", \".tif\"))]" + ] + }, + { + "cell_type": "code", + "execution_count": 6, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Perfect matches: 1681\n", - "Imperfect matches: 953\n" + "Perfect matches: 2072\n", + "Imperfect matches: 698\n" ] } ], "source": [ "# When fuzzy matching, ignore these strings\n", "# _0 will ignore leading zeros in dates\n", - "strings_to_delete = [\"_mosaic\", \"_mosiac\", \"_mosaid\", \".mosaic\", \"_cliff\", \"_beach\", \"_beachcliffsegment\", \"_MF.shp\", \"_MT.shp\", \"_0\", \"_1.tif\", \"_2.tif\", \"_3.tif\", \"_LDS\", \"_\"]\n", + "strings_to_delete = [\"_mosaic\", \"_mosiac\", \"_mosaid\", \".mosaic\", \"_cliff\", \"_beach\", \"_beachcliffsegment\", \"_MF.shp\", \"_MT.shp\", \"_0\", \"_1.tif\", \"_2.tif\", \"_3.tif\", \"_LDS\", \"_\", \" \"]\n", "\n", "def fuzz_preprocess(filename):\n", " for s in strings_to_delete:\n", @@ -263,12 +272,14 @@ " return filename\n", "\n", "def get_matching_image(filename):\n", + " if filename.startswith(\"Gabrielle\"):\n", + " match, score, index = rapidfuzz.process.extractOne(query=filename, choices=Gabrielle_images, processor=fuzz_preprocess)\n", + " return match, score\n", " dirname = os.path.dirname(filename)\n", - " RL_dirname = dirname.replace(\"Stack/\", \"\").replace(\"Shorelines\", \"Stack\").replace(\"MaxarImagery/HighFreq\", \"Retrolens\")\n", - " Maxar_dirname = dirname.replace(\"Imagery/Shorelines\", \"Imagery/Stack\").replace(\"Shorelines\", \"Imagery/Stack\").replace(\"Retrolens\", \"MaxarImagery/HighFreq\")\n", - " Maxar_dirname_uppercase = Maxar_dirname.replace(\"Stack\", \"STACK\")\n", - " Maxar_dirname_outside_Imagery = Maxar_dirname.replace(\"Imagery/Stack\", \"Stack\")\n", - " all_files_in_folder = images[images.str.startswith((RL_dirname, Maxar_dirname, Maxar_dirname_uppercase, Maxar_dirname_outside_Imagery))]\n", + " dirname = os.path.dirname(dirname)\n", + " RL_dirname = dirname.replace(\"MaxarImagery/HighFreq\", \"Retrolens\")\n", + " Maxar_dirname = dirname.replace(\"Retrolens\", \"MaxarImagery/HighFreq\")\n", + " all_files_in_folder = images[images.str.startswith((RL_dirname, Maxar_dirname))]\n", " if len(all_files_in_folder) == 0:\n", " return \"\", 0\n", " match, score, index = rapidfuzz.process.extractOne(query=filename, choices=all_files_in_folder, processor=fuzz_preprocess)\n", @@ -282,213 +293,105 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 7, "metadata": {}, "outputs": [ { "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
filenamematched_imagematch_score
66392MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_10JUN2012.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_10JUN2012.tif100.000000
66396MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_28JUN2013.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_28JUN2013.tif100.000000
66399MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_18APR2011.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_18APR2011.tif100.000000
66404MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_16FEB2004.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_16FEB2004.TIF100.000000
66426MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_22JUN2019.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_22JUN2019.TIF100.000000
66430MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_15JUL2006.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_15JUL2006.tif100.000000
66431MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_12SEP2018.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_12SEP2018.TIF100.000000
66433MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_28APR2014.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_28APR2014.tif100.000000
66438MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_05NOV2016.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_05NOV2016.tif100.000000
66440MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_31AUG2015.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_31AUG2015.tif100.000000
164459Retrolens/Northland/Ahipara/Shorelines/Ahipara_12OCT1950.shpRetrolens/Northland/Ahipara/Stack/Ahipara_12OCT1950.tif100.000000
164478Retrolens/Northland/Ahipara/Shorelines/Ahipara_18NOV1977.shpRetrolens/Northland/Ahipara/Stack/Ahipara_18NOV1977.tif100.000000
164479Retrolens/Northland/Ahipara/Shorelines/Ahipara_21NOV1986.shpRetrolens/Northland/Ahipara/Stack/Ahipara_21NOV1986.tif100.000000
164483Retrolens/Northland/Ahipara/Shorelines/Ahipara_02MAY1960.shpRetrolens/Northland/Ahipara/Stack/Ahipara_02MAY1960.tif100.000000
164485Retrolens/Northland/Ahipara/Shorelines/Ahipara_07NOV2015.shpMaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_05NOV2016.tif86.666667
164497Retrolens/Northland/Ahipara/Shorelines/Ahipara_11JUN1972.shpRetrolens/Northland/Ahipara/Stack/Ahipara_11JUN1972.tif100.000000
164501Retrolens/Northland/Ahipara/Shorelines/Ahipara_07FEB1970.shpRetrolens/Northland/Ahipara/Stack/Ahipara_07FEB1970.tif100.000000
\n", - "
" - ], + "application/vnd.jupyter.widget-view+json": { + "model_id": "f8d187424f0f4dfe80c6494dd76fef40", + "version_major": 2, + "version_minor": 0 + }, "text/plain": [ - " filename \\\n", - "66392 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_10JUN2012.shp \n", - "66396 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_28JUN2013.shp \n", - "66399 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_18APR2011.shp \n", - "66404 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_16FEB2004.shp \n", - "66426 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_22JUN2019.shp \n", - "66430 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_15JUL2006.shp \n", - "66431 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_12SEP2018.shp \n", - "66433 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_28APR2014.shp \n", - "66438 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_05NOV2016.shp \n", - "66440 MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_31AUG2015.shp \n", - "164459 Retrolens/Northland/Ahipara/Shorelines/Ahipara_12OCT1950.shp \n", - "164478 Retrolens/Northland/Ahipara/Shorelines/Ahipara_18NOV1977.shp \n", - "164479 Retrolens/Northland/Ahipara/Shorelines/Ahipara_21NOV1986.shp \n", - "164483 Retrolens/Northland/Ahipara/Shorelines/Ahipara_02MAY1960.shp \n", - "164485 Retrolens/Northland/Ahipara/Shorelines/Ahipara_07NOV2015.shp \n", - "164497 Retrolens/Northland/Ahipara/Shorelines/Ahipara_11JUN1972.shp \n", - "164501 Retrolens/Northland/Ahipara/Shorelines/Ahipara_07FEB1970.shp \n", - "\n", - " matched_image \\\n", - "66392 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_10JUN2012.tif \n", - "66396 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_28JUN2013.tif \n", - "66399 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_18APR2011.tif \n", - "66404 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_16FEB2004.TIF \n", - "66426 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_22JUN2019.TIF \n", - "66430 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_15JUL2006.tif \n", - "66431 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_12SEP2018.TIF \n", - "66433 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_28APR2014.tif \n", - "66438 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_05NOV2016.tif \n", - "66440 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_31AUG2015.tif \n", - "164459 Retrolens/Northland/Ahipara/Stack/Ahipara_12OCT1950.tif \n", - "164478 Retrolens/Northland/Ahipara/Stack/Ahipara_18NOV1977.tif \n", - "164479 Retrolens/Northland/Ahipara/Stack/Ahipara_21NOV1986.tif \n", - "164483 Retrolens/Northland/Ahipara/Stack/Ahipara_02MAY1960.tif \n", - "164485 MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_05NOV2016.tif \n", - "164497 Retrolens/Northland/Ahipara/Stack/Ahipara_11JUN1972.tif \n", - "164501 Retrolens/Northland/Ahipara/Stack/Ahipara_07FEB1970.tif \n", - "\n", - " match_score \n", - "66392 100.000000 \n", - "66396 100.000000 \n", - "66399 100.000000 \n", - "66404 100.000000 \n", - "66426 100.000000 \n", - "66430 100.000000 \n", - "66431 100.000000 \n", - "66433 100.000000 \n", - "66438 100.000000 \n", - "66440 100.000000 \n", - "164459 100.000000 \n", - "164478 100.000000 \n", - "164479 100.000000 \n", - "164483 100.000000 \n", - "164485 86.666667 \n", - "164497 100.000000 \n", - "164501 100.000000 " + " 0%| | 0/698 [00:00 1:\n", + " print(f\"{filename} has ambiguous sources: {sources}\")\n", + " return sources[0]\n", + "\n", + "failures = df[df.match_score < 100]\n", + "failures[\"Source\"] = process_map(get_source, failures.filename)\n", + "failures.Source.value_counts(dropna=False)" ] }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 8, "metadata": {}, "outputs": [ { @@ -515,117 +418,151 @@ " filename\n", " matched_image\n", " match_score\n", + " Source\n", " \n", " \n", " \n", " \n", - " 29723\n", - " Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp\n", - " \n", - " 0.0\n", + " 30570\n", + " Gabrielle/Shorelines/BayofPlenty/Opotiki/BOPLINZ_Opotiki_05APR2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/BayofPlenty/Opotiki/Opotiki_28FEB2023.tif\n", + " 57.894737\n", + " LDS\n", " \n", " \n", - " 29750\n", - " Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp\n", - " \n", - " 0.0\n", + " 31691\n", + " Gabrielle/Shorelines/Gisborne/TeAraroa/EastCape_18DEC2021.shp\n", + " Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif\n", + " 58.823529\n", + " LDS\n", " \n", " \n", - " 29754\n", - " Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp\n", - " \n", - " 0.0\n", + " 30739\n", + " Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_20DEC2021.shp\n", + " Gabrielle/Imagery/pre-storm/Waikato/Matarangi/Matarangi_24DEC2022.tif\n", + " 59.459459\n", + " LDS\n", " \n", " \n", - " 29758\n", - " Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp\n", - " \n", - " 0.0\n", + " 30931\n", + " Gabrielle/Shorelines/Delivery/PostGabrielle_shorelines_21022023.shp\n", + " Gabrielle/Imagery/pre-storm/Bay of Plenty/Tauranga/tauranga-winter-01m-urban-aerial-photos-2022/BD37_500_022023.jpg\n", + " 60.000000\n", + " Unknown\n", " \n", " \n", - " 29760\n", - " Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp\n", - " \n", - " 0.0\n", + " 30509\n", + " Gabrielle/Shorelines/BayofPlenty/Waihi/BOPLINZ_Waihi_05APR2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif\n", + " 61.538462\n", + " LDS\n", " \n", " \n", " ...\n", " ...\n", " ...\n", " ...\n", + " ...\n", " \n", " \n", - " 32081\n", - " Gabrielle/Shorelines/Gisborne/Gisborne/Gisborne_16FEB2022.shp\n", - " \n", - " 0.0\n", + " 31209\n", + " Gabrielle/Shorelines/Auckland/Whangapoua/Whangapoua_09FEB2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif\n", + " 97.297297\n", + " MAX\n", " \n", " \n", - " 32084\n", - " Gabrielle/Shorelines/Gisborne/Gisborne/Gisborne_07MAR2023.shp\n", - " \n", - " 0.0\n", + " 29780\n", + " Gabrielle/Shorelines/Merged/Auckland/Mangawhai_29JUN2021.shp\n", + " Gabrielle/Imagery/pre-storm/Northland/Mangawhai/Mangawhai_29JUNE2021.tif\n", + " 97.297297\n", + " MAX\n", " \n", " \n", - " 32096\n", - " Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_20JAN2023.shp\n", - " \n", - " 0.0\n", + " 29873\n", + " Gabrielle/Shorelines/Merged/Auckland/Whangapoua_09FEB2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif\n", + " 97.297297\n", + " MAX\n", " \n", " \n", - " 32103\n", - " Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_21FEB2023.shp\n", - " \n", - " 0.0\n", + " 30159\n", + " Gabrielle/Shorelines/Merged/Northland/LangsBeach_29JUN2021.shp\n", + " Gabrielle/Imagery/pre-storm/Northland/LangsBeach/LangsBeach_29JUNE2021.tif\n", + " 97.435897\n", + " MAX\n", " \n", " \n", - " 32111\n", - " Gabrielle/Shorelines/Gisborne/TolagaBay/AnauraTolaga_07MAR2023.shp\n", - " \n", - " 0.0\n", + " 31434\n", + " Gabrielle/Shorelines/Northland/LangsBeach/LangsBeach_29JUN2021.shp\n", + " Gabrielle/Imagery/pre-storm/Northland/LangsBeach/LangsBeach_29JUNE2021.tif\n", + " 97.435897\n", + " MAX\n", " \n", " \n", "\n", - "

295 rows × 3 columns

\n", + "

77 rows × 4 columns

\n", "" ], "text/plain": [ - " filename \\\n", - "29723 Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp \n", - "29750 Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp \n", - "29754 Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp \n", - "29758 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp \n", - "29760 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp \n", - "... ... \n", - "32081 Gabrielle/Shorelines/Gisborne/Gisborne/Gisborne_16FEB2022.shp \n", - "32084 Gabrielle/Shorelines/Gisborne/Gisborne/Gisborne_07MAR2023.shp \n", - "32096 Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_20JAN2023.shp \n", - "32103 Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_21FEB2023.shp \n", - "32111 Gabrielle/Shorelines/Gisborne/TolagaBay/AnauraTolaga_07MAR2023.shp \n", + " filename \\\n", + "30570 Gabrielle/Shorelines/BayofPlenty/Opotiki/BOPLINZ_Opotiki_05APR2023.shp \n", + "31691 Gabrielle/Shorelines/Gisborne/TeAraroa/EastCape_18DEC2021.shp \n", + "30739 Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_20DEC2021.shp \n", + "30931 Gabrielle/Shorelines/Delivery/PostGabrielle_shorelines_21022023.shp \n", + "30509 Gabrielle/Shorelines/BayofPlenty/Waihi/BOPLINZ_Waihi_05APR2023.shp \n", + "... ... \n", + "31209 Gabrielle/Shorelines/Auckland/Whangapoua/Whangapoua_09FEB2023.shp \n", + "29780 Gabrielle/Shorelines/Merged/Auckland/Mangawhai_29JUN2021.shp \n", + "29873 Gabrielle/Shorelines/Merged/Auckland/Whangapoua_09FEB2023.shp \n", + "30159 Gabrielle/Shorelines/Merged/Northland/LangsBeach_29JUN2021.shp \n", + "31434 Gabrielle/Shorelines/Northland/LangsBeach/LangsBeach_29JUN2021.shp \n", "\n", - " matched_image match_score \n", - "29723 0.0 \n", - "29750 0.0 \n", - "29754 0.0 \n", - "29758 0.0 \n", - "29760 0.0 \n", - "... ... ... \n", - "32081 0.0 \n", - "32084 0.0 \n", - "32096 0.0 \n", - "32103 0.0 \n", - "32111 0.0 \n", + " matched_image \\\n", + "30570 Gabrielle/Imagery/post_storm/Region/BayofPlenty/Opotiki/Opotiki_28FEB2023.tif \n", + "31691 Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif \n", + "30739 Gabrielle/Imagery/pre-storm/Waikato/Matarangi/Matarangi_24DEC2022.tif \n", + "30931 Gabrielle/Imagery/pre-storm/Bay of Plenty/Tauranga/tauranga-winter-01m-urban-aerial-photos-2022/BD37_500_022023.jpg \n", + "30509 Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif \n", + "... ... \n", + "31209 Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif \n", + "29780 Gabrielle/Imagery/pre-storm/Northland/Mangawhai/Mangawhai_29JUNE2021.tif \n", + "29873 Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif \n", + "30159 Gabrielle/Imagery/pre-storm/Northland/LangsBeach/LangsBeach_29JUNE2021.tif \n", + "31434 Gabrielle/Imagery/pre-storm/Northland/LangsBeach/LangsBeach_29JUNE2021.tif \n", "\n", - "[295 rows x 3 columns]" + " match_score Source \n", + "30570 57.894737 LDS \n", + "31691 58.823529 LDS \n", + "30739 59.459459 LDS \n", + "30931 60.000000 Unknown \n", + "30509 61.538462 LDS \n", + "... ... ... \n", + "31209 97.297297 MAX \n", + "29780 97.297297 MAX \n", + "29873 97.297297 MAX \n", + "30159 97.435897 MAX \n", + "31434 97.435897 MAX \n", + "\n", + "[77 rows x 4 columns]" ] }, - "execution_count": 9, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "df[df.filename.str.startswith(\"Gabrielle\")]" + "failures[failures.filename.str.startswith(\"Gabrielle\")].sort_values(by=[\"match_score\", \"filename\"])" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [], + "source": [ + "failures[failures.Source != \"LDS\"].sort_values(by=[\"match_score\", \"filename\"]).to_csv(\"failures.csv\", index=False)" ] }, { @@ -636,7 +573,18 @@ { "data": { "text/plain": [ - "(295, 5786)" + "4480 Gabrielle/Imagery/post_storm/LINZ/HawkesBay/hawkes-bay-010m-cyclone-gabrielle-aerial-photos-index-tiles-Copy.shp\n", + "10041 Gabrielle/Imagery/post_storm/LINZ/BayofPlenty/bay-of-plenty-01m-urban-aerial-photos-index-tiles-2023.shp\n", + "11918 Gabrielle/Imagery/post_storm/LINZ/Gisborne/gisborne-02m-cyclone-gabrielle-aerial-photos-index-tiles-202.shp\n", + "13888 Gabrielle/Imagery/pre-storm/Waikato/TairuaPauanui/waikato-03m-rural-aerial-photos-index-tiles-2021-2023.shp\n", + "14007 Gabrielle/Imagery/pre-storm/Waikato/LINZtemp/waikato-03m-rural-aerial-photos-index-tiles-2021-2023.shp\n", + " ... \n", + "230613 SpatialData/Mosaics/Bay of Plenty/Footprints/bay-of-plenty-03m-rural-aerial-photos-index-tiles-2019.shp\n", + "230618 SpatialData/Mosaics/Bay of Plenty/Footprints/bay-of-plenty-01m-urban-aerial-photos-index-tiles-2018-2019.shp\n", + "238223 SpatialData/Mosaics/Auckland 2017/auckland-0075m-urban-aerial-photos-index-tiles-2017 (2).shp\n", + "245053 SpatialData/Mosaics/Auckland 2017/Imagery/auckland-0075m-urban-aerial-photos-index-tiles-2017.shp\n", + "249665 SpatialData/Mosaics/Auckland 2017/auckland-0075m-urban-aerial-photos-index-tiles-2017.shp\n", + "Name: 0, Length: 79, dtype: object" ] }, "execution_count": 10, @@ -645,9 +593,8 @@ } ], "source": [ - "Gabrielle = df[df.filename.str.startswith(\"Gabrielle\")].copy()\n", - "Gabrielle_images = filelist[filelist.str.startswith(\"Gabrielle\") & filelist.str.endswith((\".jpg\", \".jp2\", \".tif\"))]\n", - "len(Gabrielle), len(Gabrielle_images)" + "index_tiles = filelist[filelist.str.contains(\".+index-tiles.+.shp$\")]\n", + "index_tiles" ] }, { @@ -656,27 +603,50 @@ "metadata": {}, "outputs": [ { - "name": "stdout", - "output_type": "stream", - "text": [ - "Perfect matches: 218\n", - "Imperfect matches: 77\n" - ] + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "76fe3844e7d44e8eb93ca3511f2014f8", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + " 0%| | 0/79 [00:00filename\n", " matched_image\n", " match_score\n", + " Source\n", " \n", " \n", " \n", " \n", - " 30684\n", - " Gabrielle/Shorelines/BayofPlenty/Opotiki/BOPLINZ_Opotiki_05APR2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/BayofPlenty/Opotiki/Opotiki_28FEB2023.tif\n", - " 57.894737\n", + " 112791\n", + " Retrolens/Waikato/Awakino/Shorelines/Awakino_15FEB2022.shp\n", + " \n", + " 0.000000\n", + " LDS\n", " \n", " \n", - " 31903\n", - " Gabrielle/Shorelines/Gisborne/TeAraroa/EastCape_18DEC2021.shp\n", - " Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif\n", - " 58.823529\n", + " 110781\n", + " Retrolens/Waikato/WaikawauRiver/Shorelines/WaikawauRiver_10MAR2018.shp\n", + " \n", + " 0.000000\n", + " LDS\n", " \n", " \n", - " 30855\n", - " Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_20DEC2021.shp\n", - " Gabrielle/Imagery/pre-storm/Waikato/Matarangi/Matarangi_24DEC2022.tif\n", - " 59.459459\n", + " 113453\n", + " Retrolens/Waikato/UrawhitikiPoint/Shorelines/UrawhitikiPoint_10MAR2018.shp\n", + " \n", + " 0.000000\n", + " LDS\n", " \n", " \n", - " 31047\n", - " Gabrielle/Shorelines/Delivery/PostGabrielle_shorelines_21022023.shp\n", - " Gabrielle/Imagery/pre-storm/Bay of Plenty/Tauranga/tauranga-winter-01m-urban-aerial-photos-2022/BD37_500_022023.jpg\n", - " 60.000000\n", + " 113448\n", + " Retrolens/Waikato/UrawhitikiPoint/Shorelines/UrawhitikiPoint_15FEB2022.shp\n", + " \n", + " 0.000000\n", + " LDS\n", " \n", " \n", - " 30617\n", - " Gabrielle/Shorelines/BayofPlenty/Waihi/BOPLINZ_Waihi_05APR2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif\n", - " 61.538462\n", + " 113345\n", + " Retrolens/Waikato/KennedyBay/Shorelines/KennedyBay_16FEB2018.shp\n", + " \n", + " 0.000000\n", + " LDS\n", " \n", " \n", " ...\n", " ...\n", " ...\n", " ...\n", + " ...\n", " \n", " \n", - " 30456\n", - " Gabrielle/Shorelines/Waikato/Otama/Otama_14FEB2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/Waikato/Otama/Otama_14FEB2023.tif\n", - " 100.000000\n", + " 161370\n", + " Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_01APR2006.shp\n", + " Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_17MAR2000_mosaic.jp2\n", + " 94.252874\n", + " LDS\n", " \n", " \n", - " 30476\n", - " Gabrielle/Shorelines/Waikato/Whangamata/Whangamata_03JAN2022.shp\n", - " Gabrielle/Imagery/pre-storm/Waikato/Whangamata/LDS/Whangamata_03JAN2022_LDS.jp2\n", - " 100.000000\n", + " 128917\n", + " Retrolens/Taranaki/Oakura/Shorelines/Oakura_31OCT2016_cliff.shp\n", + " MaxarImagery/HighFreq/Taranaki/Oakura/Imagery/Stack/Oakura_03OCT2016.tif\n", + " 96.551724\n", + " LDS\n", " \n", " \n", - " 30477\n", - " Gabrielle/Shorelines/Waikato/Whangamata/Whangamata_14FEB2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/Waikato/Whangamata/Whangamata_14FEB2023.tif\n", - " 100.000000\n", + " 128869\n", + " Retrolens/Taranaki/Oakura/Shorelines/Oakura_31OCT2016_beach.shp\n", + " MaxarImagery/HighFreq/Taranaki/Oakura/Imagery/Stack/Oakura_03OCT2016.tif\n", + " 96.551724\n", + " LDS\n", " \n", " \n", - " 30177\n", - " Gabrielle/Shorelines/Merged/Northland/MarangaiBeach_15MAY2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/Northland/MarangaiBeach/MarangaiBeach_15MAY2023.tif\n", - " 100.000000\n", + " 151566\n", + " Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_8FEB2022.shp\n", + " Retrolens/Canterbury/GoreBay/Stack/GoreBay_LDS_18FEB2022.TIF\n", + " 96.774194\n", + " LDS\n", " \n", " \n", - " 30821\n", - " Gabrielle/Shorelines/BayofPlenty/Ohiwa/Ohiwa_28FEB2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/BayofPlenty/Ohiwa/Ohiwa_28FEB2023.tif\n", - " 100.000000\n", + " 165929\n", + " Retrolens/Otago/Waipati_Beach/Shorelines/Waipati_Beach_120FEB2021.shp\n", + " Retrolens/Otago/Waipati_Beach/Stack/Waipati_Beach_20FEB2021_LDS.tif\n", + " 97.674419\n", + " LDS\n", " \n", " \n", "\n", - "

295 rows × 3 columns

\n", + "

398 rows × 4 columns

\n", "" ], "text/plain": [ - " filename \\\n", - "30684 Gabrielle/Shorelines/BayofPlenty/Opotiki/BOPLINZ_Opotiki_05APR2023.shp \n", - "31903 Gabrielle/Shorelines/Gisborne/TeAraroa/EastCape_18DEC2021.shp \n", - "30855 Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_20DEC2021.shp \n", - "31047 Gabrielle/Shorelines/Delivery/PostGabrielle_shorelines_21022023.shp \n", - "30617 Gabrielle/Shorelines/BayofPlenty/Waihi/BOPLINZ_Waihi_05APR2023.shp \n", - "... ... \n", - "30456 Gabrielle/Shorelines/Waikato/Otama/Otama_14FEB2023.shp \n", - "30476 Gabrielle/Shorelines/Waikato/Whangamata/Whangamata_03JAN2022.shp \n", - "30477 Gabrielle/Shorelines/Waikato/Whangamata/Whangamata_14FEB2023.shp \n", - "30177 Gabrielle/Shorelines/Merged/Northland/MarangaiBeach_15MAY2023.shp \n", - "30821 Gabrielle/Shorelines/BayofPlenty/Ohiwa/Ohiwa_28FEB2023.shp \n", + " filename \\\n", + "112791 Retrolens/Waikato/Awakino/Shorelines/Awakino_15FEB2022.shp \n", + "110781 Retrolens/Waikato/WaikawauRiver/Shorelines/WaikawauRiver_10MAR2018.shp \n", + "113453 Retrolens/Waikato/UrawhitikiPoint/Shorelines/UrawhitikiPoint_10MAR2018.shp \n", + "113448 Retrolens/Waikato/UrawhitikiPoint/Shorelines/UrawhitikiPoint_15FEB2022.shp \n", + "113345 Retrolens/Waikato/KennedyBay/Shorelines/KennedyBay_16FEB2018.shp \n", + "... ... \n", + "161370 Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_01APR2006.shp \n", + "128917 Retrolens/Taranaki/Oakura/Shorelines/Oakura_31OCT2016_cliff.shp \n", + "128869 Retrolens/Taranaki/Oakura/Shorelines/Oakura_31OCT2016_beach.shp \n", + "151566 Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_8FEB2022.shp \n", + "165929 Retrolens/Otago/Waipati_Beach/Shorelines/Waipati_Beach_120FEB2021.shp \n", "\n", - " matched_image \\\n", - "30684 Gabrielle/Imagery/post_storm/Region/BayofPlenty/Opotiki/Opotiki_28FEB2023.tif \n", - "31903 Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif \n", - "30855 Gabrielle/Imagery/pre-storm/Waikato/Matarangi/Matarangi_24DEC2022.tif \n", - "31047 Gabrielle/Imagery/pre-storm/Bay of Plenty/Tauranga/tauranga-winter-01m-urban-aerial-photos-2022/BD37_500_022023.jpg \n", - "30617 Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif \n", - "... ... \n", - "30456 Gabrielle/Imagery/post_storm/Region/Waikato/Otama/Otama_14FEB2023.tif \n", - "30476 Gabrielle/Imagery/pre-storm/Waikato/Whangamata/LDS/Whangamata_03JAN2022_LDS.jp2 \n", - "30477 Gabrielle/Imagery/post_storm/Region/Waikato/Whangamata/Whangamata_14FEB2023.tif \n", - "30177 Gabrielle/Imagery/post_storm/Region/Northland/MarangaiBeach/MarangaiBeach_15MAY2023.tif \n", - "30821 Gabrielle/Imagery/post_storm/Region/BayofPlenty/Ohiwa/Ohiwa_28FEB2023.tif \n", + " matched_image \\\n", + "112791 \n", + "110781 \n", + "113453 \n", + "113448 \n", + "113345 \n", + "... ... \n", + "161370 Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_17MAR2000_mosaic.jp2 \n", + "128917 MaxarImagery/HighFreq/Taranaki/Oakura/Imagery/Stack/Oakura_03OCT2016.tif \n", + "128869 MaxarImagery/HighFreq/Taranaki/Oakura/Imagery/Stack/Oakura_03OCT2016.tif \n", + "151566 Retrolens/Canterbury/GoreBay/Stack/GoreBay_LDS_18FEB2022.TIF \n", + "165929 Retrolens/Otago/Waipati_Beach/Stack/Waipati_Beach_20FEB2021_LDS.tif \n", "\n", - " match_score \n", - "30684 57.894737 \n", - "31903 58.823529 \n", - "30855 59.459459 \n", - "31047 60.000000 \n", - "30617 61.538462 \n", - "... ... \n", - "30456 100.000000 \n", - "30476 100.000000 \n", - "30477 100.000000 \n", - "30177 100.000000 \n", - "30821 100.000000 \n", + " match_score Source \n", + "112791 0.000000 LDS \n", + "110781 0.000000 LDS \n", + "113453 0.000000 LDS \n", + "113448 0.000000 LDS \n", + "113345 0.000000 LDS \n", + "... ... ... \n", + "161370 94.252874 LDS \n", + "128917 96.551724 LDS \n", + "128869 96.551724 LDS \n", + "151566 96.774194 LDS \n", + "165929 97.674419 LDS \n", "\n", - "[295 rows x 3 columns]" + "[398 rows x 4 columns]" ] }, - "execution_count": 12, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "#pd.set_option(\"display.max_rows\",None)\n", - "Gabrielle.filename = Gabrielle.filename.str.replace(prefix,\"\")\n", - "Gabrielle.matched_image = Gabrielle.matched_image.str.replace(prefix,\"\") \n", - "Gabrielle.sort_values(by=\"match_score\")" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "4468 Gabrielle/Imagery/post_storm/LINZ/HawkesBay/hawkes-bay-010m-cyclone-gabrielle-aerial-photos-index-tiles-Copy.shp\n", - "10029 Gabrielle/Imagery/post_storm/LINZ/BayofPlenty/bay-of-plenty-01m-urban-aerial-photos-index-tiles-2023.shp\n", - "11906 Gabrielle/Imagery/post_storm/LINZ/Gisborne/gisborne-02m-cyclone-gabrielle-aerial-photos-index-tiles-202.shp\n", - "13876 Gabrielle/Imagery/pre-storm/Waikato/TairuaPauanui/waikato-03m-rural-aerial-photos-index-tiles-2021-2023.shp\n", - "13995 Gabrielle/Imagery/pre-storm/Waikato/LINZtemp/waikato-03m-rural-aerial-photos-index-tiles-2021-2023.shp\n", - "14136 Gabrielle/Imagery/pre-storm/Waikato/OpitoBay/waikato-03m-rural-aerial-photos-index-tiles-2021-2023/waikato-03m-rural-aerial-ph...\n", - "14193 Gabrielle/Imagery/pre-storm/Waikato/WaihiBeach/bay-of-plenty-02m-rural-aerial-photos-index-tiles-2021/bay-of-plenty-02m-rural-...\n", - "14438 Gabrielle/Imagery/pre-storm/Waikato/Onemana/waikato-03m-rural-aerial-photos-index-tiles-2021-2023/waikato-03m-rural-aerial-pho...\n", - "19149 Gabrielle/Imagery/pre-storm/LINZ/BayofPlenty/LINZ20212022/bay-of-plenty-02m-rural-aerial-photos-index-tiles-2021-2022/bay-of-p...\n", - "19150 Gabrielle/Imagery/pre-storm/LINZ/BayofPlenty/LINZ20212022/bay-of-plenty-02m-rural-aerial-photos-index-tiles-2021-2022/bay-of-p...\n", - "19412 Gabrielle/Imagery/pre-storm/LINZ/BayofPlenty/LINZ20212022/bay-of-plenty-02m-rural-aerial-photos-index-tiles-2021-2022.shp\n", - "20114 Gabrielle/Imagery/pre-storm/LINZ/Gisborne/Imagery/gisborne-02m-rural-aerial-photos-index-tiles-2021-2023Copy.shp\n", - "21025 Gabrielle/Imagery/pre-storm/LINZ/Gisborne/Imagery/gisborne-02m-rural-aerial-photos-index-tiles-2021-2023.shp\n", - "21080 Gabrielle/Imagery/pre-storm/LINZ/Gisborne/gisborne-02m-rural-aerial-photos-index-tiles-2021-2023.shp\n", - "29253 Gabrielle/Imagery/pre-storm/Bay of Plenty/Tauranga/tauranga-winter-01m-urban-aerial-photos-index-tiles-2022/tauranga-winter-01...\n", - "Name: 0, dtype: object" - ] - }, - "execution_count": 13, + "execution_count": 18, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "index_tiles = filelist[filelist.str.contains(\"Gabrielle/.+index-tiles.+.shp$\")]\n", - "index_tiles" + "LDS = failures[failures.Source == \"LDS\"].sort_values(\"match_score\")\n", + "LDS" ] }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 39, "metadata": {}, "outputs": [ { "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "fb553c9501e64c7f86cc72a897677a09", + "version_major": 2, + "version_minor": 0 + }, "text/plain": [ - "16012" + " 0%| | 0/398 [00:00\n", " \n", " filename\n", - " matched_image\n", + " matched_index_tiles\n", + " date\n", + " DSASDate\n", + " matched_date\n", " match_score\n", + " Pixel_ER\n", " \n", " \n", " \n", " \n", - " 30684\n", - " Gabrielle/Shorelines/BayofPlenty/Opotiki/BOPLINZ_Opotiki_05APR2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/BayofPlenty/Opotiki/Opotiki_28FEB2023.tif\n", - " 57.894737\n", + " 0\n", + " Retrolens/Canterbury/Motunau/Shorelines/Motunau_09JAN2015.shp\n", + " [SpatialData/Mosaics/Footprint shapefiles/Kaikoura/kaikoura-030m-rural-aerial-photos-index-tiles-2016-2017.shp]\n", + " 2015-01-09\n", + " 09/01/2015\n", + " 20/12/2016,21/12/2016,15/02/2017,16/02/2017,21/02/2017,24/02/2017\n", + " 30.000000\n", + " 0.3\n", " \n", " \n", - " 31903\n", - " Gabrielle/Shorelines/Gisborne/TeAraroa/EastCape_18DEC2021.shp\n", - " Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif\n", - " 58.823529\n", + " 1\n", + " Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_22APR2023.shp\n", + " [SpatialData/Mosaics/Footprint shapefiles/lds-canterbury-03m-rural-aerial-photos-index-tiles-2015-2016-SHP/canterbury-03m-rural-aerial-photos-index-tiles-2015-2016.shp]\n", + " 2003-04-22\n", + " 22/04/2003\n", + " 151125 151228\n", + " 33.750000\n", + " 0.3\n", " \n", " \n", - " 30855\n", - " Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_20DEC2021.shp\n", - " Gabrielle/Imagery/pre-storm/Waikato/Matarangi/Matarangi_24DEC2022.tif\n", - " 59.459459\n", + " 2\n", + " Retrolens/Otago/Moeraki_HampdenBeach/Stack/Shorelines/Moeraki_HampdenBeah_2006.shp\n", + " [SpatialData/Mosaics/Footprint shapefiles/lds-canterbury-03m-rural-aerial-photos-index-tiles-2017-2018-SHP/canterbury-03m-rural-aerial-photos-index-tiles-2017-2018.shp]\n", + " 1899-12-30\n", + " 1899-12-30\n", + " 02/12/17 to 08/02/18\n", + " 36.000000\n", + " 0.3\n", " \n", " \n", - " 30617\n", - " Gabrielle/Shorelines/BayofPlenty/Waihi/BOPLINZ_Waihi_05APR2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif\n", - " 61.538462\n", + " 3\n", + " Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_8FEB2022.shp\n", + " [SpatialData/Mosaics/Footprint shapefiles/Kaikoura/kaikoura-030m-rural-aerial-photos-index-tiles-2016-2017.shp]\n", + " 2022-02-08\n", + " 08/02/2022\n", + " 20/12/2016,21/12/2016,15/02/2017,16/02/2017,21/02/2017,24/02/2017\n", + " 37.500000\n", + " 0.3\n", " \n", " \n", - " 30859\n", - " Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_02JAN2022.shp\n", - " Gabrielle/Imagery/pre-storm/Waikato/TeKaroBay/TeKaroBay_03JAN2022.tif\n", - " 62.857143\n", + " 4\n", + " Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_22APR2023.shp\n", + " [SpatialData/Mosaics/Footprint shapefiles/lds-canterbury-03m-rural-aerial-photos-index-tiles-2015-2016-SHP/canterbury-03m-rural-aerial-photos-index-tiles-2015-2016.shp]\n", + " 2023-04-22\n", + " 22/04/2023\n", + " 151228 151229\n", + " 38.095238\n", + " 0.3\n", " \n", " \n", " ...\n", " ...\n", " ...\n", " ...\n", + " ...\n", + " ...\n", + " ...\n", + " ...\n", " \n", " \n", - " 31329\n", - " Gabrielle/Shorelines/Auckland/Whangapoua/Whangapoua_09FEB2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif\n", - " 97.297297\n", + " 223\n", + " Retrolens/Southland/OretiBeachSouth/Shorelines/OreitBeachSouth_09APR2023.shp\n", + " [SpatialData/Mosaics/Southland 2023/southland-025m-rural-aerial-photos-index-tiles-2023.shp]\n", + " 2023-04-09\n", + " 09/04/2023\n", + " 2023-04-09\n", + " 100.000000\n", + " 0.25\n", " \n", " \n", - " 31249\n", - " Gabrielle/Shorelines/Auckland/Managawhai/Mangawhai_29JUN2021.shp\n", - " Gabrielle/Imagery/pre-storm/Northland/Mangawhai/Mangawhai_29JUNE2021.tif\n", - " 97.297297\n", + " 224\n", + " MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_30MAR2006.shp\n", + " [SpatialData/Mosaics/Footprint shapefiles/Otago footprints/otago-075m-rural-aerial-photos-index-tiles-2004-2011.shp]\n", + " 2006-03-30\n", + " 30/03/2006\n", + " 2006-03-30\n", + " 100.000000\n", + " 0.75\n", " \n", " \n", - " 29865\n", - " Gabrielle/Shorelines/Merged/Auckland/Whangapoua_09FEB2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif\n", - " 97.297297\n", + " 225\n", + " Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_26MAR2006.shp\n", + " [SpatialData/Mosaics/Footprint shapefiles/Otago footprints/otago-075m-rural-aerial-photos-index-tiles-2004-2011.shp]\n", + " 2006-03-26\n", + " 26/03/2006\n", + " 2006-03-26\n", + " 100.000000\n", + " 0.75\n", " \n", " \n", - " 30235\n", - " Gabrielle/Shorelines/Merged/Northland/LangsBeach_29JUN2021.shp\n", - " Gabrielle/Imagery/pre-storm/Northland/LangsBeach/LangsBeach_29JUNE2021.tif\n", - " 97.435897\n", + " 211\n", + " Retrolens/Waikato/Pauanui_Tairua/Shorelines/Paunanui_Tairua_03JAN2022.shp\n", + " [Gabrielle/Imagery/pre-storm/Waikato/TairuaPauanui/waikato-03m-rural-aerial-photos-index-tiles-2021-2023.shp, Gabrielle/Imagery/pre-storm/Waikato/LINZtemp/waikato-03m-rural-aerial-photos-index-til...\n", + " 2022-01-03\n", + " 03/01/2022\n", + " 03/01/2022\n", + " 100.000000\n", + " 0.3\n", " \n", " \n", - " 31584\n", - " Gabrielle/Shorelines/Northland/LangsBeach/LangsBeach_29JUN2021.shp\n", - " Gabrielle/Imagery/pre-storm/Northland/LangsBeach/LangsBeach_29JUNE2021.tif\n", - " 97.435897\n", + " 397\n", + " Retrolens/Otago/Waipati_Beach/Shorelines/Waipati_Beach_120FEB2021.shp\n", + " [SpatialData/Mosaics/Footprint shapefiles/Otago footprints/otago-03m-rural-aerial-photos-index-tiles-2019-2021/otago-03m-rural-aerial-photos-index-tiles-2019-2021.shp, SpatialData/Mosaics/Footprin...\n", + " 2021-02-20\n", + " 20/02/2021\n", + " 20/02/2021\n", + " 100.000000\n", + " 0.30\n", " \n", " \n", "\n", - "

66 rows × 3 columns

\n", + "

398 rows × 7 columns

\n", "" ], "text/plain": [ - " filename \\\n", - "30684 Gabrielle/Shorelines/BayofPlenty/Opotiki/BOPLINZ_Opotiki_05APR2023.shp \n", - "31903 Gabrielle/Shorelines/Gisborne/TeAraroa/EastCape_18DEC2021.shp \n", - "30855 Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_20DEC2021.shp \n", - "30617 Gabrielle/Shorelines/BayofPlenty/Waihi/BOPLINZ_Waihi_05APR2023.shp \n", - "30859 Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_02JAN2022.shp \n", - "... ... \n", - "31329 Gabrielle/Shorelines/Auckland/Whangapoua/Whangapoua_09FEB2023.shp \n", - "31249 Gabrielle/Shorelines/Auckland/Managawhai/Mangawhai_29JUN2021.shp \n", - "29865 Gabrielle/Shorelines/Merged/Auckland/Whangapoua_09FEB2023.shp \n", - "30235 Gabrielle/Shorelines/Merged/Northland/LangsBeach_29JUN2021.shp \n", - "31584 Gabrielle/Shorelines/Northland/LangsBeach/LangsBeach_29JUN2021.shp \n", + " filename \\\n", + "0 Retrolens/Canterbury/Motunau/Shorelines/Motunau_09JAN2015.shp \n", + "1 Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_22APR2023.shp \n", + "2 Retrolens/Otago/Moeraki_HampdenBeach/Stack/Shorelines/Moeraki_HampdenBeah_2006.shp \n", + "3 Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_8FEB2022.shp \n", + "4 Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_22APR2023.shp \n", + ".. ... \n", + "223 Retrolens/Southland/OretiBeachSouth/Shorelines/OreitBeachSouth_09APR2023.shp \n", + "224 MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_30MAR2006.shp \n", + "225 Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_26MAR2006.shp \n", + "211 Retrolens/Waikato/Pauanui_Tairua/Shorelines/Paunanui_Tairua_03JAN2022.shp \n", + "397 Retrolens/Otago/Waipati_Beach/Shorelines/Waipati_Beach_120FEB2021.shp \n", "\n", - " matched_image \\\n", - "30684 Gabrielle/Imagery/post_storm/Region/BayofPlenty/Opotiki/Opotiki_28FEB2023.tif \n", - "31903 Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif \n", - "30855 Gabrielle/Imagery/pre-storm/Waikato/Matarangi/Matarangi_24DEC2022.tif \n", - "30617 Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif \n", - "30859 Gabrielle/Imagery/pre-storm/Waikato/TeKaroBay/TeKaroBay_03JAN2022.tif \n", - "... ... \n", - "31329 Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif \n", - "31249 Gabrielle/Imagery/pre-storm/Northland/Mangawhai/Mangawhai_29JUNE2021.tif \n", - "29865 Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif \n", - "30235 Gabrielle/Imagery/pre-storm/Northland/LangsBeach/LangsBeach_29JUNE2021.tif \n", - "31584 Gabrielle/Imagery/pre-storm/Northland/LangsBeach/LangsBeach_29JUNE2021.tif \n", + " matched_index_tiles \\\n", + "0 [SpatialData/Mosaics/Footprint shapefiles/Kaikoura/kaikoura-030m-rural-aerial-photos-index-tiles-2016-2017.shp] \n", + "1 [SpatialData/Mosaics/Footprint shapefiles/lds-canterbury-03m-rural-aerial-photos-index-tiles-2015-2016-SHP/canterbury-03m-rural-aerial-photos-index-tiles-2015-2016.shp] \n", + "2 [SpatialData/Mosaics/Footprint shapefiles/lds-canterbury-03m-rural-aerial-photos-index-tiles-2017-2018-SHP/canterbury-03m-rural-aerial-photos-index-tiles-2017-2018.shp] \n", + "3 [SpatialData/Mosaics/Footprint shapefiles/Kaikoura/kaikoura-030m-rural-aerial-photos-index-tiles-2016-2017.shp] \n", + "4 [SpatialData/Mosaics/Footprint shapefiles/lds-canterbury-03m-rural-aerial-photos-index-tiles-2015-2016-SHP/canterbury-03m-rural-aerial-photos-index-tiles-2015-2016.shp] \n", + ".. ... \n", + "223 [SpatialData/Mosaics/Southland 2023/southland-025m-rural-aerial-photos-index-tiles-2023.shp] \n", + "224 [SpatialData/Mosaics/Footprint shapefiles/Otago footprints/otago-075m-rural-aerial-photos-index-tiles-2004-2011.shp] \n", + "225 [SpatialData/Mosaics/Footprint shapefiles/Otago footprints/otago-075m-rural-aerial-photos-index-tiles-2004-2011.shp] \n", + "211 [Gabrielle/Imagery/pre-storm/Waikato/TairuaPauanui/waikato-03m-rural-aerial-photos-index-tiles-2021-2023.shp, Gabrielle/Imagery/pre-storm/Waikato/LINZtemp/waikato-03m-rural-aerial-photos-index-til... \n", + "397 [SpatialData/Mosaics/Footprint shapefiles/Otago footprints/otago-03m-rural-aerial-photos-index-tiles-2019-2021/otago-03m-rural-aerial-photos-index-tiles-2019-2021.shp, SpatialData/Mosaics/Footprin... \n", + "\n", + " date DSASDate \\\n", + "0 2015-01-09 09/01/2015 \n", + "1 2003-04-22 22/04/2003 \n", + "2 1899-12-30 1899-12-30 \n", + "3 2022-02-08 08/02/2022 \n", + "4 2023-04-22 22/04/2023 \n", + ".. ... ... \n", + "223 2023-04-09 09/04/2023 \n", + "224 2006-03-30 30/03/2006 \n", + "225 2006-03-26 26/03/2006 \n", + "211 2022-01-03 03/01/2022 \n", + "397 2021-02-20 20/02/2021 \n", "\n", - " match_score \n", - "30684 57.894737 \n", - "31903 58.823529 \n", - "30855 59.459459 \n", - "30617 61.538462 \n", - "30859 62.857143 \n", - "... ... \n", - "31329 97.297297 \n", - "31249 97.297297 \n", - "29865 97.297297 \n", - "30235 97.435897 \n", - "31584 97.435897 \n", + " matched_date \\\n", + "0 20/12/2016,21/12/2016,15/02/2017,16/02/2017,21/02/2017,24/02/2017 \n", + "1 151125 151228 \n", + "2 02/12/17 to 08/02/18 \n", + "3 20/12/2016,21/12/2016,15/02/2017,16/02/2017,21/02/2017,24/02/2017 \n", + "4 151228 151229 \n", + ".. ... \n", + "223 2023-04-09 \n", + "224 2006-03-30 \n", + "225 2006-03-26 \n", + "211 03/01/2022 \n", + "397 20/02/2021 \n", "\n", - "[66 rows x 3 columns]" + " match_score Pixel_ER \n", + "0 30.000000 0.3 \n", + "1 33.750000 0.3 \n", + "2 36.000000 0.3 \n", + "3 37.500000 0.3 \n", + "4 38.095238 0.3 \n", + ".. ... ... \n", + "223 100.000000 0.25 \n", + "224 100.000000 0.75 \n", + "225 100.000000 0.75 \n", + "211 100.000000 0.3 \n", + "397 100.000000 0.30 \n", + "\n", + "[398 rows x 7 columns]" ] }, - "execution_count": 15, + "execution_count": 39, "metadata": {}, "output_type": "execute_result" } ], - "source": [ - "maybe_LDS = Gabrielle[(Gabrielle.match_score < 100) & ~Gabrielle.filename.str.contains(\"Delivery\")].sort_values(\"match_score\")\n", - "maybe_LDS" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "05/04/2023 in Gabrielle/Shorelines/BayofPlenty/Opotiki/BOPLINZ_Opotiki_05APR2023.shp is likely a typo for 2023-04-05 (44.44444444444444% match)\n" - ] - } - ], "source": [ "def get_resolution(filename):\n", " gdf = gpd.read_file(prefix+filename)\n", " if \"LDS\" not in gdf.Source.unique():\n", - " return\n", + " return {\"filename\": filename}\n", " bounds = gdf.total_bounds\n", - " intersecting_tiles = Gabrielle_tiles[Gabrielle_tiles.intersects(box(*bounds))]\n", + " intersecting_tiles = index_tiles[index_tiles.intersects(box(*bounds))]\n", + " if filename.startswith(\"Gabrielle\"):\n", + " intersecting_tiles = intersecting_tiles[intersecting_tiles.filename.str.startswith(\"Gabrielle\")]\n", " if len(intersecting_tiles) == 0:\n", " print(f\"{filename} doesn't intersect any index tiles\")\n", - " return\n", - " date = gdf.Date.unique()[0]\n", - " DSASdate = gdf.DSASDate.unique()[0]\n", - " date_options = intersecting_tiles.FLOWN.dropna().unique().tolist()\n", - " if not date_options and \"hawkes-bay-010m-cyclone-gabrielle-aerial-photos-index\" in intersecting_tiles.filename.unique()[0]:\n", - " return .1\n", + " return {\"filename\": filename}\n", + " if \"Date\" not in gdf.columns:\n", + " #print(f\"{filename} missing Date column\")\n", + " date = gdf.DSASdate.unique()[0]\n", + " DSASdate = gdf.DSASdate.unique()[0]\n", + " elif \"DSASDate\" not in gdf.columns:\n", + " #print(f\"{filename} missing DSASDate column\")\n", + " date = gdf.Date.unique()[0]\n", + " DSASdate = gdf.DSASdate.unique()[0]\n", " else:\n", + " date = gdf.Date.unique()[0]\n", + " DSASdate = gdf.DSASDate.unique()[0]\n", + " if not DSASdate:\n", + " DSASdate = date\n", + "\n", + " date_options = []\n", + " date_to_col = {}\n", + " for col in ['Date_Flown', 'Date_Suppl', 'DATE', 'DATE_DMY', 'FLOWN_DATE', 'FLY_DATE', 'ACQ_DATE', \"FLYING_DAT\", \"FLOWN\"]:\n", + " options_for_col = intersecting_tiles[col].dropna().unique().tolist()\n", + " date_options.extend(options_for_col)\n", + " for date_option in options_for_col:\n", + " date_to_col[date_option] = col\n", + " if not date_options:\n", + " if \"hawkes-bay-010m-cyclone-gabrielle-aerial-photos-index\" in intersecting_tiles.filename.unique()[0]:\n", + " return {\n", + " \"filename\": filename,\n", + " \"matched_index_tiles\": intersecting_tiles.filename.unique(),\n", + " \"date\": date,\n", + " \"matched_date\": \"SPECIAL_OVERRIDE\",\n", + " \"match_score\": 100,\n", + " \"Pixel_ER\": .1\n", + " }\n", + " else:\n", + " print(f\"No date options in {intersecting_tiles.filename.unique()}\")\n", + " return {\"filename\": filename}\n", + " else:\n", + " match = False\n", " if DSASdate in date_options:\n", - " date = DSASdate\n", + " match = DSASdate\n", + " score = 100\n", " for option in date_options:\n", - " if DSASdate in option:\n", - " date = option\n", - " match, score, index = rapidfuzz.process.extractOne(query=date, choices=date_options, processor=lambda s: s.replace(\"-\", \"\"))\n", - " if score != 100:\n", - " print(f\"{date} in {filename} is likely a typo for {match} ({score}% match)\")\n", - " tiles_from_this_date = intersecting_tiles[intersecting_tiles.FLOWN == match]\n", - " assert len(tiles_from_this_date) > 0\n", - " resolutions = tiles_from_this_date.GSDM.astype(str).str.strip(\"m\").astype(float).unique()\n", - " return resolutions[0]\n", + " if DSASdate in option or date in option:\n", + " match = option\n", + " score = 100\n", + " if not match:\n", + " match, score, index = rapidfuzz.process.extractOne(query=date, choices=date_options, processor=lambda s: s.replace(\"-\", \"\"))\n", + " col_for_match = date_to_col[match]\n", + " tiles_from_this_date = intersecting_tiles[intersecting_tiles[col_for_match] == match]\n", + " GSDM = []\n", + " for col in ['GSDM', 'ORTHO_GSD', 'Ortho_GSD', 'GSDm', 'GSD', 'GSD_M', 'GSD_CM', 'gsdM']:\n", + " GSDM.extend(tiles_from_this_date[col].dropna().astype(str).str.strip(\"m\").unique())\n", + " if len(GSDM) == 0:\n", + " tilefile = tiles_from_this_date.filename.unique()[0]\n", + " if \"-04m\" in tilefile:\n", + " GSDM = .4\n", + " elif \"-0075m\" in tilefile:\n", + " GSDM = .075\n", + " elif len(GSDM) == 1:\n", + " GSDM = GSDM[0]\n", + " elif len(GSDM) > 1:\n", + " #print(f\"Ambiguous GSDM: {GSDM}\")\n", + " GSDM = GSDM[0]\n", + " return {\n", + " \"filename\": filename,\n", + " \"matched_index_tiles\": tiles_from_this_date.filename.unique().tolist(),\n", + " \"date\": date,\n", + " \"DSASDate\": DSASdate,\n", + " \"matched_date\": match,\n", + " \"match_score\": score,\n", + " \"Pixel_ER\": GSDM\n", + " }\n", "\n", - "maybe_LDS[\"Pixel_ER\"] = maybe_LDS.filename.apply(get_resolution)\n", - "maybe_LDS[[\"filename\", \"Pixel_ER\"]].dropna().sort_values(\"filename\").to_csv(\"Gabrielle_LDS.csv\", index=False)" + "LDS = pd.DataFrame(process_map(get_resolution, LDS.filename)).sort_values(\"match_score\")\n", + "LDS" ] }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 41, + "metadata": {}, + "outputs": [], + "source": [ + "# Stop Excel interpreting dates\n", + "for col in [\"date\", \"DSASDate\", \"matched_date\"]:\n", + " LDS[col] = \"'\" + LDS[col]\n", + "LDS.to_csv(\"LDS_matches.csv\", index=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 86, "metadata": {}, "outputs": [ { @@ -1128,33 +1183,33 @@ " \n", " \n", " \n", - " 33481\n", - " MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp\n", - " MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif\n", + " 29735\n", + " Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif\n", " 100.0\n", " \n", " \n", - " 165931\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2\n", + " 29762\n", + " Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp\n", + " Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Oneroa_27DEC2022.tif\n", " 100.0\n", " \n", " \n", - " 165927\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2\n", + " 29765\n", + " Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp\n", + " Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriNorth_14OCT2021.tif\n", " 100.0\n", " \n", " \n", - " 165915\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2\n", + " 29769\n", + " Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp\n", + " Gabrielle/Imagery/pre-storm/Auckland/Tawharanui/Tawharanui_23DEC2021.tif\n", " 100.0\n", " \n", " \n", - " 165911\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2\n", + " 29771\n", + " Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/Auckland/Tawharanui/Tawharanui_01MAR2023.tif\n", " 100.0\n", " \n", " \n", @@ -1164,91 +1219,90 @@ " ...\n", " \n", " \n", - " 118463\n", - " Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_25FEB1978.shp\n", - " Retrolens/Southland/MasonsBay/Stack/MasonsBay_25FEB1978_mosaic.jp2\n", + " 193166\n", + " Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_17APR1952.shp\n", + " Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_17APR1952_mosaic.tif\n", " 100.0\n", " \n", " \n", - " 118455\n", - " Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_10DEC1958.shp\n", - " Retrolens/Southland/MasonsBay/Stack/MasonsBay_10DEC1958_mosaic.jp2\n", + " 193169\n", + " Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_02JAN1988.shp\n", + " Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_02JAN1988_mosaic.jp2\n", " 100.0\n", " \n", " \n", - " 118243\n", - " Retrolens/Southland/CurioBay/Shorelines/CurioBay_24OCT2014.shp\n", - " MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_24OCT2014.tif\n", + " 193174\n", + " Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_06OCT1980.shp\n", + " Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_06OCT1980_mosaic.tif\n", " 100.0\n", " \n", " \n", - " 118945\n", - " Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_28FEB1962.shp\n", - " Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_28FEB1962_mosaic.jp2\n", + " 194278\n", + " Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp\n", + " Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_22AUG1961_mosaic.tif\n", " 100.0\n", " \n", " \n", - " 32103\n", - " Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_21FEB2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/Gisborne/TolagaBay/TolagaBay_21FEB2023.tif\n", + " 194291\n", + " Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp\n", + " Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_20SEP1980_mosaic.jp2\n", " 100.0\n", " \n", " \n", "\n", - "

1899 rows × 3 columns

\n", + "

2039 rows × 3 columns

\n", "" ], "text/plain": [ - " filename \\\n", - "33481 MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp \n", - "165931 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp \n", - "165927 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp \n", - "165915 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp \n", - "165911 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp \n", - "... ... \n", - "118463 Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_25FEB1978.shp \n", - "118455 Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_10DEC1958.shp \n", - "118243 Retrolens/Southland/CurioBay/Shorelines/CurioBay_24OCT2014.shp \n", - "118945 Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_28FEB1962.shp \n", - "32103 Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_21FEB2023.shp \n", + " filename \\\n", + "29735 Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp \n", + "29762 Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp \n", + "29765 Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp \n", + "29769 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp \n", + "29771 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp \n", + "... ... \n", + "193166 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_17APR1952.shp \n", + "193169 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_02JAN1988.shp \n", + "193174 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_06OCT1980.shp \n", + "194278 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp \n", + "194291 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp \n", "\n", - " matched_image \\\n", - "33481 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif \n", - "165931 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2 \n", - "165927 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2 \n", - "165915 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2 \n", - "165911 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2 \n", - "... ... \n", - "118463 Retrolens/Southland/MasonsBay/Stack/MasonsBay_25FEB1978_mosaic.jp2 \n", - "118455 Retrolens/Southland/MasonsBay/Stack/MasonsBay_10DEC1958_mosaic.jp2 \n", - "118243 MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_24OCT2014.tif \n", - "118945 Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_28FEB1962_mosaic.jp2 \n", - "32103 Gabrielle/Imagery/post_storm/Region/Gisborne/TolagaBay/TolagaBay_21FEB2023.tif \n", + " matched_image \\\n", + "29735 Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif \n", + "29762 Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Oneroa_27DEC2022.tif \n", + "29765 Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriNorth_14OCT2021.tif \n", + "29769 Gabrielle/Imagery/pre-storm/Auckland/Tawharanui/Tawharanui_23DEC2021.tif \n", + "29771 Gabrielle/Imagery/post_storm/Region/Auckland/Tawharanui/Tawharanui_01MAR2023.tif \n", + "... ... \n", + "193166 Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_17APR1952_mosaic.tif \n", + "193169 Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_02JAN1988_mosaic.jp2 \n", + "193174 Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_06OCT1980_mosaic.tif \n", + "194278 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_22AUG1961_mosaic.tif \n", + "194291 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_20SEP1980_mosaic.jp2 \n", "\n", " match_score \n", - "33481 100.0 \n", - "165931 100.0 \n", - "165927 100.0 \n", - "165915 100.0 \n", - "165911 100.0 \n", + "29735 100.0 \n", + "29762 100.0 \n", + "29765 100.0 \n", + "29769 100.0 \n", + "29771 100.0 \n", "... ... \n", - "118463 100.0 \n", - "118455 100.0 \n", - "118243 100.0 \n", - "118945 100.0 \n", - "32103 100.0 \n", + "193166 100.0 \n", + "193169 100.0 \n", + "193174 100.0 \n", + "194278 100.0 \n", + "194291 100.0 \n", "\n", - "[1899 rows x 3 columns]" + "[2039 rows x 3 columns]" ] }, - "execution_count": 17, + "execution_count": 86, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "df = pd.concat((df, Gabrielle))\n", - "df = df[df.match_score >= 100].sort_values(by=\"match_score\")\n", + "df = df[df.match_score == 100]\n", "df" ] }, @@ -1262,25 +1316,18 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 87, "metadata": {}, "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "IOStream.flush timed out\n" - ] - }, { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "d13bc49d839a4b4ab822e4bd396aee0b", + "model_id": "b0bbcc87357c4edf82477544a1125e75", "version_major": 2, "version_minor": 0 }, "text/plain": [ - " 0%| | 0/1899 [00:01blockxsize\n", " blockysize\n", " tiled\n", - " compress\n", " interleave\n", " GCPs\n", " res\n", " CPS\n", + " compress\n", " photometric\n", " \n", " \n", " \n", " \n", " 0\n", - " MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp\n", - " MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif\n", + " Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif\n", " 100.0\n", - " 2\n", - " GTiff\n", - " uint8\n", - " NaN\n", - " 3975\n", - " 12039\n", " 3\n", + " GTiff\n", + " uint32\n", + " 6.553600e+04\n", + " 2804\n", + " 6572\n", + " 1\n", " None\n", - " (0.6, 0.0, 2022707.1257145917, 0.0, -0.5999999999999536, 5670278.448431859, 0.0, 0.0, 1.0)\n", + " (0.5999999999999668, 0.0, 1817329.4439153846, 0.0, -0.6000000000000283, 6001088.4262609035, 0.0, 0.0, 1.0)\n", " 128.0\n", " 128\n", " True\n", - " lzw\n", - " pixel\n", - " 26\n", - " (0.6, 0.5999999999999536)\n", + " band\n", + " 5\n", + " (0.5999999999999668, 0.6000000000000283)\n", " True\n", " NaN\n", + " NaN\n", " \n", " \n", " 1\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2\n", + " Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp\n", + " Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Oneroa_27DEC2022.tif\n", " 100.0\n", " 3\n", - " JP2OpenJPEG\n", - " uint16\n", - " 256.0\n", - " 29389\n", - " 40103\n", - " 1\n", - " (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs)\n", - " (0.2624698238999704, 0.0, 1737085.1953193494, 0.0, -0.26246982389997436, 6039917.244629003, 0.0, 0.0, 1.0)\n", - " NaN\n", - " 40103\n", - " False\n", - " NaN\n", + " GTiff\n", + " uint8\n", " NaN\n", + " 4482\n", + " 3815\n", + " 3\n", + " (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs)\n", + " (0.3000000000000208, 0.0, 1779029.7246191516, 0.0, -0.3, 5928138.707998816, 0.0, 0.0, 1.0)\n", + " 128.0\n", + " 128\n", + " True\n", + " pixel\n", " 0\n", - " (0.2624698238999704, 0.26246982389997436)\n", + " (0.3000000000000208, 0.3)\n", " True\n", " NaN\n", + " NaN\n", " \n", " \n", " 2\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2\n", + " Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp\n", + " Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriNorth_14OCT2021.tif\n", " 100.0\n", - " 13\n", - " JP2OpenJPEG\n", - " uint16\n", - " 256.0\n", - " 8231\n", - " 11231\n", - " 1\n", - " (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs)\n", - " (0.9372020209999998, 0.0, 1737085.1953193494, 0.0, -0.9372020210000556, 6039917.244629003, 0.0, 0.0, 1.0)\n", - " 1024.0\n", - " 1024\n", - " True\n", - " NaN\n", + " 14\n", + " GTiff\n", + " uint8\n", " NaN\n", - " 0\n", - " (0.9372020209999998, 0.9372020210000556)\n", + " 16238\n", + " 19418\n", + " 4\n", + " None\n", + " (0.5, 0.0, 1747718.2635112763, 0.0, -0.5, 5996962.310366099, 0.0, 0.0, 1.0)\n", + " 128.0\n", + " 128\n", + " True\n", + " pixel\n", + " 4\n", + " (0.5, 0.5)\n", " True\n", " NaN\n", + " NaN\n", " \n", " \n", " 3\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2\n", + " Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp\n", + " Gabrielle/Imagery/pre-storm/Auckland/Tawharanui/Tawharanui_23DEC2021.tif\n", " 100.0\n", - " 1\n", - " JP2OpenJPEG\n", - " uint16\n", - " 256.0\n", - " 29820\n", - " 40692\n", - " 1\n", - " (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs)\n", - " (0.2586761838999873, 0.0, 1737085.1953193494, 0.0, -0.25867618389997915, 6039917.244629003, 0.0, 0.0, 1.0)\n", - " NaN\n", - " 40692\n", - " False\n", - " NaN\n", + " 8\n", + " GTiff\n", + " uint8\n", " NaN\n", - " 0\n", - " (0.2586761838999873, 0.25867618389997915)\n", + " 7201\n", + " 4822\n", + " 4\n", + " None\n", + " (0.5, 0.0, 1762106.896298701, 0.0, -0.5, 5975556.637291731, 0.0, 0.0, 1.0)\n", + " 128.0\n", + " 128\n", " True\n", + " pixel\n", + " 7\n", + " (0.5, 0.5)\n", + " True\n", + " NaN\n", " NaN\n", " \n", " \n", " 4\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2\n", + " Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/Auckland/Tawharanui/Tawharanui_01MAR2023.tif\n", " 100.0\n", " 8\n", - " JP2OpenJPEG\n", - " uint16\n", - " 256.0\n", - " 10324\n", - " 14087\n", - " 1\n", - " (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs)\n", - " (0.7471877562999563, 0.0, 1737085.1953193494, 0.0, -0.7471877562999831, 6039917.244629003, 0.0, 0.0, 1.0)\n", - " 1024.0\n", - " 1024\n", - " True\n", - " NaN\n", + " GTiff\n", + " uint8\n", " NaN\n", - " 0\n", - " (0.7471877562999563, 0.7471877562999831)\n", + " 12351\n", + " 8084\n", + " 3\n", + " None\n", + " (0.30000000000000376, 0.0, 1761979.7113803248, 0.0, -0.300000000000023, 5975633.3566919025, 0.0, 0.0, 1.0)\n", + " 128.0\n", + " 128\n", + " True\n", + " pixel\n", + " 7\n", + " (0.30000000000000376, 0.300000000000023)\n", " True\n", " NaN\n", + " NaN\n", " \n", " \n", " ...\n", @@ -1476,226 +1523,239 @@ " ...\n", " \n", " \n", - " 1894\n", - " Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_25FEB1978.shp\n", - " Retrolens/Southland/MasonsBay/Stack/MasonsBay_25FEB1978_mosaic.jp2\n", + " 2034\n", + " Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_17APR1952.shp\n", + " Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_17APR1952_mosaic.tif\n", " 100.0\n", - " 21\n", - " JP2OpenJPEG\n", - " uint16\n", - " 256.0\n", - " 13203\n", - " 19094\n", - " 3\n", - " (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs)\n", - " (0.6046042533129432, 0.0, 1194409.5256850407, 0.0, -0.6046042533129387, 4795408.659676222, 0.0, 0.0, 1.0)\n", - " 1024.0\n", - " 1024\n", + " 5\n", + " GTiff\n", + " int32\n", + " 2.147484e+09\n", + " 14167\n", + " 31280\n", + " 1\n", + " None\n", + " (0.26838646488296874, 0.0, 1763537.2549408695, 0.0, -0.2683864648829636, 5469157.97689158, 0.0, 0.0, 1.0)\n", + " 128.0\n", + " 128\n", " True\n", - " NaN\n", - " pixel\n", - " 0\n", - " (0.6046042533129432, 0.6046042533129387)\n", + " band\n", + " 7\n", + " (0.26838646488296874, 0.2683864648829636)\n", " True\n", " NaN\n", + " NaN\n", " \n", " \n", - " 1895\n", - " Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_10DEC1958.shp\n", - " Retrolens/Southland/MasonsBay/Stack/MasonsBay_10DEC1958_mosaic.jp2\n", + " 2035\n", + " Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_02JAN1988.shp\n", + " Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_02JAN1988_mosaic.jp2\n", " 100.0\n", - " 8\n", + " 9\n", " JP2OpenJPEG\n", - " uint8\n", - " NaN\n", - " 7521\n", - " 9162\n", - " 3\n", - " (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs)\n", - " (1.6080503848105139, 0.0, 1192723.6953835897, 0.0, -1.6080503848105256, 4797112.801297886, 0.0, 0.0, 1.0)\n", + " uint16\n", + " 2.560000e+02\n", + " 10654\n", + " 18819\n", + " 1\n", + " None\n", + " (0.3894503758518079, 0.0, 1762602.5790819884, 0.0, -0.3894503758518002, 5466346.255854383, 0.0, 0.0, 1.0)\n", " 1024.0\n", " 1024\n", " True\n", " NaN\n", - " pixel\n", - " 0\n", - " (1.6080503848105139, 1.6080503848105256)\n", + " 4\n", + " (0.3894503758518079, 0.3894503758518002)\n", " True\n", " NaN\n", + " NaN\n", " \n", " \n", - " 1896\n", - " Retrolens/Southland/CurioBay/Shorelines/CurioBay_24OCT2014.shp\n", - " MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_24OCT2014.tif\n", + " 2036\n", + " Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_06OCT1980.shp\n", + " Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_06OCT1980_mosaic.tif\n", " 100.0\n", - " 3\n", + " 11\n", " GTiff\n", - " uint8\n", - " NaN\n", - " 6836\n", - " 6098\n", - " 3\n", + " int32\n", + " 2.147484e+09\n", + " 12620\n", + " 29841\n", + " 1\n", " None\n", - " (0.5, 0.0, 1301596.4686469422, 0.0, -0.5, 4827798.158725, 0.0, 0.0, 1.0)\n", + " (0.35964806541597927, 0.0, 1762518.6032545054, 0.0, -0.3596480654159714, 5469658.2440681225, 0.0, 0.0, 1.0)\n", " 128.0\n", " 128\n", " True\n", - " lzw\n", - " pixel\n", - " 5\n", - " (0.5, 0.5)\n", + " band\n", + " 10\n", + " (0.35964806541597927, 0.3596480654159714)\n", " True\n", " NaN\n", + " NaN\n", " \n", " \n", - " 1897\n", - " Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_28FEB1962.shp\n", - " Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_28FEB1962_mosaic.jp2\n", + " 2037\n", + " Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp\n", + " Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_22AUG1961_mosaic.tif\n", " 100.0\n", - " 4\n", - " JP2OpenJPEG\n", + " 6\n", + " GTiff\n", " uint16\n", - " 256.0\n", - " 4726\n", - " 8709\n", - " 3\n", + " 2.560000e+02\n", + " 40393\n", + " 28128\n", + " 1\n", " (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs)\n", - " (0.429279343388871, 0.0, 1233097.3788297405, 0.0, -0.42927934338889084, 4846832.689307728, 0.0, 0.0, 1.0)\n", - " 1024.0\n", - " 1024\n", + " (0.1284827509237925, 0.0, 1757756.3757313853, 0.0, -0.12848275092379952, 5459482.043794165, 0.0, 0.0, 1.0)\n", + " 128.0\n", + " 128\n", " True\n", - " NaN\n", - " pixel\n", + " band\n", " 0\n", - " (0.429279343388871, 0.42927934338889084)\n", + " (0.1284827509237925, 0.12848275092379952)\n", " True\n", " NaN\n", + " NaN\n", " \n", " \n", - " 1898\n", - " Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_21FEB2023.shp\n", - " Gabrielle/Imagery/post_storm/Region/Gisborne/TolagaBay/TolagaBay_21FEB2023.tif\n", + " 2038\n", + " Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp\n", + " Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_20SEP1980_mosaic.jp2\n", " 100.0\n", - " 2\n", - " GTiff\n", + " 5\n", + " JP2OpenJPEG\n", " uint16\n", - " 256.0\n", - " 7786\n", - " 7378\n", - " 4\n", - " None\n", - " (0.5, 0.0, 2061598.0814271532, 0.0, -0.5, 5741693.055964293, 0.0, 0.0, 1.0)\n", - " 128.0\n", - " 128\n", + " 2.560000e+02\n", + " 21195\n", + " 17559\n", + " 1\n", + " (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs)\n", + " (0.3558878208761918, 0.0, 1754511.3125105414, 0.0, -0.35588782087619325, 5459437.473692096, 0.0, 0.0, 1.0)\n", + " 1024.0\n", + " 1024\n", " True\n", " NaN\n", - " pixel\n", - " 6\n", - " (0.5, 0.5)\n", + " 0\n", + " (0.3558878208761918, 0.35588782087619325)\n", " True\n", " NaN\n", + " NaN\n", " \n", " \n", "\n", - "

1899 rows × 21 columns

\n", + "

2039 rows × 21 columns

\n", "" ], "text/plain": [ - " filename \\\n", - "0 MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp \n", - "1 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp \n", - "2 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp \n", - "3 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp \n", - "4 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp \n", - "... ... \n", - "1894 Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_25FEB1978.shp \n", - "1895 Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_10DEC1958.shp \n", - "1896 Retrolens/Southland/CurioBay/Shorelines/CurioBay_24OCT2014.shp \n", - "1897 Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_28FEB1962.shp \n", - "1898 Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_21FEB2023.shp \n", + " filename \\\n", + "0 Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp \n", + "1 Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp \n", + "2 Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp \n", + "3 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp \n", + "4 Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp \n", + "... ... \n", + "2034 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_17APR1952.shp \n", + "2035 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_02JAN1988.shp \n", + "2036 Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_06OCT1980.shp \n", + "2037 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp \n", + "2038 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp \n", + "\n", + " matched_image \\\n", + "0 Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif \n", + "1 Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Oneroa_27DEC2022.tif \n", + "2 Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriNorth_14OCT2021.tif \n", + "3 Gabrielle/Imagery/pre-storm/Auckland/Tawharanui/Tawharanui_23DEC2021.tif \n", + "4 Gabrielle/Imagery/post_storm/Region/Auckland/Tawharanui/Tawharanui_01MAR2023.tif \n", + "... ... \n", + "2034 Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_17APR1952_mosaic.tif \n", + "2035 Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_02JAN1988_mosaic.jp2 \n", + "2036 Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_06OCT1980_mosaic.tif \n", + "2037 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_22AUG1961_mosaic.tif \n", + "2038 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_20SEP1980_mosaic.jp2 \n", "\n", - " matched_image \\\n", - "0 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif \n", - "1 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2 \n", - "2 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2 \n", - "3 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2 \n", - "4 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2 \n", - "... ... \n", - "1894 Retrolens/Southland/MasonsBay/Stack/MasonsBay_25FEB1978_mosaic.jp2 \n", - "1895 Retrolens/Southland/MasonsBay/Stack/MasonsBay_10DEC1958_mosaic.jp2 \n", - "1896 MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_24OCT2014.tif \n", - "1897 Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_28FEB1962_mosaic.jp2 \n", - "1898 Gabrielle/Imagery/post_storm/Region/Gisborne/TolagaBay/TolagaBay_21FEB2023.tif \n", + " match_score n_lines driver dtype nodata width height \\\n", + "0 100.0 3 GTiff uint32 6.553600e+04 2804 6572 \n", + "1 100.0 3 GTiff uint8 NaN 4482 3815 \n", + "2 100.0 14 GTiff uint8 NaN 16238 19418 \n", + "3 100.0 8 GTiff uint8 NaN 7201 4822 \n", + "4 100.0 8 GTiff uint8 NaN 12351 8084 \n", + "... ... ... ... ... ... ... ... \n", + "2034 100.0 5 GTiff int32 2.147484e+09 14167 31280 \n", + "2035 100.0 9 JP2OpenJPEG uint16 2.560000e+02 10654 18819 \n", + "2036 100.0 11 GTiff int32 2.147484e+09 12620 29841 \n", + "2037 100.0 6 GTiff uint16 2.560000e+02 40393 28128 \n", + "2038 100.0 5 JP2OpenJPEG uint16 2.560000e+02 21195 17559 \n", "\n", - " match_score n_lines driver dtype nodata width height count \\\n", - "0 100.0 2 GTiff uint8 NaN 3975 12039 3 \n", - "1 100.0 3 JP2OpenJPEG uint16 256.0 29389 40103 1 \n", - "2 100.0 13 JP2OpenJPEG uint16 256.0 8231 11231 1 \n", - "3 100.0 1 JP2OpenJPEG uint16 256.0 29820 40692 1 \n", - "4 100.0 8 JP2OpenJPEG uint16 256.0 10324 14087 1 \n", - "... ... ... ... ... ... ... ... ... \n", - "1894 100.0 21 JP2OpenJPEG uint16 256.0 13203 19094 3 \n", - "1895 100.0 8 JP2OpenJPEG uint8 NaN 7521 9162 3 \n", - "1896 100.0 3 GTiff uint8 NaN 6836 6098 3 \n", - "1897 100.0 4 JP2OpenJPEG uint16 256.0 4726 8709 3 \n", - "1898 100.0 2 GTiff uint16 256.0 7786 7378 4 \n", + " count \\\n", + "0 1 \n", + "1 3 \n", + "2 4 \n", + "3 4 \n", + "4 3 \n", + "... ... \n", + "2034 1 \n", + "2035 1 \n", + "2036 1 \n", + "2037 1 \n", + "2038 1 \n", "\n", " crs \\\n", "0 None \n", "1 (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs) \n", - "2 (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs) \n", - "3 (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs) \n", - "4 (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs) \n", + "2 None \n", + "3 None \n", + "4 None \n", "... ... \n", - "1894 (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs) \n", - "1895 (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs) \n", - "1896 None \n", - "1897 (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs) \n", - "1898 None \n", + "2034 None \n", + "2035 None \n", + "2036 None \n", + "2037 (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs) \n", + "2038 (proj, lat_0, lon_0, k, x_0, y_0, ellps, towgs84, units, no_defs) \n", "\n", - " transform \\\n", - "0 (0.6, 0.0, 2022707.1257145917, 0.0, -0.5999999999999536, 5670278.448431859, 0.0, 0.0, 1.0) \n", - "1 (0.2624698238999704, 0.0, 1737085.1953193494, 0.0, -0.26246982389997436, 6039917.244629003, 0.0, 0.0, 1.0) \n", - "2 (0.9372020209999998, 0.0, 1737085.1953193494, 0.0, -0.9372020210000556, 6039917.244629003, 0.0, 0.0, 1.0) \n", - "3 (0.2586761838999873, 0.0, 1737085.1953193494, 0.0, -0.25867618389997915, 6039917.244629003, 0.0, 0.0, 1.0) \n", - "4 (0.7471877562999563, 0.0, 1737085.1953193494, 0.0, -0.7471877562999831, 6039917.244629003, 0.0, 0.0, 1.0) \n", - "... ... \n", - "1894 (0.6046042533129432, 0.0, 1194409.5256850407, 0.0, -0.6046042533129387, 4795408.659676222, 0.0, 0.0, 1.0) \n", - "1895 (1.6080503848105139, 0.0, 1192723.6953835897, 0.0, -1.6080503848105256, 4797112.801297886, 0.0, 0.0, 1.0) \n", - "1896 (0.5, 0.0, 1301596.4686469422, 0.0, -0.5, 4827798.158725, 0.0, 0.0, 1.0) \n", - "1897 (0.429279343388871, 0.0, 1233097.3788297405, 0.0, -0.42927934338889084, 4846832.689307728, 0.0, 0.0, 1.0) \n", - "1898 (0.5, 0.0, 2061598.0814271532, 0.0, -0.5, 5741693.055964293, 0.0, 0.0, 1.0) \n", + " transform \\\n", + "0 (0.5999999999999668, 0.0, 1817329.4439153846, 0.0, -0.6000000000000283, 6001088.4262609035, 0.0, 0.0, 1.0) \n", + "1 (0.3000000000000208, 0.0, 1779029.7246191516, 0.0, -0.3, 5928138.707998816, 0.0, 0.0, 1.0) \n", + "2 (0.5, 0.0, 1747718.2635112763, 0.0, -0.5, 5996962.310366099, 0.0, 0.0, 1.0) \n", + "3 (0.5, 0.0, 1762106.896298701, 0.0, -0.5, 5975556.637291731, 0.0, 0.0, 1.0) \n", + "4 (0.30000000000000376, 0.0, 1761979.7113803248, 0.0, -0.300000000000023, 5975633.3566919025, 0.0, 0.0, 1.0) \n", + "... ... \n", + "2034 (0.26838646488296874, 0.0, 1763537.2549408695, 0.0, -0.2683864648829636, 5469157.97689158, 0.0, 0.0, 1.0) \n", + "2035 (0.3894503758518079, 0.0, 1762602.5790819884, 0.0, -0.3894503758518002, 5466346.255854383, 0.0, 0.0, 1.0) \n", + "2036 (0.35964806541597927, 0.0, 1762518.6032545054, 0.0, -0.3596480654159714, 5469658.2440681225, 0.0, 0.0, 1.0) \n", + "2037 (0.1284827509237925, 0.0, 1757756.3757313853, 0.0, -0.12848275092379952, 5459482.043794165, 0.0, 0.0, 1.0) \n", + "2038 (0.3558878208761918, 0.0, 1754511.3125105414, 0.0, -0.35588782087619325, 5459437.473692096, 0.0, 0.0, 1.0) \n", "\n", - " blockxsize blockysize tiled compress interleave GCPs \\\n", - "0 128.0 128 True lzw pixel 26 \n", - "1 NaN 40103 False NaN NaN 0 \n", - "2 1024.0 1024 True NaN NaN 0 \n", - "3 NaN 40692 False NaN NaN 0 \n", - "4 1024.0 1024 True NaN NaN 0 \n", - "... ... ... ... ... ... ... \n", - "1894 1024.0 1024 True NaN pixel 0 \n", - "1895 1024.0 1024 True NaN pixel 0 \n", - "1896 128.0 128 True lzw pixel 5 \n", - "1897 1024.0 1024 True NaN pixel 0 \n", - "1898 128.0 128 True NaN pixel 6 \n", + " blockxsize blockysize tiled interleave GCPs \\\n", + "0 128.0 128 True band 5 \n", + "1 128.0 128 True pixel 0 \n", + "2 128.0 128 True pixel 4 \n", + "3 128.0 128 True pixel 7 \n", + "4 128.0 128 True pixel 7 \n", + "... ... ... ... ... ... \n", + "2034 128.0 128 True band 7 \n", + "2035 1024.0 1024 True NaN 4 \n", + "2036 128.0 128 True band 10 \n", + "2037 128.0 128 True band 0 \n", + "2038 1024.0 1024 True NaN 0 \n", "\n", - " res CPS photometric \n", - "0 (0.6, 0.5999999999999536) True NaN \n", - "1 (0.2624698238999704, 0.26246982389997436) True NaN \n", - "2 (0.9372020209999998, 0.9372020210000556) True NaN \n", - "3 (0.2586761838999873, 0.25867618389997915) True NaN \n", - "4 (0.7471877562999563, 0.7471877562999831) True NaN \n", - "... ... ... ... \n", - "1894 (0.6046042533129432, 0.6046042533129387) True NaN \n", - "1895 (1.6080503848105139, 1.6080503848105256) True NaN \n", - "1896 (0.5, 0.5) True NaN \n", - "1897 (0.429279343388871, 0.42927934338889084) True NaN \n", - "1898 (0.5, 0.5) True NaN \n", + " res CPS compress photometric \n", + "0 (0.5999999999999668, 0.6000000000000283) True NaN NaN \n", + "1 (0.3000000000000208, 0.3) True NaN NaN \n", + "2 (0.5, 0.5) True NaN NaN \n", + "3 (0.5, 0.5) True NaN NaN \n", + "4 (0.30000000000000376, 0.300000000000023) True NaN NaN \n", + "... ... ... ... ... \n", + "2034 (0.26838646488296874, 0.2683864648829636) True NaN NaN \n", + "2035 (0.3894503758518079, 0.3894503758518002) True NaN NaN \n", + "2036 (0.35964806541597927, 0.3596480654159714) True NaN NaN \n", + "2037 (0.1284827509237925, 0.12848275092379952) True NaN NaN \n", + "2038 (0.3558878208761918, 0.35588782087619325) True NaN NaN \n", "\n", - "[1899 rows x 21 columns]" + "[2039 rows x 21 columns]" ] }, - "execution_count": 18, + "execution_count": 87, "metadata": {}, "output_type": "execute_result" } @@ -2769,7 +2829,7 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 104, "metadata": {}, "outputs": [ { @@ -2796,37 +2856,143 @@ " filename\n", " matched_image\n", " match_score\n", + " Source\n", " \n", " \n", " \n", + " \n", + " 43644\n", + " MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_19SEP2007.shp\n", + " MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_04SEP2018.tif\n", + " 78.787879\n", + " LDS\n", + " \n", + " \n", + " 47612\n", + " MaxarImagery/HighFreq/Taranaki/TongaporutuRiver/Shorelines/TongaporutuRiver_17JAN2022.shp\n", + " Retrolens/Taranaki/TongaporutuRiver/Stack/TongaporutuRiver_7NOV1970_mosaic.jp2\n", + " 77.551020\n", + " LDS\n", + " \n", + " \n", + " 50705\n", + " MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_04JAN2022.shp\n", + " MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_04JAN2017.tif\n", + " 91.666667\n", + " LDS\n", + " \n", + " \n", + " 52703\n", + " MaxarImagery/HighFreq/Auckland/Muriwai4/Shorelines/Muriwai4_17JAN2022.shp\n", + " Retrolens/Auckland/Muriwai4/Stack/Muriwai4_02JAN2004_mosaic.jp2\n", + " 78.787879\n", + " LDS\n", + " \n", + " \n", + " 53086\n", + " MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth17JAN2022.shp\n", + " MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_25JAN2020.tif\n", + " 85.714286\n", + " LDS\n", + " \n", + " \n", + " ...\n", + " ...\n", + " ...\n", + " ...\n", + " ...\n", + " \n", + " \n", + " 191975\n", + " Retrolens/Wellington/Otaki/Shorelines/Otaki_24FEB2017.shp\n", + " MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_22FEB2021_2.tif\n", + " 85.714286\n", + " LDS\n", + " \n", + " \n", + " 192273\n", + " Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_13FEB2021.shp\n", + " Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_17FEB_1941_mosaic.jp2\n", + " 80.000000\n", + " LDS\n", + " \n", + " \n", + " 192427\n", + " Retrolens/Wellington/Tora/Shorelines/Tora_13FEB2021.shp\n", + " Retrolens/Wellington/Tora/Stack/Tora_13OCT1969_mosaic.jp2\n", + " 53.846154\n", + " LDS\n", + " \n", + " \n", + " 192780\n", + " Retrolens/Wellington/Riversdale/Shorelines/Riversdale_Wellington_13FEB2021.shp\n", + " Retrolens/Wellington/Riversdale/stacks/Riversdale_27FEB1942_mosaic.jp2\n", + " 63.870968\n", + " LDS\n", + " \n", + " \n", + " 194289\n", + " Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_Wellington_13FEB2021.shp\n", + " Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_02JAN1988_mosaic.jp2\n", + " 64.285714\n", + " LDS\n", + " \n", " \n", "\n", + "

364 rows × 4 columns

\n", "" ], "text/plain": [ - "Empty DataFrame\n", - "Columns: [filename, matched_image, match_score]\n", - "Index: []" + " filename \\\n", + "43644 MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_19SEP2007.shp \n", + "47612 MaxarImagery/HighFreq/Taranaki/TongaporutuRiver/Shorelines/TongaporutuRiver_17JAN2022.shp \n", + "50705 MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_04JAN2022.shp \n", + "52703 MaxarImagery/HighFreq/Auckland/Muriwai4/Shorelines/Muriwai4_17JAN2022.shp \n", + "53086 MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth17JAN2022.shp \n", + "... ... \n", + "191975 Retrolens/Wellington/Otaki/Shorelines/Otaki_24FEB2017.shp \n", + "192273 Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_13FEB2021.shp \n", + "192427 Retrolens/Wellington/Tora/Shorelines/Tora_13FEB2021.shp \n", + "192780 Retrolens/Wellington/Riversdale/Shorelines/Riversdale_Wellington_13FEB2021.shp \n", + "194289 Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_Wellington_13FEB2021.shp \n", + "\n", + " matched_image \\\n", + "43644 MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_04SEP2018.tif \n", + "47612 Retrolens/Taranaki/TongaporutuRiver/Stack/TongaporutuRiver_7NOV1970_mosaic.jp2 \n", + "50705 MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_04JAN2017.tif \n", + "52703 Retrolens/Auckland/Muriwai4/Stack/Muriwai4_02JAN2004_mosaic.jp2 \n", + "53086 MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_25JAN2020.tif \n", + "... ... \n", + "191975 MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_22FEB2021_2.tif \n", + "192273 Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_17FEB_1941_mosaic.jp2 \n", + "192427 Retrolens/Wellington/Tora/Stack/Tora_13OCT1969_mosaic.jp2 \n", + "192780 Retrolens/Wellington/Riversdale/stacks/Riversdale_27FEB1942_mosaic.jp2 \n", + "194289 Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_02JAN1988_mosaic.jp2 \n", + "\n", + " match_score Source \n", + "43644 78.787879 LDS \n", + "47612 77.551020 LDS \n", + "50705 91.666667 LDS \n", + "52703 78.787879 LDS \n", + "53086 85.714286 LDS \n", + "... ... ... \n", + "191975 85.714286 LDS \n", + "192273 80.000000 LDS \n", + "192427 53.846154 LDS \n", + "192780 63.870968 LDS \n", + "194289 64.285714 LDS \n", + "\n", + "[364 rows x 4 columns]" ] }, - "execution_count": 30, + "execution_count": 104, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "maybe_LDS = df[(df.match_score < 100) & df.filename.str.startswith(\"Retrolens\")].copy()\n", - "maybe_LDS" - ] - }, - { - "cell_type": "code", - "execution_count": 31, - "metadata": {}, - "outputs": [], - "source": [ - "if not os.path.isfile(\"maybe_LDS.csv\"):\n", - " maybe_LDS.filename.to_csv(\"maybe_LDS.csv\", index=False)" + "LDS = failures[(failures.Source == \"LDS\") & ~failures.filename.str.startswith(\"Gabrielle\")].copy()\n", + "LDS" ] }, { @@ -2841,7 +3007,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 95, "metadata": {}, "outputs": [], "source": [ @@ -2859,6 +3025,173 @@ " tilelist.to_parquet(\"tilelist.parquet\")" ] }, + { + "cell_type": "code", + "execution_count": 96, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
filenameregiontilenamebounds
0DigitalJPGs/HawkesBay/HBY14R/2015_BJ43_5000_0103_RGB.jpgHawkesBay2015_BJ43_5000_0103_RGBPOLYGON ((2027200.000 5654400.000, 2027200.000 5658000.000, 2024800.000 5658000.000, 2024800.000 5654400.000, 2027200.000 5654...
1DigitalJPGs/HawkesBay/HBY14R/2015_BH43_5000_0905_RGB.jpgHawkesBay2015_BH43_5000_0905_RGBPOLYGON ((2032000.000 5661600.000, 2032000.000 5665200.000, 2029600.000 5665200.000, 2029600.000 5661600.000, 2032000.000 5661...
2DigitalJPGs/HawkesBay/HBY14R/2015_BJ43_5000_0601_RGB.jpgHawkesBay2015_BJ43_5000_0601_RGBPOLYGON ((2022400.000 5636400.000, 2022400.000 5640000.000, 2020000.000 5640000.000, 2020000.000 5636400.000, 2022400.000 5636...
3DigitalJPGs/HawkesBay/HBY14R/2015_BH43_5000_1004_RGB.jpgHawkesBay2015_BH43_5000_1004_RGBPOLYGON ((2029600.000 5658000.000, 2029600.000 5661600.000, 2027200.000 5661600.000, 2027200.000 5658000.000, 2029600.000 5658...
4DigitalJPGs/HawkesBay/HBY14R/2015_BH42_5000_0709_RGB.jpgHawkesBay2015_BH42_5000_0709_RGBPOLYGON ((2017600.000 5668800.000, 2017600.000 5671290.600, 2015200.000 5671290.600, 2015200.000 5668800.000, 2017600.000 5668...
...............
54687DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_1004.jpgWellingtonBN32_5K_1004POLYGON ((1765600.000 5478000.000, 1765600.000 5481600.000, 1763200.000 5481600.000, 1763200.000 5478000.000, 1765600.000 5478...
54688DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_1009.jpgWellingtonBN32_5K_1009POLYGON ((1777600.000 5478000.000, 1777600.000 5481600.000, 1775200.000 5481600.000, 1775200.000 5478000.000, 1777600.000 5478...
54689DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_1010.jpgWellingtonBN32_5K_1010POLYGON ((1780000.000 5478000.000, 1780000.000 5481600.000, 1777600.000 5481600.000, 1777600.000 5478000.000, 1780000.000 5478...
54690DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_1003.jpgWellingtonBN32_5K_1003POLYGON ((1763200.000 5478000.000, 1763200.000 5481600.000, 1760800.000 5481600.000, 1760800.000 5478000.000, 1763200.000 5478...
54691DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_0910.jpgWellingtonBN32_5K_0910POLYGON ((1780000.000 5481600.000, 1780000.000 5485200.000, 1777600.000 5485200.000, 1777600.000 5481600.000, 1780000.000 5481...
\n", + "

54692 rows × 4 columns

\n", + "
" + ], + "text/plain": [ + " filename \\\n", + "0 DigitalJPGs/HawkesBay/HBY14R/2015_BJ43_5000_0103_RGB.jpg \n", + "1 DigitalJPGs/HawkesBay/HBY14R/2015_BH43_5000_0905_RGB.jpg \n", + "2 DigitalJPGs/HawkesBay/HBY14R/2015_BJ43_5000_0601_RGB.jpg \n", + "3 DigitalJPGs/HawkesBay/HBY14R/2015_BH43_5000_1004_RGB.jpg \n", + "4 DigitalJPGs/HawkesBay/HBY14R/2015_BH42_5000_0709_RGB.jpg \n", + "... ... \n", + "54687 DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_1004.jpg \n", + "54688 DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_1009.jpg \n", + "54689 DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_1010.jpg \n", + "54690 DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_1003.jpg \n", + "54691 DigitalJPGs/Wellington/Wellington Rural 2016-17/BN32/BN32_5K_0910.jpg \n", + "\n", + " region tilename \\\n", + "0 HawkesBay 2015_BJ43_5000_0103_RGB \n", + "1 HawkesBay 2015_BH43_5000_0905_RGB \n", + "2 HawkesBay 2015_BJ43_5000_0601_RGB \n", + "3 HawkesBay 2015_BH43_5000_1004_RGB \n", + "4 HawkesBay 2015_BH42_5000_0709_RGB \n", + "... ... ... \n", + "54687 Wellington BN32_5K_1004 \n", + "54688 Wellington BN32_5K_1009 \n", + "54689 Wellington BN32_5K_1010 \n", + "54690 Wellington BN32_5K_1003 \n", + "54691 Wellington BN32_5K_0910 \n", + "\n", + " bounds \n", + "0 POLYGON ((2027200.000 5654400.000, 2027200.000 5658000.000, 2024800.000 5658000.000, 2024800.000 5654400.000, 2027200.000 5654... \n", + "1 POLYGON ((2032000.000 5661600.000, 2032000.000 5665200.000, 2029600.000 5665200.000, 2029600.000 5661600.000, 2032000.000 5661... \n", + "2 POLYGON ((2022400.000 5636400.000, 2022400.000 5640000.000, 2020000.000 5640000.000, 2020000.000 5636400.000, 2022400.000 5636... \n", + "3 POLYGON ((2029600.000 5658000.000, 2029600.000 5661600.000, 2027200.000 5661600.000, 2027200.000 5658000.000, 2029600.000 5658... \n", + "4 POLYGON ((2017600.000 5668800.000, 2017600.000 5671290.600, 2015200.000 5671290.600, 2015200.000 5668800.000, 2017600.000 5668... \n", + "... ... \n", + "54687 POLYGON ((1765600.000 5478000.000, 1765600.000 5481600.000, 1763200.000 5481600.000, 1763200.000 5478000.000, 1765600.000 5478... \n", + "54688 POLYGON ((1777600.000 5478000.000, 1777600.000 5481600.000, 1775200.000 5481600.000, 1775200.000 5478000.000, 1777600.000 5478... \n", + "54689 POLYGON ((1780000.000 5478000.000, 1780000.000 5481600.000, 1777600.000 5481600.000, 1777600.000 5478000.000, 1780000.000 5478... \n", + "54690 POLYGON ((1763200.000 5478000.000, 1763200.000 5481600.000, 1760800.000 5481600.000, 1760800.000 5478000.000, 1763200.000 5478... \n", + "54691 POLYGON ((1780000.000 5481600.000, 1780000.000 5485200.000, 1777600.000 5485200.000, 1777600.000 5481600.000, 1780000.000 5481... \n", + "\n", + "[54692 rows x 4 columns]" + ] + }, + "execution_count": 96, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "tilelist" + ] + }, { "cell_type": "code", "execution_count": 31, diff --git a/Gabrielle_LDS.csv b/Gabrielle_LDS.csv deleted file mode 100644 index 96716a6..0000000 --- a/Gabrielle_LDS.csv +++ /dev/null @@ -1,36 +0,0 @@ -filename,Pixel_ER -Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_02JAN2022.shp,0.2 -Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_18JAN2022.shp,0.2 -Gabrielle/Shorelines/BayofPlenty/EasternBoP/EasternBoP_20DEC2021.shp,0.2 -Gabrielle/Shorelines/BayofPlenty/Ohope/BOPLINZ_Ohope_Whaka_20MAR2023.shp,0.1 -Gabrielle/Shorelines/BayofPlenty/Opotiki/BOPLINZ_Opotiki_05APR2023.shp,0.1 -Gabrielle/Shorelines/BayofPlenty/Papamoa/BOPLINZ_MtMaunganui_23MAR2023.shp,0.1 -Gabrielle/Shorelines/BayofPlenty/Papamoa/BOPLINZ_Papamoa_04APR2023.shp,0.1 -Gabrielle/Shorelines/BayofPlenty/Pukehina/BOPLINZ_Matata_24MAR2023.shp,0.1 -Gabrielle/Shorelines/BayofPlenty/Pukehina/BOPLINZ_Matata_31MAR2023.shp,0.1 -Gabrielle/Shorelines/BayofPlenty/Tauranga/Tauranga_01AUG2022.shp,0.1 -Gabrielle/Shorelines/BayofPlenty/Waihi/BOPLINZ_Waihi_05APR2023.shp,0.1 -Gabrielle/Shorelines/Gisborne/Gisborne/Gisborne_07MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/Gisborne/Gisborne_16FEB2022.shp,0.2 -Gabrielle/Shorelines/Gisborne/HicksBay/HicksBay_18DEC2021.shp,0.2 -Gabrielle/Shorelines/Gisborne/TeAraroa/EastCape_18DEC2021.shp,0.2 -Gabrielle/Shorelines/Gisborne/TeAraroa/EastCape_22MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/TeAraroa/TeAraroa_19DEC2021.shp,0.2 -Gabrielle/Shorelines/Gisborne/TeAraroa/TeAraroa_25APR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/TokomaruBay/TokomaruBay_08FEB2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/TolagaBay/AnauraTolaga_07MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/Waiapu/Reporua_22MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/Waiapu/TeWharau_22MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/Waiapu/Tuparoa_31MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/Waiapu/WaiapuRiver_18DEC2021.shp,0.2 -Gabrielle/Shorelines/Gisborne/WaihauBay/WaihauBay_07MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/WaihauBay/WaihauBay_16FEB2022.shp,0.2 -Gabrielle/Shorelines/Gisborne/Wainui/Tatapouri_07MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/Wainui/Tatapouri_16FEB2022.shp,0.2 -Gabrielle/Shorelines/Gisborne/WaipiraBay/WaipiraBay_08FEB2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/Whareonga/Takararoa_01MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/Whareonga/Whareonga_07MAR2023.shp,0.2 -Gabrielle/Shorelines/Gisborne/Whareonga/Whareonga_16FEB2022.shp,0.2 -Gabrielle/Shorelines/Hawkes Bay/Napier/Esk_19FEB2023.shp,0.1 -Gabrielle/Shorelines/Hawkes Bay/Napier/Heretaunga_20FEB2023.shp,0.1 -Gabrielle/Shorelines/Waikato/PauanuiTairua/PauanuiTairua_03JAN2022.shp,0.3 diff --git a/LDS_meta.csv b/LDS_meta.csv deleted file mode 100644 index 95a26ab..0000000 --- a/LDS_meta.csv +++ /dev/null @@ -1,169 +0,0 @@ -filename,matched_tile_root,matched_filename,match_score,matched_image,n_lines,driver,dtype,nodata,width,height,count,crs,transform,blockysize,tiled,compress,interleave,GCPs,res,CPS -Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_16JAN2019_NEL18R.shp,DigitalJPGs/Nelson/NEL18R,Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_16JAN2019_NEL18R.shp,100.0,Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_16JAN2019_NEL18R.tif,1,GTiff,uint8,,24000,24000,3,EPSG:2193,"| 0.30, 0.00, 1621600.00| -| 0.00,-0.30, 5438400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",False -MaxarImagery/HighFreq/Auckland/Whatipu/Shorelines/Whatipu_07APR2010.shp,DigitalJPGs/Auckland/Auckland 2010R,MaxarImagery/HighFreq/Auckland/Whatipu/Shorelines/Whatipu_07APR2010.shp,100.0,MaxarImagery/HighFreq/Auckland/Whatipu/Shorelines/Whatipu_07APR2010.tif,1,GTiff,uint8,,19200,14400,3,EPSG:2193,"| 0.50, 0.00, 1727200.00| -| 0.00,-0.50, 5902800.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.5, 0.5)",False -Retrolens/Auckland/Omaha/Shorelines/Omaha_04DEC2012.shp,DigitalJPGs/Auckland/RNC2 Auckland/2012,Retrolens/Auckland/Omaha/Shorelines/Omaha_04DEC2012.shp,100.0,Retrolens/Auckland/Omaha/Shorelines/Omaha_04DEC2012.tif,1,GTiff,uint8,,19200,14400,3,EPSG:2193,"| 0.50, 0.00, 1756000.00| -| 0.00,-0.50, 5982000.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.5, 0.5)",True -Retrolens/Auckland/PakiriBeach_North/Shorelines/PakiriBeach_North_06NOV2015.shp,DigitalJPGs/Northland/Northland 0.40m Rural Aerial Photos 2014-16,Retrolens/Auckland/PakiriBeach_North/Shorelines/PakiriBeach_North_06NOV2015.shp,100.0,Retrolens/Auckland/PakiriBeach_North/Shorelines/PakiriBeach_North_06NOV2015.tif,7,GTiff,uint8,,18000,27000,3,EPSG:2193,"| 0.40, 0.00, 1746400.00| -| 0.00,-0.40, 6000000.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.4, 0.4)",True -Retrolens/Auckland/TeArai/Shorelines/TeArai_06NOV2015.shp,DigitalJPGs/Northland/Northland 0.40m Rural Aerial Photos 2014-16,Retrolens/Auckland/TeArai/Shorelines/TeArai_06NOV2015.shp,100.0,Retrolens/Auckland/TeArai/Shorelines/TeArai_06NOV2015.tif,5,GTiff,uint8,,12000,18000,3,EPSG:2193,"| 0.40, 0.00, 1744000.00| -| 0.00,-0.40, 6003600.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.4, 0.4)",True -Retrolens/Auckland/Orewa/Shorelines/Orewa_08MAR2011.shp,DigitalJPGs/Auckland/RNC2 Auckland/2011,Retrolens/Auckland/Orewa/Shorelines/Orewa_08MAR2011.shp,100.0,Retrolens/Auckland/Orewa/Shorelines/Orewa_08MAR2011.tif,11,GTiff,uint8,,9600,14400,3,EPSG:2193,"| 0.50, 0.00, 1751200.00| -| 0.00,-0.50, 5953200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.5, 0.5)",False -Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_04MAR2012.shp,DigitalJPGs/Auckland/RNC2 Auckland/2012,Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_04MAR2012.shp,100.0,Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_04MAR2012.tif,6,GTiff,uint8,,19200,28800,3,EPSG:2193,"| 0.50, 0.00, 1751200.00| -| 0.00,-0.50, 5996400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.5, 0.5)",True -Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_03JAN2011.shp,DigitalJPGs/Auckland/RNC2 Auckland/2011,Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_03JAN2011.shp,100.0,Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_03JAN2011.tif,8,GTiff,uint8,,19200,28800,3,EPSG:2193,"| 0.50, 0.00, 1789600.00| -| 0.00,-0.50, 5917200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.5, 0.5)",True -Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_29JAN2019.shp,DigitalJPGs/Otago/otago-03m-rural-aerial-photos-2017-2019,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_29JAN2019.shp,100.0,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_29JAN2019.tif,8,GTiff,uint8,,16000,12000,3,EPSG:2193,"| 0.30, 0.00, 1422400.00| -| 0.00,-0.30, 4927200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_02May2013.shp,DigitalJPGs/Southland/STH13R,MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_02May2013.shp,100.0,MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_02May2013.tif,2,GTiff,uint8,,12000,18000,3,EPSG:2193,"| 0.40, 0.00, 1324000.00| -| 0.00,-0.40, 4837200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.4, 0.4)",True -MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_08JULY2019.shp,DigitalJPGs/Otago/otago-03m-rural-aerial-photos-2017-2019,MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_08JULY2019.shp,100.0,MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_08JULY2019.tif,9,GTiff,uint8,,24000,24000,3,EPSG:2193,"| 0.30, 0.00, 1417600.00| -| 0.00,-0.30, 4930800.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",False -Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_29JAN2019.shp,DigitalJPGs/Otago/otago-03m-rural-aerial-photos-2017-2019,Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_29JAN2019.shp,100.0,Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_29JAN2019.tif,6,GTiff,uint8,,16000,24000,3,EPSG:2193,"| 0.30, 0.00, 1422400.00| -| 0.00,-0.30, 4956000.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_31JAN2017.shp,DigitalJPGs/Otago/otago-03m-rural-aerial-photos-2017-2019,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_31JAN2017.shp,100.0,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_31JAN2017.tif,8,GTiff,uint8,,32000,24000,3,EPSG:2193,"| 0.30, 0.00, 1403200.00| -| 0.00,-0.30, 4916400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",False -Retrolens/Otago/BoulderBeach_SandflyBay/Shorelines/BoulderBeach_SandflyBay_29JAN2019.shp,DigitalJPGs/Otago/otago-03m-rural-aerial-photos-2017-2019,Retrolens/Otago/BoulderBeach_SandflyBay/Shorelines/BoulderBeach_SandflyBay_29JAN2019.shp,100.0,Retrolens/Otago/BoulderBeach_SandflyBay/Shorelines/BoulderBeach_SandflyBay_29JAN2019.tif,2,GTiff,uint8,,24000,12000,3,EPSG:2193,"| 0.30, 0.00, 1412800.00| -| 0.00,-0.30, 4916400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_29JAN2019.shp,DigitalJPGs/Otago/otago-03m-rural-aerial-photos-2017-2019,Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_29JAN2019.shp,100.0,Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_29JAN2019.tif,8,GTiff,uint8,,16000,36000,3,EPSG:2193,"| 0.30, 0.00, 1422400.00| -| 0.00,-0.30, 4927200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_09NOV2015.shp,DigitalJPGs/Northland/Northland 0.40m Rural Aerial Photos 2014-16,Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_09NOV2015.shp,100.0,Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_09NOV2015.tif,3,GTiff,uint8,,6000,18000,3,EPSG:2193,"| 0.40, 0.00, 1741600.00| -| 0.00,-0.40, 6010800.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.4, 0.4)",False -Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_27FEB2017.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_27FEB2017.shp,100.0,Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_27FEB2017.tif,15,GTiff,uint8,,40000,48000,3,EPSG:2193,"| 0.30, 0.00, 1436800.00| -| 0.00,-0.30, 5287200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_02FEB2016.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_02FEB2016.shp,100.0,Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_02FEB2016.tif,6,GTiff,uint8,,16000,36000,3,EPSG:2193,"| 0.30, 0.00, 1448800.00| -| 0.00,-0.30, 5301600.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_05APRIL2016.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_05APRIL2016.shp,100.0,Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_05APRIL2016.tif,3,GTiff,uint8,,32000,48000,3,EPSG:2193,"| 0.30, 0.00, 1504000.00| -| 0.00,-0.30, 5406000.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/KongahuPoint/Shorelines/KongahuPoint_29DEC2015.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/KongahuPoint/Shorelines/KongahuPoint_29DEC2015.shp,100.0,Retrolens/WestCoast/KongahuPoint/Shorelines/KongahuPoint_29DEC2015.tif,6,GTiff,uint8,,16000,36000,3,EPSG:2193,"| 0.30, 0.00, 1511200.00| -| 0.00,-0.30, 5413200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_27FEB2017_WST16R.tif,6,GTiff,uint8,,24000,36000,3,EPSG:2193,"| 0.30, 0.00, 1328800.00| -| 0.00,-0.30, 5179200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/Ohinemaka/Shorelines/Ohinemaka_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/Ohinemaka/Shorelines/Ohinemaka_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/Ohinemaka/Shorelines/Ohinemaka_27FEB2017_WST16R.tif,6,GTiff,uint8,,24000,24000,3,EPSG:2193,"| 0.30, 0.00, 1316800.00| -| 0.00,-0.30, 5168400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_29DEC2015.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_29DEC2015.shp,100.0,Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_29DEC2015.tif,1,GTiff,uint8,,16000,48000,3,EPSG:2193,"| 0.30, 0.00, 1520800.00| -| 0.00,-0.30, 5431200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_27FEB2017_WST16R.tif,6,GTiff,uint8,,32000,36000,3,EPSG:2193,"| 0.30, 0.00, 1321600.00| -| 0.00,-0.30, 5175600.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_11FEB2016.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_11FEB2016.shp,100.0,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_11FEB2016.tif,12,GTiff,uint8,,48000,48000,3,EPSG:2193,"| 0.30, 0.00, 1494400.00| -| 0.00,-0.30, 5395200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/WhareateaRiver/Shorelines/WhareateaRiver_11FEB2016.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/WhareateaRiver/Shorelines/WhareateaRiver_11FEB2016.shp,100.0,Retrolens/WestCoast/WhareateaRiver/Shorelines/WhareateaRiver_11FEB2016.tif,3,GTiff,uint8,,24000,24000,3,EPSG:2193,"| 0.30, 0.00, 1489600.00| -| 0.00,-0.30, 5384400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_11FEB2016.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_11FEB2016.shp,100.0,Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_11FEB2016.tif,7,GTiff,uint8,,16000,24000,3,EPSG:2193,"| 0.30, 0.00, 1460800.00| -| 0.00,-0.30, 5341200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_11FEB2016.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_11FEB2016.shp,100.0,Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_11FEB2016.tif,7,GTiff,uint8,,40000,24000,3,EPSG:2193,"| 0.30, 0.00, 1472800.00| -| 0.00,-0.30, 5380800.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_27FEB2017_WST16R.tif,1,GTiff,uint8,,24000,24000,3,EPSG:2193,"| 0.30, 0.00, 1338400.00| -| 0.00,-0.30, 5193600.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/JacksonBay_East/Shorelines/JacksonBay_East_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/JacksonBay_East/Shorelines/JacksonBay_East_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/JacksonBay_East/Shorelines/JacksonBay_East_27FEB2017_WST16R.tif,3,GTiff,uint8,,24000,36000,3,EPSG:2193,"| 0.30, 0.00, 1264000.00| -| 0.00,-0.30, 5132400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_27FEB2017_WST16R.tif,6,GTiff,uint8,,24000,36000,3,EPSG:2193,"| 0.30, 0.00, 1432000.00| -| 0.00,-0.30, 5276400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_27FEB2017_WST16R.tif,9,GTiff,uint8,,48000,60000,3,EPSG:2193,"| 0.30, 0.00, 1415200.00| -| 0.00,-0.30, 5265600.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/TaramakauRiver_North/Shorelines/TaramakauRiver_02FEB2016.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/TaramakauRiver_North/Shorelines/TaramakauRiver_02FEB2016.shp,100.0,Retrolens/WestCoast/TaramakauRiver_North/Shorelines/TaramakauRiver_02FEB2016.tif,5,GTiff,uint8,,24000,36000,3,EPSG:2193,"| 0.30, 0.00, 1444000.00| -| 0.00,-0.30, 5294400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_27FEB2017_WST16R.tif,2,GTiff,uint8,,24000,36000,3,EPSG:2193,"| 0.30, 0.00, 1424800.00| -| 0.00,-0.30, 5269200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_06FEB2016.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_06FEB2016.shp,100.0,Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_06FEB2016.tif,4,GTiff,uint8,,8000,24000,3,EPSG:2193,"| 0.30, 0.00, 1451200.00| -| 0.00,-0.30, 5305200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_27FEB2017_WST16R.tif,5,GTiff,uint8,,24000,36000,3,EPSG:2193,"| 0.30, 0.00, 1336000.00| -| 0.00,-0.30, 5190000.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/KarangaruaRiver/Shorelines/KarangaruaRiver_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/KarangaruaRiver/Shorelines/KarangaruaRiver_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/KarangaruaRiver/Shorelines/KarangaruaRiver_27FEB2017_WST16R.tif,2,GTiff,uint8,,8000,12000,3,EPSG:2193,"| 0.30, 0.00, 1336000.00| -| 0.00,-0.30, 5182800.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/Westport/Shorelines/Westport_11FEB2016.shp,DigitalJPGs/WestCoast/WST15R,Retrolens/WestCoast/Westport/Shorelines/Westport_11FEB2016.shp,100.0,Retrolens/WestCoast/Westport/Shorelines/Westport_11FEB2016.tif,2,GTiff,uint8,,24000,12000,3,EPSG:2193,"| 0.30, 0.00, 1482400.00| -| 0.00,-0.30, 5380800.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/JacksonBay/Shorelines/JacksonBay_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/JacksonBay/Shorelines/JacksonBay_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/JacksonBay/Shorelines/JacksonBay_27FEB2017_WST16R.tif,10,GTiff,uint8,,32000,24000,3,EPSG:2193,"| 0.30, 0.00, 1256800.00| -| 0.00,-0.30, 5125200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/HaastBeach/Shorelines/HaastBeach_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/HaastBeach/Shorelines/HaastBeach_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/HaastBeach/Shorelines/HaastBeach_27FEB2017_WST16R.tif,2,GTiff,uint8,,32000,36000,3,EPSG:2193,"| 0.30, 0.00, 1271200.00| -| 0.00,-0.30, 5139600.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/WestCoast/JacksonBay_West/Shorelines/JacksonBay_West_27FEB2017_WST16R.shp,DigitalJPGs/WestCoast/WST16R,Retrolens/WestCoast/JacksonBay_West/Shorelines/JacksonBay_West_27FEB2017_WST16R.shp,100.0,Retrolens/WestCoast/JacksonBay_West/Shorelines/JacksonBay_West_27FEB2017_WST16R.tif,18,GTiff,uint8,,40000,24000,3,EPSG:2193,"| 0.30, 0.00, 1247200.00| -| 0.00,-0.30, 5125200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_15FEB2018.shp,DigitalJPGs/Gisborne/GIS17R,Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_15FEB2018.shp,100.0,Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_15FEB2018.tif,5,GTiff,uint8,,16000,24000,3,EPSG:2193,"| 0.30, 0.00, 2063200.00| -| 0.00,-0.30, 5758800.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_12DEC2017.shp,DigitalJPGs/Gisborne/GIS17R,Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_12DEC2017.shp,100.0,Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_12DEC2017.tif,3,GTiff,uint8,,16000,36000,3,EPSG:2193,"| 0.30, 0.00, 2068000.00| -| 0.00,-0.30, 5784000.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_16FEB2018.shp,DigitalJPGs/Gisborne/GIS17R,Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_16FEB2018.shp,100.0,Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_16FEB2018.tif,4,GTiff,uint8,,40000,36000,3,EPSG:2193,"| 0.30, 0.00, 2027200.00| -| 0.00,-0.30, 5708400.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True -Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_03DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_03DEC2014.shp,100.0,Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_03DEC2014.tif,3,GTiff,uint8,,96000,46080,3,EPSG:2193,"| 0.12, 0.00, 1893280.00| -| 0.00,-0.12, 5821440.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_3DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_3DEC2014.shp,100.0,Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_3DEC2014.tif,4,GTiff,uint8,,61440,34560,3,EPSG:2193,"| 0.12, 0.00, 1945120.00| -| 0.00,-0.12, 5796240.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/WaiotaheBeach/Shorelines/WaiotaheBeach03DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/WaiotaheBeach/Shorelines/WaiotaheBeach03DEC2014.shp,100.0,Retrolens/Bay of Plenty/WaiotaheBeach/Shorelines/WaiotaheBeach03DEC2014.tif,2,GTiff,uint8,,46080,11520,3,EPSG:2193,"| 0.12, 0.00, 1969120.00| -| 0.00,-0.12, 5786880.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_03DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_03DEC2014.shp,100.0,Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_03DEC2014.tif,4,GTiff,uint8,,99840,86400,3,EPSG:2193,"| 0.12, 0.00, 1905280.00| -| 0.00,-0.12, 5817120.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_3DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_3DEC2014.shp,100.0,Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_3DEC2014.tif,7,GTiff,uint8,,111360,17280,3,EPSG:2193,"| 0.12, 0.00, 1974880.00| -| 0.00,-0.12, 5788320.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountManganui_03DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountManganui_03DEC2014.shp,100.0,Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountManganui_03DEC2014.tif,8,GTiff,uint8,,111360,80640,3,EPSG:2193,"| 0.12, 0.00, 1879840.00| -| 0.00,-0.12, 5830800.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/KohioawaBeach/Shorelines/KohioawaBeach_03DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/KohioawaBeach/Shorelines/KohioawaBeach_03DEC2014.shp,100.0,Retrolens/Bay of Plenty/KohioawaBeach/Shorelines/KohioawaBeach_03DEC2014.tif,8,GTiff,uint8,,92160,51840,3,EPSG:2193,"| 0.12, 0.00, 1916800.00| -| 0.00,-0.12, 5807040.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_3DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_3DEC2014.shp,100.0,Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_3DEC2014.tif,7,GTiff,uint8,,38400,63360,3,EPSG:2193,"| 0.12, 0.00, 1859680.00| -| 0.00,-0.12, 5857440.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp,100.0,Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.tif,5,GTiff,uint8,,88320,40320,3,EPSG:2193,"| 0.12, 0.00, 1953280.00| -| 0.00,-0.12, 5791920.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_3DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_3DEC2014.shp,100.0,Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_3DEC2014.tif,1,GTiff,uint8,,38400,11520,3,EPSG:2193,"| 0.12, 0.00, 1964800.00| -| 0.00,-0.12, 5787600.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp,DigitalJPGs/BayOfPlenty/BOP14U,Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp,100.0,Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.tif,5,GTiff,uint8,,88320,40320,3,EPSG:2193,"| 0.12, 0.00, 1953280.00| -| 0.00,-0.12, 5791920.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.125, 0.125)",True -MaxarImagery/HighFreq/Wellington/KapitiNorth/Shorelines/NorthKapiti_15MAR2017.shp,DigitalJPGs/Wellington/Wellington Rural 2016-17,MaxarImagery/HighFreq/Wellington/KapitiNorth/Shorelines/NorthKapiti_15MAR2017.shp,100.0,MaxarImagery/HighFreq/Wellington/KapitiNorth/Shorelines/NorthKapiti_15MAR2017.tif,6,GTiff,uint8,,24000,36000,3,EPSG:2193,"| 0.30, 0.00, 1770400.00| -| 0.00,-0.30, 5485200.00| -| 0.00, 0.00, 1.00|",1,False,lzw,pixel,0,"(0.3, 0.3)",True diff --git a/Uncertainty.ipynb b/Uncertainty.ipynb index d818dfb..c04c068 100644 --- a/Uncertainty.ipynb +++ b/Uncertainty.ipynb @@ -41,11 +41,11 @@ " blockxsize\n", " blockysize\n", " tiled\n", - " compress\n", " interleave\n", " GCPs\n", " res\n", " CPS\n", + " compress\n", " photometric\n", " matched_tile_root\n", " matched_filename\n", @@ -55,138 +55,138 @@ " \n", " \n", " 0\n", - " MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp\n", - " MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif\n", + " Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif\n", " 100.0\n", - " 2\n", - " GTiff\n", - " uint8\n", - " NaN\n", - " 3975\n", - " 12039\n", " 3\n", + " GTiff\n", + " uint32\n", + " 65536.0\n", + " 2804\n", + " 6572\n", + " 1\n", " NaN\n", - " | 0.60, 0.00, 2022707.13|\\n| 0.00,-0.60, 5670278.45|\\n| 0.00, 0.00, 1.00|\n", + " | 0.60, 0.00, 1817329.44|\\n| 0.00,-0.60, 6001088.43|\\n| 0.00, 0.00, 1.00|\n", " 128.0\n", " 128\n", " True\n", - " lzw\n", - " pixel\n", - " 26\n", - " (0.6, 0.5999999999999536)\n", + " band\n", + " 5\n", + " (0.5999999999999668, 0.6000000000000283)\n", " True\n", " NaN\n", " NaN\n", " NaN\n", + " NaN\n", " 0.600000\n", " \n", " \n", " 1\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2\n", + " Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_09OCT1962.shp\n", + " Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_09OCT1962.tif\n", " 100.0\n", " 3\n", - " JP2OpenJPEG\n", + " GTiff\n", " uint16\n", - " 256.0\n", - " 29389\n", - " 40103\n", + " 65535.0\n", + " 23336\n", + " 50329\n", " 1\n", " PROJCS[\"NZGD2000 / New Zealand Transverse Mercator 2000\",GEOGCS[\"NZGD2000\",DATUM[\"New_Zealand_Geodetic_Datum_2000\",SPHEROID[\"G...\n", - " | 0.26, 0.00, 1737085.20|\\n| 0.00,-0.26, 6039917.24|\\n| 0.00, 0.00, 1.00|\n", - " NaN\n", - " 40103\n", - " False\n", - " NaN\n", - " NaN\n", + " | 0.18, 0.00, 1613222.64|\\n| 0.00,-0.18, 6128124.07|\\n| 0.00, 0.00, 1.00|\n", + " 128.0\n", + " 128\n", + " True\n", + " band\n", " 0\n", - " (0.2624698238999704, 0.26246982389997436)\n", + " (0.1806457388000015, 0.1806457388000015)\n", " True\n", + " lzw\n", " NaN\n", " NaN\n", " NaN\n", - " 0.262470\n", + " 0.180646\n", " \n", " \n", " 2\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_20FEB1967.shp\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_20FEB1967_mosaic.jp2\n", " 100.0\n", - " 13\n", + " 5\n", " JP2OpenJPEG\n", " uint16\n", " 256.0\n", - " 8231\n", - " 11231\n", - " 1\n", + " 1569\n", + " 3727\n", + " 3\n", " PROJCS[\"NZGD2000 / New Zealand Transverse Mercator 2000\",GEOGCS[\"NZGD2000\",DATUM[\"New_Zealand_Geodetic_Datum_2000\",SPHEROID[\"G...\n", - " | 0.94, 0.00, 1737085.20|\\n| 0.00,-0.94, 6039917.24|\\n| 0.00, 0.00, 1.00|\n", + " | 1.85, 0.00, 1422545.38|\\n| 0.00,-1.85, 4924553.41|\\n| 0.00, 0.00, 1.00|\n", " 1024.0\n", " 1024\n", " True\n", - " NaN\n", - " NaN\n", + " pixel\n", " 0\n", - " (0.9372020209999998, 0.9372020210000556)\n", + " (1.8460795985894791, 1.8460795985895122)\n", " True\n", " NaN\n", " NaN\n", " NaN\n", - " 0.937202\n", + " NaN\n", + " 1.846080\n", " \n", " \n", " 3\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_16FEB1985.shp\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_16FEB1985_mosaic.jp2\n", " 100.0\n", - " 1\n", + " 5\n", " JP2OpenJPEG\n", " uint16\n", " 256.0\n", - " 29820\n", - " 40692\n", - " 1\n", + " 4107\n", + " 8885\n", + " 3\n", " PROJCS[\"NZGD2000 / New Zealand Transverse Mercator 2000\",GEOGCS[\"NZGD2000\",DATUM[\"New_Zealand_Geodetic_Datum_2000\",SPHEROID[\"G...\n", - " | 0.26, 0.00, 1737085.20|\\n| 0.00,-0.26, 6039917.24|\\n| 0.00, 0.00, 1.00|\n", - " NaN\n", - " 40692\n", - " False\n", - " NaN\n", - " NaN\n", + " | 0.74, 0.00, 1422799.02|\\n| 0.00,-0.74, 4924213.38|\\n| 0.00, 0.00, 1.00|\n", + " 1024.0\n", + " 1024\n", + " True\n", + " pixel\n", " 0\n", - " (0.2586761838999873, 0.25867618389997915)\n", + " (0.7372253004278188, 0.7372253004278092)\n", " True\n", " NaN\n", " NaN\n", " NaN\n", - " 0.258676\n", + " NaN\n", + " 0.737225\n", " \n", " \n", " 4\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_07MAR1975.shp\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_07MAR1975_mosaic.jp2\n", " 100.0\n", - " 8\n", + " 4\n", " JP2OpenJPEG\n", " uint16\n", " 256.0\n", - " 10324\n", - " 14087\n", + " 1909\n", + " 4560\n", " 1\n", " PROJCS[\"NZGD2000 / New Zealand Transverse Mercator 2000\",GEOGCS[\"NZGD2000\",DATUM[\"New_Zealand_Geodetic_Datum_2000\",SPHEROID[\"G...\n", - " | 0.75, 0.00, 1737085.20|\\n| 0.00,-0.75, 6039917.24|\\n| 0.00, 0.00, 1.00|\n", + " | 1.41, 0.00, 1422896.69|\\n| 0.00,-1.41, 4924280.63|\\n| 0.00, 0.00, 1.00|\n", " 1024.0\n", " 1024\n", " True\n", " NaN\n", - " NaN\n", " 0\n", - " (0.7471877562999563, 0.7471877562999831)\n", + " (1.4073333616166988, 1.4073333616166277)\n", " True\n", " NaN\n", " NaN\n", " NaN\n", - " 0.747188\n", + " NaN\n", + " 1.407333\n", " \n", " \n", " ...\n", @@ -232,11 +232,11 @@ " NaN\n", " 1\n", " False\n", - " lzw\n", " pixel\n", " 0\n", " (0.125, 0.125)\n", " True\n", + " lzw\n", " NaN\n", " DigitalJPGs/BayOfPlenty/BOP14U\n", " Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_3DEC2014.shp\n", @@ -259,11 +259,11 @@ " NaN\n", " 1\n", " False\n", - " lzw\n", " pixel\n", " 0\n", " (0.125, 0.125)\n", " True\n", + " lzw\n", " NaN\n", " DigitalJPGs/BayOfPlenty/BOP14U\n", " Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp\n", @@ -286,11 +286,11 @@ " NaN\n", " 1\n", " False\n", - " lzw\n", " pixel\n", " 0\n", " (0.125, 0.125)\n", " True\n", + " lzw\n", " NaN\n", " DigitalJPGs/BayOfPlenty/BOP14U\n", " Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_3DEC2014.shp\n", @@ -313,11 +313,11 @@ " NaN\n", " 1\n", " False\n", - " lzw\n", " pixel\n", " 0\n", " (0.125, 0.125)\n", " True\n", + " lzw\n", " NaN\n", " DigitalJPGs/BayOfPlenty/BOP14U\n", " Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp\n", @@ -340,11 +340,11 @@ " NaN\n", " 1\n", " False\n", - " lzw\n", " pixel\n", " 0\n", " (0.3, 0.3)\n", " True\n", + " lzw\n", " NaN\n", " DigitalJPGs/Wellington/Wellington Rural 2016-17\n", " MaxarImagery/HighFreq/Wellington/KapitiNorth/Shorelines/NorthKapiti_15MAR2017.shp\n", @@ -352,48 +352,48 @@ " \n", " \n", "\n", - "

1792 rows × 24 columns

\n", + "

2045 rows × 24 columns

\n", "" ], "text/plain": [ - " filename \\\n", - "0 MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp \n", - "1 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp \n", - "2 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp \n", - "3 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp \n", - "4 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp \n", - ".. ... \n", - "51 Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_3DEC2014.shp \n", - "52 Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp \n", - "53 Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_3DEC2014.shp \n", - "54 Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp \n", - "55 MaxarImagery/HighFreq/Wellington/KapitiNorth/Shorelines/NorthKapiti_15MAR2017.shp \n", + " filename \\\n", + "0 Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp \n", + "1 Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_09OCT1962.shp \n", + "2 Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_20FEB1967.shp \n", + "3 Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_16FEB1985.shp \n", + "4 Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_07MAR1975.shp \n", + ".. ... \n", + "51 Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_3DEC2014.shp \n", + "52 Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp \n", + "53 Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_3DEC2014.shp \n", + "54 Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.shp \n", + "55 MaxarImagery/HighFreq/Wellington/KapitiNorth/Shorelines/NorthKapiti_15MAR2017.shp \n", "\n", - " matched_image \\\n", - "0 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif \n", - "1 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2 \n", - "2 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2 \n", - "3 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2 \n", - "4 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2 \n", - ".. ... \n", - "51 Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_3DEC2014.tif \n", - "52 Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.tif \n", - "53 Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_3DEC2014.tif \n", - "54 Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.tif \n", - "55 MaxarImagery/HighFreq/Wellington/KapitiNorth/Shorelines/NorthKapiti_15MAR2017.tif \n", + " matched_image \\\n", + "0 Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif \n", + "1 Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_09OCT1962.tif \n", + "2 Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_20FEB1967_mosaic.jp2 \n", + "3 Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_16FEB1985_mosaic.jp2 \n", + "4 Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_07MAR1975_mosaic.jp2 \n", + ".. ... \n", + "51 Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_3DEC2014.tif \n", + "52 Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.tif \n", + "53 Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_3DEC2014.tif \n", + "54 Retrolens/Bay of Plenty/PortOhope/Shorelines/OhopeBeach_3DEC2014.tif \n", + "55 MaxarImagery/HighFreq/Wellington/KapitiNorth/Shorelines/NorthKapiti_15MAR2017.tif \n", "\n", - " match_score n_lines driver dtype nodata width height count \\\n", - "0 100.0 2 GTiff uint8 NaN 3975 12039 3 \n", - "1 100.0 3 JP2OpenJPEG uint16 256.0 29389 40103 1 \n", - "2 100.0 13 JP2OpenJPEG uint16 256.0 8231 11231 1 \n", - "3 100.0 1 JP2OpenJPEG uint16 256.0 29820 40692 1 \n", - "4 100.0 8 JP2OpenJPEG uint16 256.0 10324 14087 1 \n", - ".. ... ... ... ... ... ... ... ... \n", - "51 100.0 7 GTiff uint8 NaN 38400 63360 3 \n", - "52 100.0 5 GTiff uint8 NaN 88320 40320 3 \n", - "53 100.0 1 GTiff uint8 NaN 38400 11520 3 \n", - "54 100.0 5 GTiff uint8 NaN 88320 40320 3 \n", - "55 100.0 6 GTiff uint8 NaN 24000 36000 3 \n", + " match_score n_lines driver dtype nodata width height count \\\n", + "0 100.0 3 GTiff uint32 65536.0 2804 6572 1 \n", + "1 100.0 3 GTiff uint16 65535.0 23336 50329 1 \n", + "2 100.0 5 JP2OpenJPEG uint16 256.0 1569 3727 3 \n", + "3 100.0 5 JP2OpenJPEG uint16 256.0 4107 8885 3 \n", + "4 100.0 4 JP2OpenJPEG uint16 256.0 1909 4560 1 \n", + ".. ... ... ... ... ... ... ... ... \n", + "51 100.0 7 GTiff uint8 NaN 38400 63360 3 \n", + "52 100.0 5 GTiff uint8 NaN 88320 40320 3 \n", + "53 100.0 1 GTiff uint8 NaN 38400 11520 3 \n", + "54 100.0 5 GTiff uint8 NaN 88320 40320 3 \n", + "55 100.0 6 GTiff uint8 NaN 24000 36000 3 \n", "\n", " crs \\\n", "0 NaN \n", @@ -409,11 +409,11 @@ "55 EPSG:2193 \n", "\n", " transform \\\n", - "0 | 0.60, 0.00, 2022707.13|\\n| 0.00,-0.60, 5670278.45|\\n| 0.00, 0.00, 1.00| \n", - "1 | 0.26, 0.00, 1737085.20|\\n| 0.00,-0.26, 6039917.24|\\n| 0.00, 0.00, 1.00| \n", - "2 | 0.94, 0.00, 1737085.20|\\n| 0.00,-0.94, 6039917.24|\\n| 0.00, 0.00, 1.00| \n", - "3 | 0.26, 0.00, 1737085.20|\\n| 0.00,-0.26, 6039917.24|\\n| 0.00, 0.00, 1.00| \n", - "4 | 0.75, 0.00, 1737085.20|\\n| 0.00,-0.75, 6039917.24|\\n| 0.00, 0.00, 1.00| \n", + "0 | 0.60, 0.00, 1817329.44|\\n| 0.00,-0.60, 6001088.43|\\n| 0.00, 0.00, 1.00| \n", + "1 | 0.18, 0.00, 1613222.64|\\n| 0.00,-0.18, 6128124.07|\\n| 0.00, 0.00, 1.00| \n", + "2 | 1.85, 0.00, 1422545.38|\\n| 0.00,-1.85, 4924553.41|\\n| 0.00, 0.00, 1.00| \n", + "3 | 0.74, 0.00, 1422799.02|\\n| 0.00,-0.74, 4924213.38|\\n| 0.00, 0.00, 1.00| \n", + "4 | 1.41, 0.00, 1422896.69|\\n| 0.00,-1.41, 4924280.63|\\n| 0.00, 0.00, 1.00| \n", ".. ... \n", "51 | 0.12, 0.00, 1859680.00|\\n| 0.00,-0.12, 5857440.00|\\n| 0.00, 0.00, 1.00| \n", "52 | 0.12, 0.00, 1953280.00|\\n| 0.00,-0.12, 5791920.00|\\n| 0.00, 0.00, 1.00| \n", @@ -421,31 +421,31 @@ "54 | 0.12, 0.00, 1953280.00|\\n| 0.00,-0.12, 5791920.00|\\n| 0.00, 0.00, 1.00| \n", "55 | 0.30, 0.00, 1770400.00|\\n| 0.00,-0.30, 5485200.00|\\n| 0.00, 0.00, 1.00| \n", "\n", - " blockxsize blockysize tiled compress interleave GCPs \\\n", - "0 128.0 128 True lzw pixel 26 \n", - "1 NaN 40103 False NaN NaN 0 \n", - "2 1024.0 1024 True NaN NaN 0 \n", - "3 NaN 40692 False NaN NaN 0 \n", - "4 1024.0 1024 True NaN NaN 0 \n", - ".. ... ... ... ... ... ... \n", - "51 NaN 1 False lzw pixel 0 \n", - "52 NaN 1 False lzw pixel 0 \n", - "53 NaN 1 False lzw pixel 0 \n", - "54 NaN 1 False lzw pixel 0 \n", - "55 NaN 1 False lzw pixel 0 \n", + " blockxsize blockysize tiled interleave GCPs \\\n", + "0 128.0 128 True band 5 \n", + "1 128.0 128 True band 0 \n", + "2 1024.0 1024 True pixel 0 \n", + "3 1024.0 1024 True pixel 0 \n", + "4 1024.0 1024 True NaN 0 \n", + ".. ... ... ... ... ... \n", + "51 NaN 1 False pixel 0 \n", + "52 NaN 1 False pixel 0 \n", + "53 NaN 1 False pixel 0 \n", + "54 NaN 1 False pixel 0 \n", + "55 NaN 1 False pixel 0 \n", "\n", - " res CPS photometric \\\n", - "0 (0.6, 0.5999999999999536) True NaN \n", - "1 (0.2624698238999704, 0.26246982389997436) True NaN \n", - "2 (0.9372020209999998, 0.9372020210000556) True NaN \n", - "3 (0.2586761838999873, 0.25867618389997915) True NaN \n", - "4 (0.7471877562999563, 0.7471877562999831) True NaN \n", - ".. ... ... ... \n", - "51 (0.125, 0.125) True NaN \n", - "52 (0.125, 0.125) True NaN \n", - "53 (0.125, 0.125) True NaN \n", - "54 (0.125, 0.125) True NaN \n", - "55 (0.3, 0.3) True NaN \n", + " res CPS compress photometric \\\n", + "0 (0.5999999999999668, 0.6000000000000283) True NaN NaN \n", + "1 (0.1806457388000015, 0.1806457388000015) True lzw NaN \n", + "2 (1.8460795985894791, 1.8460795985895122) True NaN NaN \n", + "3 (0.7372253004278188, 0.7372253004278092) True NaN NaN \n", + "4 (1.4073333616166988, 1.4073333616166277) True NaN NaN \n", + ".. ... ... ... ... \n", + "51 (0.125, 0.125) True lzw NaN \n", + "52 (0.125, 0.125) True lzw NaN \n", + "53 (0.125, 0.125) True lzw NaN \n", + "54 (0.125, 0.125) True lzw NaN \n", + "55 (0.3, 0.3) True lzw NaN \n", "\n", " matched_tile_root \\\n", "0 NaN \n", @@ -475,10 +475,10 @@ "\n", " Pixel_ER \n", "0 0.600000 \n", - "1 0.262470 \n", - "2 0.937202 \n", - "3 0.258676 \n", - "4 0.747188 \n", + "1 0.180646 \n", + "2 1.846080 \n", + "3 0.737225 \n", + "4 1.407333 \n", ".. ... \n", "51 0.125000 \n", "52 0.125000 \n", @@ -486,7 +486,7 @@ "54 0.125000 \n", "55 0.300000 \n", "\n", - "[1792 rows x 24 columns]" + "[2045 rows x 24 columns]" ] }, "execution_count": 1, @@ -568,11 +568,11 @@ " blockxsize\n", " blockysize\n", " tiled\n", - " compress\n", " interleave\n", " GCPs\n", " res\n", " CPS\n", + " compress\n", " photometric\n", " matched_tile_root\n", " matched_filename\n", @@ -582,138 +582,138 @@ " \n", " \n", " 0\n", - " MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp\n", - " MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif\n", + " Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp\n", + " Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif\n", " 100.0\n", - " 2.0\n", - " GTiff\n", - " uint8\n", - " NaN\n", - " 3975.0\n", - " 12039.0\n", " 3.0\n", + " GTiff\n", + " uint32\n", + " 65536.0\n", + " 2804.0\n", + " 6572.0\n", + " 1.0\n", " NaN\n", - " | 0.60, 0.00, 2022707.13|\\n| 0.00,-0.60, 5670278.45|\\n| 0.00, 0.00, 1.00|\n", + " | 0.60, 0.00, 1817329.44|\\n| 0.00,-0.60, 6001088.43|\\n| 0.00, 0.00, 1.00|\n", " 128.0\n", " 128.0\n", " True\n", - " lzw\n", - " pixel\n", - " 26.0\n", - " (0.6, 0.5999999999999536)\n", + " band\n", + " 5.0\n", + " (0.5999999999999668, 0.6000000000000283)\n", " True\n", " NaN\n", " NaN\n", " NaN\n", + " NaN\n", " 0.600000\n", " \n", " \n", " 1\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2\n", + " Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_09OCT1962.shp\n", + " Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_09OCT1962.tif\n", " 100.0\n", " 3.0\n", - " JP2OpenJPEG\n", + " GTiff\n", " uint16\n", - " 256.0\n", - " 29389.0\n", - " 40103.0\n", + " 65535.0\n", + " 23336.0\n", + " 50329.0\n", " 1.0\n", " PROJCS[\"NZGD2000 / New Zealand Transverse Mercator 2000\",GEOGCS[\"NZGD2000\",DATUM[\"New_Zealand_Geodetic_Datum_2000\",SPHEROID[\"G...\n", - " | 0.26, 0.00, 1737085.20|\\n| 0.00,-0.26, 6039917.24|\\n| 0.00, 0.00, 1.00|\n", - " NaN\n", - " 40103.0\n", - " False\n", - " NaN\n", - " NaN\n", + " | 0.18, 0.00, 1613222.64|\\n| 0.00,-0.18, 6128124.07|\\n| 0.00, 0.00, 1.00|\n", + " 128.0\n", + " 128.0\n", + " True\n", + " band\n", " 0.0\n", - " (0.2624698238999704, 0.26246982389997436)\n", + " (0.1806457388000015, 0.1806457388000015)\n", " True\n", + " lzw\n", " NaN\n", " NaN\n", " NaN\n", - " 0.262470\n", + " 0.180646\n", " \n", " \n", " 2\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_20FEB1967.shp\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_20FEB1967_mosaic.jp2\n", " 100.0\n", - " 13.0\n", + " 5.0\n", " JP2OpenJPEG\n", " uint16\n", " 256.0\n", - " 8231.0\n", - " 11231.0\n", - " 1.0\n", + " 1569.0\n", + " 3727.0\n", + " 3.0\n", " PROJCS[\"NZGD2000 / New Zealand Transverse Mercator 2000\",GEOGCS[\"NZGD2000\",DATUM[\"New_Zealand_Geodetic_Datum_2000\",SPHEROID[\"G...\n", - " | 0.94, 0.00, 1737085.20|\\n| 0.00,-0.94, 6039917.24|\\n| 0.00, 0.00, 1.00|\n", + " | 1.85, 0.00, 1422545.38|\\n| 0.00,-1.85, 4924553.41|\\n| 0.00, 0.00, 1.00|\n", " 1024.0\n", " 1024.0\n", " True\n", - " NaN\n", - " NaN\n", + " pixel\n", " 0.0\n", - " (0.9372020209999998, 0.9372020210000556)\n", + " (1.8460795985894791, 1.8460795985895122)\n", " True\n", " NaN\n", " NaN\n", " NaN\n", - " 0.937202\n", + " NaN\n", + " 1.846080\n", " \n", " \n", " 3\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_16FEB1985.shp\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_16FEB1985_mosaic.jp2\n", " 100.0\n", - " 1.0\n", + " 5.0\n", " JP2OpenJPEG\n", " uint16\n", " 256.0\n", - " 29820.0\n", - " 40692.0\n", - " 1.0\n", + " 4107.0\n", + " 8885.0\n", + " 3.0\n", " PROJCS[\"NZGD2000 / New Zealand Transverse Mercator 2000\",GEOGCS[\"NZGD2000\",DATUM[\"New_Zealand_Geodetic_Datum_2000\",SPHEROID[\"G...\n", - " | 0.26, 0.00, 1737085.20|\\n| 0.00,-0.26, 6039917.24|\\n| 0.00, 0.00, 1.00|\n", - " NaN\n", - " 40692.0\n", - " False\n", - " NaN\n", - " NaN\n", + " | 0.74, 0.00, 1422799.02|\\n| 0.00,-0.74, 4924213.38|\\n| 0.00, 0.00, 1.00|\n", + " 1024.0\n", + " 1024.0\n", + " True\n", + " pixel\n", " 0.0\n", - " (0.2586761838999873, 0.25867618389997915)\n", + " (0.7372253004278188, 0.7372253004278092)\n", " True\n", " NaN\n", " NaN\n", " NaN\n", - " 0.258676\n", + " NaN\n", + " 0.737225\n", " \n", " \n", " 4\n", - " Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp\n", - " Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_07MAR1975.shp\n", + " Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_07MAR1975_mosaic.jp2\n", " 100.0\n", - " 8.0\n", + " 4.0\n", " JP2OpenJPEG\n", " uint16\n", " 256.0\n", - " 10324.0\n", - " 14087.0\n", + " 1909.0\n", + " 4560.0\n", " 1.0\n", " PROJCS[\"NZGD2000 / New Zealand Transverse Mercator 2000\",GEOGCS[\"NZGD2000\",DATUM[\"New_Zealand_Geodetic_Datum_2000\",SPHEROID[\"G...\n", - " | 0.75, 0.00, 1737085.20|\\n| 0.00,-0.75, 6039917.24|\\n| 0.00, 0.00, 1.00|\n", + " | 1.41, 0.00, 1422896.69|\\n| 0.00,-1.41, 4924280.63|\\n| 0.00, 0.00, 1.00|\n", " 1024.0\n", " 1024.0\n", " True\n", " NaN\n", - " NaN\n", " 0.0\n", - " (0.7471877562999563, 0.7471877562999831)\n", + " (1.4073333616166988, 1.4073333616166277)\n", " True\n", " NaN\n", " NaN\n", " NaN\n", - " 0.747188\n", + " NaN\n", + " 1.407333\n", " \n", " \n", " ...\n", @@ -879,54 +879,54 @@ " \n", " \n", "\n", - "

1827 rows × 24 columns

\n", + "

2080 rows × 24 columns

\n", "" ], "text/plain": [ - " filename \\\n", - "0 MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp \n", - "1 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp \n", - "2 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp \n", - "3 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp \n", - "4 Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp \n", - ".. ... \n", - "30 Gabrielle/Shorelines/Gisborne/Whareonga/Whareonga_07MAR2023.shp \n", - "31 Gabrielle/Shorelines/Gisborne/Whareonga/Whareonga_16FEB2022.shp \n", - "32 Gabrielle/Shorelines/Hawkes Bay/Napier/Esk_19FEB2023.shp \n", - "33 Gabrielle/Shorelines/Hawkes Bay/Napier/Heretaunga_20FEB2023.shp \n", - "34 Gabrielle/Shorelines/Waikato/PauanuiTairua/PauanuiTairua_03JAN2022.shp \n", + " filename \\\n", + "0 Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp \n", + "1 Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_09OCT1962.shp \n", + "2 Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_20FEB1967.shp \n", + "3 Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_16FEB1985.shp \n", + "4 Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_07MAR1975.shp \n", + ".. ... \n", + "30 Gabrielle/Shorelines/Gisborne/Whareonga/Whareonga_07MAR2023.shp \n", + "31 Gabrielle/Shorelines/Gisborne/Whareonga/Whareonga_16FEB2022.shp \n", + "32 Gabrielle/Shorelines/Hawkes Bay/Napier/Esk_19FEB2023.shp \n", + "33 Gabrielle/Shorelines/Hawkes Bay/Napier/Heretaunga_20FEB2023.shp \n", + "34 Gabrielle/Shorelines/Waikato/PauanuiTairua/PauanuiTairua_03JAN2022.shp \n", "\n", - " matched_image \\\n", - "0 MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif \n", - "1 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2 \n", - "2 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2 \n", - "3 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2 \n", - "4 Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2 \n", - ".. ... \n", - "30 NaN \n", - "31 NaN \n", - "32 NaN \n", - "33 NaN \n", - "34 NaN \n", + " matched_image \\\n", + "0 Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif \n", + "1 Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_09OCT1962.tif \n", + "2 Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_20FEB1967_mosaic.jp2 \n", + "3 Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_16FEB1985_mosaic.jp2 \n", + "4 Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_07MAR1975_mosaic.jp2 \n", + ".. ... \n", + "30 NaN \n", + "31 NaN \n", + "32 NaN \n", + "33 NaN \n", + "34 NaN \n", "\n", - " match_score n_lines driver dtype nodata width height \\\n", - "0 100.0 2.0 GTiff uint8 NaN 3975.0 12039.0 \n", - "1 100.0 3.0 JP2OpenJPEG uint16 256.0 29389.0 40103.0 \n", - "2 100.0 13.0 JP2OpenJPEG uint16 256.0 8231.0 11231.0 \n", - "3 100.0 1.0 JP2OpenJPEG uint16 256.0 29820.0 40692.0 \n", - "4 100.0 8.0 JP2OpenJPEG uint16 256.0 10324.0 14087.0 \n", - ".. ... ... ... ... ... ... ... \n", - "30 NaN NaN NaN NaN NaN NaN NaN \n", - "31 NaN NaN NaN NaN NaN NaN NaN \n", - "32 NaN NaN NaN NaN NaN NaN NaN \n", - "33 NaN NaN NaN NaN NaN NaN NaN \n", - "34 NaN NaN NaN NaN NaN NaN NaN \n", + " match_score n_lines driver dtype nodata width height \\\n", + "0 100.0 3.0 GTiff uint32 65536.0 2804.0 6572.0 \n", + "1 100.0 3.0 GTiff uint16 65535.0 23336.0 50329.0 \n", + "2 100.0 5.0 JP2OpenJPEG uint16 256.0 1569.0 3727.0 \n", + "3 100.0 5.0 JP2OpenJPEG uint16 256.0 4107.0 8885.0 \n", + "4 100.0 4.0 JP2OpenJPEG uint16 256.0 1909.0 4560.0 \n", + ".. ... ... ... ... ... ... ... \n", + "30 NaN NaN NaN NaN NaN NaN NaN \n", + "31 NaN NaN NaN NaN NaN NaN NaN \n", + "32 NaN NaN NaN NaN NaN NaN NaN \n", + "33 NaN NaN NaN NaN NaN NaN NaN \n", + "34 NaN NaN NaN NaN NaN NaN NaN \n", "\n", " count \\\n", - "0 3.0 \n", + "0 1.0 \n", "1 1.0 \n", - "2 1.0 \n", - "3 1.0 \n", + "2 3.0 \n", + "3 3.0 \n", "4 1.0 \n", ".. ... \n", "30 NaN \n", @@ -949,11 +949,11 @@ "34 NaN \n", "\n", " transform \\\n", - "0 | 0.60, 0.00, 2022707.13|\\n| 0.00,-0.60, 5670278.45|\\n| 0.00, 0.00, 1.00| \n", - "1 | 0.26, 0.00, 1737085.20|\\n| 0.00,-0.26, 6039917.24|\\n| 0.00, 0.00, 1.00| \n", - "2 | 0.94, 0.00, 1737085.20|\\n| 0.00,-0.94, 6039917.24|\\n| 0.00, 0.00, 1.00| \n", - "3 | 0.26, 0.00, 1737085.20|\\n| 0.00,-0.26, 6039917.24|\\n| 0.00, 0.00, 1.00| \n", - "4 | 0.75, 0.00, 1737085.20|\\n| 0.00,-0.75, 6039917.24|\\n| 0.00, 0.00, 1.00| \n", + "0 | 0.60, 0.00, 1817329.44|\\n| 0.00,-0.60, 6001088.43|\\n| 0.00, 0.00, 1.00| \n", + "1 | 0.18, 0.00, 1613222.64|\\n| 0.00,-0.18, 6128124.07|\\n| 0.00, 0.00, 1.00| \n", + "2 | 1.85, 0.00, 1422545.38|\\n| 0.00,-1.85, 4924553.41|\\n| 0.00, 0.00, 1.00| \n", + "3 | 0.74, 0.00, 1422799.02|\\n| 0.00,-0.74, 4924213.38|\\n| 0.00, 0.00, 1.00| \n", + "4 | 1.41, 0.00, 1422896.69|\\n| 0.00,-1.41, 4924280.63|\\n| 0.00, 0.00, 1.00| \n", ".. ... \n", "30 NaN \n", "31 NaN \n", @@ -961,38 +961,38 @@ "33 NaN \n", "34 NaN \n", "\n", - " blockxsize blockysize tiled compress interleave GCPs \\\n", - "0 128.0 128.0 True lzw pixel 26.0 \n", - "1 NaN 40103.0 False NaN NaN 0.0 \n", - "2 1024.0 1024.0 True NaN NaN 0.0 \n", - "3 NaN 40692.0 False NaN NaN 0.0 \n", - "4 1024.0 1024.0 True NaN NaN 0.0 \n", - ".. ... ... ... ... ... ... \n", - "30 NaN NaN NaN NaN NaN NaN \n", - "31 NaN NaN NaN NaN NaN NaN \n", - "32 NaN NaN NaN NaN NaN NaN \n", - "33 NaN NaN NaN NaN NaN NaN \n", - "34 NaN NaN NaN NaN NaN NaN \n", + " blockxsize blockysize tiled interleave GCPs \\\n", + "0 128.0 128.0 True band 5.0 \n", + "1 128.0 128.0 True band 0.0 \n", + "2 1024.0 1024.0 True pixel 0.0 \n", + "3 1024.0 1024.0 True pixel 0.0 \n", + "4 1024.0 1024.0 True NaN 0.0 \n", + ".. ... ... ... ... ... \n", + "30 NaN NaN NaN NaN NaN \n", + "31 NaN NaN NaN NaN NaN \n", + "32 NaN NaN NaN NaN NaN \n", + "33 NaN NaN NaN NaN NaN \n", + "34 NaN NaN NaN NaN NaN \n", "\n", - " res CPS photometric \\\n", - "0 (0.6, 0.5999999999999536) True NaN \n", - "1 (0.2624698238999704, 0.26246982389997436) True NaN \n", - "2 (0.9372020209999998, 0.9372020210000556) True NaN \n", - "3 (0.2586761838999873, 0.25867618389997915) True NaN \n", - "4 (0.7471877562999563, 0.7471877562999831) True NaN \n", - ".. ... ... ... \n", - "30 NaN NaN NaN \n", - "31 NaN NaN NaN \n", - "32 NaN NaN NaN \n", - "33 NaN NaN NaN \n", - "34 NaN NaN NaN \n", + " res CPS compress photometric \\\n", + "0 (0.5999999999999668, 0.6000000000000283) True NaN NaN \n", + "1 (0.1806457388000015, 0.1806457388000015) True lzw NaN \n", + "2 (1.8460795985894791, 1.8460795985895122) True NaN NaN \n", + "3 (0.7372253004278188, 0.7372253004278092) True NaN NaN \n", + "4 (1.4073333616166988, 1.4073333616166277) True NaN NaN \n", + ".. ... ... ... ... \n", + "30 NaN NaN NaN NaN \n", + "31 NaN NaN NaN NaN \n", + "32 NaN NaN NaN NaN \n", + "33 NaN NaN NaN NaN \n", + "34 NaN NaN NaN NaN \n", "\n", " matched_tile_root matched_filename Pixel_ER \n", "0 NaN NaN 0.600000 \n", - "1 NaN NaN 0.262470 \n", - "2 NaN NaN 0.937202 \n", - "3 NaN NaN 0.258676 \n", - "4 NaN NaN 0.747188 \n", + "1 NaN NaN 0.180646 \n", + "2 NaN NaN 1.846080 \n", + "3 NaN NaN 0.737225 \n", + "4 NaN NaN 1.407333 \n", ".. ... ... ... \n", "30 NaN NaN 0.200000 \n", "31 NaN NaN 0.200000 \n", @@ -1000,7 +1000,7 @@ "33 NaN NaN 0.100000 \n", "34 NaN NaN 0.300000 \n", "\n", - "[1827 rows x 24 columns]" + "[2080 rows x 24 columns]" ] }, "execution_count": 2, @@ -1025,7 +1025,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -1036,7 +1036,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -1052,7 +1052,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "068fc3ece977427c93427cec24af8431", + "model_id": "20cf4958d84349febdd1675313a2c01e", "version_major": 2, "version_minor": 0 }, @@ -1073,62 +1073,40 @@ "Retrolens/Northland/Ahipara/Shorelines/Ahipara_12OCT1950.shp has ambiguous photoscales: [21000 16000]\n", "Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_31AUG1985.shp has ambiguous photoscales: [34000 44000]\n", "Retrolens/Northland/OmapereBeach/Shorelines/Omapere_05SEP1980.shp has no Source\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/OmapereBeach/*.csv\n", - "Got when trying to get_scale for Retrolens/Northland/OmapereBeach/Shorelines/Omapere_05SEP1980.shp, 9/05/1980, 1980. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/OmapereBeach/*.csv when trying to get_scale for Retrolens/Northland/OmapereBeach/Shorelines/Omapere_05SEP1980.shp, 9/05/1980, 1980. Skipping\n", "Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_10JUN1982.shp has ambiguous photoscales: [25000 15000]\n", "Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_02MAR1961.shp has ambiguous photoscales: [16000 44500]\n", "Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_06FEB1968.shp has ambiguous photoscales: [64000 65000]\n", "Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_31MAR1971.shp has ambiguous photoscales: [16000 10000]\n", "Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_18NOV1977.shp has ambiguous photoscales: [48000 8000]\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/Mangawhai/*.csv\n", - "Got when trying to get_scale for Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_12MAR1995.shp, 12/03/1995, 1995. Skipping\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/Mangawhai/*.csv\n", - "Got when trying to get_scale for Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_10JAN1983.shp, 10/01/1983, 1983. Skipping\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/Mangawhai/*.csv\n", - "Got when trying to get_scale for Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_20MAY1963.shp, 20/05/1963, 1963. Skipping\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/Mangawhai/*.csv\n", - "Got when trying to get_scale for Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_06JAN1978.shp, 6/01/1978, 1978. Skipping\n", - "Matching 29/09/1995 to 29/09/1998 with score 90.0 for ressci201900060-RNC2-Coastal/Retrolens/Canterbury/AshburtonRiver_North/AshburtonRiver_North.csv\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/Mangawhai/*.csv when trying to get_scale for Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_12MAR1995.shp, 12/03/1995, 1995. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/Mangawhai/*.csv when trying to get_scale for Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_10JAN1983.shp, 10/01/1983, 1983. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/Mangawhai/*.csv when trying to get_scale for Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_20MAY1963.shp, 20/05/1963, 1963. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Northland/Mangawhai/*.csv when trying to get_scale for Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_06JAN1978.shp, 6/01/1978, 1978. Skipping\n", "Retrolens/Canterbury/KaitoreteSpitEast/Stack/Shorelines/KaitoreteSpitEast_18JAN1941.shp has no sources\n", "Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_13SEP1985.shp has ambiguous sources: ['RL' None]\n", "Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_05FEB2021.shp has no sources\n", - "Ambiguous CSVs: ['ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Taieri_Brighton.csv', 'ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Copy of Taieri_Brighton.csv']\n", - "Ambiguous CSVs: ['ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Taieri_Brighton.csv', 'ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Copy of Taieri_Brighton.csv']\n", - "Ambiguous CSVs: ['ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Taieri_Brighton.csv', 'ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Copy of Taieri_Brighton.csv']\n", - "Ambiguous CSVs: ['ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Taieri_Brighton.csv', 'ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Copy of Taieri_Brighton.csv']\n", - "Ambiguous CSVs: ['ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Taieri_Brighton.csv', 'ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Copy of Taieri_Brighton.csv']\n", - "Ambiguous CSVs: ['ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Taieri_Brighton.csv', 'ressci201900060-RNC2-Coastal/Retrolens/Otago/Taieri_Brighton/Copy of Taieri_Brighton.csv']\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Wellington/PukeruaBay/*.csv\n", - "Got when trying to get_scale for Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp, 20/09/1980, 1980. Skipping\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Wellington/PukeruaBay/*.csv\n", - "Got when trying to get_scale for Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp, 22/08/1961, 1961. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Wellington/PukeruaBay/*.csv when trying to get_scale for Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp, 20/09/1980, 1980. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Wellington/PukeruaBay/*.csv when trying to get_scale for Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp, 22/08/1961, 1961. Skipping\n", "Gabrielle/Shorelines/Merged/Auckland/Orewa_16MAR2022.shp has no sources\n", - "No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv\n", - "Got when trying to get_scale for Gabrielle/Shorelines/Merged/Auckland/Orewa_16MAR2022.shp, 16/03/2022, 2022. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv when trying to get_scale for Gabrielle/Shorelines/Merged/Auckland/Orewa_16MAR2022.shp, 16/03/2022, 2022. Skipping\n", "Gabrielle/Shorelines/Hawkes Bay/Mahanga/Wairoa_04DEC2022.shp has no sources\n", - "No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv\n", - "Got when trying to get_scale for Gabrielle/Shorelines/Hawkes Bay/Mahanga/Wairoa_04DEC2022.shp, 4/12/2022, 2022. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv when trying to get_scale for Gabrielle/Shorelines/Hawkes Bay/Mahanga/Wairoa_04DEC2022.shp, 4/12/2022, 2022. Skipping\n", "Gabrielle/Shorelines/Hawkes Bay/Mahanga/Nuhaka_20FEB2023.shp has no sources\n", "Gabrielle/Shorelines/Hawkes Bay/Mahanga/Nuhaka_20FEB2023.shp has no DSASDate\n", - "No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv\n", - "Got when trying to get_scale for Gabrielle/Shorelines/Hawkes Bay/Mahanga/Nuhaka_20FEB2023.shp, 2023, 2023. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv when trying to get_scale for Gabrielle/Shorelines/Hawkes Bay/Mahanga/Nuhaka_20FEB2023.shp, 2023, 2023. Skipping\n", "Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_12JUNE2023.shp has no sources\n", "Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_12JUNE2023.shp has no DSASDate\n", - "No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv\n", - "Got when trying to get_scale for Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_12JUNE2023.shp, 2023, 2023. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv when trying to get_scale for Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_12JUNE2023.shp, 2023, 2023. Skipping\n", "Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_02APR2021.shp has no sources\n", - "No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv\n", - "Got when trying to get_scale for Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_02APR2021.shp, 2/04/2021, 2021. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv when trying to get_scale for Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_02APR2021.shp, 2/04/2021, 2021. Skipping\n", "Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_15MAY2023.shp has no sources\n", "Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_15MAY2023.shp has no DSASDate\n", - "No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv\n", - "Got when trying to get_scale for Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_15MAY2023.shp, 2023, 2023. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv when trying to get_scale for Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_15MAY2023.shp, 2023, 2023. Skipping\n", "Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahia_25JAN2023.shp has no sources\n", - "No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv\n", - "Got when trying to get_scale for Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahia_25JAN2023.shp, 25/01/2023, 2023. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv when trying to get_scale for Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahia_25JAN2023.shp, 25/01/2023, 2023. Skipping\n", "Gabrielle/Shorelines/Auckland/Orewa_RedBeach/Orewa_16MAR2022.shp has no sources\n", - "No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv\n", - "Got when trying to get_scale for Gabrielle/Shorelines/Auckland/Orewa_RedBeach/Orewa_16MAR2022.shp, 16/03/2022, 2022. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Gabrielle/*.csv when trying to get_scale for Gabrielle/Shorelines/Auckland/Orewa_RedBeach/Orewa_16MAR2022.shp, 16/03/2022, 2022. Skipping\n", "Retrolens/WestCoast/Westport/Shorelines/Westport_15JAN1988.shp has ambiguous sources: ['Rl' 'RL']\n", "Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_15JAN1957.shp has no sources\n", "MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_20MAR2014.shp doesn't have MAX source, overriding\n", @@ -1214,18 +1192,12 @@ "Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_15MAR1951.shp has no sources\n", "Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_02DEC1969.shp has no sources\n", "Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_17OCT1985.shp has no sources\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv\n", - "Got when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_11FEB1978.shp, 11/02/1978, 1978. Skipping\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv\n", - "Got when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_28NOV1998.shp, 28/11/1998, 1998. Skipping\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv\n", - "Got when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_01MAR1962.shp, 1/03/1962, 1962. Skipping\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv\n", - "Got when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_15MAR1951.shp, 15/03/1951, 1951. Skipping\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv\n", - "Got when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_12FEB1969.shp, 12/02/1969, 1969. Skipping\n", - "No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv\n", - "Got when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_17OCT1985.shp, 17/10/1985, 1985. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_11FEB1978.shp, 11/02/1978, 1978. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_28NOV1998.shp, 28/11/1998, 1998. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_01MAR1962.shp, 1/03/1962, 1962. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_15MAR1951.shp, 15/03/1951, 1951. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_12FEB1969.shp, 12/02/1969, 1969. Skipping\n", + "Got No CSV found for ressci201900060-RNC2-Coastal/Retrolens/Southland/Tiwai_Point/*.csv when trying to get_scale for Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_17OCT1985.shp, 17/10/1985, 1985. Skipping\n", "Retrolens/Southland/ColacBay/Shorelines/ColacBay_15FEB1952.shp has no Source\n", "MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_02May2013.shp doesn't have MAX source, overriding\n", "Gabrielle/Shorelines/BayofPlenty/Papamoa/BOPLINZ_Papamoa_04APR2023.shp has ambiguous sources: ['LDS' None]\n" @@ -1246,7 +1218,7 @@ " csv_path_pattern = f\"{prefix}{'/'.join(bits)}/*.csv\"\n", " csv_candidates = glob(csv_path_pattern)\n", " if len(csv_candidates) == 0:\n", - " print(f\"No CSV found for {csv_path_pattern}\")\n", + " raise ValueError(f\"No CSV found for {csv_path_pattern}\")\n", " elif len(csv_candidates) > 1:\n", " print(f\"Ambiguous CSVs: {csv_candidates}\")\n", " csv_candidates = [csv_candidates[0]]\n", @@ -1417,7 +1389,7 @@ " #display(filename, shapefile)\n", " # To write results back to file:\n", " assert len(shapefile) > 0\n", - " shapefile.to_file(prefix+filename)\n", + " #shapefile.to_file(prefix+filename)\n", "\n", "for tup in tqdm(df.iterrows(), total=len(df)):\n", " process_shapefile(tup)\n", diff --git a/meta.csv b/meta.csv index 6416d42..b33af9e 100644 --- a/meta.csv +++ b/meta.csv @@ -1,5698 +1,6118 @@ -filename,matched_image,match_score,n_lines,driver,dtype,nodata,width,height,count,crs,transform,blockxsize,blockysize,tiled,compress,interleave,GCPs,res,CPS,photometric -MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif,100.0,2,GTiff,uint8,,3975,12039,3,,"| 0.60, 0.00, 2022707.13| -| 0.00,-0.60, 5670278.45| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,26,"(0.6, 0.5999999999999536)",True, -Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,29389,40103,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1737085.20| -| 0.00,-0.26, 6039917.24| -| 0.00, 0.00, 1.00|",,40103,False,,,0,"(0.2624698238999704, 0.26246982389997436)",True, -Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,8231,11231,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1737085.20| -| 0.00,-0.94, 6039917.24| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.9372020209999998, 0.9372020210000556)",True, -Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,29820,40692,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1737085.20| -| 0.00,-0.26, 6039917.24| -| 0.00, 0.00, 1.00|",,40692,False,,,0,"(0.2586761838999873, 0.25867618389997915)",True, -Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,10324,14087,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1737085.20| -| 0.00,-0.75, 6039917.24| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.7471877562999563, 0.7471877562999831)",True, -Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_28MAY1942.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_28MAY1942_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,35114,47915,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1737085.20| -| 0.00,-0.22, 6039917.24| -| 0.00, 0.00, 1.00|",,47915,False,,,0,"(0.21968032939999754, 0.21968032939999604)",True, -Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_11MAY1968.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_11MAY1968_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,23614,32222,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.33, 0.00, 1737085.20| -| 0.00,-0.33, 6039917.24| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.32666823639999365, 0.3266682364000039)",True, -Retrolens/Northland/LangsBeach/Shorelines/LangsBeach_20MAY1963.shp,Retrolens/Northland/LangsBeach/Stack/LangsBeach_20MAY1963_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,34821,17620,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1735789.28| -| 0.00,-0.21, 6011868.37| -| 0.00, 0.00, 1.00|",,17620,False,,,0,"(0.21412490269998524, 0.2141249026999588)",True, -Retrolens/Northland/LangsBeach/Shorelines/LangsBeach_06JAN1978.shp,Retrolens/Northland/LangsBeach/Stack/LangsBeach_06JAN1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10806,6599,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1735956.11| -| 0.00,-0.74, 6012362.96| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.7357619780999575, 0.7357619780999686)",True, -Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_04JAN1980.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_04JAN1980.tif,100.0,67,GTiff,uint16,65535.0,88275,55290,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1700735.14| -| 0.00,-0.19, 6102326.45| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.18577185819999514, 0.18577185819999514)",True, -Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_06MAY1972.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_06MAY1972.tif,100.0,17,GTiff,uint16,65535.0,33835,32961,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1709625.96| -| 0.00,-0.22, 6101156.96| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.22190759970000182, 0.22190759970000182)",True, -Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_17MAR1961.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_17MAR1961.tif,100.0,27,GTiff,uint16,65535.0,27942,17502,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1700735.20| -| 0.00,-0.59, 6102326.68| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5868932429000014, 0.5868932429000014)",True, -Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_22AUG1971.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_22AUG1971.tif,100.0,16,GTiff,uint16,65535.0,76020,37163,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1700735.13| -| 0.00,-0.22, 6102326.34| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.215720628999993, 0.215720628999993)",True, -Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_29MAR1951.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_29MAR1951.tif,100.0,50,GTiff,uint8,255.0,65291,40895,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1700735.19| -| 0.00,-0.25, 6102326.53| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2511692499999937, 0.2511692499999937)",True, -Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_22NOV1976.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_22NOV1976.tif,100.0,36,GTiff,uint16,65535.0,22444,14058,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1700735.15| -| 0.00,-0.73, 6102326.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7306805676999945, 0.7306805676999945)",True, -Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_04JAN1981.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_04JAN1981.tif,100.0,24,GTiff,uint16,65535.0,14721,26338,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1700735.10| -| 0.00,-0.19, 6097022.95| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.1886208524000065, 0.1886208524000065)",True, -Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_14AUG1944.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_14AUG1944.tif,100.0,10,GTiff,uint16,65535.0,37946,41315,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1625117.21| -| 0.00,-0.31, 6150117.73| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.31215562909999817, 0.31215562909999817)",True, -Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_18NOV1977.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_18NOV1977.tif,100.0,5,GTiff,uint16,65535.0,13161,14424,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1625116.55| -| 0.00,-0.90, 6150202.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9000671198000004, 0.9000671198000004)",True, -Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_20FEB1984.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_20FEB1984.tif,100.0,54,GTiff,uint16,65535.0,29441,32266,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1625117.22| -| 0.00,-0.40, 6150202.25| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.4023285596999919, 0.4023285596999919)",True, -Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_11MAY1968.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_11MAY1968.tif,100.0,46,GTiff,uint16,65535.0,9073,9867,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.31, 0.00, 1625117.17| -| 0.00,-1.31, 6150202.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.3055227920999906, 1.3055227920999906)",True, -Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_26MAY1947.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_26MAY1947.tif,100.0,4,GTiff,uint8,255.0,36486,7650,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1625117.17| -| 0.00,-0.32, 6150202.14| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3246528905000033, 0.3246528905000033)",True, -Retrolens/Northland/Rawara/Shorelines/Rawara_19JAN1957.shp,Retrolens/Northland/Rawara/Stack/Rawara_19JAN1957.tif,100.0,6,GTiff,uint16,65535.0,15329,18716,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1600021.26| -| 0.00,-0.63, 6167791.94| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.629109078399971, 0.629109078399971)",True, -Retrolens/Northland/Rawara/Shorelines/Rawara_24NOV1979.shp,Retrolens/Northland/Rawara/Stack/Rawara_24NOV1979.tif,100.0,11,GTiff,uint16,65535.0,22860,26490,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1600021.28| -| 0.00,-0.44, 6167791.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.44447696289999494, 0.44447696289999494)",True, -Retrolens/Northland/Rawara/Shorelines/Rawara_26MAY1947.shp,Retrolens/Northland/Rawara/Stack/Rawara_26MAY1947.tif,100.0,14,GTiff,uint8,255.0,31296,36267,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1600021.50| -| 0.00,-0.32, 6167791.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3246528904999981, 0.3246528904999981)",True, -Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_20FEB1984.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_20FEB1984.tif,100.0,26,GTiff,uint16,65535.0,18512,20351,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1632856.41| -| 0.00,-0.40, 6141390.05| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.40232855969999815, 0.40232855969999815)",True, -Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_17MAR1961.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_17MAR1961.tif,100.0,3,GTiff,uint16,65535.0,12691,10409,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1632856.30| -| 0.00,-0.59, 6134177.38| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5868932428999938, 0.5868932428999938)",True, -Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_07FEB1970.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_07FEB1970_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,23766,32430,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1737085.20| -| 0.00,-0.32, 6039917.24| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.3245747041000201, 0.3245747041000289)",True, -Retrolens/Northland/Whananaki/Shorelines/Whananaki_30APR1942.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_30APR1942.tif,100.0,11,GTiff,uint16,65535.0,16094,32710,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1730517.85| -| 0.00,-0.26, 6074800.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2558112472999837, 0.2558112472999837)",True, -Retrolens/Northland/Whananaki/Shorelines/Whananaki_03JAN1978.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_03JAN1978.tif,100.0,9,GTiff,uint16,65535.0,10191,23177,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1730517.89| -| 0.00,-0.28, 6074800.62| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.2847753962000033, 0.2847753962000033)",True, -Retrolens/Northland/Whananaki/Shorelines/Whananaki_20FEB1984.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_20FEB1984.tif,100.0,2,GTiff,uint16,65535.0,5982,12157,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1730517.69| -| 0.00,-0.69, 6074800.87| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6883564881000133, 0.6883564881000133)",True, -Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_30APR1942.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_30APR1942.tif,100.0,6,GTiff,uint16,65535.0,27893,40518,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1733751.82| -| 0.00,-0.26, 6063793.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.25581124729999044, 0.25581124729999044)",True, -Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_24NOV1979.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_24NOV1979.tif,100.0,12,GTiff,uint16,65535.0,38005,43316,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1574438.97| -| 0.00,-0.44, 6180150.56| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.44447696290000116, 0.44447696290000116)",True, -Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_19JAN1957.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_19JAN1957.tif,100.0,11,GTiff,uint16,65535.0,26852,30604,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1574438.54| -| 0.00,-0.63, 6180150.79| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.629109078399975, 0.629109078399975)",True, -Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_04FEB1977.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_04FEB1977.tif,100.0,2,GTiff,uint16,65535.0,25523,33433,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1584264.92| -| 0.00,-0.28, 6170154.23| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.276861419900002, 0.276861419900002)",True, -Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_31JAN1985.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_31JAN1985.tif,100.0,43,GTiff,uint16,65535.0,24007,30409,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1576131.61| -| 0.00,-0.63, 6180150.52| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6331355511999924, 0.6331355511999924)",True, -Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_10JUN1982.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_10JUN1982.tif,100.0,3,GTiff,uint16,65535.0,12023,24124,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1585906.57| -| 0.00,-0.45, 6171781.67| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.45117646819999585, 0.45117646819999585)",True, -Retrolens/Northland/CapeReinga/Shorelines/CapeReinga_26MAY1947.shp,Retrolens/Northland/CapeReinga/Stack/CapeReinga_26MAY1947.tif,100.0,21,GTiff,uint8,255.0,116645,35741,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1565662.84| -| 0.00,-0.32, 6194659.14| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3246528905000027, 0.3246528905000027)",True, -Retrolens/Northland/CapeReinga/Shorelines/CapeReinga_19JAN1957.shp,Retrolens/Northland/CapeReinga/Stack/CapeReinga_19JAN1957.tif,100.0,19,GTiff,uint16,65535.0,60195,19557,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1565662.47| -| 0.00,-0.63, 6195359.50| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6291090783999721, 0.6291090783999721)",True, -Retrolens/Northland/CapeReinga/Shorelines/CapeReinga_05JAN1980.shp,Retrolens/Northland/CapeReinga/Stack/CapeReinga_05JAN1980.tif,100.0,20,GTiff,uint16,65535.0,70016,27284,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1571959.29| -| 0.00,-0.45, 6195359.18| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.45093247869999437, 0.45093247869999437)",True, -Retrolens/Northland/CapeReinga/Shorelines/CapeReinga_11FEB1971.shp,Retrolens/Northland/CapeReinga/Stack/CapeReinga_11FEB1971.tif,100.0,18,GTiff,uint16,65535.0,32540,10572,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1565662.93| -| 0.00,-1.16, 6195359.35| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.1637708351999958, 1.1637708351999958)",True, -Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_09FEB1982.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_09FEB1982.tif,100.0,5,GTiff,uint8,255.0,62963,39175,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1685314.48| -| 0.00,-0.36, 5993107.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.35828864559998, 0.35828864559998)",True, -Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_11MAY1938.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_11MAY1938.tif,100.0,6,GTiff,uint16,65535.0,17360,17035,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1685314.59| -| 0.00,-0.24, 5993107.45| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2377694910000001, 0.2377694910000001)",True, -Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_21NOV1986.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_21NOV1986.tif,100.0,3,GTiff,uint16,65535.0,7995,13012,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1632856.25| -| 0.00,-0.90, 6139738.69| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.8969382084999874, 0.8969382084999874)",True, -Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_24OCT1953.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_24OCT1953.tif,100.0,1,GTiff,uint16,65535.0,83187,34274,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1685988.05| -| 0.00,-0.26, 5993107.40| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.26308470950000723, 0.26308470950000723)",True, -Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_15JAN1977.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_15JAN1977.tif,100.0,1,GTiff,uint16,65535.0,33054,26205,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1685314.66| -| 0.00,-0.68, 5993107.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.682475454700003, 0.682475454700003)",True, -Retrolens/Northland/HendersonsBay/Shorelines/HendersonsBay_26MAY1947.shp,Retrolens/Northland/HendersonsBay/Stack/HendersonsBay_26MAY1947.tif,100.0,6,GTiff,uint8,255.0,16704,21939,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1609694.53| -| 0.00,-0.32, 6156840.65| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3246528905000075, 0.3246528905000075)",True, -Retrolens/Northland/HendersonsBay/Shorelines/HendersonsBay_24NOV1979.shp,Retrolens/Northland/HendersonsBay/Stack/HendersonsBay_24NOV1979.tif,100.0,5,GTiff,uint16,65535.0,12201,16025,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1609694.43| -| 0.00,-0.44, 6156840.86| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.44447696290000904, 0.44447696290000904)",True, -Retrolens/Northland/HendersonsBay/Shorelines/HendersonsBay_21MAR1983.shp,Retrolens/Northland/HendersonsBay/Stack/HendersonsBay_21MAR1983.tif,100.0,2,GTiff,uint16,65535.0,11701,15367,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1609694.34| -| 0.00,-0.46, 6156840.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4635016918999996, 0.4635016918999996)",True, -Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_02APR1957.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_02APR1957.tif,100.0,2,GTiff,uint16,65535.0,68108,85122,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1666854.62| -| 0.00,-0.21, 6020776.67| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.20827154980000528, 0.20827154980000528)",True, -Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_11MAY1938.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_11MAY1938.tif,100.0,2,GTiff,uint16,65535.0,22806,31384,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1682062.14| -| 0.00,-0.24, 5999215.75| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.23776949100000305, 0.23776949100000305)",True, -Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_21FEB1984.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_21FEB1984.tif,100.0,2,GTiff,uint16,65535.0,23769,16194,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1662836.67| -| 0.00,-0.74, 6024618.55| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7352002262999996, 0.7352002262999996)",True, -Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_09FEB1982.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_09FEB1982.tif,100.0,6,GTiff,uint8,255.0,22762,29149,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1679329.26| -| 0.00,-0.36, 6002197.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.35828864559998347, 0.35828864559998347)",True, -Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_17JUN1966.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_17JUN1966.tif,100.0,5,GTiff,uint16,65535.0,26301,15831,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1662835.98| -| 0.00,-0.94, 6024618.40| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9372020210000026, 0.9372020210000026)",True, -Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_05FEB1996.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_05FEB1996.tif,100.0,6,GTiff,uint16,65535.0,30594,44902,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1665092.56| -| 0.00,-0.73, 6024618.49| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7319246846000018, 0.7319246846000018)",True, -Retrolens/Northland/Whananaki/Shorelines/Whananaki_29MAR1951.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_29MAR1951.tif,100.0,25,GTiff,uint8,255.0,15131,33315,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1730517.84| -| 0.00,-0.25, 6074800.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.25116924999999013, 0.25116924999999013)",True, -Retrolens/Northland/Whananaki/Shorelines/Whananaki_17MAR1961.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_17MAR1961.tif,100.0,8,GTiff,uint16,65535.0,7016,14258,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1730517.68| -| 0.00,-0.59, 6074800.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5868932428999943, 0.5868932428999943)",True, -Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_05FEB1996.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_05FEB1996.tif,100.0,5,GTiff,uint16,65535.0,30822,30802,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1685314.18| -| 0.00,-0.73, 5993107.67| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7319246846000003, 0.7319246846000003)",True, -Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_29JAN1969.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_29JAN1969.tif,100.0,41,GTiff,uint16,65535.0,7898,15213,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1733751.39| -| 0.00,-0.90, 6062703.39| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9035688153999946, 0.9035688153999946)",True, -Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_14AUG1944.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_14AUG1944.tif,100.0,2,GTiff,uint16,65535.0,23859,42677,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1632856.48| -| 0.00,-0.31, 6141390.17| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3121556290999947, 0.3121556290999947)",True, -Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_18NOV1977.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_18NOV1977.tif,100.0,43,GTiff,uint16,65535.0,24532,11074,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.11, 0.00, 1637644.36| -| 0.00,-0.11, 6129269.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.10842357700000145, 0.10842357700000145)",True, -Retrolens/Northland/Ahipara/Shorelines/Ahipara_07FEB1970.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_07FEB1970.tif,100.0,3,GTiff,uint16,65535.0,7283,10629,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.96, 0.00, 1610309.07| -| 0.00,-0.96, 6116326.74| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9577517762000016, 0.9577517762000016)",True, -Retrolens/Northland/Ahipara/Shorelines/Ahipara_11JUN1972.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_11JUN1972.tif,100.0,5,GTiff,uint16,65535.0,5428,7418,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.29, 0.00, 1610308.97| -| 0.00,-1.29, 6115679.86| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.2851446400999706, 1.2851446400999706)",True, -Retrolens/Northland/Ahipara/Shorelines/Ahipara_02MAY1960.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_02MAY1960.tif,100.0,6,GTiff,uint16,65535.0,8655,8351,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1610309.12| -| 0.00,-0.81, 6112876.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.8058371751999901, 0.8058371751999901)",True, -Retrolens/Northland/Ahipara/Shorelines/Ahipara_21NOV1986.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_21NOV1986.tif,100.0,1,GTiff,uint16,65535.0,6827,9374,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.02, 0.00, 1610308.99| -| 0.00,-1.02, 6116327.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.0217402222000105, 1.0217402222000105)",True, -Retrolens/Northland/Ahipara/Shorelines/Ahipara_18NOV1977.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_18NOV1977.tif,100.0,8,GTiff,uint16,65535.0,7749,11310,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1610309.55| -| 0.00,-0.90, 6116327.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9000671197999973, 0.9000671197999973)",True, -Retrolens/Northland/Ahipara/Shorelines/Ahipara_12OCT1950.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_12OCT1950.tif,100.0,8,GTiff,uint16,65535.0,18069,36670,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1613023.74| -| 0.00,-0.24, 6116326.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2357634965999926, 0.2357634965999926)",True, -Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_31JAN1985.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_31JAN1985.tif,100.0,32,GTiff,uint16,65535.0,25913,29066,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1589340.72| -| 0.00,-0.63, 6162679.78| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.633135551199993, 0.633135551199993)",True, -Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_04FEB1977.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_04FEB1977.tif,100.0,3,GTiff,uint16,65535.0,25522,20292,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1589340.90| -| 0.00,-0.28, 6162679.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.27686141990000196, 0.27686141990000196)",True, -Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_24NOV1979.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_24NOV1979.tif,100.0,7,GTiff,uint16,65535.0,36912,48001,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1589340.94| -| 0.00,-0.44, 6162679.95| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.4444769628999989, 0.4444769628999989)",True, -Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_19JAN1957.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_19JAN1957.tif,100.0,1,GTiff,uint16,65535.0,26079,14431,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1589340.88| -| 0.00,-0.63, 6162679.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6291090783999693, 0.6291090783999693)",True, -Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_31AUG1985.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_31AUG1985.tif,100.0,4,GTiff,uint16,65535.0,12014,21360,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1599444.53| -| 0.00,-0.52, 6152550.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5246486771999919, 0.5246486771999919)",True, -Retrolens/Northland/OmapereBeach/Shorelines/Omapere_05SEP1980.shp,Retrolens/Northland/OmapereBeach/Stack/Omapere_05SEP1980_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,17857,17921,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.15, 0.00, 1632856.37| -| 0.00,-0.15, 6069184.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.1522458243999905, 0.15224582440001605)",True, -Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_10JUN1982.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_10JUN1982.tif,100.0,2,GTiff,uint16,65535.0,30313,41822,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1603908.51| -| 0.00,-0.45, 6142855.40| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4511764681999998, 0.4511764681999998)",True, -Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_19OCT1965.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_19OCT1965.tif,100.0,2,GTiff,uint16,65535.0,40239,66191,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1606461.44| -| 0.00,-0.28, 6140824.78| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.276438818400009, 0.276438818400009)",True, -Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_03AUG1985.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_03AUG1985.tif,100.0,3,GTiff,uint16,65535.0,18538,26249,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1605809.57| -| 0.00,-0.64, 6142552.52| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6352217267000011, 0.6352217267000011)",True, -Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_11MAY1968.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_11MAY1968.tif,100.0,1,GTiff,uint16,65535.0,14990,12514,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1603908.77| -| 0.00,-0.91, 6127635.34| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9123785308999922, 0.9123785308999922)",True, -Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_12OCT1950.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_12OCT1950.tif,100.0,1,GTiff,uint16,65535.0,19347,71964,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1613023.74| -| 0.00,-0.24, 6133184.41| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.23576349660000318, 0.23576349660000318)",True, -Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_21NOV1986.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_21NOV1986.tif,100.0,1,GTiff,uint16,65535.0,8577,8953,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.02, 0.00, 1608822.36| -| 0.00,-1.02, 6125365.33| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.0217402221999987, 1.0217402221999987)",True, -Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_18NOV1977.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_18NOV1977.tif,100.0,5,GTiff,uint16,65535.0,15196,29596,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1603908.27| -| 0.00,-0.90, 6142855.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9000671198000014, 0.9000671198000014)",True, -Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_09OCT1962.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_09OCT1962.tif,100.0,3,GTiff,uint16,65535.0,23336,50329,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.18, 0.00, 1613222.64| -| 0.00,-0.18, 6128124.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.1806457388000015, 0.1806457388000015)",True, -Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_20FEB1967.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_20FEB1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,1569,3727,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.85, 0.00, 1422545.38| -| 0.00,-1.85, 4924553.41| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8460795985894791, 1.8460795985895122)",True, -Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_16FEB1985.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_16FEB1985_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4107,8885,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1422799.02| -| 0.00,-0.74, 4924213.38| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7372253004278188, 0.7372253004278092)",True, -Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_07MAR1975.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_07MAR1975_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,1909,4560,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1422896.69| -| 0.00,-1.41, 4924280.63| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(1.4073333616166988, 1.4073333616166277)",True, -Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_24FEB1958.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_24FEB1958_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5572,13355,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1422905.00| -| 0.00,-0.46, 4924090.35| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4580568299973611, 0.4580568299973638)",True, -Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_17MAR2000.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_17MAR2000_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,1965,4499,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1422752.04| -| 0.00,-1.44, 4924280.76| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4412749168396697, 1.4412749168397017)",True, -Retrolens/Northland/Houhora/Shorelines/Houhora_14AUG1944.shp,Retrolens/Northland/Houhora/Stack/Houhora_14AUG1944.tif,100.0,10,GTiff,uint16,65535.0,43653,42169,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1612575.11| -| 0.00,-0.31, 6149385.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3121556290999956, 0.3121556290999956)",True, -Retrolens/Northland/Houhora/Shorelines/Houhora_21MAR1983.shp,Retrolens/Northland/Houhora/Stack/Houhora_21MAR1983.tif,100.0,3,GTiff,uint16,65535.0,10275,28400,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1612575.00| -| 0.00,-0.46, 6149385.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4635016918999943, 0.4635016918999943)",True, -Retrolens/Northland/Houhora/Shorelines/Houhora_18NOV1977.shp,Retrolens/Northland/Houhora/Stack/Houhora_18NOV1977.tif,100.0,7,GTiff,uint16,65535.0,15051,14539,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1612574.56| -| 0.00,-0.91, 6149386.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9054133051999991, 0.9054133051999991)",True, -Retrolens/Northland/Houhora/Shorelines/Houhora_20FEB1984.shp,Retrolens/Northland/Houhora/Stack/Houhora_20FEB1984.tif,100.0,7,GTiff,uint16,65535.0,30456,32719,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1613948.18| -| 0.00,-0.40, 6149385.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.40232855969999476, 0.40232855969999476)",True, -Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_11MAY1968.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_11MAY1968.tif,100.0,19,GTiff,uint16,65535.0,8895,12238,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1603821.18| -| 0.00,-0.91, 6109761.85| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9123785308999872, 0.9123785308999872)",True, -Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_02MAY1960.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_02MAY1960.tif,100.0,6,GTiff,uint16,65535.0,10070,13856,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1603821.33| -| 0.00,-0.81, 6109761.25| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.805837175199996, 0.805837175199996)",True, -Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_08FEB1982.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_08FEB1982.tif,100.0,4,GTiff,uint16,65535.0,18079,17071,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1604180.15| -| 0.00,-0.38, 6108920.74| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3777231947999949, 0.3777231947999949)",True, -Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_11JUN1972.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_11JUN1972.tif,100.0,2,GTiff,uint16,65535.0,6314,8689,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.29, 0.00, 1603821.56| -| 0.00,-1.29, 6109761.77| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.2851446401000026, 1.2851446401000026)",True, -Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_12OCT1950.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_12OCT1950.tif,100.0,9,GTiff,uint16,65535.0,34287,47180,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1603821.96| -| 0.00,-0.24, 6109761.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.23664822200000216, 0.23664822200000216)",True, -Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_18NOV1977.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_18NOV1977.tif,100.0,5,GTiff,uint16,65535.0,9015,12406,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1603821.86| -| 0.00,-0.90, 6109761.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9000671197999893, 0.9000671197999893)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_29MAR1951.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_29MAR1951.tif,100.0,23,GTiff,uint8,255.0,35079,67193,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1716929.33| -| 0.00,-0.25, 6100626.36| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2511692499999931, 0.2511692499999931)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_22AUG1971.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_22AUG1971.tif,100.0,3,GTiff,uint16,65535.0,18330,29282,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1716929.28| -| 0.00,-0.22, 6100626.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2157206289999876, 0.2157206289999876)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_04JAN1980.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_04JAN1980.tif,100.0,36,GTiff,uint16,65535.0,47427,90846,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1716929.43| -| 0.00,-0.19, 6100626.26| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.185771858199997, 0.185771858199997)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_11MAY1968.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_11MAY1968.tif,100.0,8,GTiff,uint16,65535.0,9658,18498,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1716928.75| -| 0.00,-0.91, 6100626.20| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.912378530900006, 0.912378530900006)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_08DEC1975.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_08DEC1975.tif,100.0,6,GTiff,uint16,65535.0,40155,38365,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.18, 0.00, 1717659.22| -| 0.00,-0.18, 6093025.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.17958343839999383, 0.17958343839999383)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_23OCT1953.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_23OCT1953.tif,100.0,7,GTiff,uint16,65535.0,21064,16670,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1716929.44| -| 0.00,-0.26, 6094451.85| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2625369377999927, 0.2625369377999927)",True, -Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_11FEB1971.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_11FEB1971.tif,100.0,8,GTiff,uint16,65535.0,6401,11448,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1632855.57| -| 0.00,-1.16, 6141390.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.1637708352000038, 1.1637708352000038)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_13SEP1955.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_13SEP1955.tif,100.0,17,GTiff,uint16,65535.0,20133,16223,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1719407.67| -| 0.00,-0.27, 6089310.33| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.272553573499998, 0.272553573499998)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_10JUN1968.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_10JUN1968.tif,100.0,17,GTiff,uint16,65535.0,9125,14621,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.97, 0.00, 1716928.69| -| 0.00,-0.97, 6097869.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.96572273609999, 0.96572273609999)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_06MAY1972.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_06MAY1972.tif,100.0,11,GTiff,uint16,65535.0,23602,30569,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1716929.38| -| 0.00,-0.22, 6100626.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.22190759970000618, 0.22190759970000618)",True, -Retrolens/Northland/MarsdenPoint/Shorelines/MarsdenPoint_20FEB1984.shp,Retrolens/Northland/MarsdenPoint/Stack/MarsdenPoint_20FEB1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10897,14126,1,,"| 0.69, 0.00, 1728417.80| -| 0.00,-0.69, 6035144.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,6,"(0.688356488100021, 0.6883564880999913)",False, -Retrolens/Northland/MarsdenPoint/Shorelines/MarsdenPoint_28MAY1942.shp,Retrolens/Northland/MarsdenPoint/Stack/MarsdenPoint_28MAY1942_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,17271,16332,1,,"| 0.22, 0.00, 1732387.44| -| 0.00,-0.22, 6033975.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,12,"(0.2196803294000027, 0.21968032939995025)",False, -Retrolens/Northland/MarsdenPoint/Shorelines/MarsdenPoint_13MAR1950.shp,Retrolens/Northland/MarsdenPoint/Stack/MarsdenPoint_13MAR1950_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,24334,24641,1,,"| 0.26, 0.00, 1729874.69| -| 0.00,-0.26, 6033843.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,6,"(0.2586761838999723, 0.25867618389997166)",False, -Retrolens/Northland/Waipu/Shorelines/Waipu_17JUN1966.shp,Retrolens/Northland/Waipu/Stack/Waipu_17JUN1966_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8040,16525,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1730333.72| -| 0.00,-0.94, 6026340.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.9372020209999871, 0.9372020209999966)",True, -Retrolens/Northland/Waipu/Shorelines/Waipu_21NOV1986.shp,Retrolens/Northland/Waipu/Stack/Waipu_21NOV1986_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,69466,142774,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.11, 0.00, 1730333.72| -| 0.00,-0.11, 6026340.20| -| 0.00, 0.00, 1.00|",,142774,False,,,0,"(0.1084770536999991, 0.10847705370000485)",True, -Retrolens/Northland/Waipu/Shorelines/Waipu_10JAN1979.shp,Retrolens/Northland/Waipu/Stack/Waipu_10JAN1979_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,21954,45122,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.34, 0.00, 1730333.72| -| 0.00,-0.34, 6026340.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.34324342140000913, 0.3432434214000043)",True, -Retrolens/Northland/Waipu/Shorelines/Waipu_12MAR1995.shp,Retrolens/Northland/Waipu/Stack/Waipu_12MAR1995_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10189,20942,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1730333.72| -| 0.00,-0.74, 6026340.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.7395500944000171, 0.7395500944000193)",True, -Retrolens/Northland/Waipu/Shorelines/Waipu_15JAN1977.shp,Retrolens/Northland/Waipu/Stack/Waipu_15JAN1977_mosaic.tif,100.0,3,GTiff,uint16,256.0,11041,22693,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1730333.72| -| 0.00,-0.68, 6026340.20| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.6824754546999968, 0.6824754546999928)",True, -Retrolens/Northland/Waipu/Shorelines/Waipu_10JAN1983.shp,Retrolens/Northland/Waipu/Stack/Waipu_10JAN1983_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,21354,43888,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1730333.72| -| 0.00,-0.35, 6026340.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.3528907404000023, 0.35289074040001556)",True, -Retrolens/Northland/Waipu/Shorelines/Waipu_20MAY1963.shp,Retrolens/Northland/Waipu/Stack/Waipu_20MAY1963_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,35192,72330,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1730333.72| -| 0.00,-0.21, 6026340.20| -| 0.00, 0.00, 1.00|",,72330,False,,,0,"(0.21412490269999893, 0.21412490270000487)",True, -Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_23AUG1971.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_23AUG1971.tif,100.0,10,GTiff,uint16,65535.0,19758,24845,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1721441.12| -| 0.00,-0.22, 6089383.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.21758700580000684, 0.21758700580000684)",True, -Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_19MAY1942.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_19MAY1942.tif,100.0,10,GTiff,uint16,65535.0,23496,29510,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1735099.62| -| 0.00,-0.24, 6056130.30| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2430536744000002, 0.2430536744000002)",True, -Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_20FEB1984.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_20FEB1984.tif,100.0,10,GTiff,uint16,65535.0,10366,21553,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1733751.59| -| 0.00,-0.69, 6063793.36| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6883564881000042, 0.6883564881000042)",True, -Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_02MAY1985.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_02MAY1985.tif,100.0,30,GTiff,uint16,65535.0,9527,12415,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1733751.90| -| 0.00,-0.75, 6058255.70| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7489617256000145, 0.7489617256000145)",True, -Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_21FEB1984.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_21FEB1984.tif,100.0,8,GTiff,uint16,65535.0,25915,29381,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1648894.33| -| 0.00,-0.74, 6043366.89| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7352002262999973, 0.7352002262999973)",True, -Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_20JAN1957.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_20JAN1957.tif,100.0,10,GTiff,uint16,65535.0,37723,42701,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1659462.30| -| 0.00,-0.21, 6031751.79| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2132055455999998, 0.2132055455999998)",True, -Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_02MAR1961.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_02MAR1961.tif,100.0,7,GTiff,uint16,65535.0,59083,67892,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1655281.98| -| 0.00,-0.21, 6036319.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.21435256269999317, 0.21435256269999317)",True, -Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_17JUN1966.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_17JUN1966.tif,100.0,13,GTiff,uint16,65535.0,19873,22126,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1649321.53| -| 0.00,-0.94, 6042503.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9372020210000034, 0.9372020210000034)",True, -Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_04DEC1956.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_04DEC1956.tif,100.0,3,GTiff,uint16,65535.0,24887,34425,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1652499.91| -| 0.00,-0.22, 6042356.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.22489681000000328, 0.22489681000000328)",True, -Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_06JAN1978.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_06JAN1978.tif,100.0,10,GTiff,uint16,65535.0,39532,46198,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1652036.29| -| 0.00,-0.19, 6042134.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.18668380380000163, 0.18668380380000163)",True, -Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_28MAY1942.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_28MAY1942.tif,100.0,3,GTiff,uint16,65535.0,68550,59748,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1652887.60| -| 0.00,-0.22, 6043366.37| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.21968032939999788, 0.21968032939999788)",True, -Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_30SEP1952.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_30SEP1952.tif,100.0,1,GTiff,uint16,65535.0,19909,16680,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1662659.09| -| 0.00,-0.27, 6026196.51| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2655791429999902, 0.2655791429999902)",True, -Retrolens/Northland/TakouBay/Shorelines/TakouBay_04FEB1959.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_04FEB1959.tif,100.0,37,GTiff,uint16,65535.0,26517,16930,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1683825.22| -| 0.00,-0.59, 6121805.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5851344669000011, 0.5851344669000011)",True, -Retrolens/Northland/TakouBay/Shorelines/TakouBay_11MAY1968.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_11MAY1968.tif,100.0,15,GTiff,uint16,65535.0,17007,10859,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1683824.92| -| 0.00,-0.91, 6121806.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9123785309000007, 0.9123785309000007)",True, -Retrolens/Northland/TakouBay/Shorelines/TakouBay_10JAN1979.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_10JAN1979.tif,100.0,13,GTiff,uint8,255.0,13116,13733,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1683825.25| -| 0.00,-0.72, 6121806.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7214315510000081, 0.7214315510000081)",True, -Retrolens/Northland/TakouBay/Shorelines/TakouBay_12OCT1950.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_12OCT1950.tif,100.0,21,GTiff,uint16,65535.0,65810,42017,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1683825.64| -| 0.00,-0.24, 6121805.52| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.23576349659999848, 0.23576349659999848)",True, -Retrolens/Northland/TakouBay/Shorelines/TakouBay_17MAR1961.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_17MAR1961.tif,100.0,10,GTiff,uint16,65535.0,26437,16880,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1683825.63| -| 0.00,-0.59, 6121805.67| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5868932429, 0.5868932429)",True, -Retrolens/Northland/TakouBay/Shorelines/TakouBay_07NOV1970.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_07NOV1970.tif,100.0,12,GTiff,uint16,65535.0,47184,16847,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1688589.53| -| 0.00,-0.23, 6115738.12| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.22786347999999526, 0.22786347999999526)",True, -Retrolens/Northland/MataiBay/Shorelines/MataiBay_11FEB1971.shp,Retrolens/Northland/MataiBay/Stack/MataiBay_11FEB1971.tif,100.0,11,GTiff,uint16,65535.0,4851,5043,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1636831.01| -| 0.00,-1.16, 6147086.13| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.1637708352000067, 1.1637708352000067)",True, -Retrolens/Northland/MataiBay/Shorelines/MataiBay_14AUG1944.shp,Retrolens/Northland/MataiBay/Stack/MataiBay_14AUG1944.tif,100.0,5,GTiff,uint16,65535.0,18084,18800,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1636831.16| -| 0.00,-0.31, 6147085.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.31215562909999695, 0.31215562909999695)",False, -Retrolens/Northland/MataiBay/Shorelines/MataiBay_20FEB1984.shp,Retrolens/Northland/MataiBay/Stack/MataiBay_20FEB1984.tif,100.0,15,GTiff,uint16,65535.0,14031,14586,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1636831.42| -| 0.00,-0.40, 6147085.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.40232855970000203, 0.40232855970000203)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_06MAY1972.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_06MAY1972.tif,100.0,2,GTiff,uint16,65535.0,18040,17345,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.07, 0.00, 1696823.14| -| 0.00,-0.07, 6098612.03| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.07184429329999634, 0.07184429329999634)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_17MAR1961.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_17MAR1961.tif,100.0,6,GTiff,uint16,65535.0,17637,33831,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1693329.19| -| 0.00,-0.59, 6112683.00| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5868932429000023, 0.5868932429000023)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_04FEB1959.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_04FEB1959.tif,100.0,33,GTiff,uint16,65535.0,17690,33932,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1693329.56| -| 0.00,-0.59, 6112682.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5851344669000033, 0.5851344669000033)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_04JAN1980.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_04JAN1980.tif,100.0,20,GTiff,uint16,65535.0,55717,106876,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1693329.53| -| 0.00,-0.19, 6112682.67| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.1857718581999967, 0.1857718581999967)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_04JAN1981.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_04JAN1981.tif,100.0,5,GTiff,uint16,65535.0,28809,22239,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1698077.81| -| 0.00,-0.19, 6097022.95| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.1886208524000005, 0.1886208524000005)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_06FEB1968.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_06FEB1968.tif,100.0,14,GTiff,uint16,65535.0,11803,12603,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.88, 0.00, 1693329.59| -| 0.00,-0.88, 6112682.67| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.8769692244000056, 0.8769692244000056)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_11JAN1979.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_11JAN1979.tif,100.0,14,GTiff,uint16,65535.0,52307,67478,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.14, 0.00, 1694048.44| -| 0.00,-0.14, 6103615.43| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.13713993650000234, 0.13713993650000234)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_15APR1958.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_15APR1958.tif,100.0,1,GTiff,uint16,65535.0,21353,24089,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.12, 0.00, 1696093.85| -| 0.00,-0.12, 6099635.10| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.12469723729999824, 0.12469723729999824)",True, -Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_10JAN1979.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_10JAN1979.tif,100.0,20,GTiff,uint16,65535.0,52141,62929,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.34, 0.00, 1650049.60| -| 0.00,-0.34, 6043366.39| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.343243421400003, 0.343243421400003)",True, -Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_19JAN1957.shp,Retrolens/Northland/TwilightBeach/Stack/TwilightBeach_19JAN1957.tif,100.0,1,GTiff,uint16,65535.0,9707,11121,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1568580.28| -| 0.00,-0.63, 6185305.08| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.629109078399976, 0.629109078399976)",True, -Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_12DEC1980.shp,Retrolens/Northland/TwilightBeach/Stack/TwilightBeach_12DEC1980.tif,100.0,4,GTiff,uint8,255.0,6567,7525,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.93, 0.00, 1568580.43| -| 0.00,-0.93, 6185305.92| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9298588903999849, 0.9298588903999849)",True, -Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_26MAY1947.shp,Retrolens/Northland/TwilightBeach/Stack/TwilightBeach_26MAY1947.tif,100.0,2,GTiff,uint8,255.0,18808,21551,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1568580.82| -| 0.00,-0.32, 6185305.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.32465289049999835, 0.32465289049999835)",True, -Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_15JAN1988.shp,Retrolens/WestCoast/Karamea_South_AOI/Stack/Karamea_South_15JAN1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10877,31809,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1520716.85| -| 0.00,-0.45, 5431051.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4531870239199232, 0.4531870239199282)",True, -Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_25NOV1974.shp,Retrolens/WestCoast/Karamea_South_AOI/Stack/Karamea_South_25NOV1974_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1678,4289,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.48, 0.00, 1520290.40| -| 0.00,-2.48, 5426969.78| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.4785538982372137, 2.4785538982371107)",True, -Retrolens/WestCoast/Ohinemaka/Shorelines/Ohinemaka_26FEB1965.shp,Retrolens/WestCoast/Ohinemaka/Stack/Ohinemaka_26FEB1965_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2230,2402,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.58, 0.00, 1316589.03| -| 0.00,-2.58, 5169041.04| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.578001121871775, 2.578001121871738)",True, -Retrolens/WestCoast/Ohinemaka/Shorelines/Ohinemaka_18FEB1988.shp,Retrolens/WestCoast/Ohinemaka/Stack/Ohinemaka_18FEB1988_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12439,13260,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1316720.59| -| 0.00,-0.44, 5168844.66| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4414779666253587, 0.4414779666253558)",True, -Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_15JAN1988.shp,Retrolens/WestCoast/HuntBeach/Stack/HuntBeach_15JAN1988_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14980,15771,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1328667.39| -| 0.00,-0.57, 5179881.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5674057274290425, 0.5674057274290452)",True, -Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_10JAN1978.shp,Retrolens/WestCoast/HuntBeach/Stack/HuntBeach_10JAN1978_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,4498,5368,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.89, 0.00, 1328618.77| -| 0.00,-1.89, 5180394.88| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8850955491768662, 1.8850955491768955)",True, -Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_14OCT1942.shp,Retrolens/WestCoast/HuntBeach/Stack/HuntBeach_14OCT1942_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,10956,11100,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1328139.11| -| 0.00,-0.81, 5179829.88| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8121673801130997, 0.8121673801131043)",True, -Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_18MAR1965.shp,Retrolens/WestCoast/HuntBeach/Stack/HuntBeach_18MAR1965_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3568,3767,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.61, 0.00, 1328199.52| -| 0.00,-2.61, 5180288.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.6139172619605313, 2.613917261960624)",True, -Retrolens/WestCoast/WoodpeckerBay/Shorelines/WoodpeckerBay_18NOV1948_mosaic.shp,Retrolens/WestCoast/WoodpeckerBay/Stack/WoodpeckerBay_18NOV1948_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3038,6111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1465724.18| -| 0.00,-0.63, 5348622.84| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6306934982158552, 0.630693498215844)",True, -Retrolens/WestCoast/WoodpeckerBay/Shorelines/WoodpeckerBay_18FEB1988_mosaic.shp,Retrolens/WestCoast/WoodpeckerBay/Stack/WoodpeckerBay_18FEB1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5638,12205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1465584.08| -| 0.00,-0.48, 5350840.60| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4786768433622307, 0.47867684336222743)",True, -Retrolens/WestCoast/WoodpeckerBay/Shorelines/WoodpeckerBay_17APR1976_mosaic.shp,Retrolens/WestCoast/WoodpeckerBay/Stack/WoodpeckerBay_17APR1976_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,8897,21524,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1465805.20| -| 0.00,-0.26, 5350800.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.26382737383040206, 0.26382737383041327)",True, -Retrolens/WestCoast/KongahuPoint/Shorelines/KongahuPoint_15JAN1988.shp,Retrolens/WestCoast/KongahuPoint/Stack/KongahuPoint_15JAN1988_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,13065,20069,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1510315.59| -| 0.00,-0.53, 5412388.21| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5325287088052499, 0.5325287088052547)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_31MAR1971.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_31MAR1971.tif,100.0,31,GTiff,uint16,65535.0,36061,66073,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.14, 0.00, 1698746.52| -| 0.00,-0.14, 6109030.75| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.13681754860000536, 0.13681754860000536)",True, -Retrolens/WestCoast/KongahuPoint/Shorelines/KongahuPoint_25NOV1974.shp,Retrolens/WestCoast/KongahuPoint/Stack/KongahuPoint_25NOV1974_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,2909,4459,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.43, 0.00, 1509862.86| -| 0.00,-2.43, 5412636.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.433337170793891, 2.433337170793816)",True, -Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_06FEB1967.shp,Retrolens/WestCoast/Mokihinui_Ngakawau/Stack/Mokihinui_Ngakawau_06FEB1967_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2294,3441,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.06, 0.00, 1505511.79| -| 0.00,-3.06, 5402944.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.057986399204001, 3.057986399204035)",True, -Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_25NOV1974.shp,Retrolens/WestCoast/Mokihinui_Ngakawau/Stack/Mokihinui_Ngakawau_25NOV1974_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2995,4625,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.42, 0.00, 1505084.99| -| 0.00,-2.42, 5403427.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.4242524376459333, 2.424252437645922)",True, -Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_25MAY1943.shp,Retrolens/WestCoast/Mokihinui_Ngakawau/Stack/Mokihinui_Ngakawau_25MAY1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7235,11148,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1505900.61| -| 0.00,-0.49, 5398307.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49287911580303334, 0.4928791158030443)",True, -Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_15JAN1988.shp,Retrolens/WestCoast/Mokihinui_Ngakawau/Stack/Mokihinui_Ngakawau_15JAN1988_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12505,20491,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1505832.00| -| 0.00,-0.53, 5403430.78| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5250444260020157, 0.5250444260020131)",True, -Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_01NOV1969.shp,Retrolens/WestCoast/GreymouthSouth/Stack/GreymouthSouth_01NOV1969_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5642,11842,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1448433.94| -| 0.00,-0.73, 5300077.36| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.726320108507576, 0.7263201085075621)",True, -Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_11NOV1963.shp,Retrolens/WestCoast/GreymouthSouth/Stack/GreymouthSouth_11NOV1963_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11044,25508,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1448871.49| -| 0.00,-0.27, 5298423.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2662019017134147, 0.2662019017134233)",True, -Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_18FEB1988.shp,Retrolens/WestCoast/GreymouthSouth/Stack/GreymouthSouth_18FEB1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6452,16037,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1448753.70| -| 0.00,-0.52, 5300036.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5202588324829265, 0.5202588324829431)",True, -Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_21May1945.shp,Retrolens/WestCoast/GreymouthSouth/Stack/GreymouthSouth_21MAY1945_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6274,16399,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1450521.27| -| 0.00,-0.22, 5299078.56| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.21857421141873973, 0.21857421141875635)",True, -Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_27MAY1943.shp,Retrolens/WestCoast/Chesterfield/Stack/Chesterfield_27MAY1943_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,11830,17172,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1441275.87| -| 0.00,-0.50, 5286178.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_11NOV1963.shp,Retrolens/WestCoast/Chesterfield/Stack/Chesterfield_11NOV1963_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,42660,56527,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1437536.30| -| 0.00,-0.20, 5284731.65| -| 0.00, 0.00, 1.00|",,56527,False,,pixel,0,"(0.2, 0.2000000000000066)",True, -Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_02MAR1988.shp,Retrolens/WestCoast/Chesterfield/Stack/Chesterfield_02MAR1988_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,18713,24428,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1437323.46| -| 0.00,-0.57, 5287160.18| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.565735745113558, 0.5657357451135687)",True, -Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_10APR1971.shp,Retrolens/WestCoast/Chesterfield/Stack/Chesterfield_10APR1971_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,9401,12883,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1437907.65| -| 0.00,-1.10, 5287072.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1000000000000099, 1.0999999999999854)",True, -Retrolens/WestCoast/KongahuPoint/Shorelines/KongahuPoint_25JAN1968.shp,Retrolens/WestCoast/KongahuPoint/Stack/KongahuPoint_25JAN1968_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2459,3622,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.21, 0.00, 1509862.34| -| 0.00,-3.21, 5412537.43| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.209607761283945, 3.2096077612838294)",True, -Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_29MAR1951.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_29MAR1951.tif,100.0,26,GTiff,uint8,255.0,36708,66405,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1694460.48| -| 0.00,-0.25, 6109506.95| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.25116924999999235, 0.25116924999999235)",True, -Retrolens/Northland/Matapouri/Shorelines/Matapouri_17MAR1961.shp,Retrolens/Northland/Matapouri/Stack/Matapouri17MAR1961_mosaic.tif,100.0,3,GTiff,uint16,65535.0,9485,7475,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1732411.59| -| 0.00,-0.59, 6066766.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.586893242900002, 0.586893242900002)",True, -Retrolens/Northland/Matapouri/Shorelines/Matapouri_20FEB1984.shp,Retrolens/Northland/Matapouri/Stack/Matapouri20FEB1984_mosaic.tif,100.0,9,GTiff,uint16,65535.0,8086,6373,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1732412.05| -| 0.00,-0.69, 6066767.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6883564881000032, 0.6883564881000032)",True, -Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_04FEB1959.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_04FEB1959.tif,100.0,35,GTiff,uint16,65535.0,23714,14760,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1671051.15| -| 0.00,-0.59, 6129658.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5851344669000053, 0.5851344669000053)",True, -Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_12OCT1950.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_12OCT1950.tif,100.0,22,GTiff,uint16,65535.0,63475,36631,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1669961.57| -| 0.00,-0.24, 6129658.33| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.23576349659999682, 0.23576349659999682)",True, -Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_09APR1948.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_09APR1948.tif,100.0,28,GTiff,uint16,65535.0,51584,25786,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1669961.50| -| 0.00,-0.25, 6129658.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.24918505629998988, 0.24918505629998988)",True, -Retrolens/Northland/WhareanaBay/Shorelines/WhareanaBay_05JAN1980.shp,Retrolens/Northland/WhareanaBay/Stack/WhareanaBay_05JAN1980.tif,100.0,12,GTiff,uint16,65535.0,19668,30709,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1596233.89| -| 0.00,-0.45, 6193539.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.45093247869999936, 0.45093247869999936)",True, -Retrolens/Northland/WhareanaBay/Shorelines/WhareanaBay_26MAY1947.shp,Retrolens/Northland/WhareanaBay/Stack/WhareanaBay_26MAY1947.tif,100.0,13,GTiff,uint8,255.0,27317,42653,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1596234.10| -| 0.00,-0.32, 6193539.08| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.32465289049999985, 0.32465289049999985)",True, -Retrolens/Northland/WhareanaBay/Shorelines/WhareanaBay_19JAN1957.shp,Retrolens/Northland/WhareanaBay/Stack/WhareanaBay_19JAN1957.tif,100.0,23,GTiff,uint16,65535.0,14097,22012,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1596234.03| -| 0.00,-0.63, 6193539.49| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6291090783999795, 0.6291090783999795)",True, -Retrolens/Northland/WhareanaBay/Shorelines/WhareanaBay_11FEB1971.shp,Retrolens/Northland/WhareanaBay/Stack/WhareanaBay_11FEB1971.tif,100.0,17,GTiff,uint16,65535.0,7621,11899,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1596234.03| -| 0.00,-1.16, 6193539.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.1637708351999854, 1.1637708351999854)",True, -Retrolens/Northland/Kaikai/Shorelines/Kaikai_21FEB1984.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_21FEB1984.tif,100.0,25,GTiff,uint16,65535.0,27999,35989,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1631600.95| -| 0.00,-0.74, 6068093.14| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7352002262999966, 0.7352002262999966)",True, -Retrolens/Northland/Kaikai/Shorelines/Kaikai_21NOV1986.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_21NOV1986.tif,100.0,53,GTiff,uint16,65535.0,43372,47149,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.39, 0.00, 1634203.05| -| 0.00,-0.39, 6064201.51| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.3887500064000027, 0.3887500064000027)",True, -Retrolens/Northland/Kaikai/Shorelines/Kaikai_12OCT1950.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_12OCT1950.tif,100.0,9,GTiff,uint16,65535.0,49203,69530,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1631600.91| -| 0.00,-0.24, 6068092.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.23664822200000196, 0.23664822200000196)",True, -Retrolens/Northland/Kaikai/Shorelines/Kaikai_06JAN1978.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_06JAN1978.tif,100.0,22,GTiff,uint16,65535.0,56872,73163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.15, 0.00, 1638631.20| -| 0.00,-0.15, 6059358.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.14946675909999765, 0.14946675909999765)",True, -Retrolens/Northland/Kaikai/Shorelines/Kaikai_29JAN1969.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_29JAN1969.tif,100.0,11,GTiff,uint16,65535.0,17586,23318,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1636296.07| -| 0.00,-0.90, 6062703.39| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9035688153999958, 0.9035688153999958)",True, -Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_22NOV1976.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_22NOV1976.tif,100.0,7,GTiff,uint16,65535.0,20482,11820,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1669961.08| -| 0.00,-0.73, 6129658.81| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7306805676999921, 0.7306805676999921)",True, -Retrolens/Northland/Kaikai/Shorelines/Kaikai_02OCT1942.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_02OCT1942.tif,100.0,4,GTiff,uint16,65535.0,27190,36156,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1631600.91| -| 0.00,-0.25, 6068092.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.25105731779998547, 0.25105731779998547)",True, -Retrolens/Northland/Kaikai/Shorelines/Kaikai_08DEC1975.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_08DEC1975.tif,100.0,17,GTiff,uint16,65535.0,42034,61655,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.14, 0.00, 1635450.38| -| 0.00,-0.14, 6063719.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.1447420896999929, 0.1447420896999929)",True, -Retrolens/Northland/Kaikai/Shorelines/Kaikai_20MAR1961.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_20MAR1961.tif,100.0,10,GTiff,uint16,65535.0,25624,32936,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1631600.85| -| 0.00,-0.80, 6068093.42| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.8033668128999913, 0.8033668128999913)",True, -Retrolens/Northland/Owhata/Shorelines/Owhata_11MAY1968.shp,Retrolens/Northland/Owhata/Stack/Owhata_11MAY1968.tif,100.0,7,GTiff,uint16,256.0,14517,15314,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.99, 0.00, 1605680.80| -| 0.00,-0.99, 6100449.45| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.9856950615374813, 0.9856950615375063)",True, -Retrolens/Northland/Owhata/Shorelines/Owhata_03OCT1981.shp,Retrolens/Northland/Owhata/Stack/Owhata_3OCT1981_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,13647,13209,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1610154.57| -| 0.00,-0.74, 6099722.63| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7445240771308071, 0.7445240771308123)",True, -Retrolens/Northland/Owhata/Shorelines/Owhata_18NOV1977.shp,Retrolens/Northland/Owhata/Stack/Owhata18NOV1977.tif,100.0,7,GTiff,uint16,256.0,18037,17741,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.96, 0.00, 1608745.63| -| 0.00,-0.96, 6105414.17| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.956789374841818, 0.9567893748418094)",True, -Retrolens/Northland/Owhata/Shorelines/Owhata_06NOV1942.shp,Retrolens/Northland/Owhata/Stack/Owhata_06NOV1942_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,10940,6417,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1613262.88| -| 0.00,-0.50, 6095555.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5027236098370393, 0.5027236098370481)",True, -Retrolens/Northland/Parengarenga/Shorelines/Parengarenga_19JAN1957.shp,Retrolens/Northland/Parengarenga/Stack/Parengarenga_19JAN1957.tif,100.0,4,GTiff,uint16,65535.0,12180,20996,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1595063.26| -| 0.00,-0.63, 6179904.81| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6291090783999723, 0.6291090783999723)",True, -Retrolens/Northland/Parengarenga/Shorelines/Parengarenga_05JAN1980.shp,Retrolens/Northland/Parengarenga/Stack/Parengarenga_05JAN1980.tif,100.0,4,GTiff,uint16,65535.0,16993,29292,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1595063.27| -| 0.00,-0.45, 6179904.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.45093247869999814, 0.45093247869999814)",True, -Retrolens/Northland/Parengarenga/Shorelines/Parengarenga_09MAY1939.shp,Retrolens/Northland/Parengarenga/Stack/Parengarenga_09MAY1939.tif,100.0,5,GTiff,uint16,65535.0,31064,28594,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.17, 0.00, 1595063.34| -| 0.00,-0.17, 6176657.41| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.16700875930000142, 0.16700875930000142)",True, -Retrolens/Northland/Parengarenga/Shorelines/Parengarenga_26MAY1947.shp,Retrolens/Northland/Parengarenga/Stack/Parengarenga_26MAY1947.tif,100.0,8,GTiff,uint8,255.0,23603,40685,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1595063.08| -| 0.00,-0.32, 6179904.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3246528905000014, 0.3246528905000014)",True, -Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_05MAR1946.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_05MAR1946.tif,100.0,5,GTiff,uint16,65535.0,11503,15568,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1737059.90| -| 0.00,-0.25, 6063402.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2487869583000083, 0.2487869583000083)",True, -Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_17MAR1961.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_17MAR1961.tif,100.0,17,GTiff,uint16,65535.0,12159,25278,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1733751.47| -| 0.00,-0.59, 6063793.03| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5868932429000013, 0.5868932429000013)",True, -Retrolens/Northland/Kaikai/Shorelines/Kaikai_08MAR1977.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_08MAR1977.tif,100.0,4,GTiff,uint16,65535.0,30204,23658,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1631600.80| -| 0.00,-0.35, 6068092.77| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3497804255999818, 0.3497804255999818)",True, -Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_15APR1948.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_15APR1948_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,16178,4030,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1329245.15| -| 0.00,-0.54, 4838892.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.5373612276604065, 0.5373612276604284)",True, -Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_11MAY1968.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_11MAY1968.tif,100.0,7,GTiff,uint16,65535.0,16403,7249,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1669961.33| -| 0.00,-0.91, 6127635.34| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9123785309000003, 0.9123785309000003)",True, -Retrolens/Northland/Pataua/Shorelines/Pataua_17MAR1961.shp,Retrolens/Northland/Pataua/Stack/Pataua_17MAR1961.tif,100.0,13,GTiff,uint16,65535.0,11773,16581,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1735617.20| -| 0.00,-0.59, 6049203.45| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5868932428999928, 0.5868932428999928)",True, -Retrolens/Northland/Matapouri/Shorelines/Matapouri_30APR1942.shp,Retrolens/Northland/Matapouri/Stack/Matapouri30APR1942_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,25506,29632,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1733499.36| -| 0.00,-0.26, 6066435.47| -| 0.00, 0.00, 1.00|",20000.0,29632,True,,,0,"(0.2558112472999858, 0.2558112472999973)",True, -Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_11MAY1968.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_11MAY1968_mosaic.tif,100.0,7,GTiff,uint16,65535.0,2447,5524,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1729109.91| -| 0.00,-0.91, 6078886.96| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9123785308999717, 0.9123785308999717)",True, -Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_30APR1942.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_30APR1942_mosaic.tif,100.0,6,GTiff,uint16,65535.0,8726,18361,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1729110.12| -| 0.00,-0.26, 6078544.17| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2558112472999963, 0.2558112472999963)",True, -Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_20FEB1984.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_20FEB1984_mosaic.tif,100.0,6,GTiff,uint16,65535.0,3243,7321,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1729110.00| -| 0.00,-0.69, 6078886.26| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6883564881000133, 0.6883564881000133)",True, -Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_17OCT1978.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_17OCT1978_mosaic.tif,100.0,8,GTiff,uint16,65535.0,3157,7126,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1729109.89| -| 0.00,-0.71, 6078886.78| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.707236474400031, 0.707236474400031)",True, -Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_17MAR1961.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_17MAR1961_mosaic.tif,100.0,2,GTiff,uint16,65535.0,3804,8586,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1729109.73| -| 0.00,-0.59, 6078886.17| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.586893242900015, 0.586893242900015)",True, -Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_21FEB1984.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_21FEB1984.tif,100.0,12,GTiff,uint16,65535.0,18827,19929,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1621817.64| -| 0.00,-0.74, 6082425.87| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.7352002262999898, 0.7352002262999898)",True, -Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_18NOV1977.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_18NOV1977.tif,100.0,11,GTiff,uint16,65535.0,15378,16279,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1621817.80| -| 0.00,-0.90, 6082426.03| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9000671198000051, 0.9000671198000051)",True, -Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_02OCT1942.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_02OCT1942.tif,100.0,1,GTiff,uint16,65535.0,19957,11020,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1630648.65| -| 0.00,-0.25, 6070540.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.2510573177999935, 0.2510573177999935)",True, -Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_11MAY1968.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_11MAY1968.tif,100.0,10,GTiff,uint16,65535.0,15171,10585,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1621817.85| -| 0.00,-0.91, 6082426.08| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.912378530899998, 0.912378530899998)",True, -Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_02MAY1960.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_02MAY1960.tif,100.0,3,GTiff,uint16,65535.0,17177,18182,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1621817.28| -| 0.00,-0.81, 6082425.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.8058371752000064, 0.8058371752000064)",True, -Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_20MAR1961.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_20MAR1961.tif,100.0,2,GTiff,uint16,65535.0,9277,8095,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1628206.62| -| 0.00,-0.80, 6074276.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.803366812899995, 0.803366812899995)",True, -Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_06JAN1978.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_06JAN1978.tif,100.0,4,GTiff,uint16,65535.0,16534,9542,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1669961.24| -| 0.00,-0.91, 6129658.52| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9051619910000128, 0.9051619910000128)",True, -Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_17MAR1961.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_17MAR1961.tif,100.0,6,GTiff,uint16,65535.0,14210,4657,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1640193.05| -| 0.00,-0.59, 6129400.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.5868932428999977, 0.5868932428999977)",True, -Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_26JAN1972.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_26JAN1972.tif,100.0,4,GTiff,uint16,65535.0,29135,16943,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.10, 0.00, 1645490.27| -| 0.00,-0.10, 6128587.67| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.10442997630000223, 0.10442997630000223)",True, -Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_18NOV1977.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_18NOV1977.tif,100.0,12,GTiff,uint16,65535.0,76918,23997,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.11, 0.00, 1640193.08| -| 0.00,-0.11, 6129269.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.10842357700000023, 0.10842357700000023)",True, -Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_12OCT1950.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_12OCT1950.tif,100.0,11,GTiff,uint16,65535.0,35374,11592,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1640192.89| -| 0.00,-0.24, 6129400.17| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.23576349659999593, 0.23576349659999593)",True, -Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_14AUG1944.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_14AUG1944.tif,100.0,6,GTiff,uint16,65535.0,15671,8756,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1640193.07| -| 0.00,-0.31, 6129400.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.3121556290999897, 0.3121556290999897)",True, -Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_12MAR1995.shp,Retrolens/Northland/Mangawhai/Stack/Mangawhai_12MAR1995_mosaic.jp2,100.0,1,JP2OpenJPEG,uint8,,4938,7321,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1742617.42| -| 0.00,-0.74, 6006443.72| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.7395500943999973, 0.7395500943999447)",True, -Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_10JAN1983.shp,Retrolens/Northland/Mangawhai/Stack/Mangawhai_10JAN1983_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,12372,19075,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1741903.25| -| 0.00,-0.35, 6007761.23| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.35289074039999657, 0.35289074040002155)",True, -Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_09NOV2015.shp,Retrolens/Northland/Mangawhai/Stack/Mangawhai_09NOV2015.tif,100.0,4,GTiff,uint8,,6000,18000,3,EPSG:2193,"| 0.40, 0.00, 1741600.00| -| 0.00,-0.40, 6010800.00| -| 0.00, 0.00, 1.00|",,1,False,lzw,pixel,0,"(0.4, 0.4)",True, -Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_20MAY1963.shp,Retrolens/Northland/Mangawhai/Stack/Mangawhai_20MAY1963_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16435,29656,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1742229.98| -| 0.00,-0.21, 6008058.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.214124902699991, 0.21412490269999915)",True, -Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_06JAN1978.shp,Retrolens/Northland/Mangawhai/Stack/Unclipped/Mangawhai_06JAN1978_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,24826,17784,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1732604.56| -| 0.00,-0.74, 6013350.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.735761978099997, 0.7357619781000183)",True, -Retrolens/Northland/Pataua/Shorelines/Pataua_19MAY1942.shp,Retrolens/Northland/Pataua/Stack/Pataua_19MAY1942.tif,100.0,16,GTiff,uint16,65535.0,21366,18033,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1735617.33| -| 0.00,-0.24, 6049203.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.24305367439999964, 0.24305367439999964)",True, -Retrolens/Northland/Pataua/Shorelines/Pataua_29JAN1969.shp,Retrolens/Northland/Pataua/Stack/Pataua_29JAN1969.tif,100.0,16,GTiff,uint16,65535.0,7647,10770,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1735617.26| -| 0.00,-0.90, 6049203.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.9035688153999926, 0.9035688153999926)",True, -Retrolens/Northland/Pataua/Shorelines/Pataua_20FEB1984.shp,Retrolens/Northland/Pataua/Stack/Pataua_20FEB1984.tif,100.0,12,GTiff,uint16,65535.0,10038,14136,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1735617.04| -| 0.00,-0.69, 6049202.96| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(0.6883564881000109, 0.6883564881000109)",True, -Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_11FEB1971.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_11FEB1971.tif,100.0,2,GTiff,uint16,65535.0,5521,2349,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1640191.98| -| 0.00,-1.16, 6129400.31| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,band,0,"(1.1637708351999998, 1.1637708351999998)",True, -Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_26FEB1975.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_26FEB1975_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,11230,2251,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1330399.38| -| 0.00,-0.70, 4838923.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6950019164613381, 0.6950019164613284)",True, -Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_03NOV1995.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_03NOV1995_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4825,1365,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.99, 0.00, 1329142.85| -| 0.00,-1.99, 4839100.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.990879164841798, 1.9908791648415036)",True, -Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_13FEB1982.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_13FEB1982_mosaid.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10204,2955,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.88, 0.00, 1329140.86| -| 0.00,-0.88, 4839044.38| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8820787922994479, 0.8820787922994513)",True, -Retrolens/Canterbury/OkainsBay/Shorelines/OkainsBay_17SEP1975.shp,Retrolens/Canterbury/OkainsBay/Stack/OkainsBay_17SEP1975_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8282,8245,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602505.62| -| 0.00,-0.60, 5166263.89| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5999999999999944, 0.6)",True, -Retrolens/Canterbury/OkainsBay/Shorelines/OkainsBay_2OCT1966.shp,Retrolens/Canterbury/OkainsBay/Stack/OkainsBay_2OCT1966_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3120,2931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1601832.75| -| 0.00,-1.90, 5166506.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9, 1.9000000000001271)",True, -Retrolens/Canterbury/OkainsBay/Shorelines/OkainsBay_28OCT1984.shp,Retrolens/Canterbury/OkainsBay/Stack/OkainsBay_28OCT1984_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8768,8208,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1602150.18| -| 0.00,-0.70, 5166622.54| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7000000000000106, 0.6999999999999547)",True, -Retrolens/Canterbury/OkainsBay/Shorelines/OkainsBay_17JAN1941.shp,Retrolens/Canterbury/OkainsBay/Stack/OkainsBay_17JAN1941_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,9840,9965,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602510.68| -| 0.00,-0.50, 5166311.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_5JUN1942.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_5JUN1942_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,26846,17647,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1508000.88| -| 0.00,-0.50, 5132486.91| -| 0.00, 0.00, 1.00|",,17647,False,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_25FEB1976.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_25FEB1976_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,51776,34568,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1507235.97| -| 0.00,-0.30, 5133251.61| -| 0.00, 0.00, 1.00|",,34568,False,,pixel,0,"(0.3000000000000009, 0.30000000000001076)",True, -Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_29SEP1998.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_29SEP1998_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,12100,7971,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1506629.45| -| 0.00,-1.40, 5133981.00| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4, 1.4000000000000468)",True, -Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_31OCT1987.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_31OCT1987_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,26506,17990,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1507381.83| -| 0.00,-0.60, 5133611.19| -| 0.00, 0.00, 1.00|",,17990,False,,pixel,0,"(0.6000000000000035, 0.6)",True, -Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_22MAY1952.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_22MAY1952_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,30303,19931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1507117.61| -| 0.00,-0.50, 5132889.98| -| 0.00, 0.00, 1.00|",,19931,False,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_31OCT1965.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_31OCT1965_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,14874,8964,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1506808.07| -| 0.00,-0.60, 5128240.78| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5999999999999938, 0.6000000000000416)",True, -Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_8APR1960.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_8APR1960_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11642,6600,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.20, 0.00, 1510056.64| -| 0.00,-1.20, 5133785.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.199999999999992, 1.2)",True, -Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_02MAY1956.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_02MAY1956_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,8161,23892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1457926.63| -| 0.00,-0.55, 5084161.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5479016454009716, 0.5479016454009644)",True, -Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_18OCT1967.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_18OCT1967_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,7629,19417,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1457482.24| -| 0.00,-0.67, 5083956.77| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6739930435861007, 0.6739930435861163)",True, -Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_10APR1938.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_10APR1938_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,11504,28448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1457392.28| -| 0.00,-0.46, 5083795.10| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4642897863047687, 0.4642897863047752)",True, -Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_19FEB1977.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_19FEB1977_mosaic.jp2,100.0,22,JP2OpenJPEG,uint16,256.0,8158,18151,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1456621.65| -| 0.00,-0.78, 5084379.03| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7849906034736576, 0.7849906034736637)",True, -Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_07FEB1985.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_07FEB1985_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,26523,70625,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.16, 0.00, 1457720.83| -| 0.00,-0.16, 5082536.93| -| 0.00, 0.00, 1.00|",,70625,False,,pixel,0,"(0.1648356977173328, 0.16483569771733167)",True, -Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_19JAN1999.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_19JAN1999_mosaic.jp2,100.0,18,JP2OpenJPEG,uint16,256.0,4125,10120,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1457051.73| -| 0.00,-1.41, 5084536.05| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.409084326986901, 1.4090843269869266)",True, -Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_31OCT1987.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_31OCT1987_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12556,7259,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.89, 0.00, 1521261.71| -| 0.00,-0.89, 5138339.79| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8892416809056166, 0.8892416809056222)",True, -Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_22MAY1952.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_22MAY1952_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,18168,10913,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1521815.58| -| 0.00,-0.54, 5137742.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5370826897071582, 0.537082689707167)",True, -Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_25FEB1976.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_25FEB1976_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,31623,18134,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1521898.69| -| 0.00,-0.32, 5137517.75| -| 0.00, 0.00, 1.00|",,18134,False,,pixel,0,"(0.319538305766602, 0.3195383057666007)",True, -Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_29SEP1998.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_29SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9060,5527,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.52, 0.00, 1519488.33| -| 0.00,-1.52, 5138870.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5229051842544152, 1.5229051842544479)",True, -Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_02OCT1966.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_02OCT1966_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5577,3596,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.94, 0.00, 1520808.80| -| 0.00,-1.94, 5137880.93| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9431295633383756, 1.9431295633384413)",True, -Retrolens/Canterbury/Motunau/Shorelines/Motunau_12MAR1974.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_12MAR1974_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15032,11995,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1601904.76| -| 0.00,-0.64, 5240515.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6416092004336168, 0.6416092004335829)",True, -Retrolens/Canterbury/Motunau/Shorelines/Motunau_14NOV1986.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_14NOV1986_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,9204,6958,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.49, 0.00, 1600924.78| -| 0.00,-1.49, 5242281.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4948897979098335, 1.494889797909856)",True, -Retrolens/Canterbury/Motunau/Shorelines/Motunau_19SEP1968.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_19SEP1968_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,14130,10927,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1601809.70| -| 0.00,-0.69, 5240263.66| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6864839587131251, 0.6864839587131348)",True, -Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_6MAY1943.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_6MAY1943_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,16231,3589,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1562668.23| -| 0.00,-0.50, 5147267.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_28OCT1984.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_28OCT1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,22095,3844,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1562157.82| -| 0.00,-0.70, 5147857.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7, 0.6999999999999515)",True, -Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_18JAN1941.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_18JAN1941_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,18215,1690,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1568525.87| -| 0.00,-0.50, 5147535.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_9MAY1955.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_9MAY1955_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,24951,3892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1564620.70| -| 0.00,-0.50, 5147703.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_25FEB1976.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_25FEB1976_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,19400,12735,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1502392.07| -| 0.00,-0.30, 5124384.54| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.3, 0.3)",True, -Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_31OCT1965.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_31OCT1965_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,15920,10570,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1499150.87| -| 0.00,-0.60, 5124561.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6, 0.6)",True, -Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_31OCT1987.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_31OCT1987_mosaic.jp2,100.0,25,JP2OpenJPEG,uint16,256.0,10352,6915,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1499328.63| -| 0.00,-0.90, 5124606.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9000000000000045, 0.9)",True, -Retrolens/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_25FEB1976.shp,Retrolens/Canterbury/RakaiaSouth/Stack/RakaiaSouth_25FEB1976_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,13648,8965,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.33, 0.00, 1532207.23| -| 0.00,-0.33, 5139792.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.3273193878779837, 0.3273193878779781)",True, -Retrolens/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_16DEC1942.shp,Retrolens/Canterbury/RakaiaSouth/Stack/RakaiaSouth_16DEC1942_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,10998,5730,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1530062.97| -| 0.00,-0.57, 5139274.77| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5673581459345045, 0.5673581459344955)",True, -Retrolens/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_31OCT1987.shp,Retrolens/Canterbury/RakaiaSouth/Stack/RakaiaSouth_31OCT1987_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,9496,6241,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1530474.65| -| 0.00,-0.70, 5140177.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6963422811615292, 0.6963422811615354)",True, -Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_05DEC2000.shp,Retrolens/Canterbury/KaitoreteSpitWest/Stack/KaitoreteSpitWest_05DEC2000_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9542,2598,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1550910.55| -| 0.00,-1.38, 5146956.08| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.380916388122076, 1.3809163881221311)",True, -Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_28OCT1984.shp,Retrolens/Canterbury/KaitoreteSpitWest/Stack/KaitoreteSpitWest_28OCT1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,15754,3326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1551318.87| -| 0.00,-0.74, 5146255.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7350985182245299, 0.7350985182245372)",True, -Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_17SEP1975.shp,Retrolens/Canterbury/KaitoreteSpitWest/Stack/KaitoreteSpitWest_17SEP1975_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,17097,3530,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1551167.27| -| 0.00,-0.70, 5146297.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6950219960062436, 0.6950219960062746)",True, -Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_20MAY1952.shp,Retrolens/Canterbury/KaitoreteSpitWest/Stack/KaitoreteSpitWest_20MAY1952_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,22662,4730,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1551154.00| -| 0.00,-0.52, 5146324.80| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5230568645893467, 0.5230568645894134)",True, -Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_21SEP1961.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_21SEP1961_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,8142,17519,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1577396.04| -| 0.00,-0.40, 5183453.80| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.40000000000000574, 0.39999999999997876)",True, -Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_26NOV1994.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_26NOV1994_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2816,5374,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1577239.18| -| 0.00,-1.30, 5183120.38| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3000000000000165, 1.3000000000000347)",True, -Retrolens/Canterbury/Motunau/Shorelines/Motunau_10OCT1950.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_10OCT1950_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,17950,14279,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1601840.81| -| 0.00,-0.53, 5240337.56| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5298251230352555, 0.5298251230352504)",True, -Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_16AUG1950.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_16AUG1950_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7727,17375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1577556.61| -| 0.00,-0.40, 5183399.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.400000000000006, 0.4)",True, -Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_28DEC1984.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_28DEC1984_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5924,11195,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1576927.36| -| 0.00,-0.70, 5183725.38| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7000000000000078, 0.7)",True, -Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_26SEP1973.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_26SEP1973_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13073,35354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1577673.07| -| 0.00,-0.20, 5183202.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.20000000000000712, 0.19999999999999474)",True, -Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_8OCT1961.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_8OCT1961_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,6397,13218,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1654652.63| -| 0.00,-1.10, 5314967.35| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.0999999999999928, 1.0999999999999859)",True, -Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_25SEP1980.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_25SEP1980_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,31155,68202,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1655241.84| -| 0.00,-0.20, 5314561.88| -| 0.00, 0.00, 1.00|",,68202,False,,pixel,0,"(0.2, 0.20000000000000545)",True, -Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_19JAN2022.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_19JAN2022_LDS.TIF,100.0,12,GTiff,uint8,,27716,44376,4,,"| 0.30, 0.00, 1653930.40| -| 0.00,-0.30, 5314912.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,10,"(0.2999999999999597, 0.2999999999999538)",True, -Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_13JAN2000.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_13JAN2000_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,4660,9267,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.50, 0.00, 1655190.90| -| 0.00,-1.50, 5314926.73| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5, 1.5)",True, -Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_24OCT1974.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_24OCT1974_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,11368,23170,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1654798.40| -| 0.00,-0.60, 5314378.75| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6000000000000041, 0.6)",True, -Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_10DEC1942.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_10DEC1942_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5140,15417,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1655436.88| -| 0.00,-0.80, 5313005.73| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8, 0.7999999999999758)",True, -Retrolens/Canterbury/KaitoreteSpitEast/Stack/Shorelines/KaitoreteSpitEast_18JAN1941.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_18JAN1941_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,18215,1690,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1568525.87| -| 0.00,-0.50, 5147535.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Canterbury/KaitoreteSpitEast/Stack/Shorelines/KaitoreteSpitEast_28OCT1984.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_28OCT1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,22095,3844,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1562157.82| -| 0.00,-0.70, 5147857.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7, 0.6999999999999515)",True, -Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_17SEP1975.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_17SEP1975_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,26388,4677,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1561942.88| -| 0.00,-0.60, 5147825.07| -| 0.00, 0.00, 1.00|",,4677,False,,pixel,0,"(0.6000000000000018, 0.6000000000000398)",True, -Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_5DEC2000.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_5DEC2000_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12663,2231,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1561559.73| -| 0.00,-1.30, 5148002.35| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2999999999999927, 1.2999999999999166)",True, -Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_13SEP1940.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_13SEP1940_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6102,14264,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1577494.48| -| 0.00,-0.50, 5183397.59| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Canterbury/Motunau/Shorelines/Motunau_06OCT1955.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_06OCT1955_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9264,6779,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1609195.15| -| 0.00,-0.55, 5241952.53| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5527444124504144, 0.5527444124504263)",True, -Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_14NOV1985.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_14NOV1985_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2870,4559,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1624548.47| -| 0.00,-1.40, 5259186.79| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4, 1.3999999999999182)",True, -Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_7OCT1955.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_7OCT1955_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,7357,11102,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1624698.50| -| 0.00,-0.50, 5258711.73| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_29OCT1972.shp,Retrolens/Tasman/RuataniwhaInlet/Stack/RuataniwhaInlet_29OCT1972_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,4480,24909,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1572247.97| -| 0.00,-0.69, 5507953.75| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6932242739828195, 0.6932242739828024)",True, -Retrolens/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_10OCT1967.shp,Retrolens/Tasman/RuataniwhaInlet/Stack/RuataniwhaInlet_10OCT1967_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,1223,5209,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.54, 0.00, 1571482.86| -| 0.00,-3.54, 5508328.57| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.543546940364897, 3.5435469403648763)",True, -Retrolens/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_30JAN1980.shp,Retrolens/Tasman/RuataniwhaInlet/Stack/RuataniwhaInlet_30JAN1980_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,2689,12812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 1571696.25| -| 0.00,-1.39, 5507960.29| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3940123414744403, 1.394012341474477)",True, -Retrolens/Tasman/Totaranui/Shorelines/Totaranui_09APR1965.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_09APR1965_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,7100,11542,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1598770.25| -| 0.00,-0.79, 5485405.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7902063658086478, 0.7902063658086412)",True, -Retrolens/Tasman/Totaranui/Shorelines/Totaranui_08FEB1952.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_08FEB1952_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,8926,16326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1599127.23| -| 0.00,-0.55, 5485302.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5529905762061456, 0.5529905762061346)",True, -Retrolens/Tasman/Totaranui/Shorelines/Totaranui_21FEB2002.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_21FEB2002_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,4103,6511,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1598577.42| -| 0.00,-1.41, 5485676.88| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4149099850997395, 1.4149099850996807)",True, -Retrolens/Tasman/Totaranui/Shorelines/Totaranui_31JAN1980.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_31JAN1980_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,2304,4794,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.87, 0.00, 1598490.69| -| 0.00,-1.87, 5485506.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8679793368737592, 1.8679793368738251)",True, -Retrolens/Tasman/Totaranui/Shorelines/Totaranui_26JAN1974.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_26JAN1974_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,7537,13556,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1598905.70| -| 0.00,-0.68, 5485589.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6796118099328884, 0.6796118099328738)",True, -Retrolens/Tasman/SandyBay/Shorelines/SandyBay_09APR1965.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_09APR_1965_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,6450,10842,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1599982.96| -| 0.00,-0.75, 5465584.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7474295456639253, 0.7474295456639136)",True, -Retrolens/Tasman/SandyBay/Shorelines/SandyBay_19May1958.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_19MAY1958_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,2700,5414,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.27, 0.00, 1600084.98| -| 0.00,-1.27, 5463097.31| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.27399737574643, 1.2739973757464176)",True, -Retrolens/Tasman/SandyBay/Shorelines/SandyBay_04May1944.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_04MAY1944_mosaic.jp2,100.0,25,JP2OpenJPEG,uint16,256.0,6536,13304,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1600101.58| -| 0.00,-0.77, 5466077.01| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7659303385963064, 0.765930338596303)",True, -Retrolens/Tasman/SandyBay/Shorelines/SandyBay_27MAR1947.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_27MAR1947_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2550,3746,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1600952.96| -| 0.00,-0.57, 5457586.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5707998511066441, 0.57079985110662)",True, -Retrolens/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_11OCT1950.shp,Retrolens/Tasman/RuataniwhaInlet/Stack/RuataniwhaInlet_11OCT1950_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5228,32331,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1572348.54| -| 0.00,-0.51, 5507057.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5107133965371012, 0.5107133965370944)",True, -Retrolens/Tasman/SandyBay/Shorelines/SandyBay_17Nov1952.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_17NOV1952_mosaic.jp2,100.0,19,JP2OpenJPEG,uint16,256.0,7781,11028,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1599973.84| -| 0.00,-0.64, 5465603.42| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6396013204734392, 0.6396013204734449)",True, -Retrolens/Tasman/SandyBay/Shorelines/SandyBay_21FEB2002.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_21FEB2002_mosaic.jp2,100.0,31,JP2OpenJPEG,uint16,256.0,4087,7247,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 1599202.81| -| 0.00,-1.39, 5465962.24| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3902310153594433, 1.390231015359487)",True, -Retrolens/Tasman/SandyBay/Shorelines/SandyBay_26JAN1974.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_26JAN1974_mosaic.jp2,100.0,27,JP2OpenJPEG,uint16,256.0,7675,10822,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1599820.63| -| 0.00,-0.69, 5465315.77| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6929989647691772, 0.6929989647691837)",True, -Retrolens/Tasman/Motueka/Shorelines/Motueka_22SEP1969.shp,Retrolens/Tasman/Motueka/Stack/Motueka_22SEP1969_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,7772,12373,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1598711.60| -| 0.00,-0.70, 5457279.24| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.699999999999988, 0.6999999999999699)",True, -Retrolens/Tasman/Motueka/Shorelines/Motueka_27MAR1947.shp,Retrolens/Tasman/Motueka/Stack/Motueka_27MAR1947_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8806,13153,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1598643.43| -| 0.00,-0.55, 5456395.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5500000000000053, 0.5500000000000284)",True, -Retrolens/Tasman/Motueka/Shorelines/Motueka_19MAY1958.shp,Retrolens/Tasman/Motueka/Stack/Motueka_19MAY1958_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5734,8279,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.25, 0.00, 1596592.42| -| 0.00,-1.25, 5456849.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.25, 1.25)",True, -Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_09APR1965_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,3314,12191,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1603372.40| -| 0.00,-0.76, 5475018.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7633183777172683, 0.7633183777172489)",True, -Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_04MAY1944_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,3374,10445,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1603351.90| -| 0.00,-0.74, 5473221.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7435789010115548, 0.7435789010115236)",True, -Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_31JAN1980_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,2062,6636,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1603052.96| -| 0.00,-1.40, 5475024.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3957084543768372, 1.3957084543767793)",True, -Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_07NOV1952_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3453,3812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1603625.79| -| 0.00,-0.63, 5468084.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6303610239155556, 0.6303610239155465)",True, -Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_26JAN1974_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,3904,14717,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1603336.32| -| 0.00,-0.68, 5475521.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6761112856738543, 0.6761112856738339)",True, -Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_21FEB2002_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,2217,7312,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.32, 0.00, 1603055.87| -| 0.00,-1.32, 5475062.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3249917291350541, 1.3249917291350617)",True, -Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_31JAN1980.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_31JAN1980_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,7182,7115,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1573705.82| -| 0.00,-1.40, 5491528.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.397074637127374, 1.3970746371273322)",True, -Retrolens/Tasman/SandyBay/Shorelines/SandyBay_31JAN1980.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_31JAN1980_mosaic.jp2,100.0,30,JP2OpenJPEG,uint16,256.0,4359,8214,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1598758.65| -| 0.00,-1.42, 5466560.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.419474522177402, 1.4194745221773912)",True, -Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_27MAY1952.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_27MAY1952_mosaic.jp2,100.0,24,JP2OpenJPEG,uint16,256.0,17824,12399,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1499498.89| -| 0.00,-0.50, 5124481.57| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_19APR2017.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_19APR2017.tif,100.0,5,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| -| 0.00,-0.50, 5446080.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_31JAN1980.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_31JAN1980_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4917,6845,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1600979.23| -| 0.00,-1.40, 5447041.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3997952365892727, 1.3997952365892659)",True, -Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_25FEB1979.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_25FEB1979_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5509,8634,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1624535.06| -| 0.00,-0.70, 5258970.21| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7000000000000085, 0.6999999999999784)",True, -Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_30JAN2003.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_30JAN2003_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,3059,4774,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1624546.45| -| 0.00,-1.30, 5259123.53| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2999999999999847, 1.3000000000000391)",True, -Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_3NOV1965.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_3NOV1965_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,6475,9545,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1624608.24| -| 0.00,-0.60, 5258677.00| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6, 0.6)",True, -Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_22JUN1938.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_22JUN1938_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,7012,14666,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1455221.61| -| 0.00,-0.46, 5071479.76| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.460052007760371, 0.4600520077603847)",True, -Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_21FEB1981.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_21FEB1981_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,2271,9668,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1453318.95| -| 0.00,-0.77, 5059530.19| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7690920124881507, 0.7690920124881788)",True, -Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_04MAR1967.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_04MAR1967_mosaic.jp2,100.0,20,JP2OpenJPEG,uint16,256.0,12489,45912,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1453479.68| -| 0.00,-0.42, 5071728.59| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.42321283041023566, 0.4232128304102359)",True, -Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_25FEB1972.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_25FEB1972_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,15305,36802,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1454195.14| -| 0.00,-0.24, 5070780.14| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.24480623307469618, 0.24480623307469684)",True, -Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_19JAN1999.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_19JAN1999_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2961,5208,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1454495.19| -| 0.00,-1.48, 5071618.72| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.477999967103887, 1.4779999671039312)",True, -Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_19SEP1953.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_19SEP1953_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,10419,37111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1453175.98| -| 0.00,-0.54, 5071683.77| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5439047927437514, 0.5439047927437608)",True, -Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_22FEB1987.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_22FEB1987_mosaic.jp2,100.0,20,JP2OpenJPEG,uint16,256.0,6949,18602,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1453516.06| -| 0.00,-0.78, 5071705.17| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7809870268075754, 0.7809870268075833)",True, -Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_8OCT1961.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_8OCT1961_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7345,2481,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1648187.65| -| 0.00,-1.10, 5304375.57| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1, 1.0999999999998498)",True, -Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_10DEC1942.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_10DEC1942_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,10139,3467,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1648219.57| -| 0.00,-0.80, 5304414.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999999999999954, 0.7999999999998926)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_10AUG2003.tif,100.0,8,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| -| 0.00,-0.60, 5446080.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000179, 0.6000000000000276)",True, -Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_8DEC1972.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_8DEC1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,35868,13404,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1648267.50| -| 0.00,-0.20, 5304354.46| -| 0.00, 0.00, 1.00|",,13404,False,,pixel,0,"(0.2000000000000026, 0.1999999999999861)",True, -Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_25SEP1980.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_25SEP1980_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,40776,13999,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1648252.28| -| 0.00,-0.20, 5304433.19| -| 0.00, 0.00, 1.00|",,13999,False,,pixel,0,"(0.19999999999999885, 0.1999999999999867)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_04FEB1967.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_04FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4509,4447,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.00, 0.00, 1597994.17| -| 0.00,-3.00, 5449018.73| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.0, 3.0)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_27MAR1947.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_27MAR1947_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9893,13352,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1600983.27| -| 0.00,-0.55, 5446786.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5499656405060552, 0.5499656405060654)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_06DEC1946.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_06DEC1946_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4716,7142,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1604247.59| -| 0.00,-0.55, 5441308.76| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5541369378253438, 0.5541369378254041)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_25JUN2013.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_25JUN2013.tif,100.0,5,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| -| 0.00,-0.50, 5446080.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_28AUG2006.tif,100.0,5,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| -| 0.00,-0.60, 5446080.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000179, 0.6000000000000276)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_19MAY1958.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_19MAY1958_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,7129,8554,3,,"| 1.60, 0.00, 1596378.12| -| 0.00,-1.60, 5448792.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,5,"(1.599999999999987, 1.6000000000000436)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_13SEP1985.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_13SEP1985_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,9149,12379,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1600630.63| -| 0.00,-0.73, 5446547.78| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.734200372026301, 0.7342003720263065)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_22FEB1940.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_22FEB1940_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,13693,18735,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1600900.45| -| 0.00,-0.51, 5446946.16| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.511912839679574, 0.5119128396795739)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_13JAN2000.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_13JAN2000_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4333,5889,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.56, 0.00, 1600876.70| -| 0.00,-1.56, 5446719.32| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5612584834782648, 1.5612584834782057)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_01JUL2020.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_01JUL2020.tif,100.0,7,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| -| 0.00,-0.50, 5446080.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_19FEB2010.tif,100.0,7,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| -| 0.00,-0.60, 5446080.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000179, 0.6000000000000276)",True, -Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_13JAN2000.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_13JAN2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5168,1874,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.60, 0.00, 1648147.96| -| 0.00,-1.60, 5304428.32| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.600000000000009, 1.6000000000001988)",True, -Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_12APR1955.shp,Retrolens/WestCoast/Karamea_South_AOI/Stack/Karamea_South_12APR1955_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3503,9613,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.89, 0.00, 1522513.45| -| 0.00,-0.89, 5431558.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8949429644470465, 0.8949429644470338)",True, -Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_21MAY1941.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_21MAY1941_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,17302,11048,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1499495.90| -| 0.00,-0.50, 5124189.54| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_21SEP1961.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_21SEP1961_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4427,4626,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1577263.28| -| 0.00,-0.40, 5184188.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4000000000000105, 0.4000000000000805)",True, -Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_14NOV1998.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_14NOV1998_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,2952,4073,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.61, 0.00, 1421833.10| -| 0.00,-1.61, 4956909.76| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.6085109331003524, 1.6085109331002772)",True, -Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_10DEC1995.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_10DEC1995_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,2676,5792,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.50, 0.00, 1382516.20| -| 0.00,-1.50, 4900281.32| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5032435468605458, 1.503243546860578)",True, -Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_05FEB2021.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_05FEB2021_LDS.tif,100.0,20,GTiff,uint8,,10787,25953,3,,"| 0.30, 0.00, 1382908.30| -| 0.00,-0.30, 4899816.60| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.30000000000000865, 0.30000000000001437)",True, -Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_08MAR1982.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_08MAR1982_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,4580,10139,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.82, 0.00, 1382701.97| -| 0.00,-0.82, 4900156.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8216616382157454, 0.8216616382157544)",True, -Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_26FEB1946.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_26FEB1946_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,7016,16235,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1382817.11| -| 0.00,-0.50, 4900050.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5011140927355131, 0.5011140927355157)",True, -Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBech_Mouth_01MAR1973.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBech_Mouth_01MAR1973_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,5492,12957,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1382784.52| -| 0.00,-0.64, 4900133.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.6416675896489045, 0.6416675896488979)",True, -Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_02MAR1962.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_02MAR1962_mosaic.jp2,100.0,20,JP2OpenJPEG,uint16,256.0,8139,19271,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1382753.69| -| 0.00,-0.43, 4900132.60| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4332880496999986, 0.43328804970001206)",True, -Retrolens/Otago/Waipati_Beach/Shorelines/Waipati_Beach_13FEB1982.shp,Retrolens/Otago/Waipati_Beach/Stack/Waipati_Beach_13FEB1982_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6153,4853,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1319659.38| -| 0.00,-0.80, 4833318.84| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999999999999848, 0.8000000000000768)",True, -Retrolens/Otago/Waipati_Beach/Shorelines/Waipati_Beach_21FEB1967.shp,Retrolens/Otago/Waipati_Beach/Stack/Waipati_Beach_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4080,3404,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1318961.63| -| 0.00,-1.80, 4834069.93| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8, 1.8000000000000547)",True, -Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_28FEB1962.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_28FEB1962_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13318,9888,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1371788.78| -| 0.00,-0.42, 4881064.12| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4214729445497887, 0.4214729445498184)",True, -Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_26FEB1946.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_26FEB1946_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11398,8480,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1371660.41| -| 0.00,-0.51, 4881189.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5067093632678147, 0.5067093632678185)",True, -Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_26FEB1975.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_26FEB1975_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3073,2249,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.82, 0.00, 1371835.59| -| 0.00,-1.82, 4881106.31| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.821597377107222, 1.8215973771070808)",True, -Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_28DEC2020.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_28DEC2020_LDS.tif,100.0,2,GTiff,uint8,,18370,12177,3,,"| 0.30, 0.00, 1371939.70| -| 0.00,-0.30, 4880876.10| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.3, 0.2999999999999694)",True, -Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_03NOV1995.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_03NOV1995_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3122,2288,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.96, 0.00, 1371633.87| -| 0.00,-1.96, 4881213.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9580089368127778, 1.9580089368127203)",True, -Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_08MAR1982.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_08MAR1982_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6455,4534,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.96, 0.00, 1371488.75| -| 0.00,-0.96, 4881229.41| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9625084748449082, 0.9625084748449331)",True, -Retrolens/Otago/Warrington/Shorelines/Warrington_16SEP2019.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_16SEP2019.tif,100.0,4,GTiff,uint8,,3561,6269,3,,"| 0.50, 0.00, 1413003.02| -| 0.00,-0.50, 4935531.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Retrolens/Otago/Warrington/Shorelines/Warrington_18AUG2007.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_18AUG2007.tif,100.0,3,GTiff,uint8,,2969,5224,3,,"| 0.60, 0.00, 1413002.71| -| 0.00,-0.60, 4935531.47| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.600000000000047, 0.6000000000000714)",True, -Retrolens/Otago/Warrington/Shorelines/Warrington_28DEC2011.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_28DEC2011.tif,100.0,4,GTiff,uint8,,3561,6269,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1413003.02| -| 0.00,-0.50, 4935531.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Retrolens/Otago/Warrington/Shorelines/Warrington_20MAR2014.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_20MAR2014.tif,100.0,4,GTiff,uint8,,2970,5226,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1413002.82| -| 0.00,-0.60, 4935531.33| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5998212099075317, 0.5998212099075317)",True, -Retrolens/Otago/Warrington/Shorelines/Warrington_17NOV2017.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_17NOV2017.tif,100.0,5,GTiff,uint8,,3561,6269,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1413003.02| -| 0.00,-0.50, 4935531.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Retrolens/Otago/Aramoana/Shorelines/Aramoana_08JULY2019.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_08JULY2019.tif,100.0,10,GTiff,uint8,,10928,8227,3,,"| 0.39, 0.00, 1418391.40| -| 0.00,-0.39, 4930131.37| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.3937685489654541, 0.3937685489654541)",True, -Retrolens/Otago/Aramoana/Shorelines/Aramoana_17MAR2000.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_17MAR2000_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3484,2835,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1417927.39| -| 0.00,-1.46, 4930838.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4644502428764328, 1.4644502428762707)",True, -Retrolens/Otago/Aramoana/Shorelines/Aramoana_07MAR1975.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_07MAR1975_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,4143,3267,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1417804.06| -| 0.00,-1.46, 4930907.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(1.462521372591587, 1.462521372591597)",True, -Retrolens/Otago/Aramoana/Shorelines/Aramoana_20FEB1967.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_20FEB1967_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,3073,2314,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1418033.19| -| 0.00,-1.80, 4930578.78| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8034114911875743, 1.8034114911874584)",True, -Retrolens/Otago/Aramoana/Shorelines/Aramoana_16FEB1985.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_16FEB1985_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,7146,5518,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1418259.32| -| 0.00,-0.74, 4930685.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7385547769884703, 0.7385547769884807)",True, -Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_20FEB1975.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_20FEB1975_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5513,8268,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1422139.08| -| 0.00,-0.77, 4957099.67| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.770266200316078, 0.770266200316102)",True, -Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_24Feb1958.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_24FEB1958_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5951,8091,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1422088.80| -| 0.00,-0.46, 4954486.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4627285698906696, 0.46272856989069006)",True, -Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_20MAR1987.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_20MAR1987_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5769,8552,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1421997.68| -| 0.00,-0.78, 4957145.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7790373852756972, 0.7790373852757443)",True, -Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_23Feb1959.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_23FEB1959_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5540,7010,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1423168.65| -| 0.00,-0.47, 4955923.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.47283981410544434, 0.47283981410539394)",True, -Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_17OCT1985.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_17OCT1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12880,3787,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1329224.31| -| 0.00,-0.72, 4839064.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.721100800971447, 0.7211008009714511)",True, -Retrolens/Otago/BoulderBeach_SandflyBay/Shorelines/BoulderBeach_SandflyBay_16FEB1985.shp,Retrolens/Otago/BoulderBeach_SandflyBay/Stack/BoulderBeach_SandflyBay_16FEB1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7084,2900,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1413839.55| -| 0.00,-0.73, 4915954.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7262905948226909, 0.726290594822695)",True, -Retrolens/Otago/BoulderBeach_SandflyBay/Shorelines/BoulderBeach_SandflyBay_24FEB1958.shp,Retrolens/Otago/BoulderBeach_SandflyBay/Stack/BoulderBeach_SandflyBay_24FEB1958_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11475,4038,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1413893.78| -| 0.00,-0.44, 4915875.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.44083303186476375, 0.4408330318648064)",True, -Retrolens/Otago/BoulderBeach_SandflyBay/Shorelines/BoulderBeach_SandflyBay_18FEB1970.shp,Retrolens/Otago/BoulderBeach_SandflyBay/Stack/BoulderBeach_SandflyBay_18FEB1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7158,2759,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1413820.27| -| 0.00,-0.71, 4915830.77| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7123034444574688, 0.7123034444575823)",True, -Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_10DEC1995.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_10DEC1995_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4211,4400,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1366535.51| -| 0.00,-1.48, 4877579.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4767454546072099, 1.4767454546071928)",True, -Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_20FEB1975.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_20FEB1975_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8486,8928,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1366458.58| -| 0.00,-0.74, 4877560.96| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7418545115472803, 0.7418545115472895)",True, -Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_26FEB1946.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_26FEB1946_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,12413,12928,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1366517.57| -| 0.00,-0.50, 4877536.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5021163398659508, 0.5021163398659434)",True, -Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_01MAR1962.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_01MAR1962_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,14790,15354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1366503.45| -| 0.00,-0.42, 4877537.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4204536438146493, 0.42045364381462313)",True, -Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_08MAR1982.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_08MAR1982_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,6315,6673,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.96, 0.00, 1366567.46| -| 0.00,-0.96, 4877500.96| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.959456965041119, 0.959456965041153)",True, -Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_31JAN2017.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_31JAN2017.tif,100.0,3,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| -| 0.00,-0.50, 4913672.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_16FEB1985.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_16FEB1985_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8607,1892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1405331.83| -| 0.00,-0.72, 4913945.97| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7171612399230917, 0.7171612399232516)",True, -Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_07MAR1975.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_07MAR1975_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4792,1369,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1405144.92| -| 0.00,-1.43, 4914127.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(1.4279881264928507, 1.4279881264930054)",True, -Retrolens/Otago/Aramoana/Shorelines/Aramoana_08MAR1956.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_08MAR1956_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8134,6928,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1418176.33| -| 0.00,-0.59, 4930760.78| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5908078762748958, 0.5908078762748887)",True, -Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_29MAR1947.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_29MAR1947_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,34559,7341,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.18, 0.00, 1405361.56| -| 0.00,-0.18, 4913877.80| -| 0.00, 0.00, 1.00|",,7341,False,,pixel,0,"(0.17507316383760413, 0.17507316383760652)",True, -Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_05FEB2021.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_05FEB2021.tif,100.0,4,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| -| 0.00,-0.50, 4913672.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_17MAR2000.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_17MAR2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4471,1049,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1405282.80| -| 0.00,-1.44, 4913927.75| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4385558826656912, 1.4385558826657097)",True, -Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_20FEB1967.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_20FEB1967_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3329,941,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.93, 0.00, 1405183.69| -| 0.00,-1.93, 4914059.25| -| 0.00, 0.00, 1.00|",,941,False,,pixel,0,"(1.9268908965585014, 1.926890896558049)",True, -Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_20FEB1967_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_20FEB1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,2318,1567,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.84, 0.00, 1419199.42| -| 0.00,-1.84, 4918005.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.841547575929223, 1.8415475759290316)",True, -Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_24FEB1958_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_24FEB1958_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,10230,7311,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1419237.93| -| 0.00,-0.45, 4918282.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.44886765884857294, 0.4488676588485791)",True, -Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_16FEB1985_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_16FEB1985_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6099,4126,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1418868.36| -| 0.00,-0.74, 4918001.29| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.73750651634662, 0.7375065163466348)",True, -Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_17MAR2000_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_17MAR2000_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,3480,2009,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1419105.53| -| 0.00,-1.42, 4918049.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4190181270697362, 1.419018127069604)",True, -Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_15OCT1942_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_15OCT1942_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8899,5738,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1419198.34| -| 0.00,-0.48, 4917975.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.48367299928392365, 0.4836729992839708)",True, -Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_18FEB1970_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_18FEB1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5996,4025,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1419154.97| -| 0.00,-0.71, 4917998.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7067293982912914, 0.7067293982913497)",True, -Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_7MAR1975_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_7MAR1975_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,2882,1673,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1419230.66| -| 0.00,-1.43, 4917827.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(1.425043057151705, 1.425043057151544)",True, -Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_09MAR1982_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_09MAR1982_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5470,4063,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1419239.81| -| 0.00,-0.78, 4918303.94| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7817101953296635, 0.7817101953296739)",True, -Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_21MAR2002.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_21MAR2002_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,3120,4372,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1421983.11| -| 0.00,-1.43, 4956987.12| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4306058232819525, 1.430605823281907)",True, -Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_24FEB1958.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_24FEB1958_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,12872,2821,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1405306.75| -| 0.00,-0.48, 4913854.56| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.47838732993936817, 0.4783873299393606)",True, -Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_29MAR1947.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_29MAR1947_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,43437,12517,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.17, 0.00, 1393554.32| -| 0.00,-0.17, 4910995.55| -| 0.00, 0.00, 1.00|",,12517,False,,pixel,0,"(0.1706082605278197, 0.17060826052781744)",True, -Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_18FEB1970.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_18FEB1970_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,11131,3727,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1393377.47| -| 0.00,-0.68, 4910943.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6810418427345141, 0.6810418427345846)",True, -Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_03NOV1995.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_03NOV1995_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3914,1357,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.99, 0.00, 1393213.90| -| 0.00,-1.99, 4911040.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9908925884318343, 1.9908925884320245)",True, -Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_24FEB1958.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_24FEB1958_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7247,11646,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1416749.83| -| 0.00,-0.47, 4946987.89| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4674722337135327, 0.46747223371356755)",True, -Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_16APR1982.shp,Retrolens/Otago/CoalPoint_SmithsBeach/Stack/CoalPoint_SmithsBeach_16APR1982_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,6946,5747,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.97, 0.00, 1360458.60| -| 0.00,-0.97, 4871520.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9661514817232834, 0.9661514817232894)",True, -Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_03NOV1995.shp,Retrolens/Otago/CoalPoint_SmithsBeach/Stack/CoalPoint_SmithsBeach_03NOV1995_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,3629,2890,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.99, 0.00, 1360198.57| -| 0.00,-1.99, 4871695.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9949725170249721, 1.994972517024919)",True, -Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_26FEB1946.shp,Retrolens/Otago/CoalPoint_SmithsBeach/Stack/CoalPoint_SmithsBeach_26FEB1946_mosaic.jp2,100.0,16,JP2OpenJPEG,uint16,256.0,12817,11235,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1360413.20| -| 0.00,-0.51, 4871533.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5119569218150053, 0.5119569218150101)",True, -Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_20FEB1975.shp,Retrolens/Otago/CoalPoint_SmithsBeach/Stack/CoalPoint_SmithsBeach_20FEB1975_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,9522,8052,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1360345.93| -| 0.00,-0.71, 4871576.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7111884325875153, 0.7111884325875041)",True, -Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_20FEB1967.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_20FEB1967_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,2667,2069,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.88, 0.00, 1413910.36| -| 0.00,-1.88, 4933293.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.881051678596278, 1.8810516785962599)",True, -Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_08MAR1956.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_08MAR1956_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7479,6608,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1413983.35| -| 0.00,-0.60, 4933288.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5984743686738709, 0.5984743686738767)",True, -Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_16FEB1985.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_16FEB1985_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,6441,5303,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1414028.52| -| 0.00,-0.72, 4933263.36| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7210486761945768, 0.7210486761945687)",True, -Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_29JAN2019.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_29JAN2019.tif,100.0,5,GTiff,uint8,,13058,10668,3,,"| 0.30, 0.00, 1414426.00| -| 0.00,-0.30, 4932875.10| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.2999999999999929, 0.3000000000000349)",True, -Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_07MAR1975.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_07MAR1975_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,3536,2728,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1413840.25| -| 0.00,-1.44, 4933165.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(1.4409822480621637, 1.4409822480622652)",True, -Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_17MAR2000.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_17MAR2000_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,3523,2949,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1413862.38| -| 0.00,-1.48, 4933389.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4763374056824645, 1.4763374056824363)",True, -Retrolens/Otago/Oamaru/Shorelines/Oamaru_14FEB1982.shp,Retrolens/Otago/Oamaru/Stack/Oamaru_14FEB1982_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,7729,8295,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.92, 0.00, 1440054.27| -| 0.00,-0.92, 5010668.65| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9192521799365867, 0.919252179936585)",True, -Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_18FEB1975.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_18FEB1975_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4192,4051,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1417191.69| -| 0.00,-0.72, 4947057.65| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7215191398635404, 0.7215191398636224)",True, -Retrolens/Otago/Oamaru/Shorelines/Oamaru_30AUG1955.shp,Retrolens/Otago/Oamaru/Stack/Oamaru_30AUG1955_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,11642,12741,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1439886.66| -| 0.00,-0.63, 5010955.59| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6299338427000811, 0.6299338427000727)",True, -Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_16FEB1985.shp,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_16FEB1985_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3988,4985,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1422413.40| -| 0.00,-0.74, 4927560.15| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7389447029309633, 0.73894470293101)",True, -Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_14FEB1972.shp,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_14FEB1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4178,5368,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1422415.19| -| 0.00,-0.71, 4927547.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7120580182797193, 0.7120580182796977)",True, -Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956.shp,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4432,5474,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1422477.01| -| 0.00,-0.64, 4927439.27| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6369955328275073, 0.636995532827579)",True, -Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_17MAR2000.shp,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_17MAR2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2243,2485,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1422274.32| -| 0.00,-1.48, 4927388.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.482910311171545, 1.4829103111714814)",True, -Retrolens/Otago/KatikiBeach/Stack/Shorelines/KatikiBeach_12MAR1979.shp,Retrolens/Otago/KatikiBeach/Stack/KatikiBeach_12MAR1979_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,45491,84204,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.10, 0.00, 1428200.39| -| 0.00,-0.10, 4971868.33| -| 0.00, 0.00, 1.00|",,84204,False,,pixel,0,"(0.10000000000000205, 0.10000000000000442)",False, -Retrolens/Otago/KatikiBeach/Stack/Shorelines/KatikiBeach_14MAR1967.shp,Retrolens/Otago/KatikiBeach/Stack/KatikiBeach_14MAR1967_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,9468,13881,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1427791.43| -| 0.00,-0.60, 4971617.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6000000000000049, 0.5999999999999731)",False, -Retrolens/Otago/KatikiBeach/Stack/Shorelines/KatikiBeach_18APR1947.shp,Retrolens/Otago/KatikiBeach/Stack/KatikiBeach_18APR1947_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,8750,14490,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1427762.29| -| 0.00,-0.60, 4972200.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6, 0.6)",False, -Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_waimakaririRiver_11SEP1962.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_waimakaririRiver_11SEP1962_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6541,21354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1576096.74| -| 0.00,-0.40, 5191727.29| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.39999999999998576, 0.39999999999998254)",True, -Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_29SEP1973.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_29SEP1973_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,16818,68374,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1575340.16| -| 0.00,-0.20, 5196239.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.20000000000000553, 0.19999999999999726)",True, -Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_waimakaririRiver_14MAY1963.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_waimakaririRiver_14MAY1963_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5299,14043,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1575052.20| -| 0.00,-0.40, 5196292.14| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.40000000000001756, 0.4000000000000133)",True, -Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_28SEP1984.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_28SEP1984_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5737,19951,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1575457.79| -| 0.00,-0.70, 5196123.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6999999999999837, 0.7000000000000093)",True, -Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_26NOV1994.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_26NOV1994_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3714,11482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1574672.55| -| 0.00,-1.30, 5196660.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2999999999999874, 1.2999999999999676)",True, -Retrolens/Otago/Oamaru/Shorelines/Oamaru_27FEB1972.shp,Retrolens/Otago/Oamaru/Stack/Oamaru_27FEB1972_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,11681,12264,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1439838.35| -| 0.00,-0.63, 5010819.59| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6270729802284303, 0.6270729802284312)",True, -Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_13SEP1940.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_13SEP1940_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5627,14772,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1576022.41| -| 0.00,-0.52, 5190019.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.522383252889486, 0.5223832528894697)",True, -Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_01MAR1969.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_01MAR1969_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2694,7132,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.66, 0.00, 1416855.81| -| 0.00,-0.66, 4946373.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6609072570840094, 0.6609072570839978)",True, -Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_20MAR1987.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_20MAR1987_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4855,7202,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1416477.43| -| 0.00,-0.78, 4946980.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7755534529562725, 0.7755534529562608)",True, -Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_17MAR2000.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_17MAR2000_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5435,2036,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.45, 0.00, 1393136.03| -| 0.00,-1.45, 4911046.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4546583520819578, 1.4546583520819403)",True, -Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_16FEB1985.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_16FEB1985_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,10499,3787,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1393399.65| -| 0.00,-0.72, 4910942.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7215781963383509, 0.7215781963383865)",True, -Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_14JAN2018.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_14JAN2018_LDS.tif,100.0,3,GTiff,uint8,,74069,23094,3,,"| 0.10, 0.00, 1393448.80| -| 0.00,-0.10, 4910843.40| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.09999999999999874, 0.0999999999999758)",True, -Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_02MAR1962.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_02MAR1962_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,17096,5630,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1393404.71| -| 0.00,-0.45, 4910951.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.44606247011730754, 0.44606247011730926)",True, -Retrolens/Otago/Tautuku_Beach/Shorelines/Tautuku_Beach_15APR1948.shp,Retrolens/Otago/Tautuku_Beach/Stack/Tautuku_Beach_15APR1948_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7655,8349,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1325060.04| -| 0.00,-0.53, 4836269.79| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.5338851230548406, 0.5338851230547853)",True, -Retrolens/Otago/Tautuku_Beach/Shorelines/Tautuku_Beach_17OCT1985.shp,Retrolens/Otago/Tautuku_Beach/Stack/Tautuku_Beach_17OCT1985_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,6014,6121,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1324944.15| -| 0.00,-0.74, 4836330.78| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7414088858493443, 0.7414088858493261)",True, -Retrolens/Otago/Tautuku_Beach/Shorelines/Tautuku_Beach_21FEB1967.shp,Retrolens/Otago/Tautuku_Beach/Stack/Tautuku_Beach_21FEB1967_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,2236,2487,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.91, 0.00, 1324964.06| -| 0.00,-1.91, 4836473.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9082507602027026, 1.9082507602027892)",True, -Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_20FEB1967.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_20FEB1967_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,4979,5453,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.79, 0.00, 1385128.93| -| 0.00,-1.79, 4908833.65| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.7858889730149465, 1.7858889730149863)",True, -Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_02MAR1962.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_02MAR1962_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,18560,20819,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1385593.00| -| 0.00,-0.44, 4908753.08| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.44347600204331183, 0.44347600204331233)",True, -Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_10MAR1949.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_10MAR1949_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,15184,17652,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1385521.68| -| 0.00,-0.50, 4908277.21| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5038890711019924, 0.503889071101993)",True, -Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_15FEB1979.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_15FEB1979_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,10366,12115,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1385596.73| -| 0.00,-0.76, 4908642.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7575791649222879, 0.7575791649222897)",True, -Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_08MAR1982.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_08MAR1982_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,8756,9693,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1385496.86| -| 0.00,-0.95, 4908728.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9549180193107893, 0.9549180193107898)",True, -Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_08MAR1982.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_08MAR1982_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3686,5886,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.92, 0.00, 1416730.77| -| 0.00,-0.92, 4946970.21| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9178709348154441, 0.9178709348154515)",True, -Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_03NOV1995.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_03NOV1995_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,4244,4697,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.99, 0.00, 1385523.01| -| 0.00,-1.99, 4908822.50| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9892396837772786, 1.9892396837772715)",True, -Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_09MAY1955.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_09MAY1955_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,17865,26846,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1445198.38| -| 0.00,-0.50, 5022177.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49811576733726926, 0.49811576733727553)",True, -Retrolens/Otago/NorthOamaru/Shorelines/OamaruNorth_31JAN2021.shp,Retrolens/Otago/NorthOamaru/Stack/OamaruNorth_31JAN2021.tif,100.0,4,GTiff,uint8,,24229,34406,3,,"| 0.37, 0.00, 1445206.87| -| 0.00,-0.37, 5021994.34| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.36960816383361816, 0.36960816383361816)",True, -Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_17FEB1978.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_17FEB1978_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6937,10273,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 1444469.57| -| 0.00,-1.39, 5022505.93| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3938155664445269, 1.39381556644449)",True, -Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_14FEB1982.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_14FEB1982_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10649,14689,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.93, 0.00, 1444814.12| -| 0.00,-0.93, 5022376.56| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9267238101155684, 0.9267238101155627)",True, -Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_27FEB1972.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_27FEB1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10577,13229,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 1445018.03| -| 0.00,-0.65, 5017377.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6470646051420721, 0.6470646051420632)",True, -Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_15APR1948.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_15APR1948_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8044,8111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1347185.08| -| 0.00,-0.54, 4849295.59| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.537860096332699, 0.5378600963327178)",True, -Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_03NOV1995.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_03NOV1995_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3481,3337,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1346984.25| -| 0.00,-1.38, 4849446.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3798336227253483, 1.379833622725336)",True, -Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_15NOV1985.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_15NOV1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5914,5892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1347185.67| -| 0.00,-0.73, 4849196.71| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7275453455602712, 0.7275453455602651)",True, -Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_28DEC2020.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_28DEC2020_LDS.tif,100.0,5,GTiff,uint8,,14336,13871,3,,"| 0.30, 0.00, 1347175.90| -| 0.00,-0.30, 4849236.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.30000000000000326, 0.29999999999998656)",True, -Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_26FEB1975.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_26FEB1975_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6261,6422,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1347147.97| -| 0.00,-0.70, 4849414.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7029303538772481, 0.7029303538773124)",True, -Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_21FEB1967.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2431,2449,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.83, 0.00, 1347144.58| -| 0.00,-1.83, 4849381.13| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8333099079631532, 1.833309907963208)",True, -Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_14NOV1998.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_14NOV1998_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,2407,3781,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.51, 0.00, 1416697.35| -| 0.00,-1.51, 4947017.27| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5122718342499035, 1.5122718342499355)",True, -Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_26OCT1966.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_26OCT1966_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,8555,12445,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1450154.03| -| 0.00,-0.49, 5022485.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4924023160382437, 0.4924023160382405)",True, -Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_27MAR1938.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_27MAR1938_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,26000,27110,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.34, 0.00, 1574061.49| -| 0.00,-0.34, 5491621.94| -| 0.00, 0.00, 1.00|",,27110,False,,pixel,0,"(0.343205762869956, 0.3432057628699392)",True, -Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_25JAN1968.shp,Retrolens/WestCoast/Karamea_South_AOI/Stack/Karamea_South_25JAN1968_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,1694,4788,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.24, 0.00, 1520392.27| -| 0.00,-3.24, 5431558.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.240943114531645, 3.2409431145315617)",True, -Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_18APR1965.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_18APR1965_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,2935,2710,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.63, 0.00, 1322338.96| -| 0.00,-2.63, 5172891.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.626670364703463, 2.626670364703557)",True, -Gabrielle/Shorelines/Merged/Northland/DoubtlessBay_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/DoubtlessBay/DoubtlessBay_25MAR2023.tif,100.0,41,GTiff,uint16,256.0,44152,77756,3,,"| 0.30, 0.00, 1630080.42| -| 0.00,-0.30, 6149881.21| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.3000000000000021, 0.2999999999999976)",True, -Gabrielle/Shorelines/Merged/Northland/HelenaBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HelenaBay/HelenaBay_24MAR2023.tif,100.0,22,GTiff,uint16,256.0,17399,18633,3,,"| 0.50, 0.00, 1721014.44| -| 0.00,-0.50, 6085767.79| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/MarangaiBeach_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MarangaiBeach/MarangaiBeach_15MAY2023.tif,100.0,7,GTiff,uint16,256.0,31103,27552,3,,"| 0.45, 0.00, 1612200.48| -| 0.00,-0.45, 6147342.99| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.450000000000003, 0.4500000000000135)",True, -Gabrielle/Shorelines/Merged/Northland/OceanBeach_07APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/OceanBeach/OceanBeach_07APR2022_mosaic.tif,100.0,10,GTiff,uint8,,11567,22826,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1739781.40| -| 0.00,-0.30, 6039134.03| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.29999999999998794, 0.29999999999999183)",True, -Gabrielle/Shorelines/Merged/Northland/TaemaroBay_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/Taemaro/TaemaroBay_10MAY2022.tif,100.0,4,GTiff,uint8,,10464,4109,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1652027.37| -| 0.00,-0.50, 6133781.22| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/MatauriBay_17SEP2022.shp,Gabrielle/Imagery/pre-storm/Northland/MatauriBay/MatauriBay_17SEP2022.tif,100.0,31,GTiff,uint8,,20078,11679,3,,"| 0.50, 0.00, 1673923.55| -| 0.00,-0.50, 6127849.29| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,13,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/WhananakiNorth_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Whananaki North/WhananakiNorth_10JAN2022.tif,100.0,14,GTiff,uint8,,9026,11897,4,,"| 0.50, 0.00, 1730212.91| -| 0.00,-0.50, 6074720.17| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/TaronuiBay_11JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Taronui Bay/TaronuiBay_11JAN2022.tif,100.0,7,GTiff,uint8,,6182,2517,4,,"| 0.50, 0.00, 1687485.06| -| 0.00,-0.50, 6113834.58| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Matapouri_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Matapouri/Matapouri_18FEB2023.tif,100.0,3,GTiff,uint16,65535.0,2943,3618,4,,"| 0.50, 0.00, 1735991.71| -| 0.00,-0.50, 6064356.28| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Ngunguru_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Ngunguru/Ngunguru_27DEC2022.tif,100.0,2,GTiff,uint16,256.0,9601,12596,3,,"| 0.30, 0.00, 1735209.10| -| 0.00,-0.30, 6056818.45| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.3000000000000049, 0.2999999999999852)",True, -Gabrielle/Shorelines/Merged/Northland/HendersonBay_19FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HendersonBay/Maxar/HendersonBay_19FEB2023.tif,100.0,22,GTiff,uint16,256.0,25961,31219,3,,"| 0.50, 0.00, 1601855.19| -| 0.00,-0.50, 6165542.44| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,3,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/MarangaiBeach_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/Marangai/MarangaiBeach_10MAY2022.tif,100.0,4,GTiff,uint8,,25910,22453,3,,"| 0.50, 0.00, 1613132.83| -| 0.00,-0.50, 6146763.96| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/ElliotBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/ElliotBay/ElliotBay_27DEC2022.tif,100.0,13,GTiff,uint16,256.0,7761,16823,3,,"| 0.30, 0.00, 1716794.83| -| 0.00,-0.30, 6098763.06| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.300000000000006, 0.30000000000002214)",True, -Gabrielle/Shorelines/Merged/Northland/Ruakaka_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ruakaka/Ruakaka_18FEB2023.tif,100.0,6,GTiff,uint8,,18431,54295,4,,"| 0.50, 0.00, 1728920.75| -| 0.00,-0.50, 6036670.56| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Rarawa_14MAR2022.shp,Gabrielle/Imagery/pre-storm/Northland/Rawara/Rarawa_14MAR2022.tif,100.0,20,GTiff,uint16,256.0,26619,54604,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1597037.55| -| 0.00,-0.35, 6179691.26| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3499999999999965, 0.3500000000000068)",True, -Gabrielle/Shorelines/Merged/Northland/Mimiwhangata_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mimiwhangata/Mimiwhangata_10JAN2022.tif,100.0,8,GTiff,uint8,,6112,8998,4,,"| 0.50, 0.00, 1727932.27| -| 0.00,-0.50, 6078658.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/CoopersBeach_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/CoopersBeach/CoopersBeach_10MAY2022.tif,100.0,14,GTiff,uint8,,17493,8197,3,,"| 0.50, 0.00, 1640666.02| -| 0.00,-0.50, 6130874.41| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Matapouri_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Matapouri/Matapouri_10JAN2022.tif,100.0,3,GTiff,uint8,,2072,3383,4,,"| 0.50, 0.00, 1736339.82| -| 0.00,-0.50, 6064206.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/TakouBay_17SEP2021.shp,Gabrielle/Imagery/pre-storm/Northland/Takou Bay/TakouBay_17SEP2021.tif,100.0,5,GTiff,uint8,,4139,6582,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1685052.98| -| 0.00,-0.50, 6117669.99| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Mimiwhangata_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mimiwhangata/Mimiwhangata_18FEB2023.tif,100.0,8,GTiff,uint8,,6124,9099,4,,"| 0.50, 0.00, 1727910.97| -| 0.00,-0.50, 6078627.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/BlandBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/BlandBay/BlandBay_27DEC2022.tif,100.0,5,GTiff,uint16,256.0,10784,11142,3,,"| 0.30, 0.00, 1721774.69| -| 0.00,-0.30, 6089683.51| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.29999999999999566, 0.29999999999996657)",True, -Gabrielle/Shorelines/Merged/Northland/Whananaki_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Whananaki/Whananaki_10JAN2022.tif,100.0,2,GTiff,uint8,,3015,4402,4,,"| 0.50, 0.00, 1732099.65| -| 0.00,-0.50, 6069315.62| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/HendersonBay_28AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HendersonBay/HendersonBay_28AUG2023.tif,100.0,19,GTiff,uint16,0.0,6157,8479,4,,"| 0.75, 0.00, 1610291.52| -| 0.00,-0.75, 6156330.82| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Merged/Northland/Ruakaka_17AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ruakaka/Ruakaka_17AUG2023.tif,100.0,14,GTiff,uint16,0.0,5847,10067,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1731509.88| -| 0.00,-0.75, 6033410.04| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Merged/Northland/ElliotBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/ElliotBay/ElliotBay_24MAR2023.tif,100.0,14,GTiff,uint16,256.0,5955,13428,3,,"| 0.50, 0.00, 1716784.09| -| 0.00,-0.50, 6098720.58| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Pataua_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Pataua/Pataua_25MAR2023.tif,100.0,16,GTiff,uint16,256.0,13614,23318,4,,"| 0.50, 0.00, 1735115.02| -| 0.00,-0.50, 6054201.64| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/HendersonBay_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/HendersonBay/HendersonBay_10MAY2022.tif,100.0,11,GTiff,uint16,256.0,13084,19214,3,,"| 0.50, 0.00, 1609725.37| -| 0.00,-0.50, 6156766.14| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/PuwhekeBeach_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/PuwhekeBeach/PuwhekeBeach_15MAY2023.tif,100.0,8,GTiff,uint16,0.0,6484,1680,4,,"| 0.75, 0.00, 1625936.23| -| 0.00,-0.75, 6143122.52| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Merged/Northland/Mahinepua_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MahinepuaBay/Mahinepua_25MAR2023.tif,100.0,9,GTiff,uint16,0.0,4304,4958,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1676752.56| -| 0.00,-0.75, 6127348.63| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Waikato/OpoutereBeach/Opoutere_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Opoutere/Opoutere_03JAN2022.tif,100.0,7,GTiff,uint16,256.0,9698,24082,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1855105.60| -| 0.00,-0.30, 5894943.90| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.2999999999999904, 0.29999999999998456)",True, -Gabrielle/Shorelines/Waikato/Waikawau/Waikawau_10MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Waikawau/Waikawau_10MAR2023.tif,100.0,7,GTiff,uint16,256.0,5870,4388,4,,"| 0.50, 0.00, 1825256.78| -| 0.00,-0.50, 5947935.44| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Whangamata/Whangamata_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Whangamata/Whangamata_14FEB2023.tif,100.0,3,GTiff,uint8,,4688,8518,4,,"| 0.50, 0.00, 1853881.64| -| 0.00,-0.50, 5879749.96| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Whangamata/Whangamata_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Whangamata/LDS/Whangamata_03JAN2022_LDS.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,14271,17082,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1853148.70| -| 0.00,-0.30, 5880153.90| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.30000000000000326, 0.2999999999999782)",True, -Gabrielle/Shorelines/Waikato/Otama/Otama_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Otama/Otama_14FEB2023.tif,100.0,2,GTiff,uint16,256.0,5142,2011,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1844959.67| -| 0.00,-0.50, 5934758.88| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/KennedyBay/KennedyBay_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/KennedyBay/KennedyBay_18FEB2023.tif,100.0,2,GTiff,uint32,65536.0,6338,10491,3,,"| 0.30, 0.00, 1827302.71| -| 0.00,-0.30, 5939628.84| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.2999999999999853, 0.2999999999999822)",True, -Gabrielle/Shorelines/Waikato/KennedyBay/KennedyBay_26JAN2021.shp,Gabrielle/Imagery/pre-storm/Waikato/KennedyBay/KennedyBay_26JAN2021.tif,100.0,2,GTiff,uint16,256.0,2780,5588,4,,"| 0.50, 0.00, 1827676.73| -| 0.00,-0.50, 5939402.53| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/CooksBeach/CooksBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Cooks Beach/Jilin imagery/CooksBeach_17FEB2023.tif,100.0,1,GTiff,uint16,0.0,4785,2924,4,,"| 0.75, 0.00, 1843072.80| -| 0.00,-0.75, 5921201.40| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,14,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Waikato/CooksBeach/CooksBeach_03DEC2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Cooks Beach/CooksBeach_03DEC2022.tif,100.0,1,GTiff,uint16,256.0,6157,3268,4,,"| 0.50, 0.00, 1843278.82| -| 0.00,-0.50, 5920945.97| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Hahei/Hahei_24DEC2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Hahei/Hahei_24DEC2022.tif,100.0,3,GTiff,uint8,,3320,2634,3,,"| 0.50, 0.00, 1849580.54| -| 0.00,-0.50, 5919963.71| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Hahei/Hahei_16FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Hahei/Hahei_16FEB2023.tif,100.0,2,GTiff,uint16,0.0,3864,2985,4,,"| 0.75, 0.00, 1848991.86| -| 0.00,-0.75, 5920604.26| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Waikato/OpitoBay/OpitoBay_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Opito/OpitoBay_14FEB2023.tif,100.0,7,GTiff,uint8,,6383,6000,4,,"| 0.50, 0.00, 1848727.48| -| 0.00,-0.50, 5935058.77| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/OceanBeach_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/OceanBeach/OceanBeach_25MAR2023.tif,100.0,4,GTiff,uint16,256.0,4849,11103,4,,"| 0.50, 0.00, 1739587.72| -| 0.00,-0.50, 6039368.53| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/OpitoBay/OpitoBay_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/OpitoBay/OpitoBay_03JAN2022.tif,100.0,17,GTiff,uint16,256.0,16401,17570,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1847952.70| -| 0.00,-0.30, 5936559.90| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3000000000000028, 0.3)",True, -Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_03DEC2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Whitianga/Whitianga_03DEC2022.tif,100.0,3,GTiff,uint16,256.0,7080,10272,4,,"| 0.50, 0.00, 1839734.02| -| 0.00,-0.50, 5923772.13| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_21AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Whitianga/Whitianga_21AUG2023.tif,100.0,9,GTiff,uint16,256.0,12761,11711,4,,"| 0.50, 0.00, 1840462.48| -| 0.00,-0.50, 5925220.68| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Whitianga/Whitianga_18FEB2023.tif,100.0,3,GTiff,uint32,65536.0,10253,17870,3,,"| 0.30, 0.00, 1839167.72| -| 0.00,-0.30, 5923845.07| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.29999999999999094, 0.3)",True, -Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_15JAN2023.shp,Gabrielle/Imagery/pre-storm/Waikato/Whitianga/SkySat Jan 2023/Whitianga_15JAN2023.tif,100.0,9,GTiff,uint16,0.0,6738,8881,3,,"| 0.45, 0.00, 1840214.42| -| 0.00,-0.45, 5923658.05| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,11,"(0.45000000000001383, 0.450000000000021)",True, -Gabrielle/Shorelines/Waikato/StonyBay/StonyBay_11MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/StonyBay/StonyBay_11MAR2023.tif,100.0,1,GTiff,uint8,,1958,1083,3,,"| 0.50, 0.00, 1816426.60| -| 0.00,-0.50, 5956900.29| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/GreatMercuryIsland/GreatMercuryIsland_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Great Mercury Island/GreatMercuryIsland_14FEB2023.tif,100.0,5,GTiff,uint16,256.0,3599,3503,4,,"| 0.50, 0.00, 1848581.80| -| 0.00,-0.50, 5945927.05| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Matarangi and surrounds/Kuaotunu_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Kuaotunu/Kuaotunu_14FEB2023.tif,100.0,2,GTiff,uint16,256.0,3489,2481,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1842299.99| -| 0.00,-0.50, 5933114.97| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Matarangi and surrounds/Matarangi_29MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Matarangi and surrounds/Matarangi_29MAR2023.tif,100.0,4,GTiff,uint16,256.0,35519,16863,3,,"| 0.30, 0.00, 1832013.38| -| 0.00,-0.30, 5936376.90| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,13,"(0.2999999999999987, 0.3000000000000221)",True, -Gabrielle/Shorelines/Waikato/Matarangi and surrounds/Matarangi_24DEC2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Matarangi/Matarangi_24DEC2022.tif,100.0,1,GTiff,uint16,65535.0,13788,15017,4,,"| 0.50, 0.00, 1832772.89| -| 0.00,-0.50, 5936498.44| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/OceanBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/OceanBeach/OceanBeach_17FEB2023.tif,100.0,3,GTiff,uint16,256.0,3985,4594,4,,"| 0.50, 0.00, 1741146.81| -| 0.00,-0.50, 6034471.91| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,3,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/NorthCape_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Northcape/Northcape_15MAY2023.tif,100.0,17,GTiff,uint8,,4805,16541,3,,"| 0.60, 0.00, 1599455.22| -| 0.00,-0.60, 6191308.71| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.6, 0.5999999999999774)",True, -Gabrielle/Shorelines/Merged/Northland/DoubtlessBay_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/DoubtlessBay/DoubtlessBay_30AUG2022.tif,100.0,6,GTiff,uint8,,28152,43264,3,,"| 0.30, 0.00, 1633098.16| -| 0.00,-0.30, 6141013.74| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,3,"(0.3000000000000033, 0.3000000000000043)",True, -Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_27NOV2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Whitianga/Whitianga_27NOV2022.tif,100.0,6,GTiff,uint8,,2574,8263,4,,"| 0.50, 0.00, 1840522.95| -| 0.00,-0.50, 5923668.60| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Whiritoa/Whiritoa_03MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Whiritoa/Whiritoa_03MAR2023.tif,100.0,7,GTiff,uint8,,9089,14034,3,,"| 0.30, 0.00, 1856671.73| -| 0.00,-0.30, 5870722.46| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.2999999999999949, 0.30000000000001326)",True, -Gabrielle/Shorelines/Merged/Northland/SandyBay_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/SandyBay/SandyBay_25MAR2023.tif,100.0,24,GTiff,uint16,256.0,11177,16531,4,,"| 0.50, 0.00, 1731922.11| -| 0.00,-0.50, 6071001.73| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/TaranuiBay_27FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/TaranuiBay/TaranuiBay_27FEB2023.tif,100.0,5,GTiff,uint16,256.0,7399,4000,3,,"| 0.40, 0.00, 1687592.11| -| 0.00,-0.40, 6113947.13| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.40000000000001257, 0.4)",False, -Gabrielle/Shorelines/Merged/Auckland/Mangawhai_11DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mangawhai/Mangawhai11DEC2022.tif,100.0,6,GTiff,uint16,0.0,4050,6577,4,EPSG:32760,"| 0.75, 0.00, 282786.08| -| 0.00,-0.75, 6005029.45| -| 0.00, 0.00, 1.00|",256.0,256,True,lzw,pixel,0,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Merged/Auckland/Omaha_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/Omaha_28FEB2023.tif,100.0,5,GTiff,uint16,256.0,5368,8268,3,,"| 0.50, 0.00, 1758548.06| -| 0.00,-0.50, 5979432.91| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,12,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/PalmBeach_18JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/PalmBeach_18JAN2023.tif,100.0,3,GTiff,uint8,,2072,1084,3,,"| 0.55, 0.00, 1781741.22| -| 0.00,-0.55, 5928002.28| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.5500000000000449, 0.5500000000001718)",True, -Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Tawharanui/Tawharanui_01MAR2023.tif,100.0,8,GTiff,uint8,,12351,8084,3,,"| 0.30, 0.00, 1761979.71| -| 0.00,-0.30, 5975633.36| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.30000000000000376, 0.300000000000023)",True, -Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Tawharanui/Tawharanui_23DEC2021.tif,100.0,8,GTiff,uint8,,7201,4822,4,,"| 0.50, 0.00, 1762106.90| -| 0.00,-0.50, 5975556.64| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriNorth_14OCT2021.tif,100.0,14,GTiff,uint8,,16238,19418,4,,"| 0.50, 0.00, 1747718.26| -| 0.00,-0.50, 5996962.31| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Oneroa_27DEC2022.tif,100.0,3,GTiff,uint8,,4482,3815,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1779029.72| -| 0.00,-0.30, 5928138.71| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3000000000000208, 0.3)",True, -Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif,100.0,3,GTiff,uint32,65536.0,2804,6572,1,,"| 0.60, 0.00, 1817329.44| -| 0.00,-0.60, 6001088.43| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,5,"(0.5999999999999668, 0.6000000000000283)",True, -Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp,Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_20SEP1980_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,21195,17559,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1754511.31| -| 0.00,-0.36, 5459437.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.3558878208761918, 0.35588782087619325)",True, -Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp,Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_22AUG1961_mosaic.tif,100.0,6,GTiff,uint16,256.0,40393,28128,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.13, 0.00, 1757756.38| -| 0.00,-0.13, 5459482.04| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.1284827509237925, 0.12848275092379952)",True, -Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_06OCT1980.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_06OCT1980_mosaic.tif,100.0,11,GTiff,int32,2147483647.0,12620,29841,1,,"| 0.36, 0.00, 1762518.60| -| 0.00,-0.36, 5469658.24| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,10,"(0.35964806541597927, 0.3596480654159714)",True, -Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_02JAN1988.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_02JAN1988_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,10654,18819,1,,"| 0.39, 0.00, 1762602.58| -| 0.00,-0.39, 5466346.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,4,"(0.3894503758518079, 0.3894503758518002)",True, -Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_17APR1952.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_17APR1952_mosaic.tif,100.0,5,GTiff,int32,2147483647.0,14167,31280,1,,"| 0.27, 0.00, 1763537.25| -| 0.00,-0.27, 5469157.98| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,7,"(0.26838646488296874, 0.2683864648829636)",True, -Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_15APR1966.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_15APR1966_mosaic.tif,100.0,6,GTiff,int32,2147483647.0,13171,34650,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.23, 0.00, 1764459.39| -| 0.00,-0.23, 5469625.71| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.22926576587200198, 0.22926576587200853)",True, -Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_29OCT1973.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_29OCT1973_mosaic.tif,100.0,7,GTiff,int32,2147483647.0,8756,25098,1,,"| 0.33, 0.00, 1764342.31| -| 0.00,-0.33, 5469726.56| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,5,"(0.32841476996200264, 0.32841476996200164)",True, -Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_05FEB1977.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_05FEB1977_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,6110,13531,1,,"| 0.82, 0.00, 1762284.10| -| 0.00,-0.82, 5469656.35| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,12,"(0.8219765032812306, 0.8219765032812354)",True, -Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_09DEC1948.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_09DEC1948_mosaic.tif,100.0,5,GTiff,int32,2147483647.0,12559,28702,1,,"| 0.30, 0.00, 1763803.68| -| 0.00,-0.30, 5469018.52| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,5,"(0.29525343061297465, 0.295253430612974)",True, -Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_01AUG1942.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_01AUG1942_mosaic.tif,100.0,9,GTiff,int32,2147483647.0,12512,31066,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.36, 0.00, 1762742.99| -| 0.00,-0.36, 5470048.06| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.35717943358796145, 0.35717943358796683)",True, -Retrolens/Wellington/Tora/Shorelines/Tora_27SEP1944.shp,Retrolens/Wellington/Tora/Stack/Tora_27SEP1944_mosaic.jp2,100.0,42,JP2OpenJPEG,uint8,,22357,16446,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1804433.42| -| 0.00,-0.72, 5408132.97| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7195677010244023, 0.7195677010244057)",True, -Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_9SEP1980.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_9SEP1980_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,2512,2218,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1742602.04| -| 0.00,-0.72, 5436761.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7219027630188785, 0.7219027630187826)",True, -Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_4DEC2000.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_4DEC2000_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,1408,1179,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.34, 0.00, 1742594.26| -| 0.00,-1.34, 5436702.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.340779792362975, 1.3407797923625981)",True, -Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_1NOV1966.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_1NOV1966_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,3732,3161,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1742645.55| -| 0.00,-0.46, 5436637.67| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4647680873865195, 0.46476808738650516)",True, -Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_21JAN1974.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_21JAN1974_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,2366,2066,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1742666.34| -| 0.00,-0.70, 5436683.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6997311845685915, 0.6997311845685952)",True, -Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_17FEB1941.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_17FEB_1941_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,2948,2658,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1742725.43| -| 0.00,-0.53, 5436652.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5342457465486433, 0.5342457465486891)",True, -Retrolens/Wellington/Otaki/Shorelines/Otaki_06OCT1980.shp,Retrolens/Wellington/Otaki/Stack/Otaki_06OCT1980_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,14954,26607,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1775121.64| -| 0.00,-0.38, 5491643.19| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.37510902217634906, 0.37510902217635905)",True, -Gabrielle/Shorelines/Merged/Auckland/PakiriSouth23DEC2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriSouth_23DEC2021.tif,100.0,4,GTiff,uint8,,7710,5676,4,,"| 0.50, 0.00, 1754175.18| -| 0.00,-0.50, 5988344.28| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/Waiheke_16MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Waiheke/Waiheke_16MAY2023.tif,100.0,14,GTiff,uint8,,26345,5138,3,,"| 0.35, 0.00, 1779011.87| -| 0.00,-0.35, 5928175.62| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,12,"(0.35, 0.34999999999996373)",True, -Gabrielle/Shorelines/Merged/Auckland/Omaha_13MAR2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Omaha/Omaha_13MAR2022.tif,100.0,9,GTiff,float32,0.0,4049,8051,3,,"| 0.50, 0.00, 1759172.96| -| 0.00,-0.50, 5979432.00| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/Mangawhai_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mangawhai/Mangawhai_28FEB2023.tif,100.0,9,GTiff,uint16,65535.0,12881,18709,4,,"| 0.50, 0.00, 1742522.22| -| 0.00,-0.50, 6006008.05| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,21,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Ngunguru_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ngururu/Ngunguru_25MAR2023.tif,100.0,3,GTiff,uint16,256.0,7627,5795,4,,"| 0.50, 0.00, 1735149.11| -| 0.00,-0.50, 6056345.52| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Ruakaka_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Ruakaka/Ruakaka_27DEC2022.tif,100.0,28,GTiff,uint16,256.0,21444,61817,3,,"| 0.30, 0.00, 1730710.63| -| 0.00,-0.30, 6033769.29| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.2999999999999978, 0.299999999999994)",True, -Gabrielle/Shorelines/Merged/Northland/BlandBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/BlandBay/BlandBay_24MAR2023.tif,100.0,8,GTiff,uint16,256.0,6997,7578,3,,"| 0.45, 0.00, 1721794.45| -| 0.00,-0.45, 6089478.28| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.4499999999999867, 0.44999999999995083)",True, -Gabrielle/Shorelines/Merged/Northland/LangsBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/LangsBeach/LangsBeach_17FEB2023.tif,100.0,5,GTiff,uint8,,9462,3927,4,,"| 0.50, 0.00, 1737274.22| -| 0.00,-0.50, 6011030.24| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,9,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Pataua_07APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/Pataua North/Pataua_07APR2022.tif,100.0,3,GTiff,uint8,255.0,6986,9932,3,,"| 0.30, 0.00, 1736532.09| -| 0.00,-0.30, 6049110.58| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.30000000000000665, 0.2999999999999625)",True, -Gabrielle/Shorelines/Merged/Northland/GreatExhibitionBay_20MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/GreatExhibitionBay/GreatExhibitionBay_20MAR2023.tif,100.0,17,GTiff,uint8,,32442,84990,3,,"| 0.30, 0.00, 1596959.34| -| 0.00,-0.30, 6184169.67| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.3000000000000029, 0.3)",True, -Gabrielle/Shorelines/Merged/Northland/NorthCape_14APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/NorthCape/Northcape_14APR2022.tif,100.0,14,GTiff,uint16,256.0,9634,34265,3,,"| 0.30, 0.00, 1599455.32| -| 0.00,-0.30, 6191309.03| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.29999999999999516, 0.3)",True, -Gabrielle/Shorelines/Merged/Northland/MataiBay_23MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MataiBay/MataiBay_23MAY2023.tif,100.0,4,GTiff,uint16,0.0,3167,3280,4,,"| 0.75, 0.00, 1637018.81| -| 0.00,-0.75, 6147250.38| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Merged/Northland/CableBay_13MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/CableBay/CableBay_13MAR2023.tif,100.0,11,GTiff,uint16,256.0,17326,9997,3,,"| 0.40, 0.00, 1642435.09| -| 0.00,-0.40, 6130849.00| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.39999999999999464, 0.39999999999998137)",True, -Gabrielle/Shorelines/Merged/Northland/HelenaBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/HelenaBay/HelenaBay_27DEC2022.tif,100.0,32,GTiff,uint16,256.0,30868,33253,3,,"| 0.30, 0.00, 1720461.96| -| 0.00,-0.30, 6086404.48| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.299999999999997, 0.3000000000000112)",True, -Gabrielle/Shorelines/Merged/Northland/MataiBay_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/MataiBay/MataiBay_30AUG2022.tif,100.0,11,GTiff,uint16,256.0,8232,7084,3,,"| 0.30, 0.00, 1636815.34| -| 0.00,-0.30, 6147028.07| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,16,"(0.3000000000000113, 0.3000000000000263)",True, -Gabrielle/Shorelines/Merged/Northland/Whananaki_14FEB2023.shp,Gabrielle/Imagery/Whananaki_copy/Whananaki_14FEB2023.tif,100.0,2,GTiff,uint8,,3443,5122,4,,"| 0.50, 0.00, 1731516.03| -| 0.00,-0.50, 6069484.78| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Northland/Mimiwhangata_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mimiwhangata/Mimiwhangata_27DEC2022.tif,100.0,10,GTiff,uint16,256.0,6070,13981,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1728973.79| -| 0.00,-0.30, 6078826.54| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3, 0.29999999999998667)",True, -Gabrielle/Shorelines/Merged/Northland/KarikariBeach_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/KarikariBeach/KarikariBeach_30AUG2022.tif,100.0,12,GTiff,uint16,256.0,21313,24234,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1630186.38| -| 0.00,-0.30, 6149735.50| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.2999999999999956, 0.3000000000000077)",True, -Gabrielle/Shorelines/Merged/Auckland/PieMelonBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/PieMelonBay_27DEC2022.tif,100.0,2,GTiff,uint8,,4080,3270,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1786976.08| -| 0.00,-0.30, 5927550.94| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3, 0.3)",True, -Gabrielle/Shorelines/Merged/Auckland/SnellsBeach_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/SnellsBeach/SnellsBeach_28FEB2023.tif,100.0,9,GTiff,uint16,256.0,10674,13431,3,,"| 0.50, 0.00, 1754649.12| -| 0.00,-0.50, 5970197.32| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/OrewaRedBeach_11MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Orewa/OrewaRedBeach_11MAY2023.tif,100.0,24,GTiff,uint16,256.0,26548,25792,3,,"| 0.30, 0.00, 292860.00| -| 0.00,-0.30, 5951650.80| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.3000000000000009, 0.29999999999998556)",True, -Gabrielle/Shorelines/Merged/Auckland/Medlands_06FEB2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Medlands/Medlands_06FEB2023.tif,100.0,9,GTiff,uint8,,7876,11023,4,,"| 0.50, 0.00, 1821756.35| -| 0.00,-0.50, 5988513.56| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/LongBay_25FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/LongBay/LongBay_25FEB2023.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| -| 0.00,-0.50, 5939370.96| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/LongBay_28DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_28DEC2022.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| -| 0.00,-0.50, 5939370.96| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/LongBay_11JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_11JAN2023.tif,100.0,1,GTiff,uint16,,2440,2938,4,,"| 0.50, 0.00, 1755807.67| -| 0.00,-0.50, 5939370.96| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/MangawhaiNorth_28JUN2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mangawhai/MangawhaiNorth_28JUN2023.tif,100.0,4,GTiff,uint8,,2265,4025,3,,"| 0.50, 0.00, 1743197.31| -| 0.00,-0.50, 6007540.81| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,9,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/Medlands_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Medlands/Medlands_14FEB2023.tif,100.0,7,GTiff,uint8,,9441,13059,4,,"| 0.50, 0.00, 1821514.12| -| 0.00,-0.50, 5989308.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/Orewa_16MAR2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Orewa/Orewa_16MAR2022.tif,100.0,23,GTiff,uint8,,13855,39213,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.07, 0.00, 1751205.10| -| 0.00,-0.07, 5951085.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.07464553542384418, 0.07464553542376554)",True, -Gabrielle/Shorelines/Merged/Auckland/Omaha_Pakiri_04APR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif,100.0,48,GTiff,uint16,256.0,54556,71240,3,EPSG:32760,"| 0.30, 0.00, 288258.00| -| 0.00,-0.30, 5995710.00| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.29999999999999977, 0.3)",True, -Gabrielle/Shorelines/Merged/Auckland/Omaha_21MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/Omaha_21MAR2023.tif,100.0,8,GTiff,uint16,256.0,5368,8268,3,,"| 0.50, 0.00, 1758548.09| -| 0.00,-0.50, 5979432.88| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Merged/Auckland/Onetangi_21DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif,100.0,4,GTiff,uint8,,7323,2145,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1784198.83| -| 0.00,-0.30, 5927131.21| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.2999999999999873, 0.3)",True, -Gabrielle/Shorelines/Waikato/HotWaterBeach/HotwaterBeach_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/HotwaterBeach/HotwaterBeach_03JAN2022.tif,100.0,3,GTiff,uint16,256.0,14677,14618,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1849042.00| -| 0.00,-0.30, 5917386.00| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3000000000000064, 0.30000000000002547)",True, -Gabrielle/Shorelines/Waikato/HotWaterBeach/HotwaterBeach_03MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Hotwater Beach/HotwaterBeach_03MAR2023.tif,100.0,4,GTiff,uint16,256.0,5891,9201,3,,"| 0.30, 0.00, 1850559.46| -| 0.00,-0.30, 5916106.48| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,11,"(0.3000000000000079, 0.2999999999999798)",True, -Gabrielle/Shorelines/Waikato/Onemana/Onemana_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Onemana/Onemana_14FEB2023.tif,100.0,7,GTiff,uint16,256.0,2257,2970,4,,"| 0.50, 0.00, 1855316.50| -| 0.00,-0.50, 5885335.07| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,3,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/HelenaBay/HelenaBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/HelenaBay/HelenaBay_27DEC2022.tif,100.0,32,GTiff,uint16,256.0,30868,33253,3,,"| 0.30, 0.00, 1720461.96| -| 0.00,-0.30, 6086404.48| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.299999999999997, 0.3000000000000112)",True, -Gabrielle/Shorelines/Northland/DoubtlessBay/DoubtlessBay_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/DoubtlessBay/DoubtlessBay_30AUG2022.tif,100.0,6,GTiff,uint8,,28152,43264,3,,"| 0.30, 0.00, 1633098.16| -| 0.00,-0.30, 6141013.74| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,3,"(0.3000000000000033, 0.3000000000000043)",True, -Gabrielle/Shorelines/Northland/DoubtlessBay/DoubtlessBay_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/DoubtlessBay/DoubtlessBay_25MAR2023.tif,100.0,41,GTiff,uint16,256.0,44152,77756,3,,"| 0.30, 0.00, 1630080.42| -| 0.00,-0.30, 6149881.21| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.3000000000000021, 0.2999999999999976)",True, -Gabrielle/Shorelines/Northland/DoubtlessBay/TaemaroBay_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/Taemaro/TaemaroBay_10MAY2022.tif,100.0,4,GTiff,uint8,,10464,4109,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1652027.37| -| 0.00,-0.50, 6133781.22| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Whananaki/WhananakiNorth_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Whananaki North/WhananakiNorth_10JAN2022.tif,100.0,14,GTiff,uint8,,9026,11897,4,,"| 0.50, 0.00, 1730212.91| -| 0.00,-0.50, 6074720.17| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Whananaki/Whananaki_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Whananaki/Whananaki_10JAN2022.tif,100.0,2,GTiff,uint8,,3015,4402,4,,"| 0.50, 0.00, 1732099.65| -| 0.00,-0.50, 6069315.62| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Whananaki/Whananaki_14FEB2023.shp,Gabrielle/Imagery/Whananaki_copy/Whananaki_14FEB2023.tif,100.0,2,GTiff,uint8,,3443,5122,4,,"| 0.50, 0.00, 1731516.03| -| 0.00,-0.50, 6069484.78| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/LangsBeach/LangsBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/LangsBeach/LangsBeach_17FEB2023.tif,100.0,5,GTiff,uint8,,9462,3927,4,,"| 0.50, 0.00, 1737274.22| -| 0.00,-0.50, 6011030.24| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,9,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/TaranuiBay/TaranuiBay_27FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/TaranuiBay/TaranuiBay_27FEB2023.tif,100.0,5,GTiff,uint16,256.0,7399,4000,3,,"| 0.40, 0.00, 1687592.11| -| 0.00,-0.40, 6113947.13| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.40000000000001257, 0.4)",False, -Gabrielle/Shorelines/Northland/Great ExhibitionBay/Rarawa_14MAR2022.shp,Gabrielle/Imagery/pre-storm/Northland/Rawara/Rarawa_14MAR2022.tif,100.0,20,GTiff,uint16,256.0,26619,54604,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1597037.55| -| 0.00,-0.35, 6179691.26| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3499999999999965, 0.3500000000000068)",True, -Gabrielle/Shorelines/Northland/Great ExhibitionBay/GreatExhibitionBay_20MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/GreatExhibitionBay/GreatExhibitionBay_20MAR2023.tif,100.0,17,GTiff,uint8,,32442,84990,3,,"| 0.30, 0.00, 1596959.34| -| 0.00,-0.30, 6184169.67| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.3000000000000029, 0.3)",True, -Gabrielle/Shorelines/Northland/Mimiwhangata/Mimiwhangata_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mimiwhangata/Mimiwhangata_10JAN2022.tif,100.0,8,GTiff,uint8,,6112,8998,4,,"| 0.50, 0.00, 1727932.27| -| 0.00,-0.50, 6078658.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Mimiwhangata/Mimiwhangata_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mimiwhangata/Mimiwhangata_18FEB2023.tif,100.0,8,GTiff,uint8,,6124,9099,4,,"| 0.50, 0.00, 1727910.97| -| 0.00,-0.50, 6078627.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Mimiwhangata/Mimiwhangata_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mimiwhangata/Mimiwhangata_27DEC2022.tif,100.0,10,GTiff,uint16,256.0,6070,13981,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1728973.79| -| 0.00,-0.30, 6078826.54| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3, 0.29999999999998667)",True, -Gabrielle/Shorelines/Northland/BlandBay/BlandBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/BlandBay/BlandBay_27DEC2022.tif,100.0,5,GTiff,uint16,256.0,10784,11142,3,,"| 0.30, 0.00, 1721774.69| -| 0.00,-0.30, 6089683.51| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.29999999999999566, 0.29999999999996657)",True, -Gabrielle/Shorelines/Northland/BlandBay/BlandBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/BlandBay/BlandBay_24MAR2023.tif,100.0,8,GTiff,uint16,256.0,6997,7578,3,,"| 0.45, 0.00, 1721794.45| -| 0.00,-0.45, 6089478.28| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.4499999999999867, 0.44999999999995083)",True, -Gabrielle/Shorelines/Northland/HendersonBay/HendersonBay_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/HendersonBay/HendersonBay_10MAY2022.tif,100.0,11,GTiff,uint16,256.0,13084,19214,3,,"| 0.50, 0.00, 1609725.37| -| 0.00,-0.50, 6156766.14| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/HendersonBay/HendersonBay_19FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HendersonBay/Maxar/HendersonBay_19FEB2023.tif,100.0,22,GTiff,uint16,256.0,25961,31219,3,,"| 0.50, 0.00, 1601855.19| -| 0.00,-0.50, 6165542.44| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,3,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/HendersonBay/HendersonBay_28AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HendersonBay/HendersonBay_28AUG2023.tif,100.0,19,GTiff,uint16,0.0,6157,8479,4,,"| 0.75, 0.00, 1610291.52| -| 0.00,-0.75, 6156330.82| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Northland/OceanBeach/OceanBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/OceanBeach/OceanBeach_17FEB2023.tif,100.0,3,GTiff,uint16,256.0,3985,4594,4,,"| 0.50, 0.00, 1741146.81| -| 0.00,-0.50, 6034471.91| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,3,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/OceanBeach/OceanBeach_07APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/OceanBeach/OceanBeach_07APR2022_mosaic.tif,100.0,10,GTiff,uint8,,11567,22826,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1739781.40| -| 0.00,-0.30, 6039134.03| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.29999999999998794, 0.29999999999999183)",True, -Gabrielle/Shorelines/Northland/OceanBeach/OceanBeach_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/OceanBeach/OceanBeach_25MAR2023.tif,100.0,4,GTiff,uint16,256.0,4849,11103,4,,"| 0.50, 0.00, 1739587.72| -| 0.00,-0.50, 6039368.53| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/CableBay/CoopersBeach_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/CoopersBeach/CoopersBeach_10MAY2022.tif,100.0,14,GTiff,uint8,,17493,8197,3,,"| 0.50, 0.00, 1640666.02| -| 0.00,-0.50, 6130874.41| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/CableBay/CableBay_13MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/CableBay/CableBay_13MAR2023.tif,100.0,11,GTiff,uint16,256.0,17326,9997,3,,"| 0.40, 0.00, 1642435.09| -| 0.00,-0.40, 6130849.00| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.39999999999999464, 0.39999999999998137)",True, -Gabrielle/Shorelines/Hawkes Bay/Mahanga/Wairoa_04DEC2022.shp,Gabrielle/Imagery/pre-storm/Hawkes Bay/Wairoa/Wairoa_04DEC2022.tif,100.0,13,GTiff,uint8,,57932,21496,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1966991.65| -| 0.00,-0.30, 5668420.04| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3000000000000016, 0.29999999999999133)",True, -Gabrielle/Shorelines/Northland/HelenaBay/HelenaBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HelenaBay/HelenaBay_24MAR2023.tif,100.0,22,GTiff,uint16,256.0,17399,18633,3,,"| 0.50, 0.00, 1721014.44| -| 0.00,-0.50, 6085767.79| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Ngunguru/Ngunguru_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ngururu/Ngunguru_25MAR2023.tif,100.0,3,GTiff,uint16,256.0,7627,5795,4,,"| 0.50, 0.00, 1735149.11| -| 0.00,-0.50, 6056345.52| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Ngunguru/Ngunguru_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Ngunguru/Ngunguru_27DEC2022.tif,100.0,2,GTiff,uint16,256.0,9601,12596,3,,"| 0.30, 0.00, 1735209.10| -| 0.00,-0.30, 6056818.45| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.3000000000000049, 0.2999999999999852)",True, -Gabrielle/Shorelines/Northland/ElliotBay/ElliotBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/ElliotBay/ElliotBay_24MAR2023.tif,100.0,14,GTiff,uint16,256.0,5955,13428,3,,"| 0.50, 0.00, 1716784.09| -| 0.00,-0.50, 6098720.58| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Gisborne/HicksBay/HicksBay_08FEB2023.shp,Gabrielle/Imagery/pre-storm/Gisborne/HicksBay/HicksBay_08FEB2023.tif,100.0,10,GTiff,uint16,65535.0,9454,15905,4,,"| 0.40, 0.00, 2065338.77| -| 0.00,-0.40, 5829129.18| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.40000000000000985, 0.4)",True, -Gabrielle/Shorelines/Gisborne/TokomaruBay/TokomaruBay_21FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Gisborne/TokomaruBay/TokomaruBay_21FEB2023.tif,100.0,15,GTiff,uint16,256.0,13916,19009,4,,"| 0.50, 0.00, 2065021.55| -| 0.00,-0.50, 5769896.99| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,14,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Gisborne/Wainui/Wainui_21FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Gisborne/Wainui/Wainui_21FEB2023.tif,100.0,19,GTiff,uint16,256.0,15773,16249,3,,"| 0.50, 0.00, 2039823.48| -| 0.00,-0.50, 5710947.93| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Gisborne/TeAraroa/TeAraroa_08FEB2023.shp,Gabrielle/Imagery/pre-storm/Gisborne/TeAraroa/TeAraroa_08FEB2023.tif,100.0,6,GTiff,uint16,,20192,24787,4,,"| 0.40, 0.00, 2067657.52| -| 0.00,-0.40, 5828946.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.39999999999993313, 0.39999999999991737)",True, -Gabrielle/Shorelines/Northland/NorthCape/NorthCape_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Northcape/Northcape_15MAY2023.tif,100.0,17,GTiff,uint8,,4805,16541,3,,"| 0.60, 0.00, 1599455.22| -| 0.00,-0.60, 6191308.71| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.6, 0.5999999999999774)",True, -Gabrielle/Shorelines/Northland/NorthCape/NorthCape_14APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/NorthCape/Northcape_14APR2022.tif,100.0,14,GTiff,uint16,256.0,9634,34265,3,,"| 0.30, 0.00, 1599455.32| -| 0.00,-0.30, 6191309.03| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.29999999999999516, 0.3)",True, -Gabrielle/Shorelines/Northland/TakouBay/Mahinepua_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MahinepuaBay/Mahinepua_25MAR2023.tif,100.0,9,GTiff,uint16,0.0,4304,4958,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1676752.56| -| 0.00,-0.75, 6127348.63| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Northland/TakouBay/MatauriBay_17SEP2022.shp,Gabrielle/Imagery/pre-storm/Northland/MatauriBay/MatauriBay_17SEP2022.tif,100.0,31,GTiff,uint8,,20078,11679,3,,"| 0.50, 0.00, 1673923.55| -| 0.00,-0.50, 6127849.29| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,13,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/TakouBay/TaronuiBay_11JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Taronui Bay/TaronuiBay_11JAN2022.tif,100.0,7,GTiff,uint8,,6182,2517,4,,"| 0.50, 0.00, 1687485.06| -| 0.00,-0.50, 6113834.58| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/TakouBay/TakouBay_17SEP2021.shp,Gabrielle/Imagery/pre-storm/Northland/Takou Bay/TakouBay_17SEP2021.tif,100.0,5,GTiff,uint8,,4139,6582,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1685052.98| -| 0.00,-0.50, 6117669.99| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/TakouBay/TaranuiBay_27FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/TaranuiBay/TaranuiBay_27FEB2023.tif,100.0,3,GTiff,uint16,256.0,7399,4000,3,,"| 0.40, 0.00, 1687592.11| -| 0.00,-0.40, 6113947.13| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.40000000000001257, 0.4)",True, -Gabrielle/Shorelines/Northland/MataiBay/MataiBay_23MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MataiBay/MataiBay_23MAY2023.tif,100.0,4,GTiff,uint16,0.0,3167,3280,4,,"| 0.75, 0.00, 1637018.81| -| 0.00,-0.75, 6147250.38| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahanga_05SEP2023.shp,Gabrielle/Imagery/post_storm/Region/Hawkes Bay/Mahanga/Mahanga_05SEP2023.tif,100.0,3,GTiff,uint8,,3926,13978,4,,"| 0.50, 0.00, 2022599.79| -| 0.00,-0.50, 5670480.81| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,3,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/MataiBay/MataiBay_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/MataiBay/MataiBay_30AUG2022.tif,100.0,11,GTiff,uint16,256.0,8232,7084,3,,"| 0.30, 0.00, 1636815.34| -| 0.00,-0.30, 6147028.07| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,16,"(0.3000000000000113, 0.3000000000000263)",True, -Gabrielle/Shorelines/Northland/MarangaiBeach/MarangaiBeach_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/Marangai/MarangaiBeach_10MAY2022.tif,100.0,4,GTiff,uint8,,25910,22453,3,,"| 0.50, 0.00, 1613132.83| -| 0.00,-0.50, 6146763.96| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Matapouri/Matapouri_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Matapouri/Matapouri_18FEB2023.tif,100.0,3,GTiff,uint16,65535.0,2943,3618,4,,"| 0.50, 0.00, 1735991.71| -| 0.00,-0.50, 6064356.28| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Matapouri/Matapouri_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Matapouri/Matapouri_10JAN2022.tif,100.0,3,GTiff,uint8,,2072,3383,4,,"| 0.50, 0.00, 1736339.82| -| 0.00,-0.50, 6064206.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Pataua/Pataua_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Pataua/Pataua_25MAR2023.tif,100.0,16,GTiff,uint16,256.0,13614,23318,4,,"| 0.50, 0.00, 1735115.02| -| 0.00,-0.50, 6054201.64| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Pataua/Pataua_07APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/Pataua North/Pataua_07APR2022.tif,100.0,3,GTiff,uint8,255.0,6986,9932,3,,"| 0.30, 0.00, 1736532.09| -| 0.00,-0.30, 6049110.58| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.30000000000000665, 0.2999999999999625)",True, -Gabrielle/Shorelines/Northland/Ruakaka/Ruakaka_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ruakaka/Ruakaka_18FEB2023.tif,100.0,6,GTiff,uint8,,18431,54295,4,,"| 0.50, 0.00, 1728920.75| -| 0.00,-0.50, 6036670.56| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/Ruakaka/Ruakaka_17AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ruakaka/Ruakaka_17AUG2023.tif,100.0,14,GTiff,uint16,0.0,5847,10067,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1731509.88| -| 0.00,-0.75, 6033410.04| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Northland/Ruakaka/Ruakaka_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Ruakaka/Ruakaka_27DEC2022.tif,100.0,28,GTiff,uint16,256.0,21444,61817,3,,"| 0.30, 0.00, 1730710.63| -| 0.00,-0.30, 6033769.29| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.2999999999999978, 0.299999999999994)",True, -Gabrielle/Shorelines/Northland/SandyBay/SandyBay_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/SandyBay/SandyBay_25MAR2023.tif,100.0,24,GTiff,uint16,256.0,11177,16531,4,,"| 0.50, 0.00, 1731922.11| -| 0.00,-0.50, 6071001.73| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Northland/KarikariBeach/KarikariBeach_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/KarikariBeach/KarikariBeach_30AUG2022.tif,100.0,12,GTiff,uint16,256.0,21313,24234,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1630186.38| -| 0.00,-0.30, 6149735.50| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.2999999999999956, 0.3000000000000077)",True, -Gabrielle/Shorelines/Northland/PuwhekeBeach/PuwhekeBeach_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/PuwhekeBeach/PuwhekeBeach_15MAY2023.tif,100.0,8,GTiff,uint16,0.0,6484,1680,4,,"| 0.75, 0.00, 1625936.23| -| 0.00,-0.75, 6143122.52| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Northland/ElliotBay/ElliotBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/ElliotBay/ElliotBay_27DEC2022.tif,100.0,13,GTiff,uint16,256.0,7761,16823,3,,"| 0.30, 0.00, 1716794.83| -| 0.00,-0.30, 6098763.06| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.300000000000006, 0.30000000000002214)",True, -Gabrielle/Shorelines/Northland/MarangaiBeach/MarangaiBeach_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MarangaiBeach/MarangaiBeach_15MAY2023.tif,100.0,7,GTiff,uint16,256.0,31103,27552,3,,"| 0.45, 0.00, 1612200.48| -| 0.00,-0.45, 6147342.99| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.450000000000003, 0.4500000000000135)",True, -Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahanga_21FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Hawkes Bay/Mahanga/Mahanga_21FEB2023.tif,100.0,2,GTiff,uint16,256.0,6319,16025,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2022011.63| -| 0.00,-0.50, 5670916.83| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Hawkes Bay/Mahanga/Nuhaka_20FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Hawkes Bay/Nuhaka/Nuhaka_20FEB2023.tif,100.0,2,GTiff,uint8,,33470,10860,3,,"| 0.30, 0.00, 2007433.31| -| 0.00,-0.30, 5666836.85| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.3, 0.3)",True, -Gabrielle/Shorelines/Hawkes Bay/Mahanga/Nuhaka_08MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Hawkes Bay/Nuhaka/Nuhaka_08MAR2023.tif,100.0,4,GTiff,uint8,,48688,4344,3,,"| 0.30, 0.00, 1993383.69| -| 0.00,-0.30, 5667897.21| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.2999999999999981, 0.3000000000000429)",True, -Gabrielle/Shorelines/Delivery/temp/Medlands_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Medlands/Medlands_14FEB2023.tif,100.0,1,GTiff,uint8,,9441,13059,4,,"| 0.50, 0.00, 1821514.12| -| 0.00,-0.50, 5989308.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",False, -Gabrielle/Shorelines/BayofPlenty/EasternBoP/WaihauBay_27MAY2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/WaihauBay_27MAY2023.tif,100.0,12,GTiff,uint8,,18279,21484,3,,"| 0.30, 0.00, 2035979.73| -| 0.00,-0.30, 5830955.68| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.29999999999999744, 0.30000000000000865)",True, -Gabrielle/Shorelines/BayofPlenty/EasternBoP/Opape_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/Opape_28FEB2023.tif,100.0,4,GTiff,uint8,,13743,5986,3,,"| 0.30, 0.00, 1984785.70| -| 0.00,-0.30, 5788258.50| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.2999999999999932, 0.2999999999999689)",True, -Gabrielle/Shorelines/BayofPlenty/EasternBoP/Torere_19APR2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/Torere_19APR2023.tif,100.0,9,GTiff,uint16,0.0,9400,6702,3,,"| 0.45, 0.00, 1990800.39| -| 0.00,-0.45, 5791771.84| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.45, 0.4500000000000556)",True, -Gabrielle/Shorelines/BayofPlenty/EasternBoP/PapateaBay_02APR2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/PapateaBay_02APR2023.tif,100.0,6,GTiff,uint8,,8979,5803,3,,"| 0.55, 0.00, 2025771.15| -| 0.00,-0.55, 5823006.53| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.5499999999999948, 0.5500000000000642)",True, -Gabrielle/Shorelines/BayofPlenty/EasternBoP/Hawai_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/Hawai_28FEB2023.tif,100.0,3,GTiff,uint8,,15262,8453,3,,"| 0.30, 0.00, 1994063.34| -| 0.00,-0.30, 5793991.05| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.3000000000000061, 0.30000000000004406)",True, -Gabrielle/Shorelines/BayofPlenty/Maketu/Maketu_20JAN2023.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Maketu/Maketu_20JAN2023.tif,100.0,15,GTiff,uint8,,60889,35702,3,,"| 0.30, 0.00, 1897746.41| -| 0.00,-0.30, 5817888.54| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.2999999999999992, 0.29999999999998955)",True, -Gabrielle/Shorelines/BayofPlenty/Ohiwa/Ohiwa_30OCT2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Ohiwa/Ohiwa_30OCT2022.tif,100.0,7,GTiff,uint16,256.0,23183,3253,3,,"| 0.50, 0.00, 1964567.93| -| 0.00,-0.50, 5787776.83| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/BayofPlenty/Ohiwa/Ohiwa_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Ohiwa/Ohiwa_28FEB2023.tif,100.0,10,GTiff,uint16,65535.0,29937,5186,4,,"| 0.30, 0.00, 1964675.24| -| 0.00,-0.30, 5787741.97| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.3000000000000031, 0.2999999999999641)",True, -Gabrielle/Shorelines/BayofPlenty/Pukehina/Pukehina_20JAN2023.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Pukehina/Pukehina_20JAN2023.tif,100.0,39,GTiff,uint16,256.0,59313,36204,3,,"| 0.30, 0.00, 1910152.47| -| 0.00,-0.30, 5811819.91| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,11,"(0.29999999999999843, 0.30000000000000515)",True, -Gabrielle/Shorelines/BayofPlenty/Pukehina/Matata_03AUG2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matata/Matata_03AUG2022.tif,100.0,4,GTiff,uint8,,27243,9081,3,,"| 0.60, 0.00, 1925258.34| -| 0.00,-0.60, 5802527.22| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.6000000000000018, 0.599999999999959)",True, -Gabrielle/Shorelines/BayofPlenty/Whakatane/Whakatane_16FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Whakatane/Whakatane_16FEB2023.tif,100.0,6,GTiff,uint8,,39250,18291,3,,"| 0.35, 0.00, 1939623.83| -| 0.00,-0.35, 5798322.41| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.35, 0.34999999999997966)",True, -Gabrielle/Shorelines/Delivery/temp/LongBay_11JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_11JAN2023.tif,100.0,1,GTiff,uint16,,2440,2938,4,,"| 0.50, 0.00, 1755807.67| -| 0.00,-0.50, 5939370.96| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -Gabrielle/Shorelines/BayofPlenty/Whakatane/Whakatane_14AUG2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Whakatane/Whakatane_14AUG2023.tif,100.0,4,GTiff,uint16,256.0,24739,10283,4,,"| 0.50, 0.00, 1940573.18| -| 0.00,-0.50, 5797488.21| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/BayofPlenty/Whakatane/Whakatane_24APR2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Whakatane/Whakatane_24APR2023.tif,100.0,11,GTiff,uint8,,44260,18536,3,,"| 0.50, 0.00, 1929668.68| -| 0.00,-0.50, 5801389.50| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/BayofPlenty/Papamoa/Papamoa_29DEC2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Tauranga/Papamoa_29DEC2022.tif,100.0,5,GTiff,uint8,,26257,18786,4,,"| 0.50, 0.00, 1879825.34| -| 0.00,-0.50, 5830665.01| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/BayofPlenty/Opotiki/Opotiki_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Opotiki/Opotiki_28FEB2023.tif,100.0,13,GTiff,uint8,,44530,10809,3,,"| 0.30, 0.00, 1972336.19| -| 0.00,-0.30, 5788343.02| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.3, 0.30000000000001725)",True, -Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_12JUNE2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Matakana Island/MatakanaIsland_12JUNE2023.tif,100.0,9,GTiff,uint16,256.0,27275,28213,3,,"| 0.50, 0.00, 1868171.75| -| 0.00,-0.50, 5843427.83| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,9,"(0.5, 0.5)",True, -Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_29DEC2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matakana Island/MatakanaIsland_29DEC2022.tif,100.0,1,GTiff,uint8,,4008,5605,4,,"| 0.50, 0.00, 1877089.62| -| 0.00,-0.50, 5831696.53| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_11NOV2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matakana Island/MatakanaIsland_11NOV2022.tif,100.0,1,GTiff,uint8,,20523,21186,3,,"| 0.30, 0.00, 1863343.39| -| 0.00,-0.30, 5848601.15| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.29999999999999544, 0.2999999999999912)",True, -Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_26DEC2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matakana Island/MatakanaIsland_26DEC2022.tif,100.0,4,GTiff,uint8,,37495,45111,3,,"| 0.30, 0.00, 1866251.31| -| 0.00,-0.30, 5844833.55| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.3, 0.2999999999999959)",True, -Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_02APR2021.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matakana Island/MatakanaIsland_02APR2021.tif,100.0,1,GTiff,uint8,,3323,3208,4,,"| 0.50, 0.00, 1876104.43| -| 0.00,-0.50, 5832964.89| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.5, 0.5)",True, -Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Matakana Island/MatakanaIsland_15MAY2023.tif,100.0,1,GTiff,uint8,,17266,16116,3,,"| 0.30, 0.00, 1863366.06| -| 0.00,-0.30, 5848592.42| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.3000000000000027, 0.29999999999998844)",True, -Gabrielle/Shorelines/Waikato/PauanuiTairua/TeKaroBay_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/TeKaroBay/TeKaroBay_03JAN2022.tif,100.0,7,GTiff,uint16,256.0,8000,11267,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1852000.00| -| 0.00,-0.30, 5907366.90| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3, 0.29999999999996696)",True, -Gabrielle/Shorelines/Waikato/PauanuiTairua/PauanuiTairua_28FEB2023.shp,Gabrielle/Imagery/Maxar working/PauanuiTairua/raw/PauanuiTairua_28FEB2023.tif,100.0,2,GTiff,uint16,,10872,18332,4,EPSG:32760,"| 0.50, 0.00, 395492.00| -| 0.00,-0.50, 5909414.00| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Waikato/Onemana/Onemana_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Onemana/Onemana_03JAN2022.tif,100.0,4,GTiff,uint16,256.0,7324,8719,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1854730.30| -| 0.00,-0.30, 5885875.50| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.29999999999999366, 0.30000000000002136)",True, -Gabrielle/Shorelines/BayofPlenty/Whakatane/Whakatane_04DEC2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Whakatane/Whakatane_04DEC2022.tif,100.0,6,GTiff,uint16,256.0,24739,10283,4,,"| 0.50, 0.00, 1940573.18| -| 0.00,-0.50, 5797488.21| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.5, 0.5)",True, -Retrolens/Wellington/Otaki/Shorelines/Otaki_04OCT1939.shp,Retrolens/Wellington/Otaki/Stack/Otaki_04OCT1939_mosaic.tif,100.0,4,GTiff,int32,2147483647.0,10329,15276,1,"PROJCS[""User_Defined_Transverse_Mercator"",GEOGCS[""GCS_User_Defined"",DATUM[""D_User_Defined"",SPHEROID[""User_Defined_Spheroid"",6378137,298.257222101]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.19, 0.00, 1776752.34| -| 0.00,-0.19, 5487803.49| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.18730344079595906, 0.18730344079598504)",True, -Gabrielle/Shorelines/Delivery/temp/LongBay_25FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/LongBay/LongBay_25FEB2023.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| -| 0.00,-0.50, 5939370.96| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",False, -Gabrielle/Shorelines/Auckland/Omaha_Pakiri/PakiriNorth_14OCT2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriNorth_14OCT2021.tif,100.0,14,GTiff,uint8,,16238,19418,4,,"| 0.50, 0.00, 1747718.26| -| 0.00,-0.50, 5996962.31| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahanga_25NOV2022.shp,Gabrielle/Imagery/pre-storm/Hawkes Bay/Mahanga/Mahanga_25NOV2022.tif,100.0,1,GTiff,uint16,256.0,4114,12613,3,,"| 0.55, 0.00, 2022482.00| -| 0.00,-0.55, 5670328.97| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.5499999999999887, 0.5500000000000296)",True, -Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahia_25JAN2023.shp,Gabrielle/Imagery/pre-storm/Hawkes Bay/Mahia/Mahia_25JAN2023.tif,100.0,33,GTiff,uint8,,57932,96830,3,,"| 0.30, 0.00, 2016415.21| -| 0.00,-0.30, 5670713.56| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,19,"(0.3000000000000016, 0.3)",True, -Gabrielle/Shorelines/Auckland/Whangapoua/Whangapoua_19FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif,100.0,3,GTiff,uint32,65536.0,2804,6572,1,,"| 0.60, 0.00, 1817329.44| -| 0.00,-0.60, 6001088.43| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,5,"(0.5999999999999668, 0.6000000000000283)",True, -Gabrielle/Shorelines/Auckland/Medlands/Medlands_06FEB2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Medlands/Medlands_06FEB2023.tif,100.0,9,GTiff,uint8,,7876,11023,4,,"| 0.50, 0.00, 1821756.35| -| 0.00,-0.50, 5988513.56| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/Medlands/Medlands_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Medlands/Medlands_14FEB2023.tif,100.0,7,GTiff,uint8,,9441,13059,4,,"| 0.50, 0.00, 1821514.12| -| 0.00,-0.50, 5989308.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/SnellsBeach/SnellsBeach_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/SnellsBeach/SnellsBeach_28FEB2023.tif,100.0,9,GTiff,uint16,256.0,10674,13431,3,,"| 0.50, 0.00, 1754649.12| -| 0.00,-0.50, 5970197.32| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/Orewa_RedBeach/OrewaRedBeach_11MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Orewa/OrewaRedBeach_11MAY2023.tif,100.0,24,GTiff,uint16,256.0,26548,25792,3,,"| 0.30, 0.00, 292860.00| -| 0.00,-0.30, 5951650.80| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,8,"(0.3000000000000009, 0.29999999999998556)",True, -Gabrielle/Shorelines/Auckland/Orewa_RedBeach/Orewa_16MAR2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Orewa/Orewa_16MAR2022.tif,100.0,23,GTiff,uint8,,13855,39213,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.07, 0.00, 1751205.10| -| 0.00,-0.07, 5951085.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.07464553542384418, 0.07464553542376554)",True, -Gabrielle/Shorelines/Auckland/Managawhai/MangawhaiNorth_28JUN2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mangawhai/MangawhaiNorth_28JUN2023.tif,100.0,4,GTiff,uint8,,2265,4025,3,,"| 0.50, 0.00, 1743197.31| -| 0.00,-0.50, 6007540.81| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,9,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/Managawhai/Mangawhai_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mangawhai/Mangawhai_28FEB2023.tif,100.0,9,GTiff,uint16,65535.0,12881,18709,4,,"| 0.50, 0.00, 1742522.22| -| 0.00,-0.50, 6006008.05| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,21,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/Managawhai/Mangawhai_11DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mangawhai/Mangawhai11DEC2022.tif,100.0,6,GTiff,uint16,0.0,4050,6577,4,EPSG:32760,"| 0.75, 0.00, 282786.08| -| 0.00,-0.75, 6005029.45| -| 0.00, 0.00, 1.00|",256.0,256,True,lzw,pixel,0,"(0.75, 0.75)",True, -Gabrielle/Shorelines/Auckland/WaihekeIsland/Onetangi_21DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif,100.0,4,GTiff,uint8,,7323,2145,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1784198.83| -| 0.00,-0.30, 5927131.21| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.2999999999999873, 0.3)",True, -Gabrielle/Shorelines/Delivery/temp/Medlands_06FEB2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Medlands/Medlands_06FEB2023.tif,100.0,2,GTiff,uint8,,7876,11023,4,,"| 0.50, 0.00, 1821756.35| -| 0.00,-0.50, 5988513.56| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",False, -Gabrielle/Shorelines/Auckland/WaihekeIsland/PieMelonBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/PieMelonBay_27DEC2022.tif,100.0,2,GTiff,uint8,,4080,3270,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1786976.08| -| 0.00,-0.30, 5927550.94| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3, 0.3)",True, -Gabrielle/Shorelines/Auckland/WaihekeIsland/PalmBeach_18JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/PalmBeach_18JAN2023.tif,100.0,3,GTiff,uint8,,2072,1084,3,,"| 0.55, 0.00, 1781741.22| -| 0.00,-0.55, 5928002.28| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,4,"(0.5500000000000449, 0.5500000000001718)",True, -Gabrielle/Shorelines/Auckland/WaihekeIsland/Oneroa_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Oneroa_27DEC2022.tif,100.0,3,GTiff,uint8,,4482,3815,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1779029.72| -| 0.00,-0.30, 5928138.71| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3000000000000208, 0.3)",True, -Gabrielle/Shorelines/Auckland/LongBay/LongBay_25FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/LongBay/LongBay_25FEB2023.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| -| 0.00,-0.50, 5939370.96| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/LongBay/LongBay_28DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_28DEC2022.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| -| 0.00,-0.50, 5939370.96| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/LongBay/LongBay_11JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_11JAN2023.tif,100.0,1,GTiff,uint16,,2440,2938,4,,"| 0.50, 0.00, 1755807.67| -| 0.00,-0.50, 5939370.96| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Omaha_Pakiri_04APR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif,100.0,48,GTiff,uint16,256.0,54556,71240,3,EPSG:32760,"| 0.30, 0.00, 288258.00| -| 0.00,-0.30, 5995710.00| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.29999999999999977, 0.3)",True, -Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Omaha_21MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/Omaha_21MAR2023.tif,100.0,8,GTiff,uint16,256.0,5368,8268,3,,"| 0.50, 0.00, 1758548.09| -| 0.00,-0.50, 5979432.88| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,10,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Omaha_13MAR2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Omaha/Omaha_13MAR2022.tif,100.0,9,GTiff,float32,0.0,4049,8051,3,,"| 0.50, 0.00, 1759172.96| -| 0.00,-0.50, 5979432.00| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/Omaha_Pakiri/PakiriSouth23DEC2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriSouth_23DEC2021.tif,100.0,4,GTiff,uint8,,7710,5676,4,,"| 0.50, 0.00, 1754175.18| -| 0.00,-0.50, 5988344.28| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Omaha_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/Omaha_28FEB2023.tif,100.0,5,GTiff,uint16,256.0,5368,8268,3,,"| 0.50, 0.00, 1758548.06| -| 0.00,-0.50, 5979432.91| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,12,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Tawharanui_01MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Tawharanui/Tawharanui_01MAR2023.tif,100.0,8,GTiff,uint8,,12351,8084,3,,"| 0.30, 0.00, 1761979.71| -| 0.00,-0.30, 5975633.36| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.30000000000000376, 0.300000000000023)",True, -Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Tawharanui_23DEC2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Tawharanui/Tawharanui_23DEC2021.tif,100.0,8,GTiff,uint8,,7201,4822,4,,"| 0.50, 0.00, 1762106.90| -| 0.00,-0.50, 5975556.64| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,7,"(0.5, 0.5)",True, -Gabrielle/Shorelines/Auckland/WaihekeIsland/Waiheke_16MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Waiheke/Waiheke_16MAY2023.tif,100.0,14,GTiff,uint8,,26345,5138,3,,"| 0.35, 0.00, 1779011.87| -| 0.00,-0.35, 5928175.62| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,12,"(0.35, 0.34999999999996373)",True, -Retrolens/Wellington/Otaki/Shorelines/Otaki_15APR1966.shp,Retrolens/Wellington/Otaki/Stack/Otaki_15APR1966_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,19705,33719,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1775245.04| -| 0.00,-0.23, 5489837.13| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.2338507860562339, 0.23385078605624482)",True, -Retrolens/Wellington/Otaki/Shorelines/Otaki_28APR1948.shp,Retrolens/Wellington/Otaki/Stack/Otaki_28APR1948_mosaic.tif,100.0,12,GTiff,int32,2147483647.0,19930,33039,1,"PROJCS[""User_Defined_Transverse_Mercator"",GEOGCS[""GCS_User_Defined"",DATUM[""D_User_Defined"",SPHEROID[""User_Defined_Spheroid"",6378137,298.257222101]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.24, 0.00, 1775222.36| -| 0.00,-0.24, 5490222.66| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.24076325535898999, 0.2407632553589984)",True, -Retrolens/Wellington/Otaki/Shorelines/Otaki_15JAN1957.shp,Retrolens/Wellington/Otaki/Stack/Otaki_15JAN1957_mosaic.jp2,100.0,18,JP2OpenJPEG,uint16,256.0,12967,23013,1,"PROJCS[""User_Defined_Transverse_Mercator"",GEOGCS[""GCS_User_Defined"",DATUM[""D_User_Defined"",SPHEROID[""User_Defined_Spheroid"",6378137,298.257222101]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.50, 0.00, 1775024.64| -| 0.00,-0.50, 5493007.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.495699217505335, 0.4956992175053289)",True, -Retrolens/Gisborne/EastCape/Shorelines/EastCape_14SEP1998.shp,Retrolens/Gisborne/EastCape/Stack/EastCape_14SEP1998_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,2339,3740,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.86, 0.00, 2085494.88| -| 0.00,-1.86, 5815622.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.861384921158931, 1.861384921158878)",False, -Retrolens/Gisborne/EastCape/Shorelines/EastCape_04DEC1976.shp,Retrolens/Gisborne/EastCape/Stack/EastCape_4DEC1976_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3089,4779,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.36, 0.00, 2085659.97| -| 0.00,-1.36, 5815661.42| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3624985933894918, 1.3624985933895872)",False, -Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_22MAR1988.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_22MAR1988_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3377,6906,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 2064447.08| -| 0.00,-0.56, 5756492.36| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5594013358603116, 0.5594013358603611)",True, -Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_27JAN1960.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_27JAN1960_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3867,8891,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.25, 0.00, 2064290.04| -| 0.00,-1.25, 5758935.88| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2523372570689881, 1.2523372570690035)",True, -Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_14NOV1982.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_14NOV1982_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,6798,14630,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 2064111.90| -| 0.00,-0.78, 5759525.05| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7816846044621438, 0.7816846044621445)",True, -Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_22OCT1972.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_22OCT1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5132,7608,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 2064096.68| -| 0.00,-0.70, 5758223.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6958963050822229, 0.6958963050822591)",True, -Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_15SEP1969.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_15SEP1969_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7372,13102,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 2064343.54| -| 0.00,-0.69, 5756811.52| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6928431537610047, 0.6928431537609938)",True, -Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_5SEP1945.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_5SEP1945_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4701,6798,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 2064224.56| -| 0.00,-0.75, 5758772.15| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7543133327777964, 0.7543133327778002)",True, -Retrolens/Gisborne/Tokomaru/Shorelines/TokomaruBay_14NOV1982.shp,Retrolens/Gisborne/Tokomaru/Stack/TokomaruBay_14NOV1982_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,,5918,11039,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 2065495.78| -| 0.00,-0.78, 5769177.42| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7825391683116509, 0.7825391683116689)",True, -Retrolens/Gisborne/Tokomaru/Shorelines/TokomaruBay_21SEP1945.shp,Retrolens/Gisborne/Tokomaru/Stack/TokomaruBay_21SEP1945_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7659,12351,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2065318.78| -| 0.00,-0.72, 5769314.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7208726366888902, 0.7208726366889268)",True, -Retrolens/Gisborne/Tokomaru/Shorelines/TokomaruBay_29JAN1960.shp,Retrolens/Gisborne/Tokomaru/Stack/TokomaruBay_29JAN1960_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4928,7786,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.19, 0.00, 2064805.55| -| 0.00,-1.19, 5769474.90| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1940355922681145, 1.1940355922681352)",True, -Retrolens/Gisborne/Tokomaru/Shorelines/TokomaruBay_22OCT1972.shp,Retrolens/Gisborne/Tokomaru/Stack/TokomaruBay_22OCT1972_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7747,12976,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 2064952.43| -| 0.00,-0.74, 5769282.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7358091321208926, 0.7358091321208833)",True, -Retrolens/WestCoast/JacksonBay_West/Shorelines/JacksonBay_West_21FEB1967.shp,Retrolens/WestCoast/JacksonBay_West/Stack/JacksonBay_West_21FEB1967.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3283,964,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.03, 0.00, 1248040.66| -| 0.00,-3.03, 5122023.44| -| 0.00, 0.00, 1.00|",,964,False,,pixel,0,"(3.0303710330685614, 3.030371033068731)",True, -Retrolens/WestCoast/JacksonBay_West/Shorelines/JacksonBay_West_14MAR1951.shp,Retrolens/WestCoast/JacksonBay_West/Stack/JacksonBay_West_14MAR1951_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,7708,1553,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1250702.69| -| 0.00,-0.94, 5120611.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9426477962621421, 0.9426477962621492)",True, -Retrolens/WestCoast/JacksonBay_West/Shorelines/JacksonBay_West_06MAR1988.shp,Retrolens/WestCoast/JacksonBay_West/Stack/JacksonBay_West_06MAR1988_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,20741,6178,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1248018.36| -| 0.00,-0.48, 5122036.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4793288813202596, 0.4793288813202647)",True, -Retrolens/WestCoast/HaastBeach/Shorelines/HaastBeach_18FEB1988.shp,Retrolens/WestCoast/HaastBeach/Stack/HaastBeach_18FEB1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15056,10702,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.58, 0.00, 1271187.08| -| 0.00,-0.58, 5136971.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5825796869138241, 0.5825796869138391)",True, -Retrolens/WestCoast/HaastBeach/Shorelines/HaastBeach_26FEB1965.shp,Retrolens/WestCoast/HaastBeach/Stack/HaastBeach_26FEB1965_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3555,2576,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.59, 0.00, 1270857.92| -| 0.00,-2.59, 5137090.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.5908818402633456, 2.590881840263346)",True, -Retrolens/WestCoast/JacksonBay/Shorelines/JacksonBay_21FEB1967.shp,Retrolens/WestCoast/JacksonBay/Stack/JacksonBay_21FEB1967_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3097,1710,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.95, 0.00, 1257225.16| -| 0.00,-2.95, 5124859.94| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.9536733510192064, 2.9536733510190545)",True, -Retrolens/WestCoast/JacksonBay/Shorelines/JacksonBay_06MAR1988.shp,Retrolens/WestCoast/JacksonBay/Stack/JacksonBay_06MAR1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,18315,10022,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1257409.87| -| 0.00,-0.47, 5124788.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4747001862574324, 0.47470018625747457)",True, -Retrolens/WestCoast/JacksonBay/Shorelines/JacksonBay_14MAR1951.shp,Retrolens/WestCoast/JacksonBay/Stack/JacksonBay_14MAR1951_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8930,4806,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.93, 0.00, 1257592.25| -| 0.00,-0.93, 5124607.01| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9324101433971134, 0.9324101433971811)",True, -Retrolens/WestCoast/Westport/Shorelines/Westport_04NOV1960.shp,Retrolens/WestCoast/Westport/Stack/Westport_04NOV1960_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10912,6473,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1482310.81| -| 0.00,-0.24, 5379762.21| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2432256293799892, 0.2432256293800042)",True, -Retrolens/WestCoast/Westport/Shorelines/Westport_25NOV1974.shp,Retrolens/WestCoast/Westport/Stack/Westport_25NOV1974_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3248,1207,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.49, 0.00, 1482233.60| -| 0.00,-2.49, 5379897.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.4882501497125085, 2.488250149712553)",True, -Retrolens/WestCoast/Westport/Shorelines/Westport_12APR1955.shp,Retrolens/WestCoast/Westport/Stack/Westport_12APR1955_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6858,4370,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1485194.88| -| 0.00,-0.73, 5379994.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7315002555002074, 0.731500255500203)",True, -Retrolens/WestCoast/Westport/Shorelines/Westport_13MAR1951.shp,Retrolens/WestCoast/Westport/Stack/Westport_13MAR1951_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,13227,4214,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1482400.20| -| 0.00,-0.51, 5379398.13| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5148559797967392, 0.5148559797968049)",True, -Retrolens/WestCoast/Westport/Shorelines/Westport_25MAY1943.shp,Retrolens/WestCoast/Westport/Stack/Westport_25MAY1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15691,5897,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1481944.67| -| 0.00,-0.54, 5380001.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.535643464211881, 0.5356434642119159)",True, -Retrolens/Gisborne/EastCape/Shorelines/EastCape_02NOV1971.shp,Retrolens/Gisborne/EastCape/Stack/EastCape_2NOV1971_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,4879,9623,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 2086367.81| -| 0.00,-0.70, 5815734.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7023500342992044, 0.7023500342992054)",False, -Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_31MAR1960.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_31MAR1960_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3843,2914,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.69, 0.00, 2068686.37| -| 0.00,-1.69, 5825674.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.685189779783276, 1.6851897797833006)",True, -Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_15MAY1983.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_15MAY1983_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7944,6087,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 2068975.35| -| 0.00,-0.78, 5825542.27| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7797825508877297, 0.7797825508877202)",True, -Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_1OCT1980.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_1OCT1980_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7734,6397,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 2069311.95| -| 0.00,-0.74, 5825620.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7445416669961884, 0.7445416669961842)",True, -Retrolens/Gisborne/TurihauaPoint/Shorelines/TurihauaPoint_27APR1972.shp,Retrolens/Gisborne/TurihauaPoint/Stack/TurihauaPoint_27APR1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8598,7902,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.66, 0.00, 2048005.84| -| 0.00,-0.66, 5715673.17| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6619392227298929, 0.6619392227299202)",True, -Retrolens/Gisborne/TurihauaPoint/Shorelines/TurihauaPoint_24AUG1953.shp,Retrolens/Gisborne/TurihauaPoint/Stack/TurihauaPoint_24AUG1953_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9270,9557,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2048618.86| -| 0.00,-0.52, 5715461.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5246531383825381, 0.5246531383825438)",True, -Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_14SEP1998.shp,Retrolens/Gisborne/WaipiroBay/Stack/WaipiroBay_14SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3127,3075,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.34, 0.00, 2067757.54| -| 0.00,-1.34, 5782723.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3388751947582644, 1.338875194758298)",True, -Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_30OCT1972.shp,Retrolens/Gisborne/WaipiroBay/Stack/WaipiroBay_30OCT1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5974,9760,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2067874.12| -| 0.00,-0.72, 5782791.16| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7163878857371079, 0.7163878857370917)",True, -Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_18MAR1962.shp,Retrolens/Gisborne/WaipiroBay/Stack/WaipiroBay_18MAR1962_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,3725,6074,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.15, 0.00, 2067596.52| -| 0.00,-1.15, 5782684.57| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1533037187339075, 1.1533037187339314)",False, -Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_7OCT1985.shp,Retrolens/Gisborne/WaipiroBay/Stack/WaipiroBay_7OCT1985_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5948,9878,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2067728.25| -| 0.00,-0.72, 5782899.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7159956356457049, 0.7159956356457344)",True, -Retrolens/Gisborne/WaiapuRiver/Shorelines/WaiapuRiver_10SEP1971.shp,Retrolens/Gisborne/WaiapuRiver/Stack/WaiapuRiver_10SEP1971_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,10369,14193,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 2078822.13| -| 0.00,-0.73, 5808612.71| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7257634696131846, 0.7257634696131956)",True, -Retrolens/Gisborne/WaiapuRiver/Shorelines/WaiapuRiver_29APR1957.shp,Retrolens/Gisborne/WaiapuRiver/Stack/WaiapuRiver_29APR1957_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,12672,17902,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.58, 0.00, 2078766.40| -| 0.00,-0.58, 5808821.76| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5798700102374887, 0.5798700102374982)",True, -Retrolens/Gisborne/WaiapuRiver/Shorelines/WaiapuRiver_15OCT1981.shp,Retrolens/Gisborne/WaiapuRiver/Stack/WaiapuRiver_15OCT1981_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5563,7736,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 2078381.20| -| 0.00,-1.40, 5808916.03| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3997203906559499, 1.3997203906559343)",True, -Retrolens/Gisborne/WaiapuRiver/Shorelines/WaiapuRiver_14SEP1998.shp,Retrolens/Gisborne/WaiapuRiver/Stack/WaiapuRiver_14SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6560,6298,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.33, 0.00, 2078402.82| -| 0.00,-1.33, 5809622.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.330738154888542, 1.3307381548885364)",True, -Retrolens/Gisborne/Whangara/Shorelines/Whangara_15DEC1982.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_15DEC1982_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8368,7136,3,,"| 0.80, 0.00, 2052018.27| -| 0.00,-0.80, 5720619.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,13,"(0.8021361074664077, 0.8021361074664092)",True, -Retrolens/Gisborne/Whangara/Shorelines/Whangara_23SEP1965.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_23SEP1965_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8788,7312,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 2051689.03| -| 0.00,-0.73, 5720354.90| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7312853257185586, 0.7312853257185821)",True, -Retrolens/WestCoast/Westport/Shorelines/Westport_24JUN2005.shp,MaxarImagery/HighFreq/WestCoast/Westport/Stack/Westport_24JUN2005.tif,100.0,5,GTiff,uint8,,31896,32045,3,,"| 0.60, 0.00, 1474685.88| -| 0.00,-0.60, 5383853.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5999999999999956, 0.5999999999999709)",True, -Retrolens/Gisborne/Whangara/Shorelines/Whangara_24AUG1953.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_24AUG1953_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,9059,9069,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 2052863.05| -| 0.00,-0.53, 5719907.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5275084291960445, 0.5275084291960543)",True, -Retrolens/Gisborne/Whangara/Shorelines/Whangara_22OCT1942.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_22OCT1942_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,11399,10047,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2052398.42| -| 0.00,-0.50, 5720094.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5043816955863311, 0.5043816955863385)",True, -Retrolens/Gisborne/Wainui/Shorelines/Wainui_16NOV1982.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_16NOV1982_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10898,10122,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 2040164.03| -| 0.00,-0.77, 5710881.79| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7715167993941188, 0.7715167993941134)",True, -Retrolens/Gisborne/Wainui/Shorelines/Wainui_22OCT1942.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_22OCT1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,16762,14936,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2040348.80| -| 0.00,-0.50, 5710744.50| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49796583546035145, 0.49796583546035245)",True, -Retrolens/Gisborne/Wainui/Shorelines/Wainui_27APR1972.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_27APR1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,12394,11595,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 2040263.74| -| 0.00,-0.65, 5710750.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6532287092991791, 0.6532287092991864)",True, -Retrolens/Gisborne/Wainui/Shorelines/Wainui_24AUG1953.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_24AUG1953_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,15277,14351,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2040202.75| -| 0.00,-0.52, 5710704.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.52276580907746, 0.5227658090774604)",True, -Retrolens/Gisborne/Wainui/Shorelines/Wainui_28SEP1977.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_28SEP1977_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,26962,21623,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 2040674.33| -| 0.00,-0.28, 5710244.67| -| 0.00, 0.00, 1.00|",,21623,False,,pixel,0,"(0.2793723223523756, 0.2793723223523751)",True, -Retrolens/Gisborne/HuataiBeach/Shorelines/HuataiBeach_18SEP1970.shp,Retrolens/Gisborne/HuataiBeach/Stack/HuataiBeach_18SEP1970_mosaic.jp2,100.0,13,JP2OpenJPEG,uint8,,5478,4875,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 2083445.96| -| 0.00,-0.95, 5820226.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9531684811082088, 0.9531684811082788)",True, -Retrolens/Gisborne/HuataiBeach/Shorelines/HuataiBeach_14SEP1998.shp,Retrolens/Gisborne/HuataiBeach/Stack/HuataiBeach_14SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint8,,2814,2562,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.86, 0.00, 2083443.72| -| 0.00,-1.86, 5820223.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8645638747497542, 1.8645638747498463)",True, -Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_19MAY1939.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_19MAY1939_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,11738,9617,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 2069164.40| -| 0.00,-0.49, 5825471.08| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4863507705344711, 0.4863507705345034)",True, -Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_14SEP1998.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_14SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5043,3455,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.33, 0.00, 2068742.22| -| 0.00,-1.33, 5825564.24| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3326767042023282, 1.3326767042023164)",True, -Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_10SEP1971.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_10SEP1971_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9025,7657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2068734.67| -| 0.00,-0.72, 5825916.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7194801749034148, 0.7194801749034196)",True, -Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_29OCT1951.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_29OCT1951_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,12604,10155,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 2069127.37| -| 0.00,-0.49, 5825541.50| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.48887689635293546, 0.4888768963529515)",True, -Retrolens/Gisborne/Whangara/Shorelines/Whangara_27APR1972.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_27APR1972_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,8227,8382,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.66, 0.00, 2052163.18| -| 0.00,-0.66, 5720143.94| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6635197891110685, 0.6635197891111092)",True, -Retrolens/WestCoast/Westport/Shorelines/Westport_15JAN1988.shp,Retrolens/WestCoast/Westport/Stack/Westport_15JAN1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15458,6016,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1482301.60| -| 0.00,-0.48, 5380098.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4826758734245864, 0.48267587342459284)",True, -Retrolens/WestCoast/KarangaruaRiver/Shorelines/KarangaruaRiver_15JAN1988.shp,Retrolens/WestCoast/KarangaruaRiver/Stack/KarangaruaRiver_15JAN1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8194,11264,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1334987.20| -| 0.00,-0.57, 5183931.41| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5683206886874045, 0.5683206886873946)",True, -Retrolens/WestCoast/KarangaruaRiver/Shorelines/KarangaruaRiver_10JAN1978.shp,Retrolens/WestCoast/KarangaruaRiver/Stack/KarangaruaRiver_10JAN1978_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2950,3481,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.89, 0.00, 1334324.54| -| 0.00,-1.89, 5184344.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8914403789334189, 1.8914403789332932)",True, -Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_15JAN1988.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_15JAN1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10192,9754,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1339563.44| -| 0.00,-0.57, 5191145.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5702486358810687, 0.57024863588106)",True, -Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_3APR1953.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_3APR1953_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7088,6233,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.83, 0.00, 1339204.00| -| 0.00,-0.83, 5190915.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8322730690320551, 0.8322730690320649)",True, -Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_10JAN1978.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_10JAN1978_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3195,3000,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.89, 0.00, 1339319.34| -| 0.00,-1.89, 5191306.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.892702600811149, 1.8927026008112977)",True, -Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_26APR1942.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_26APR1942_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4230,4659,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.83, 0.00, 1341275.70| -| 0.00,-0.83, 5190778.82| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8333371954745488, 0.8333371954744777)",True, -Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_18MAR1965.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_18MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2248,2151,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.60, 0.00, 1339352.75| -| 0.00,-2.60, 5190979.77| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.6024359079876174, 2.602435907987624)",True, -Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_12APR1955.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_12APR1955_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7323,5114,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1477309.71| -| 0.00,-0.79, 5379941.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.791661244325568, 0.7916612443255568)",True, -Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_25NOV1974.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_25NOV1974_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3484,1868,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.49, 0.00, 1474834.26| -| 0.00,-2.49, 5380208.32| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.4881249452993512, 2.488124945299197)",True, -Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_04NOV1960.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_04NOV1960_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16170,13880,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1479088.26| -| 0.00,-0.24, 5379782.38| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.24337212327735563, 0.24337212327734892)",True, -Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_15JAN1988.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_15JAN1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,17201,8766,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1474594.30| -| 0.00,-0.49, 5380014.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49438713236275955, 0.49438713236278237)",True, -Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_13MAR1951.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_13MAR1951_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,31717,14083,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1474839.71| -| 0.00,-0.25, 5379489.38| -| 0.00, 0.00, 1.00|",,14083,False,,pixel,0,"(0.25252909527671036, 0.2525290952767135)",True, -Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_13MAR1951.shp,Retrolens/WestCoast/Punakaiki/Stack/Punakaiki_13MAR1951_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5349,10064,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.61, 0.00, 1461338.01| -| 0.00,-0.61, 5340900.12| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6122960754596467, 0.6122960754596541)",True, -Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_18FEB1988.shp,Retrolens/WestCoast/Punakaiki/Stack/Punakaiki_18FEB1988_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,7503,15137,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1461366.88| -| 0.00,-0.43, 5341167.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4336891002240193, 0.43368910022404555)",True, -Retrolens/WestCoast/JacksonBay_East/Shorelines/JacksonBay_East_21FEB1967.shp,Retrolens/WestCoast/JacksonBay_East/Stack/JacksonBay_East_21FEB1967_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2665,2868,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.04, 0.00, 1265165.82| -| 0.00,-3.04, 5132581.13| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.039427877030917, 3.039427877031007)",True, -Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_08MAY1964.shp,Retrolens/WestCoast/Punakaiki/Stack/Punakaiki_08MAY1964_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9940,21732,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1461485.37| -| 0.00,-0.28, 5340825.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2778553629185821, 0.2778553629185872)",True, -Retrolens/WestCoast/WhareateaRiver/Shorelines/WhareateaRiver_15JAN1988.shp,Retrolens/WestCoast/WhareateaRiver/Stack/WhareateaRiver_15JAN1988_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,15050,12744,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1489060.71| -| 0.00,-0.57, 5384403.56| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5743185871111018, 0.574318587111104)",True, -Retrolens/WestCoast/WhareateaRiver/Shorelines/WhareateaRiver_12APR1955.shp,Retrolens/WestCoast/WhareateaRiver/Stack/WhareateaRiver_12APR1955_mosaic.tif,100.0,5,GTiff,uint16,256.0,11820,11405,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 1489506.90| -| 0.00,-0.65, 5384201.78| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.6496114749795097, 0.6496114749795399)",True, -Retrolens/WestCoast/WhareateaRiver/Shorelines/WhareateaRiver_25NOV1974.shp,Retrolens/WestCoast/WhareateaRiver/Stack/WhareateaRiver_25NOV1974_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3761,2797,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.43, 0.00, 1488668.38| -| 0.00,-2.43, 5384269.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.42809764878444, 2.4280976487845076)",True, -Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_25May1943.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_25MAY1943_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,22778,22007,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1495435.02| -| 0.00,-0.52, 5393742.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.51500681188335, 0.5150068118833451)",True, -Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_15JAN1988.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_15JAN1988_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,22183,21358,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1495271.41| -| 0.00,-0.54, 5393850.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5390745776317137, 0.5390745776317182)",True, -Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_06FEB1967.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_06FEB1967_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3659,3011,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.06, 0.00, 1496704.24| -| 0.00,-3.06, 5394128.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.0555241818726366, 3.0555241818727548)",True, -Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_25NOV1974.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_25NOV1974_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5206,4912,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.43, 0.00, 1494869.17| -| 0.00,-2.43, 5394325.71| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.43152736101665, 2.431527361016666)",True, -Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_12APR1955.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_12APR1955_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,10964,10227,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.00, 0.00, 1496532.97| -| 0.00,-1.00, 5393895.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9956508403654074, 0.9956508403654165)",True, -Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_14OCT1942.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_14OCT1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3047,4355,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.84, 0.00, 1327200.62| -| 0.00,-0.84, 5172708.94| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8442239078534458, 0.8442239078533773)",True, -Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_15JAN1988.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_15JAN1988_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,16614,15321,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1322594.36| -| 0.00,-0.44, 5172691.38| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4361942990668052, 0.4361942990668248)",True, -Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_12FEB1984.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_12FEB1984_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5277,2824,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.82, 0.00, 1322366.99| -| 0.00,-0.82, 5168409.24| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.821344019820111, 0.8213440198200641)",True, -Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_10JAN1978.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_10JAN1978_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2288,2960,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.87, 0.00, 1325523.58| -| 0.00,-1.87, 5172557.77| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8740395109119932, 1.8740395109118844)",True, -Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_17MAR1976.shp,Retrolens/WestCoast/Punakaiki/Stack/Punakaiki_17MAR1976_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,11646,24983,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1461395.46| -| 0.00,-0.24, 5340804.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2417845427514942, 0.2417845427515035)",True, -Retrolens/Gisborne/TurihauaPoint/Shorelines/TurihauaPoint_16NOV1982.shp,Retrolens/Gisborne/TurihauaPoint/Stack/TurihauaPoint_16NOV1982_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5826,5873,3,,"| 0.83, 0.00, 2048650.00| -| 0.00,-0.83, 5715239.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,12,"(0.8327469716623148, 0.8327469716623055)",True, -Retrolens/WestCoast/JacksonBay_East/Shorelines/JacksonBay_East_18FEB1988.shp,Retrolens/WestCoast/JacksonBay_East/Stack/JacksonBay_East_18FEB1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,13348,14566,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.58, 0.00, 1265112.16| -| 0.00,-0.58, 5132320.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5833200368194223, 0.583320036819431)",True, -Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_13MAR1951.shp,Retrolens/WestCoast/Hokitika_North/Stack/Hokitika_North_13MAR1951_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,18264,18146,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1431910.38| -| 0.00,-0.25, 5272205.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.25120004058054324, 0.2512000405805379)",True, -Retrolens/WestCoast/KarangaruaRiver/Shorelines/KarangaruaRiver_18MAR1965.shp,Retrolens/WestCoast/KarangaruaRiver/Stack/KarangaruaRiver_18MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1934,2532,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.60, 0.00, 1334567.79| -| 0.00,-2.60, 5184440.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.6006927473646093, 2.6006927473645653)",True, -Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_18MAR1965.shp,Retrolens/WestCoast/SaltwaterBeach/Stack/SaltwaterBeach_18MAR1965_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,1594,1987,3,,"| 2.62, 0.00, 1337312.73| -| 0.00,-2.62, 5187479.15| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,3,"(2.6217100265338886, 2.6217100265340725)",True, -Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_15JAN1988.shp,Retrolens/WestCoast/SaltwaterBeach/Stack/SaltwaterBeach_15JAN1988_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6622,7888,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1337407.35| -| 0.00,-0.57, 5186900.89| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5703562010896464, 0.5703562010896891)",True, -Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_03APR1953.shp,Retrolens/WestCoast/SaltwaterBeach/Stack/SaltwaterBeach_03APR1953_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3083,3955,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.84, 0.00, 1338663.65| -| 0.00,-0.84, 5187226.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8384264759700341, 0.8384264759700534)",True, -Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_10JAN1978.shp,Retrolens/WestCoast/SaltwaterBeach/Stack/SaltwaterBeach_10JAN1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2070,2551,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.89, 0.00, 1337542.02| -| 0.00,-1.89, 5187362.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8875351674417213, 1.8875351674418117)",True, -Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_19MAR1970.shp,Retrolens/WestCoast/GreymouthNorth/Stack/GreymouthNorth_19MAR1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4643,10226,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1450708.16| -| 0.00,-0.71, 5306865.95| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7064133445536122, 0.706413344553594)",True, -Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_01APR1948.shp,Retrolens/WestCoast/GreymouthNorth/Stack/GreymouthNorth_01APR1948_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3012,6146,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.61, 0.00, 1452247.41| -| 0.00,-0.61, 5307091.79| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6081293375081517, 0.6081293375081914)",True, -Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_18FEB1988.shp,Retrolens/WestCoast/GreymouthNorth/Stack/GreymouthNorth_18FEB1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6087,14313,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1450799.52| -| 0.00,-0.52, 5306662.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5217158728147898, 0.521715872814793)",True, -Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_21MAY1945.shp,Retrolens/WestCoast/GreymouthNorth/Stack/GreymouthNorth_21MAY1945_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5423,11190,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1451542.10| -| 0.00,-0.23, 5301844.72| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2252850552842058, 0.22528505528418946)",True, -Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_24MAR1984_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_24MAR1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6184,9040,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.21, 0.00, 1426141.04| -| 0.00,-1.21, 5268714.84| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2084173191788927, 1.2084173191788985)",True, -Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_13MAR1951_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_13MAR1951_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10183,11329,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1430429.27| -| 0.00,-0.27, 5268454.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2675422723161326, 0.267542272316132)",True, -Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_21NOV1970_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_21NOV1970_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8905,9918,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1427686.07| -| 0.00,-0.68, 5268883.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6813949986685178, 0.6813949986685306)",True, -Retrolens/WestCoast/JacksonBay_East/Shorelines/JacksonBay_East_14MAR1951.shp,Retrolens/WestCoast/JacksonBay_East/Stack/JacksonBay_East_14MAR1951_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6755,8065,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1265218.82| -| 0.00,-0.94, 5131569.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9423964539518322, 0.9423964539518545)",True, -Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_27OCT1981_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_27OCT1981_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,9849,13146,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1427678.16| -| 0.00,-0.40, 5266562.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4024306854520561, 0.4024306854520633)",False, -Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_15JAN1988_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_15JAN1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12543,17936,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1426558.55| -| 0.00,-0.56, 5268817.77| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5646390783447034, 0.5646390783447124)",True, -Retrolens/WestCoast/TaramakauRiver_North/Shorelines/TaramakauRiver_11NOV1963.shp,Retrolens/WestCoast/TaramakauRiver_North/Stack/TaramakauRiver_11NOV1963_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10200,19575,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1447206.42| -| 0.00,-0.27, 5292367.00| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2720681574303593, 0.27206815743036233)",True, -Retrolens/WestCoast/TaramakauRiver_North/Shorelines/TaramakauRiver_27MAY1943.shp,Retrolens/WestCoast/TaramakauRiver_North/Stack/TaramakauRiver_27MAY1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7504,10464,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1445385.67| -| 0.00,-0.54, 5290912.82| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5375308339755961, 0.5375308339756028)",True, -Retrolens/WestCoast/TaramakauRiver_North/Shorelines/TaramakauRiver_18FEB1988.shp,Retrolens/WestCoast/TaramakauRiver_North/Stack/TaramakauRiver_18FEB1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9844,15542,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1445372.82| -| 0.00,-0.52, 5292859.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.523160794752434, 0.5231607947524327)",True, -Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_15JAN1988.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_15JAN1988_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,21151,23354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1416267.41| -| 0.00,-0.56, 5259992.97| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5645415496561306, 0.5645415496561331)",True, -Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_24MAR1984.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_24MAR1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3146,5019,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.21, 0.00, 1424654.38| -| 0.00,-1.21, 5259977.66| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.211598571482128, 1.2115985714821367)",True, -Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_21APR1966.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_21APR1966_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3548,3888,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.65, 0.00, 1415525.97| -| 0.00,-3.65, 5260212.23| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.648322424988379, 3.6483224249883737)",True, -Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_12APR1948.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_12APR1948_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,19163,19468,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1416534.50| -| 0.00,-0.54, 5257135.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5404577070662668, 0.5404577070662688)",True, -Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_18OCT1981.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_18OCT1981_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,9550,9166,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.01, 0.00, 1415804.89| -| 0.00,-1.01, 5255598.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.0135366055922808, 1.0135366055922805)",True, -Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_21NOV1970.shp,Retrolens/WestCoast/Hokitika_North/Stack/Hokitika_North_21NOV1970_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9938,11288,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1431956.98| -| 0.00,-0.68, 5275240.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6826840533053204, 0.6826840533053504)",True, -Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_15JAN1988.shp,Retrolens/WestCoast/Hokitika_North/Stack/Hokitika_North_15JAN1988_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,12255,13798,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1431909.02| -| 0.00,-0.57, 5275448.43| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5657469626142396, 0.5657469626142306)",True, -Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_24MAR1984.shp,Retrolens/WestCoast/Hokitika_North/Stack/Hokitika_North_24MAR1984_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5355,5148,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.25, 0.00, 1432012.17| -| 0.00,-1.25, 5273923.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.250123093694485, 1.2501230936945382)",True, -Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_04MAY1943_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_04MAY1943_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9522,11717,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1428682.92| -| 0.00,-0.51, 5268728.29| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5099323345737513, 0.5099323345737714)",True, -Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_01FEB1986.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_01FEB1986_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,4934,4274,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.70, 0.00, 1322035.07| -| 0.00,-1.70, 5173048.27| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.6990952434719577, 1.699095243471947)",True, -Retrolens/Gisborne/TurihauaPoint/Shorelines/TurihauaPoint_22OCT1942.shp,Retrolens/Gisborne/TurihauaPoint/Stack/TurihauaPoint_22OCT1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9663,9650,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2048275.08| -| 0.00,-0.52, 5715448.53| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5185277256931285, 0.518527725693128)",True, -Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_27OCT1988.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_27OCT1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,17245,4053,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 2033688.87| -| 0.00,-0.22, 5708268.73| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2245362642876373, 0.22453626428767323)",True, -Retrolens/Wellington/Ngawi/Shorelines/Ngawi_12APR1973.shp,Retrolens/Wellington/Ngawi/Stack/Ngawi_12APR1973_mosaic.jp2,100.0,26,JP2OpenJPEG,uint8,,10230,29061,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 1782685.33| -| 0.00,-0.65, 5410163.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6530137404195422, 0.6530137404195436)",True, -Retrolens/Wellington/Ngawi/Shorelines/Ngawi_27SEP1944.shp,Retrolens/Wellington/Ngawi/Stack/Ngawi_27SEP1944_mosaic.jp2,100.0,28,JP2OpenJPEG,uint8,,9627,28531,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1782819.84| -| 0.00,-0.67, 5409963.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6665568803451324, 0.6665568803451254)",True, -Retrolens/Wellington/Ngawi/Shorelines/Ngawi_28FEB1995.shp,Retrolens/Wellington/Ngawi/Stack/Ngawi_28FEB1995_mosaic.jp2,100.0,19,JP2OpenJPEG,uint8,,5051,13360,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1782411.87| -| 0.00,-1.44, 5409693.72| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4355067147305347, 1.4355067147305207)",True, -Retrolens/Bay of Plenty/Matata/Shorelines/Matata_23DEC1983.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_23DEC1983_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6165,1962,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1927278.33| -| 0.00,-1.44, 5801628.94| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4380089948301271, 1.4380089948300336)",True, -Retrolens/Bay of Plenty/Matata/Shorelines/Matata_18APR1962.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_18APR1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,21220,7126,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1927156.04| -| 0.00,-0.42, 5801703.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.4242473160300398, 0.4242473160300415)",True, -Retrolens/Bay of Plenty/Matata/Shorelines/Matata_17MAR1987.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_17MAR_1987_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,25706,8995,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1927143.46| -| 0.00,-0.31, 5801783.28| -| 0.00, 0.00, 1.00|",,8995,False,,pixel,0,"(0.3055230705806784, 0.3055230705806775)",True, -Retrolens/Bay of Plenty/Matata/Shorelines/Matata_16APR1974.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_16APR1974_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13008,4759,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1927376.04| -| 0.00,-0.68, 5801754.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6822340026778534, 0.6822340026778471)",True, -Retrolens/Bay of Plenty/Matata/Shorelines/Matata_26SEP1944.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_26SEP1944_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,13826,4850,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1927150.98| -| 0.00,-0.60, 5801759.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5975368773635525, 0.5975368773635745)",True, -Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_23SEP1983.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_23SEP1983_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5068,3747,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.79, 0.00, 1951218.29| -| 0.00,-1.79, 5793988.00| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.7907341122118687, 1.7907341122117728)",True, -Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_26APR1974.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_26APR1974_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10769,6802,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1953182.07| -| 0.00,-0.67, 5792216.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6741114574595786, 0.6741114574595706)",True, -Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_30OCT1962.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_30OCT1962_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12089,9033,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1953149.64| -| 0.00,-0.43, 5792218.19| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4304286003430886, 0.43042860034311725)",True, -Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_8MAR1987.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_8MAR1987_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,17458,11135,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1953180.40| -| 0.00,-0.32, 5792035.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.31573035234420777, 0.3157303523442064)",True, -Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_4JUN1969.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_4JUN1969_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5406,3735,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.53, 0.00, 1951732.62| -| 0.00,-2.53, 5794263.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.533372279966229, 2.533372279966233)",True, -Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_23SEP1983.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_23SEP1983_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3348,1052,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.79, 0.00, 1964050.49| -| 0.00,-1.79, 5788067.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.7881108151455722, 1.7881108151453091)",True, -Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_26APR1974.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_26APR1974_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8127,2293,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1964522.85| -| 0.00,-0.68, 5787806.65| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.679379516860786, 0.6793795168607765)",True, -Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_10SEP1971.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_10SEP1971_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7608,2360,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1964012.42| -| 0.00,-0.74, 5788005.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7423559817862301, 0.7423559817860408)",True, -Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_6MAR1965.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_6MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2285,640,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.46, 0.00, 1964357.13| -| 0.00,-2.46, 5787817.41| -| 0.00, 0.00, 1.00|",1024.0,640,True,,pixel,0,"(2.4604430325373117, 2.460443032537296)",True, -Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_12OCT1945.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_12OCT1945_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8430,2509,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1964514.98| -| 0.00,-0.59, 5787819.79| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5925715572916055, 0.5925715572916004)",True, -Retrolens/Bay of Plenty/PortOhope/Shorelines/PortOhope_26APR1974.shp,Retrolens/Bay of Plenty/PortOhope/Stack/PortOhope_26APR1974_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8913,5146,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1959655.63| -| 0.00,-0.67, 5789140.12| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6651473075170409, 0.6651473075170989)",True, -Retrolens/Bay of Plenty/PortOhope/Shorelines/PortOhope_14DEC1982.shp,Retrolens/Bay of Plenty/PortOhope/Stack/PortOhope_14DEC1982_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10456,5131,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1957698.32| -| 0.00,-0.72, 5789787.54| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7200686236941979, 0.7200686236942571)",True, -Retrolens/Bay of Plenty/PortOhope/Shorelines/PortOhope_10SEP1971.shp,Retrolens/Bay of Plenty/PortOhope/Stack/PortOhope_10SEP1971_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9788,4844,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1957963.68| -| 0.00,-0.76, 5789612.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.756531119031674, 0.7565311190316917)",True, -Retrolens/Bay of Plenty/PortOhope/Shorelines/PortOhope_6MAR1965.shp,Retrolens/Bay of Plenty/PortOhope/Stack/PortOhope_6MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3442,1752,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.45, 0.00, 1957237.82| -| 0.00,-2.45, 5789712.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.446243463387147, 2.4462434633871006)",True, -Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_31MAR1960.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBay_31MAR1960_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4084,2308,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 2025250.95| -| 0.00,-1.39, 5823075.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3938994574442987, 1.393899457444448)",True, -Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_29OCT1951.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBAy_29OCT1951_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,10313,5612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 2025712.86| -| 0.00,-0.49, 5822781.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49285045210091916, 0.4928504521009285)",True, -Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_1OCT1980.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBay_1OCT1980_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8009,5274,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 2025323.95| -| 0.00,-0.75, 5823569.03| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7505818848219781, 0.7505818848220217)",True, -Retrolens/Wellington/OceanBeach/Shorelines/OceanBeach_04NOV1961.shp,Retrolens/Wellington/OceanBeach/Stack/OceanBeach_04NOV1961_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12094,3865,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1770355.35| -| 0.00,-0.53, 5418175.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5322420535418841, 0.5322420535418765)",True, -Retrolens/Wellington/OceanBeach/Shorelines/OceanBeach_16APR1995.shp,Retrolens/Wellington/OceanBeach/Stack/OceanBeach_16APR1995_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5213,1231,3,EPSG:4326,"| 0.00, 0.00, 175.05| -| 0.00,-0.00,-41.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2596951041660061e-05, 1.2596951041662312e-05)",True, -Retrolens/Wellington/OceanBeach/Shorelines/OceanBeach_09AUG1944.shp,Retrolens/Wellington/OceanBeach/Stack/OceanBeach_09AUG1944_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9031,3061,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1770326.71| -| 0.00,-0.72, 5418182.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7247621370113886, 0.7247621370114359)",True, -Retrolens/Wellington/OceanBeach/Shorelines/OceanBeach_06OCT1980.shp,Retrolens/Wellington/OceanBeach/Stack/OceanBeach_06OCT1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8334,2449,3,EPSG:4326,"| 0.00, 0.00, 175.05| -| 0.00,-0.00,-41.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(7.363521712816628e-06, 7.363521712818255e-06)",True, -Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_30JAN2003.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_30JAN2003_mosaic.tif,100.0,3,GTiff,uint16,256.0,7308,9055,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1770821.29| -| 0.00,-0.79, 5482005.56| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.7908165542922148, 0.7908165542922054)",True, -Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_24MAR1970.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_24MAR1970_mosaic.tif,100.0,4,GTiff,uint16,256.0,16280,22199,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.29, 0.00, 1771310.29| -| 0.00,-0.29, 5481858.94| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.2894674555121501, 0.2894674555121506)",True, -Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_15APR1966.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_15APR1966_mosaic.tif,100.0,5,GTiff,uint16,256.0,25704,35395,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1771001.59| -| 0.00,-0.23, 5483156.75| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.227053899109425, 0.2270538991094288)",True, -Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_15JAN1957.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_15JAN1957_mosaic.tif,100.0,2,GTiff,uint16,256.0,11116,15869,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1771245.39| -| 0.00,-0.50, 5483102.34| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.504819655805943, 0.5048196558059492)",True, -Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_28APR1948.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_28APR1948_mosaic.tif,100.0,1,GTiff,uint16,256.0,19073,30993,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1771940.92| -| 0.00,-0.25, 5483154.96| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.24611597873396687, 0.24611597873398042)",True, -Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_06OCT1980.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_06OCT1980_mosaic.tif,100.0,5,GTiff,int32,2147483647.0,14589,19931,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.38, 0.00, 1770946.53| -| 0.00,-0.38, 5482593.37| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.3802067697149944, 0.38020676971498657)",True, -Retrolens/Wellington/Whiterock/Shorelines/Whiterock_12APR1973.shp,Retrolens/Wellington/Whiterock/Stack/Whiterock_12APR1973_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,10444,4112,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1796023.91| -| 0.00,-0.70, 5396246.32| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7000000000000045, 0.7000000000000905)",True, -Retrolens/Wellington/Whiterock/Shorelines/Whiterock_24SEP1995.shp,Retrolens/Wellington/Whiterock/Stack/Whiterock_24SEP1995_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4841,2200,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.50, 0.00, 1795926.29| -| 0.00,-1.50, 5396407.16| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5, 1.5)",True, -Retrolens/Wellington/Whiterock/Shorelines/Whiterock_27SEP1944.shp,Retrolens/Wellington/Whiterock/Stack/Whiterock_27SEP1944_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9873,4309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1796070.14| -| 0.00,-0.70, 5396244.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7000000000000094, 0.6999999999999568)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_15APR1966.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_15APR1966_mosaic.tif,100.0,9,GTiff,int32,2147483647.0,23152,29437,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.23, 0.00, 1766176.70| -| 0.00,-0.23, 5476278.11| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.22891356221725392, 0.22891356221723824)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_20NOV1987.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_20NOV1987_mosaic.tif,100.0,13,GTiff,int32,2147483647.0,14143,18548,1,,"| 0.47, 0.00, 1766109.73| -| 0.00,-0.47, 5477265.79| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,5,"(0.4692187338389792, 0.4692187338389805)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_05APR2011.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_05APR2011.tif,100.0,17,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| -| 0.00,-0.50, 5476275.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_3JUN1939.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBay_3JUN1939_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6048,4483,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2027386.66| -| 0.00,-0.52, 5822794.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5245188192031934, 0.5245188192032093)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_05FEB1977.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_05FEB1977_mosaic.tif,100.0,16,GTiff,int32,2147483647.0,9325,10376,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.83, 0.00, 1765332.03| -| 0.00,-0.83, 5477159.02| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.8347622658340036, 0.8347622658340217)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_31OCT2019.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_31OCT2019.tif,100.0,12,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| -| 0.00,-0.50, 5476275.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_05FEB1991.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_05FEB1991_mosaic.tif,100.0,9,GTiff,int32,2147483647.0,29324,27111,1,,"| 0.22, 0.00, 1766189.30| -| 0.00,-0.22, 5476608.75| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,5,"(0.22239258905397005, 0.222392589053972)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_17APR1952.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_17APR1952_mosaic.tif,100.0,14,GTiff,uint16,256.0,24538,30169,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1765933.17| -| 0.00,-0.25, 5476549.51| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.2543571313069585, 0.2543571313069586)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_25AUG2017.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_25AUG2017.tif,100.0,11,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| -| 0.00,-0.50, 5476275.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_19JAN2006.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_19JAN2006.tif,100.0,11,GTiff,uint8,,9073,12183,3,,"| 0.60, 0.00, 1766444.38| -| 0.00,-0.60, 5476275.65| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.6000000000000051, 0.5999999999999847)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_29OCT1973.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_29OCT1973_mosaic.tif,100.0,12,GTiff,int32,2147483647.0,19767,19083,1,,"| 0.33, 0.00, 1766048.02| -| 0.00,-0.33, 5476475.39| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,7,"(0.32970855096800084, 0.3297085509680066)",True, -Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_13NOV1989.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_13NOV1989_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3558,6918,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1870927.61| -| 0.00,-0.80, 5473500.60| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999999999999738, 0.8000000000000539)",True, -Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_2MAY1983.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_2MAY1983_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,3717,7126,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1870943.59| -| 0.00,-0.40, 5468851.60| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4000000000000125, 0.40000000000005226)",True, -Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_7APR1970.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_7APR1970_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,1295,3416,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.20, 0.00, 1870925.46| -| 0.00,-2.20, 5473656.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.2, 2.2000000000000544)",True, -Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_19AUG1963.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_19AUG1963_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,7362,17497,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1870910.12| -| 0.00,-0.40, 5473546.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.40000000000000635, 0.39999999999998936)",True, -Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_27NOV1994.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_27NOV1994_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,1507,3993,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1870862.58| -| 0.00,-1.90, 5473573.50| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.900000000000031, 1.9000000000000465)",True, -Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_7DEC1943.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_7DEC1943_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,5447,12490,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1870979.58| -| 0.00,-0.50, 5473481.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_01AUG1942.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_01AUG1942_mosaic.tif,100.0,7,GTiff,int32,2147483647.0,14658,17594,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.36, 0.00, 1766099.30| -| 0.00,-0.36, 5475223.52| -| 0.00, 0.00, 1.00|",128.0,128,True,,band,0,"(0.3581075959080202, 0.35810759590802754)",True, -Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_30OCT1972.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBay_30OCT1972_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7058,3340,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2025524.70| -| 0.00,-0.72, 5822217.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7188333857637089, 0.7188333857637234)",True, -Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_8FEB1991.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_8FEB1991_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6543,10383,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1859479.38| -| 0.00,-0.79, 5857584.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7853310595053867, 0.7853310595054029)",True, -Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_12APR1975.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_12APR1975_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7344,11869,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1859597.47| -| 0.00,-0.70, 5857639.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.701472287059528, 0.7014722870595327)",True, -Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_15SEP1971.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_15SEP1971_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4846,4396,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.60, 0.00, 1904995.06| -| 0.00,-2.60, 5817557.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.5999018708517347, 2.5999018708517263)",True, -Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_11DEC1981.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_11DEC1981_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6288,6615,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1905239.12| -| 0.00,-0.72, 5817701.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7192071257956322, 0.7192071257955982)",True, -Retrolens/Bay of Plenty/WaiotaheBeach/Shorelines/WaiotaheBeach10SEP1971.shp,Retrolens/Bay of Plenty/WaiotaheBeach/Stack/WaiotaheBeach_10SEP1971_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,8768,2628,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1968776.27| -| 0.00,-0.73, 5787426.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7312820276976948, 0.7312820276976925)",True, -Retrolens/Bay of Plenty/WaiotaheBeach/Shorelines/WaiotaheBeach12OCT1945.shp,Retrolens/Bay of Plenty/WaiotaheBeach/Stack/WaiotaheBeach_12OCT1945_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12079,2810,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1968518.91| -| 0.00,-0.57, 5787139.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5738455944336668, 0.5738455944336632)",True, -Retrolens/Bay of Plenty/WaiotaheBeach/Shorelines/WaiotaheBeach15OCT1966.shp,Retrolens/Bay of Plenty/WaiotaheBeach/Stack/WaiotaheBeach_15OCT1966_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8424,2585,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1969164.94| -| 0.00,-0.73, 5786961.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7346325043005086, 0.7346325043005224)",True, -Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_14DEC1982.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_14DEC1982_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12902,7474,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1944533.46| -| 0.00,-0.71, 5796529.31| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7146678059209386, 0.7146678059209853)",True, -Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_30OCT1962.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_30OCT1962_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,15827,9615,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1946319.62| -| 0.00,-0.44, 5796373.50| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.43711630958246606, 0.43711630958246256)",True, -Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_26SEP1944.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_26SEP1944_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12897,6768,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1945741.74| -| 0.00,-0.56, 5795761.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5648111508763989, 0.5648111508764001)",True, -Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_8MAR1987.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_8MAR1987_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,21943,12637,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.33, 0.00, 1945881.93| -| 0.00,-0.33, 5796101.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.32584776313304986, 0.3258477631330495)",True, -Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_26APR1974.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_26APR1974_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11041,6396,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1945746.21| -| 0.00,-0.70, 5796454.88| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7045325958625704, 0.7045325958625757)",True, -Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_16OCT1952.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_16OCT1952_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4871,3162,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.04, 0.00, 1947957.41| -| 0.00,-1.04, 5795351.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.0377106324540024, 1.0377106324540997)",True, -Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_23MAR1962.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_23MAR1962_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3609,3405,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 2006695.54| -| 0.00,-1.13, 5807859.56| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1309550605312657, 1.1309550605312253)",True, -Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_13MAR1943.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_13MAR1943_mosaic.jp2,100.0,22,JP2OpenJPEG,uint16,256.0,21750,17894,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1906741.36| -| 0.00,-0.50, 5814951.00| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4997861338612656, 0.4997861338612781)",True, -Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_4OCT1977.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_4OCT1977_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,12049,11331,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 2006998.67| -| 0.00,-0.30, 5807703.34| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.29657358223386016, 0.2965735822338876)",True, -Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_4DEC1981.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_4DEC1981_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4954,4822,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 2006627.83| -| 0.00,-0.80, 5807953.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.799131926714522, 0.7991319267144515)",True, -Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_10SEP1971.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_10SEP1971_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5253,4821,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 2006789.49| -| 0.00,-0.73, 5807857.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.731663832098264, 0.7316638320982704)",True, -Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_06FEB1961.shp,Retrolens/Bay of Plenty/MountMaunganui_South/Stack/MountMaunganui_South_6FEB1961_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,9363,4966,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.56, 0.00, 1891078.08| -| 0.00,-1.56, 5821841.79| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5638156405718067, 1.563815640571797)",False, -Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_11DEC1981.shp,Retrolens/Bay of Plenty/MountMaunganui_South/Stack/MountMaunganui_South_11DEC1981_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10855,3917,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1898325.18| -| 0.00,-0.72, 5817626.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7240782901520945, 0.7240782901521069)",True, -Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_05MAR1992.shp,Retrolens/Bay of Plenty/MountMaunganui_South/Stack/MountMaunganui_South_5MAR1992_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,13861,8526,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1891372.54| -| 0.00,-0.67, 5821976.96| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6738650567015299, 0.6738650567015603)",True, -Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_13NOV1959.shp,Retrolens/Bay of Plenty/MountMaunganui_South/Stack/MountMaunganui_South_13NOV1959_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,26535,11935,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1892980.81| -| 0.00,-0.48, 5821075.90| -| 0.00, 0.00, 1.00|",,11935,False,,pixel,0,"(0.48427714166876024, 0.48427714166876396)",True, -Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_29OCT1957.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_29OCT1957_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8478,8130,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.18, 0.00, 2027663.91| -| 0.00,-1.18, 5709077.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1774338861588443, 1.1774338861588312)",True, -Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_06JUL1948.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_6JUL1948_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,22679,23472,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 2027953.23| -| 0.00,-0.43, 5708416.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.43302378373663986, 0.4330237837366353)",True, -Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_27NOV1964.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_27NOV1964_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3913,6281,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 2027886.00| -| 0.00,-0.74, 5702873.18| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7372367350647472, 0.7372367350647635)",True, -Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_04MAR1979.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_4MAR1979_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8707,9152,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 2026311.21| -| 0.00,-1.42, 5709860.36| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4189628153833533, 1.418962815383362)",True, -Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_23SEP1965.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_23SEP1965_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12965,9879,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 2028164.91| -| 0.00,-0.73, 5708854.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7309552020658737, 0.7309552020659067)",True, -Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_16NOV1982.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_16NOV1982_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12229,11057,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 2027987.24| -| 0.00,-0.78, 5708826.79| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.78283450358758, 0.7828345035875877)",True, -Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_7OCT1957.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_7OCT1957_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6442,6248,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 2006854.68| -| 0.00,-0.59, 5807883.53| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5875507577296256, 0.5875507577296487)",True, -Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_27APR1972.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_27APR1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,14697,11141,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 2028022.86| -| 0.00,-0.65, 5708644.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.650802270229833, 0.6508022702298474)",True, -Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_10JUN1948.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_10JUN1948_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4149,5817,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1905073.37| -| 0.00,-0.50, 5817312.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.495906234269977, 0.49590623426992875)",True, -Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_28JAN1982.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_28JAN1982_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14391,11069,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1906866.63| -| 0.00,-0.76, 5814051.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7560877883272598, 0.7560877883272549)",True, -Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_19MAR1986.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_19MAR1986_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8325,12302,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1858418.04| -| 0.00,-0.81, 5858607.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8127445962711016, 0.812744596271125)",True, -Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_16NOV1942.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_16NOV1942_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6584,10170,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1859916.38| -| 0.00,-0.50, 5856665.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.501324970656484, 0.501324970656484)",True, -Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_9APR1948.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_9APR1948_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7078,11052,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1861278.78| -| 0.00,-0.51, 5854743.10| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5108679347386632, 0.5108679347386577)",True, -Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_6JAN1999.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_6JAN1999_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4941,6554,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.56, 0.00, 1858204.40| -| 0.00,-1.56, 5858760.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.562902496982987, 1.5629024969829945)",True, -Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_4JUL1969.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_4JUL1969_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,16301,25858,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1859690.42| -| 0.00,-0.31, 5857266.94| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.3138450343262175, 0.31384503432620203)",True, -Retrolens/Bay of Plenty/Torere_Hawai/Shorelines/Torere_Hawai_10SEP1971.shp,Retrolens/Bay of Plenty/Torere_Hawai/Stack/Torere_Hawai_10SEP1971_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,15211,9387,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1989708.66| -| 0.00,-0.71, 5794826.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.708508026005337, 0.7085080260053337)",True, -Retrolens/Bay of Plenty/Torere_Hawai/Shorelines/Torere_Hawai_23SEP1948.shp,Retrolens/Bay of Plenty/Torere_Hawai/Stack/Torere_Hawai_23SEP1948_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,17919,10796,3,,"| 0.55, 0.00, 1989901.09| -| 0.00,-0.55, 5794362.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,4,"(0.5467520138081366, 0.5467520138081792)",True, -Retrolens/Bay of Plenty/Torere_Hawai/Shorelines/Torere_Hawai_4DEC1981.shp,Retrolens/Bay of Plenty/Torere_Hawai/Stack/Torere_Hawai_4DEC1981_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,12389,7907,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1989991.46| -| 0.00,-0.79, 5794456.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7881828061245336, 0.788182806124574)",True, -Retrolens/Bay of Plenty/KohioawaBeach/Shorelines/KohioawaBeach_8MAR1987.shp,Retrolens/Bay of Plenty/KohioawaBeach/Stack/KohioawaBeach_8MAR1987_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,33746,18047,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1917573.08| -| 0.00,-0.30, 5806510.44| -| 0.00, 0.00, 1.00|",,18047,False,,pixel,0,"(0.2990833127066246, 0.2990833127066318)",True, -Retrolens/Bay of Plenty/KohioawaBeach/Shorelines/KohioawaBeach_26APR1974.shp,Retrolens/Bay of Plenty/KohioawaBeach/Stack/KohioawaBeach_26APR1974_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,16285,8831,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1916654.79| -| 0.00,-0.68, 5806820.96| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.682783341597872, 0.6827833415978791)",True, -Retrolens/Bay of Plenty/KohioawaBeach/Shorelines/KohioawaBeach_14DEC1982.shp,Retrolens/Bay of Plenty/KohioawaBeach/Stack/KohioawaBeach_14DEC1982_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,16126,9619,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1916327.25| -| 0.00,-0.74, 5807399.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7369051439260874, 0.7369051439261016)",True, -Retrolens/Bay of Plenty/RangitaikiRiver/Shorelines/RangitaikiRiver_14DEC1982.shp,Retrolens/Bay of Plenty/RangitaikiRiver/Stack/RangitaikiRiver_14DEC1982_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15955,6077,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1935750.27| -| 0.00,-0.72, 5799417.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7205833848276146, 0.7205833848276167)",True, -Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_30APR1963.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_30APR1963_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,25879,21027,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1906000.81| -| 0.00,-0.44, 5815682.20| -| 0.00, 0.00, 1.00|",,21027,False,,,0,"(0.43639406711795553, 0.43639406711796785)",True, -Retrolens/Bay of Plenty/RangitaikiRiver/Shorelines/RangitaikiRiver_8&17MAR1987.shp,Retrolens/Bay of Plenty/RangitaikiRiver/Stack/RangitaikiRiver_8&17MAR1987_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,35808,13168,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1935824.85| -| 0.00,-0.32, 5799277.62| -| 0.00, 0.00, 1.00|",20000.0,13168,True,,pixel,0,"(0.3189931320020613, 0.31899313200207174)",True, -Retrolens/Bay of Plenty/RangitaikiRiver/Shorelines/RangitaikiRiver_20OCT1944.shp,Retrolens/Bay of Plenty/RangitaikiRiver/Stack/RangitaikiRiver_20OCT1944_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,19397,8127,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1935854.21| -| 0.00,-0.56, 5799164.84| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.557371219010454, 0.5573712190104573)",True, -Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountMaunganui_07NOV1978.shp,Retrolens/Bay of Plenty/MountMaunganui/Stack/MountMaunganui_07NOV1978_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,19281,19509,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1879934.04| -| 0.00,-0.28, 5830965.04| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.27717288992287553, 0.2771728899228887)",True, -Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountMaunganui_19MAR1986.shp,Retrolens/Bay of Plenty/MountMaunganui/Stack/MountMaunganui_19MAR1986_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,20101,14320,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1879877.89| -| 0.00,-0.74, 5830714.18| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7374449266845032, 0.7374449266845298)",True, -Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountMaunganui_05MAR1992.shp,Retrolens/Bay of Plenty/MountMaunganui/Stack/MountMaunganui_05MAR1992_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,21887,16615,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.66, 0.00, 1879836.61| -| 0.00,-0.66, 5831236.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6647209188178663, 0.6647209188178643)",True, -Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountMaunganui_09FEB1943.shp,Retrolens/Bay of Plenty/MountMaunganui/Stack/MountMaunganui_09FEB1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,19015,15730,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1878864.96| -| 0.00,-0.60, 5831469.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6, 0.6)",True, -Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_4OCT1977.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_4OCT1977_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,53177,9690,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1976926.59| -| 0.00,-0.22, 5788006.93| -| 0.00, 0.00, 1.00|",,9690,False,,pixel,0,"(0.22267000542961388, 0.222670005429613)",True, -Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_7MAR1987.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_7MAR1987_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12792,2024,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1973814.12| -| 0.00,-0.95, 5787349.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9526979841260671, 0.9526979841260615)",True, -Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_4DEC1981.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_4DEC1981_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,20096,4058,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1973287.55| -| 0.00,-0.79, 5788570.71| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.790052350409896, 0.7900523504099091)",True, -Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_4DEC1976.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_4DEC1976_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16692,2799,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1974037.25| -| 0.00,-0.67, 5787130.76| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6672340070898064, 0.6672340070898004)",True, -Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_3APR1964.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_3APR1964_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,33208,4871,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1973810.66| -| 0.00,-0.45, 5787637.62| -| 0.00, 0.00, 1.00|",,4871,False,,pixel,0,"(0.45097057300013194, 0.4509705730001311)",True, -Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_12OCT1945.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_12OCT1945_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,22182,3344,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1973602.54| -| 0.00,-0.56, 5787195.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5630328642829904, 0.5630328642829927)",True, -Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_19MAR1986.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_19MAR1986_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15055,13612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1905204.11| -| 0.00,-0.72, 5817665.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7230926750835287, 0.7230926750834962)",True, -Retrolens/Bay of Plenty/RangitaikiRiver/Shorelines/RangitaikiRiver_16APR1974.shp,Retrolens/Bay of Plenty/RangitaikiRiver/Stack/RangitaikiRiver_16APR1974_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,16162,6223,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1935811.46| -| 0.00,-0.69, 5799285.08| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6932592666175917, 0.6932592666175899)",True, -Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_20JAN2023.shp,Gabrielle/Imagery/pre-storm/Gisborne/Tolaga Bay/TolagaBay_20JAN2023.tif,100.0,2,GTiff,uint16,256.0,7193,9833,3,,"| 0.30, 0.00, 2062887.74| -| 0.00,-0.30, 5740922.15| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,5,"(0.29999999999998705, 0.3000000000000379)",True, -Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_21FEB2002.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_21FEB2002_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,4784,3613,3,,"| 1.41, 0.00, 1577246.94| -| 0.00,-1.41, 5486384.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,6,"(1.4092194904596331, 1.4092194904595687)",True, -Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_09APR1965.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_09APR1965_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9220,6597,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1576929.33| -| 0.00,-0.74, 5486554.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7367087999785545, 0.7367087999786247)",True, -MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_20MAR2014.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_20MAR2014.tif,100.0,10,GTiff,uint8,,7176,5400,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1418391.07| -| 0.00,-0.60, 4930131.26| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5998212099075317, 0.5998212099075317)",True, -MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_10DEC2010.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_10DEC2010.tif,100.0,0,GTiff,uint8,,18303,25990,3,,"| 0.49, 0.00, 1445206.57| -| 0.00,-0.49, 5021994.32| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.4892940819263458, 0.4892940819263458)",False, -MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_11MAR2020.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_11MAR2020.tif,100.0,0,GTiff,uint8,,17910,25433,3,,"| 0.50, 0.00, 1445206.89| -| 0.00,-0.50, 5021994.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_31JAN2021.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_31JAN2021.tif,100.0,3,GTiff,uint8,,24229,34406,3,,"| 0.37, 0.00, 1445206.87| -| 0.00,-0.37, 5021994.34| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.36960816383361816, 0.36960816383361816)",False, -MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_06JAN2009.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_06JAN2009.tif,100.0,0,GTiff,uint8,,14925,21194,3,,"| 0.60, 0.00, 1445206.79| -| 0.00,-0.60, 5021993.92| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6, 0.5999999999999737)",False, -MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_17JAN2015.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_17JAN2015.tif,100.0,0,GTiff,uint8,,17910,25433,3,,"| 0.50, 0.00, 1445206.89| -| 0.00,-0.50, 5021994.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_03FEB2019.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_03FEB2019.tif,100.0,0,GTiff,uint8,,17910,25433,3,,"| 0.50, 0.00, 1445206.89| -| 0.00,-0.50, 5021994.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Shorelines/TaieriBeachMouth_11MAY2011.shp,MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Imagery/Stack/TaieriBeachMouth_11MAY2011.tif,100.0,8,GTiff,uint8,,6236,15559,3,,"| 0.50, 0.00, 1382954.24| -| 0.00,-0.50, 4899815.31| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Shorelines/TaieriBeachMouth_24MAY2017.shp,MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Imagery/Stack/TaieriBeachMouth_24MAY2017.tif,100.0,12,GTiff,uint8,,6236,15559,3,,"| 0.50, 0.00, 1382954.24| -| 0.00,-0.50, 4899815.31| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Shorelines/TaieriBeachMouth_25DEC2014.shp,MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Imagery/Stack/TaieriBeachMouth_25DEC2014.tif,100.0,8,GTiff,uint8,,6236,15559,3,,"| 0.50, 0.00, 1382954.24| -| 0.00,-0.50, 4899815.31| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Shorelines/TaieriBeachMouth_01OCT2020.shp,MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Imagery/Stack/TaieriBeachMouth_01OCT2020.tif,100.0,11,GTiff,uint8,,6236,15559,3,,"| 0.50, 0.00, 1382954.24| -| 0.00,-0.50, 4899815.31| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_21MAR2021.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_21MAR2021.tif,100.0,5,GTiff,uint8,,7264,11533,3,,"| 0.44, 0.00, 1416877.90| -| 0.00,-0.44, 4946766.85| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.4411159157752991, 0.4411159157752991)",True, -MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_25FEB2010.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_25FEB2010.tif,100.0,3,GTiff,uint8,,6408,10175,3,,"| 0.50, 0.00, 1416877.73| -| 0.00,-0.50, 4946766.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_15SEP2017.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_15SEP2017.tif,100.0,3,GTiff,uint8,,6408,10175,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1416877.73| -| 0.00,-0.50, 4946766.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_03OCT2006.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_03OCT2006.tif,100.0,4,GTiff,uint8,,5340,8479,3,,"| 0.60, 0.00, 1416877.92| -| 0.00,-0.60, 4946766.94| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6, 0.6000000000000439)",True, -MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_22JAN2015.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_22JAN2015.tif,100.0,4,GTiff,uint8,,6408,10175,3,,"| 0.50, 0.00, 1416877.73| -| 0.00,-0.50, 4946766.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/Oamaru/Shorelines/Oamaru_06JAN2009.shp,MaxarImagery/HighFreq/Otago/Oamaru/Imagery/Stack/Oamaru_06JAN2009.tif,100.0,0,GTiff,uint8,,10503,11402,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1440271.83| -| 0.00,-0.60, 5010210.18| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000044, 0.6000000000000163)",True, -MaxarImagery/HighFreq/Otago/Oamaru/Shorelines/Oamaru_25MAR2020.shp,MaxarImagery/HighFreq/Otago/Oamaru/Imagery/Stack/Oamaru_25MAR2020.tif,100.0,10,GTiff,uint8,,12603,13683,3,,"| 0.50, 0.00, 1440271.63| -| 0.00,-0.50, 5010209.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/Oamaru/Shorelines/Oamaru_06MAY2015.shp,MaxarImagery/HighFreq/Otago/Oamaru/Imagery/Stack/Oamaru_06MAY2015_2.tif,100.0,0,GTiff,uint8,,2677,2892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1445565.36| -| 0.00,-0.32, 5010210.04| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.3230995237827301, 0.3230995237827301)",True, -MaxarImagery/HighFreq/Otago/Oamaru/Shorelines/Oamaru_04APR2018.shp,MaxarImagery/HighFreq/Otago/Oamaru/Imagery/Stack/Oamaru_04APR2018.tif,100.0,0,GTiff,uint8,,15287,16595,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.41, 0.00, 1440271.78| -| 0.00,-0.41, 5010209.99| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.41223570704460144, 0.41223570704460144)",True, -MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_18JAN2020.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_18JAN2020.tif,100.0,0,GTiff,uint8,,14416,6164,3,,"| 0.37, 0.00, 1530949.07| -| 0.00,-0.37, 5139015.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.36684054136276245, 0.36684054136276245)",True, -MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_19AUG2015.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_19AUG2015.tif,100.0,3,GTiff,uint8,,10577,4523,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1530949.01| -| 0.00,-0.50, 5139015.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_14JAN2004.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_14JAN2004.tif,100.0,5,GTiff,uint8,,8815,3769,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1530949.01| -| 0.00,-0.60, 5139015.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.5999999999998518)",True, -MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_28MAR2011.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_28MAR2011.tif,100.0,6,GTiff,uint8,,10577,4523,3,,"| 0.50, 0.00, 1530949.01| -| 0.00,-0.50, 5139015.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_06FEB2007.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_06FEB2007.tif,100.0,4,GTiff,uint8,,8815,3769,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1530949.01| -| 0.00,-0.60, 5139015.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.5999999999998518)",True, -MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_29APR2011.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_29APR2011.tif,100.0,8,GTiff,uint8,,8607,6479,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1418391.42| -| 0.00,-0.50, 4930131.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_21OCT2016.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_21OCT2016.tif,100.0,10,GTiff,uint8,,8703,6551,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1418391.26| -| 0.00,-0.49, 4930131.60| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.49449998140335083, 0.49449998140335083)",True, -MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_08JULY2019.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_08JULY2019.tif,100.0,9,GTiff,uint8,,10928,8227,3,,"| 0.39, 0.00, 1418391.40| -| 0.00,-0.39, 4930131.37| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.3937685489654541, 0.3937685489654541)",False, -MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_23AUG2007.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_23AUG2007.tif,100.0,9,GTiff,uint8,,7173,5399,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1418391.33| -| 0.00,-0.60, 4930131.53| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000065, 0.600000000000069)",True, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_18APR2011.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_18APR2011.tif,100.0,20,GTiff,uint8,,8857,7558,3,,"| 0.50, 0.00, 1610547.58| -| 0.00,-0.50, 6110721.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_28JUN2013.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_28JUN2013.tif,100.0,18,GTiff,uint8,,8857,7558,3,,"| 0.50, 0.00, 1610547.58| -| 0.00,-0.50, 6110721.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_10JUN2012.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_10JUN2012.tif,100.0,18,GTiff,uint8,,9439,8054,3,,"| 0.47, 0.00, 1610547.60| -| 0.00,-0.47, 6110721.86| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.4692269563674927, 0.4692269563674927)",True, -MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_02May2013.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_02MAY2013.tif,100.0,2,GTiff,uint8,,6162,6702,3,,"| 0.50, 0.00, 1325856.99| -| 0.00,-0.50, 4835906.34| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_25MAR2020.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_25MAR2020.tif,100.0,2,GTiff,uint8,,6612,7192,3,,"| 0.47, 0.00, 1325856.62| -| 0.00,-0.47, 4835906.47| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.46601638197898865, 0.46601638197898865)",True, -MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_28APR2004.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_28APR2004.tif,100.0,1,GTiff,uint8,,5135,5586,3,,"| 0.60, 0.00, 1325856.89| -| 0.00,-0.60, 4835906.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.6, 0.5999999999999334)",True, -MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_02FEB2016.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_02FEB2016.tif,100.0,1,GTiff,uint8,,7991,8692,3,,"| 0.39, 0.00, 1325856.66| -| 0.00,-0.39, 4835906.42| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.3855539560317993, 0.3855539560317993)",True, -MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_06DEC2008.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_06DEC2008.tif,100.0,1,GTiff,uint8,,5135,5586,3,,"| 0.60, 0.00, 1325856.89| -| 0.00,-0.60, 4835906.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,11,"(0.6, 0.5999999999999334)",True, -MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_31JAN2017.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_31JAN2017.tif,100.0,8,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| -| 0.00,-0.50, 4913672.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_13JAN2005.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_13JAN2005.tif,100.0,6,GTiff,uint8,,9691,1502,3,,"| 0.60, 0.00, 1405487.47| -| 0.00,-0.60, 4913672.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6000000000000096, 0.600000000000124)",True, -MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_19FEB2010.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_19FEB2010.tif,100.0,6,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| -| 0.00,-0.50, 4913672.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_05FEB2021.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_05FEB2021.tif,100.0,9,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| -| 0.00,-0.50, 4913672.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_21APR2017.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_21APR2017.tif,100.0,7,GTiff,uint8,,13540,5789,3,,"| 0.39, 0.00, 1530948.94| -| 0.00,-0.39, 5139015.91| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.39058923721313477, 0.39058923721313477)",True, -MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_21JAN2013.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_21JAN2013.tif,100.0,6,GTiff,uint8,,9691,1502,3,,"| 0.60, 0.00, 1405487.47| -| 0.00,-0.60, 4913672.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.6000000000000096, 0.600000000000124)",True, -MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_15Sep2017.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_15SEP2017.tif,100.0,10,GTiff,uint8,,7153,4305,3,,"| 0.50, 0.00, 1419664.90| -| 0.00,-0.50, 4917624.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,10,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_14Mar2015.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_14MAR2015.tif,100.0,9,GTiff,uint8,,7153,4305,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1419664.90| -| 0.00,-0.50, 4917624.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_30Sep2010.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_30SEP2010.tif,100.0,8,GTiff,uint8,,7153,4305,3,,"| 0.50, 0.00, 1419664.90| -| 0.00,-0.50, 4917624.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_04Apr2021.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_04APR2021.tif,100.0,8,GTiff,uint8,,9175,5521,3,,"| 0.39, 0.00, 1419664.90| -| 0.00,-0.39, 4917625.11| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,10,"(0.3898615539073944, 0.3898615539073944)",True, -MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_07Nov2012.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_07NOV2012.tif,100.0,8,GTiff,uint8,,7153,4305,3,,"| 0.50, 0.00, 1419664.90| -| 0.00,-0.50, 4917624.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_10Sep2009.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_10SEP2009.tif,100.0,8,GTiff,uint8,,5961,3587,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1419664.80| -| 0.00,-0.60, 4917624.81| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000156, 0.6000000000000519)",True, -MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_16SEP2019.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_16SEP2019.tif,100.0,4,GTiff,uint8,,3561,6269,3,,"| 0.50, 0.00, 1413003.02| -| 0.00,-0.50, 4935531.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_18AUG2007.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_18AUG2007.tif,100.0,3,GTiff,uint8,,2969,5224,3,,"| 0.60, 0.00, 1413002.71| -| 0.00,-0.60, 4935531.47| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.600000000000047, 0.6000000000000714)",False, -MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_28DEC2011.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_28DEC2011.tif,100.0,4,GTiff,uint8,,3561,6269,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1413003.02| -| 0.00,-0.50, 4935531.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_20MAR2014.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_20MAR2014.tif,100.0,4,GTiff,uint8,,2970,5226,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1413002.82| -| 0.00,-0.60, 4935531.33| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5998212099075317, 0.5998212099075317)",False, -MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_17NOV2017.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_17NOV2017.tif,100.0,5,GTiff,uint8,,3561,6269,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1413003.02| -| 0.00,-0.50, 4935531.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_29JUNE2004.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_29JUNE2004.tif,100.0,8,GTiff,uint8,,7173,5399,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1418391.33| -| 0.00,-0.60, 4930131.53| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000065, 0.600000000000069)",True, -MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_13Jan2005.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_13JAN2005.tif,100.0,9,GTiff,uint8,,5961,3587,3,,"| 0.60, 0.00, 1419664.80| -| 0.00,-0.60, 4917624.81| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,10,"(0.6000000000000156, 0.6000000000000519)",True, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_16FEB2004.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_16FEB2004.TIF,100.0,17,GTiff,uint8,,7380,6298,3,,"| 0.60, 0.00, 1610548.08| -| 0.00,-0.60, 6110721.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.6, 0.5999999999999704)",True, -MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_03FEB2019.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_03FEB2019.tif,100.0,0,GTiff,uint8,,6676,62315,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1452628.87| -| 0.00,-0.50, 5052616.18| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.49920499324798584, 0.49920499324798584)",False, -MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_30JAN2021.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_30JAN2021_2.tif,100.0,0,GTiff,uint8,,7880,73548,3,,"| 0.42, 0.00, 1452628.78| -| 0.00,-0.42, 5052615.87| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.42295700311660767, 0.42295700311660767)",False, -MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_01JUL2020.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_01JUL2020.tif,100.0,5,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| -| 0.00,-0.50, 5446080.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_19FEB2010.tif,100.0,3,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| -| 0.00,-0.60, 5446080.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000179, 0.6000000000000276)",False, -MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_10AUG2003.tif,100.0,2,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| -| 0.00,-0.60, 5446080.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000179, 0.6000000000000276)",False, -MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_19APR2017.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_19APR2017.tif,100.0,3,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| -| 0.00,-0.50, 5446080.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_28AUG2006.tif,100.0,16,GTiff,uint8,,2949,14540,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1603801.78| -| 0.00,-0.60, 5474684.09| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000474, 0.6)",True, -MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_25FEB2016.tif,100.0,17,GTiff,uint8,,3539,17448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1603801.98| -| 0.00,-0.50, 5474684.09| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25JUN2013.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_25JUN2013.tif,100.0,16,GTiff,uint8,,3539,17448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1603801.98| -| 0.00,-0.50, 5474684.09| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_21FEB2010.tif,100.0,16,GTiff,uint8,,3874,19104,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1603802.00| -| 0.00,-0.46, 5474684.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4566778540611267, 0.4566778540611267)",True, -MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_05DEC2020.tif,100.0,17,GTiff,uint8,,3539,17448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1603801.98| -| 0.00,-0.50, 5474684.09| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_19JUL2015.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_19JUL2015.tif,100.0,19,GTiff,uint8,,4248,32807,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1572560.68| -| 0.00,-0.50, 5507410.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_04JUN2003.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_04JUN2003.tif,100.0,17,GTiff,uint8,,3540,27339,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1572560.68| -| 0.00,-0.60, 5507410.32| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.5999999999999795)",True, -MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_13MAR2021.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_13MAR2021.tif,100.0,18,GTiff,uint8,,4248,32807,3,,"| 0.50, 0.00, 1572560.68| -| 0.00,-0.50, 5507410.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_17FEB2012.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_17FEB2012.tif,100.0,22,GTiff,uint8,,4248,32807,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1572560.68| -| 0.00,-0.50, 5507410.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_27AUG2019.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_27AUG2019.tif,100.0,20,GTiff,uint8,,5615,43367,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1572560.72| -| 0.00,-0.38, 5507410.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.3782474100589752, 0.3782474100589752)",True, -MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_31DEC2020.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_31DEC2020.tif,100.0,12,GTiff,uint8,,10667,20833,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.41, 0.00, 1599378.99| -| 0.00,-0.41, 5485205.14| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4089413583278656, 0.4089413583278656)",True, -MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_25APR2014.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_25APR2014.tif,100.0,14,GTiff,uint8,,8725,17038,3,,"| 0.50, 0.00, 1599379.00| -| 0.00,-0.50, 5485205.32| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_10AUG2003.tif,100.0,18,GTiff,uint8,,7271,14198,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1599378.91| -| 0.00,-0.60, 5485204.91| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999808, 0.5999999999999869)",True, -MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_26OCT2017.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_26OCT2017.tif,100.0,14,GTiff,uint8,,8725,17038,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1599379.00| -| 0.00,-0.50, 5485205.31| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_09FEB2011.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_09FEB2011.tif,100.0,16,GTiff,uint8,,8725,17038,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1599379.00| -| 0.00,-0.50, 5485205.31| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_18MAR2021.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_18MAR2021.tif,100.0,1,GTiff,uint8,,16158,9207,3,,"| 0.50, 0.00, 1608618.86| -| 0.00,-0.50, 5433581.44| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_23DEC2014.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_23DEC2014.tif,100.0,1,GTiff,uint8,,16158,9207,3,,"| 0.50, 0.00, 1608618.86| -| 0.00,-0.50, 5433581.44| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_17FEB2018.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_17FEB2018.tif,100.0,1,GTiff,uint8,,16158,9207,3,,"| 0.50, 0.00, 1608618.86| -| 0.00,-0.50, 5433581.44| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_19FEB2010.tif,100.0,1,GTiff,uint8,,13464,7673,3,,"| 0.60, 0.00, 1608618.85| -| 0.00,-0.60, 5433581.73| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.6000000000000104, 0.5999999999999758)",False, -MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_14DEC2006.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_14DEC2006.tif,100.0,1,GTiff,uint8,,13464,7673,3,,"| 0.60, 0.00, 1608618.85| -| 0.00,-0.60, 5433581.73| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.6000000000000104, 0.5999999999999758)",False, -MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_02FEB2021.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_02FEB2021.tif,100.0,27,GTiff,uint8,,8859,17639,3,,"| 0.50, 0.00, 1600249.96| -| 0.00,-0.50, 5465144.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_28AUG2006.tif,100.0,2,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| -| 0.00,-0.60, 5446080.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000179, 0.6000000000000276)",False, -MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_25JUN2013.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_25JUN2013.tif,100.0,4,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| -| 0.00,-0.50, 5446080.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_04APR2021.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_04APR2021.tif,100.0,17,GTiff,uint8,,10618,37532,3,,"| 0.50, 0.00, 1453037.23| -| 0.00,-0.50, 5071252.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_22JAN2013.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_22JAN2013.tif,100.0,17,GTiff,uint8,,10094,37523,3,,"| 0.50, 0.00, 1453555.75| -| 0.00,-0.50, 5071247.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_14MAR2015.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_14MAR2015_2.tif,100.0,0,GTiff,uint8,,7024,65553,3,,"| 0.47, 0.00, 1452628.68| -| 0.00,-0.47, 5052616.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.474545955657959, 0.474545955657959)",True, -MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_03NOV2009.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_03NOV2009.tif,100.0,0,GTiff,uint8,,5555,51846,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1452628.74| -| 0.00,-0.60, 5052615.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999998323, 0.5999999999998491)",False, -MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_07AUG2005.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_07AUG2005.tif,100.0,0,GTiff,uint8,,5264,7477,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1460259.32| -| 0.00,-0.60, 5089748.20| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000265, 0.600000000000025)",False, -MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_19SEP2014.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_19SEP2014.tif,100.0,0,GTiff,uint8,,6315,8973,3,,"| 0.50, 0.00, 1460259.62| -| 0.00,-0.50, 5089748.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_24MAR2012.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_24MAR2012.tif,100.0,0,GTiff,uint8,,6315,8973,3,,"| 0.50, 0.00, 1460259.62| -| 0.00,-0.50, 5089748.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_24FEB2019.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_24FEB2019.tif,100.0,0,GTiff,uint8,,8106,11516,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.39, 0.00, 1460259.42| -| 0.00,-0.39, 5089748.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.3895632326602936, 0.3895632326602936)",False, -MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_16AUG2017.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_16AUG2017.tif,100.0,0,GTiff,uint8,,8729,12399,3,,"| 0.36, 0.00, 1460259.45| -| 0.00,-0.36, 5089748.26| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.361804723739624, 0.361804723739624)",False, -MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_28FEB2010.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_28FEB2010.tif,100.0,0,GTiff,uint8,,6315,8973,3,,"| 0.50, 0.00, 1460259.62| -| 0.00,-0.50, 5089748.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_24FEB2020.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_24FEB2020.tif,100.0,0,GTiff,uint8,,6315,8973,3,,"| 0.50, 0.00, 1460259.62| -| 0.00,-0.50, 5089748.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_19OCT2012.shp,MaxarImagery/HighFreq/Canterbury/Newbrighton/Imagery/Stack/Newbrighton_19OCT2012.tif,100.0,6,GTiff,uint8,,4218,13768,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1578208.47| -| 0.00,-0.46, 5182978.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4566200375556946, 0.4566200375556946)",True, -MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_29JAN2003.shp,MaxarImagery/HighFreq/Canterbury/Newbrighton/Imagery/Stack/Newbrighton_29JAN2003.tif,100.0,4,GTiff,uint8,,3209,10477,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1578208.73| -| 0.00,-0.60, 5182977.81| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.599999999999971, 0.5999999999999289)",True, -MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_17FEB2018.shp,MaxarImagery/HighFreq/Canterbury/Newbrighton/Imagery/Stack/Newbrighton_17FEB2018.tif,100.0,3,GTiff,uint8,,3853,12572,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1578208.23| -| 0.00,-0.50, 5182977.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_26FEB2006.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_26FEB2006.tif,100.0,0,GTiff,uint8,,5555,51846,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1452628.74| -| 0.00,-0.60, 5052615.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999998323, 0.5999999999998491)",False, -MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_11FEB2006.shp,MaxarImagery/HighFreq/Canterbury/Newbrighton/Imagery/Stack/Newbrighton_11FEB2006.tif,100.0,5,GTiff,uint8,,3209,10477,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1578208.73| -| 0.00,-0.60, 5182977.81| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.599999999999971, 0.5999999999999289)",True, -MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_04NOV2015.shp,MaxarImagery/HighFreq/Canterbury/Newbrighton/Imagery/Stack/Newbrighton_04NOV2015.tif,100.0,7,GTiff,uint8,,3853,12572,3,,"| 0.50, 0.00, 1578208.23| -| 0.00,-0.50, 5182977.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_22JAN2020.shp,MaxarImagery/HighFreq/Canterbury/Newbrighton/Imagery/Stack/Newbrighton_22JAN2020.tif,100.0,7,GTiff,uint8,,4305,14053,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1578208.34| -| 0.00,-0.45, 5182977.94| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4473707973957062, 0.4473707973957062)",True, -MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_30JAN2021.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_30JAN2021.tif,100.0,0,GTiff,uint8,,11389,29393,3,,"| 0.43, 0.00, 1457642.22| -| 0.00,-0.43, 5083673.13| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.42971161007881165, 0.42971161007881165)",False, -MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_12MAY2019.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_12MAY2019.tif,100.0,0,GTiff,uint8,,13483,34797,3,,"| 0.36, 0.00, 1457642.14| -| 0.00,-0.36, 5083673.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.36298060417175293, 0.36298060417175293)",False, -MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_07AUG2005.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_07AUG2005.tif,100.0,0,GTiff,uint8,,8156,21051,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1457642.27| -| 0.00,-0.60, 5083673.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999258, 0.5999999999998938)",False, -MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_11FEB2015.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_11FEB2015.tif,100.0,0,GTiff,uint8,,10829,27948,3,,"| 0.45, 0.00, 1457642.09| -| 0.00,-0.45, 5083673.41| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.45194464921951294, 0.45194464921951294)",False, -MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_16MAR2012.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_16MAR2012.tif,100.0,0,GTiff,uint8,,9787,25261,3,,"| 0.50, 0.00, 1457642.37| -| 0.00,-0.50, 5083673.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_09APR2010.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_09APR2010.tif,100.0,0,GTiff,uint8,,8156,21051,3,,"| 0.60, 0.00, 1457642.27| -| 0.00,-0.60, 5083673.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5999999999999258, 0.5999999999998938)",False, -MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_02JUN2010.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_02JUN2010.tif,100.0,20,GTiff,uint8,,8412,31269,3,,"| 0.60, 0.00, 1453555.86| -| 0.00,-0.60, 5071247.43| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5999999999999944, 0.5999999999999821)",True, -MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_23MAY2019.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_23MAY2019.tif,100.0,13,GTiff,uint8,,11848,44046,3,,"| 0.43, 0.00, 1453556.14| -| 0.00,-0.43, 5071247.89| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.4259568750858307, 0.4259568750858307)",True, -MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_26FEB2006.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_26FEB2006.tif,100.0,19,GTiff,uint8,,8412,31269,3,,"| 0.60, 0.00, 1453555.86| -| 0.00,-0.60, 5071247.43| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5999999999999944, 0.5999999999999821)",True, -MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_18OCT2017.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_18OCT2017.tif,100.0,0,GTiff,uint8,,10094,37523,3,,"| 0.50, 0.00, 1453555.75| -| 0.00,-0.50, 5071247.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_03FEB2010.shp,MaxarImagery/HighFreq/Canterbury/Newbrighton/Imagery/Stack/Newbrighton_03FEB2010.tif,100.0,5,GTiff,uint8,,3853,12572,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1578208.23| -| 0.00,-0.50, 5182977.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_22JUN2019.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_22JUN2019.TIF,100.0,14,GTiff,uint8,,8857,7558,3,,"| 0.50, 0.00, 1610547.58| -| 0.00,-0.50, 6110721.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_15JUL2006.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_15JUL2006.tif,100.0,16,GTiff,uint8,,7380,6298,3,,"| 0.60, 0.00, 1610548.08| -| 0.00,-0.60, 6110721.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5999999999999369, 0.5999999999999704)",True, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_12SEP2018.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_12SEP2018.TIF,100.0,14,GTiff,uint8,,8857,7558,3,,"| 0.50, 0.00, 1610547.58| -| 0.00,-0.50, 6110721.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/Westport/Shorelines/Westport_24JUN2005.shp,MaxarImagery/HighFreq/WestCoast/Westport/Stack/Westport_24JUN2005.tif,100.0,5,GTiff,uint8,,31896,32045,3,,"| 0.60, 0.00, 1474685.88| -| 0.00,-0.60, 5383853.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5999999999999956, 0.5999999999999709)",False, -MaxarImagery/HighFreq/WestCoast/Ngakawau/Shorelines/Ngakawau_14Feb2011.shp,MaxarImagery/HighFreq/WestCoast/Ngakawau/Imagery/Stack/Ngakawau_14Feb2011.tif,100.0,13,GTiff,uint8,,23088,21891,4,,"| 0.62, 0.00, 1493619.38| -| 0.00,-0.63, 5394527.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,21,"(0.6247724731657095, 0.6266145502891813)",True, -MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_24JUNE2005.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_24JUNE2005_3.tif,100.0,4,GTiff,uint8,,16711,14502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1474914.35| -| 0.00,-0.60, 5373818.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000055, 0.6000000000000129)",True, -MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_30MAR2020.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_30MAR2020.tif,100.0,7,GTiff,uint8,,15190,5773,3,,"| 0.50, 0.00, 1475048.97| -| 0.00,-0.50, 5379424.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_07MAR2017.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_07MAR2017.tif,100.0,7,GTiff,uint8,,15503,5891,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1475049.17| -| 0.00,-0.49, 5379424.00| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4898717999458313, 0.4898717999458313)",True, -MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_28MAR2012.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_28MAR2012.tif,100.0,3,GTiff,uint8,,15943,6058,3,,"| 0.48, 0.00, 1475049.01| -| 0.00,-0.48, 5379424.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.4763697385787964, 0.4763697385787964)",True, -MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_14JUNE2010.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_14JUNE2010.tif,100.0,3,GTiff,uint8,,15190,5773,3,,"| 0.50, 0.00, 1475048.97| -| 0.00,-0.50, 5379424.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_02MAR2019.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_02MAR2019.tif,100.0,8,GTiff,uint8,,15190,5773,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1475048.97| -| 0.00,-0.50, 5379424.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_25MAR2010.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_25MAR2010.tif,100.0,6,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| -| 0.00,-0.50, 5168421.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_14MAR2015.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_14MAR2015.tif,100.0,0,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| -| 0.00,-0.50, 5168421.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_30OCT2016.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_30OCT2016.tif,100.0,0,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| -| 0.00,-0.50, 5168421.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_08MAR2022.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_08MAR2022.tif,100.0,6,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| -| 0.00,-0.50, 5168421.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_12MAR2012.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_12MAR2012.tif,100.0,0,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| -| 0.00,-0.50, 5168421.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/WestCoast/Hunt Beach/Shorelines/HuntBeach_30DEC2011.shp,MaxarImagery/HighFreq/WestCoast/Hunt Beach/Imagery/Stack/HuntBeach_30DEC2011.tif,100.0,4,GTiff,uint8,,14143,14374,3,,"| 0.50, 0.00, 1329138.00| -| 0.00,-0.50, 5179019.34| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/Hunt Beach/Shorelines/HuntBeach_28FEB2022.shp,MaxarImagery/HighFreq/WestCoast/Hunt Beach/Imagery/Stack/HuntBeach_28FEB2022.tif,100.0,7,GTiff,uint8,,14143,14374,3,,"| 0.50, 0.00, 1329138.00| -| 0.00,-0.50, 5179019.34| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/Hunt Beach/Shorelines/HuntBeach_29JAN2007.shp,MaxarImagery/HighFreq/WestCoast/Hunt Beach/Imagery/Stack/HuntBeach_29JAN2007.tif,100.0,5,GTiff,uint8,,11786,11978,3,,"| 0.60, 0.00, 1329137.62| -| 0.00,-0.60, 5179018.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.6000000000000079, 0.5999999999999844)",True, -MaxarImagery/HighFreq/WestCoast/Hunt Beach/Shorelines/HuntBeach_11DEC2017.shp,MaxarImagery/HighFreq/WestCoast/Hunt Beach/Imagery/Stack/HuntBeach_11DEC2017.tif,100.0,0,GTiff,uint8,,14927,15170,3,,"| 0.47, 0.00, 1329137.88| -| 0.00,-0.47, 5179018.95| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.47375741600990295, 0.47375741600990295)",False, -MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_14DEC2014.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_14DEC2014.tif,100.0,3,GTiff,uint8,,5593,15291,3,,"| 0.50, 0.00, 1448999.55| -| 0.00,-0.50, 5299683.77| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_19OCT2010.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_19OCT2010.tif,100.0,5,GTiff,uint8,,5593,15291,3,,"| 0.50, 0.00, 1448999.55| -| 0.00,-0.50, 5299683.77| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_27AUG2004.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_27AUG2004.tif,100.0,2,GTiff,uint8,,4660,12742,3,,"| 0.60, 0.00, 1448999.45| -| 0.00,-0.60, 5299683.56| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.6, 0.6000000000000146)",True, -MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_23JUNE2019.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_23JUNE2019.tif,100.0,6,GTiff,uint8,,5722,15645,3,,"| 0.49, 0.00, 1448999.72| -| 0.00,-0.49, 5299683.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.4886845052242279, 0.4886845052242279)",True, -MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_24AUG2017.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_24AUG2017.tif,100.0,0,GTiff,uint8,,5593,15291,3,,"| 0.50, 0.00, 1448999.55| -| 0.00,-0.50, 5299683.77| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_11OCT2014.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_11OCT2014.tif,100.0,5,GTiff,uint8,,5208,4550,3,,"| 0.40, 0.00, 1637053.03| -| 0.00,-0.40, 6146859.70| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.3999999999999911, 0.4)",False, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_03APR2003.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_03APR2003.tif,100.0,5,GTiff,uint8,,3472,3034,3,,"| 0.60, 0.00, 1637053.06| -| 0.00,-0.60, 6146860.13| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5999999999999865, 0.6000000000001228)",False, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_05FEB2017.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_05FEB2017.tif,100.0,8,GTiff,uint8,,6221,5435,3,,"| 0.33, 0.00, 1637053.05| -| 0.00,-0.33, 6146859.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.3348745107650757, 0.3348745107650757)",False, -MaxarImagery/HighFreq/WestCoast/Westport/Shorelines/Westport_06Apr2012.shp,MaxarImagery/HighFreq/WestCoast/Westport/Stack/Westport_06Apr2012.tif,100.0,5,GTiff,uint8,,24558,8851,4,,"| 0.50, 0.00, 1482531.22| -| 0.00,-0.50, 5381811.38| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_13SEP2012.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_13SEP2012.tif,100.0,0,GTiff,uint8,,6454,16369,3,,"| 0.60, 0.00, 2063148.47| -| 0.00,-0.60, 5747926.42| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.6000000000000216, 0.6000000000000227)",False, -MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_20FEB2021.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_20FEB2021.tif,100.0,0,GTiff,uint8,,7744,19643,3,,"| 0.50, 0.00, 2063148.26| -| 0.00,-0.50, 5747926.33| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_10JAN2017.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_10JAN2017.tif,100.0,0,GTiff,uint8,,7744,19643,3,,"| 0.50, 0.00, 2063148.26| -| 0.00,-0.50, 5747926.33| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Wellington/Otaki/Shorelines/Otaki_26OCT2005.shp,MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_26OCT2005.tif,100.0,13,GTiff,uint8,,8365,16716,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1775767.25| -| 0.00,-0.60, 5492577.70| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.6000000000000334)",True, -MaxarImagery/HighFreq/Wellington/KapitiMid/Shorelines/KapitiMid_05APR2011.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_05APR2011.tif,100.0,19,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| -| 0.00,-0.50, 5476275.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Wellington/KapitiMid/Shorelines/KapitiMid_31OCT2019.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_31OCT2019.tif,100.0,15,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| -| 0.00,-0.50, 5476275.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Wellington/KapitiMid/Shorelines/KapitiMid_25AUG2017.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_25AUG2017.tif,100.0,11,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| -| 0.00,-0.50, 5476275.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Wellington/KapitiMid/Shorelines/KapitiMid_19JAN2006.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_19JAN2006.tif,100.0,12,GTiff,uint8,,9073,12183,3,,"| 0.60, 0.00, 1766444.38| -| 0.00,-0.60, 5476275.65| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.6000000000000051, 0.5999999999999847)",True, -MaxarImagery/HighFreq/Gisborne/Gisborne/Shorelines/Gisborne_19SPR2011.shp,MaxarImagery/HighFreq/Gisborne/Gisborne/Imagery/Stack/Gisborne_19SPR2011.tif,100.0,12,GTiff,uint8,,18537,19923,3,,"| 0.50, 0.00, 2028202.47| -| 0.00,-0.50, 5708328.48| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Gisborne/Gisborne/Shorelines/Gisborne_02FEB2015.shp,MaxarImagery/HighFreq/Gisborne/Gisborne/Imagery/Stack/Gisborne_02FEB2015.tif,100.0,12,GTiff,uint8,,19408,20862,3,,"| 0.48, 0.00, 2028202.85| -| 0.00,-0.48, 5708328.55| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.47751331329345703, 0.47751331329345703)",True, -MaxarImagery/HighFreq/Gisborne/Gisborne/Shorelines/Gisborne_28SEP2021.shp,MaxarImagery/HighFreq/Gisborne/Gisborne/Imagery/Stack/Gisborne_28SEP2021.tif,100.0,6,GTiff,uint8,,18537,19923,3,,"| 0.50, 0.00, 2028202.47| -| 0.00,-0.50, 5708328.48| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Gisborne/Gisborne/Shorelines/Gisborne_31AUG2005.shp,MaxarImagery/HighFreq/Gisborne/Gisborne/Imagery/Stack/Gisborne_31AUG2005.tif,100.0,12,GTiff,uint8,,15447,16602,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 2028202.87| -| 0.00,-0.60, 5708328.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.599999999999997, 0.5999999999999551)",True, -MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_15AUG2021.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_15AUG2021.tif,100.0,9,GTiff,uint8,,7411,12957,3,,"| 0.48, 0.00, 2068022.62| -| 0.00,-0.48, 5782444.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.4795490801334381, 0.4795490801334381)",True, -MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_06FEB2009.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_06FEB2009.tif,100.0,10,GTiff,uint8,,7107,12427,3,,"| 0.50, 0.00, 2068022.83| -| 0.00,-0.50, 5782444.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_21DEC2014.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_21DEC2014.tif,100.0,11,GTiff,uint8,,7107,12427,3,,"| 0.50, 0.00, 2068022.83| -| 0.00,-0.50, 5782444.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_25FEB2020.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_25FEB2020.tif,100.0,4,GTiff,uint8,,5798,5111,3,,"| 0.36, 0.00, 1637072.09| -| 0.00,-0.36, 6146859.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.35605111718177795, 0.35605111718177795)",False, -MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_22MAR2003.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_22MAR2003.tif,100.0,9,GTiff,uint8,,5922,10356,3,,"| 0.60, 0.00, 2068022.93| -| 0.00,-0.60, 5782444.41| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5999999999999921, 0.599999999999964)",True, -MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_22NOV2016.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_22NOV2016.tif,100.0,8,GTiff,uint8,,15076,14544,3,,"| 0.49, 0.00, 2040756.54| -| 0.00,-0.49, 5710313.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.488669216632843, 0.488669216632843)",True, -MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_26JULY2003.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_26JULY2003.tif,100.0,14,GTiff,uint8,,11104,10993,3,,"| 0.60, 0.00, 2040756.68| -| 0.00,-0.60, 5709831.91| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.6000000000000126, 0.5999999999999831)",True, -MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_03DEC2012.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_03DEC2012.tif,100.0,5,GTiff,uint8,,12279,11845,3,,"| 0.60, 0.00, 2040756.68| -| 0.00,-0.60, 5710313.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5999999999999924, 0.6)",True, -MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_04JAN2004.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_04JAN2004.tif,100.0,5,GTiff,uint8,,12279,11845,3,,"| 0.60, 0.00, 2040756.68| -| 0.00,-0.60, 5710313.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5999999999999924, 0.6)",True, -MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_27DEC2019.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_27DEC2019.tif,100.0,7,GTiff,uint8,,15365,14822,3,,"| 0.48, 0.00, 2040756.51| -| 0.00,-0.48, 5710312.95| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.4795076847076416, 0.4795076847076416)",True, -MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_20FEB2016.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_20FEB2016.tif,100.0,5,GTiff,uint8,,15205,10841,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 2069262.71| -| 0.00,-0.38, 5825334.13| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.37970030307769775, 0.37970030307769775)",True, -MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_02JAN2010.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_02JAN2010.tif,100.0,3,GTiff,uint8,,11547,8233,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2069262.46| -| 0.00,-0.50, 5825334.40| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_11APR2013.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_11APR2013.tif,100.0,4,GTiff,uint8,,11547,8233,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2069262.46| -| 0.00,-0.50, 5825334.40| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_22JAN2020.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_22JAN2020.tif,100.0,6,GTiff,uint8,,15224,10854,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 2069262.69| -| 0.00,-0.38, 5825334.15| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.3792296350002289, 0.3792296350002289)",True, -MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_04MAY2004.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_04MAY2004.tif,100.0,3,GTiff,uint8,,9623,6861,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 2069262.26| -| 0.00,-0.60, 5825334.40| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000049, 0.5999999999999457)",True, -MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_22MAR2003.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_22MAR2003.tif,100.0,0,GTiff,uint8,,6454,16369,3,,"| 0.60, 0.00, 2063148.47| -| 0.00,-0.60, 5747926.42| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6000000000000216, 0.6000000000000227)",False, -MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_31MAY2007.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_31MAY2007.tif,100.0,0,GTiff,uint8,,6454,16369,3,,"| 0.60, 0.00, 2063148.47| -| 0.00,-0.60, 5747926.42| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6000000000000216, 0.6000000000000227)",False, -MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_12MAR2018.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_12MAR2018.tif,100.0,5,GTiff,uint8,,7107,12427,3,,"| 0.50, 0.00, 2068022.83| -| 0.00,-0.50, 5782444.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_26APR2011.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_26APR2011.tif,100.0,5,GTiff,uint8,,4167,3640,3,,"| 0.50, 0.00, 1637052.86| -| 0.00,-0.50, 6146859.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_15SEP2009.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_15SEP2009.tif,100.0,4,GTiff,uint8,,4379,3825,3,,"| 0.48, 0.00, 1637052.88| -| 0.00,-0.48, 6146859.85| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.47587502002716064, 0.47587502002716064)",False, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_06APR2016.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_06APR2016.tif,100.0,4,GTiff,uint8,,4392,3837,3,,"| 0.47, 0.00, 1637052.80| -| 0.00,-0.47, 6146859.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.4744006097316742, 0.4744006097316742)",False, -MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_19DEC2020.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_19DEC2020.tif,100.0,14,GTiff,uint8,,13274,25284,3,,"| 0.50, 0.00, 1633578.04| -| 0.00,-0.50, 6140916.91| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_13FEB2019.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_13FEB2019.tif,100.0,18,GTiff,uint8,,20501,39051,3,,"| 0.32, 0.00, 1633578.00| -| 0.00,-0.32, 6140916.67| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.32372793555259705, 0.32372793555259705)",True, -MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_13SEP2012.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_13SEP2012.tif,100.0,13,GTiff,uint8,,13274,25284,3,,"| 0.50, 0.00, 1633578.04| -| 0.00,-0.50, 6140916.91| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_03APR2003.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_03APR2003.tif,100.0,6,GTiff,uint8,,11062,21070,3,,"| 0.60, 0.00, 1633577.74| -| 0.00,-0.60, 6140916.91| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5999999999999958, 0.6)",True, -MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_03DEC2017.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_03DEC2017.tif,100.0,15,GTiff,uint8,,13274,25284,3,,"| 0.50, 0.00, 1633578.04| -| 0.00,-0.50, 6140916.91| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_27DEC2015.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_27DEC2015.tif,100.0,14,GTiff,uint8,,19727,37576,3,,"| 0.34, 0.00, 1633577.95| -| 0.00,-0.34, 6140916.59| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.3364321291446686, 0.3364321291446686)",True, -MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_04JUNE2008.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_04JUNE2008.tif,100.0,7,GTiff,uint8,,3072,7064,3,,"| 0.60, 0.00, 1729267.66| -| 0.00,-0.60, 6078552.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5999999999999849, 0.6000000000000527)",True, -MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_28AUG2006.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_28AUG2006.tif,100.0,10,GTiff,uint8,,3072,7064,3,,"| 0.60, 0.00, 1729267.66| -| 0.00,-0.60, 6078552.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5999999999999849, 0.6000000000000527)",True, -MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_11DEC2013.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_11DEC2013.tif,100.0,10,GTiff,uint8,,3685,8476,3,,"| 0.50, 0.00, 1729268.04| -| 0.00,-0.50, 6078552.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_26DEC2015.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_26DEC2015.tif,100.0,13,GTiff,uint8,,4606,10595,3,,"| 0.40, 0.00, 1729267.99| -| 0.00,-0.40, 6078552.40| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.39999999999997976, 0.4)",True, -MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_23OCT2018.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_23OCT2018.tif,100.0,12,GTiff,uint8,,3685,8476,3,,"| 0.50, 0.00, 1729268.04| -| 0.00,-0.50, 6078552.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_24MAR2010.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_24MAR2010.tif,100.0,8,GTiff,uint8,,3685,8476,3,,"| 0.50, 0.00, 1729268.04| -| 0.00,-0.50, 6078552.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_02NOV2015.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_02NOV2015.tif,100.0,13,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| -| 0.00,-0.50, 6071246.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_04NOV2019.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_04NOV2019.tif,100.0,9,GTiff,uint8,,4607,10595,3,,"| 0.40, 0.00, 1729267.70| -| 0.00,-0.40, 6078552.54| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.4000000000000101, 0.4)",True, -MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_01MAR2017.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_01MAR2017.tif,100.0,2,GTiff,uint8,,11759,20484,3,,"| 0.37, 0.00, 1731264.61| -| 0.00,-0.37, 6033438.45| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,14,"(0.3721977472305298, 0.3721977472305298)",False, -MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_01JAN2020.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_01JAN2020.tif,100.0,4,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| -| 0.00,-0.50, 6033438.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_23APR2014.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_23APR2014.tif,100.0,2,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| -| 0.00,-0.50, 6033438.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,13,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_26DEC2015.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_26DEC2015.tif,100.0,2,GTiff,uint8,,12333,21483,3,,"| 0.35, 0.00, 1731264.50| -| 0.00,-0.35, 6033438.44| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,11,"(0.35488930344581604, 0.35488930344581604)",False, -MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_03MAY2021.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_03MAY2021.tif,100.0,3,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| -| 0.00,-0.50, 6033438.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,11,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_14NOV2011.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_14NOV2011.tif,100.0,2,GTiff,uint8,,7295,12707,3,,"| 0.60, 0.00, 1731264.78| -| 0.00,-0.60, 6033438.30| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,12,"(0.6, 0.6000000000000146)",False, -MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_19APR2007.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_19APR2007.tif,100.0,2,GTiff,uint8,,7295,12707,3,,"| 0.60, 0.00, 1731264.78| -| 0.00,-0.60, 6033438.30| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.6, 0.6000000000000146)",False, -MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_20JAN2010.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_20JAN2010.tif,100.0,2,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| -| 0.00,-0.50, 6033438.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,11,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_15FEB2018.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_15FEB2018.tif,100.0,2,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| -| 0.00,-0.50, 6033438.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,11,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_31AUG2015.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_31AUG2015.tif,100.0,13,GTiff,uint8,,9841,8398,3,,"| 0.45, 0.00, 1610547.86| -| 0.00,-0.45, 6110721.54| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,10,"(0.4499999999999953, 0.44999999999995566)",True, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_05NOV2016.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_05NOV2016.tif,100.0,20,GTiff,uint8,,9048,7721,3,,"| 0.49, 0.00, 1610548.03| -| 0.00,-0.49, 6110721.55| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.4894377589225769, 0.4894377589225769)",True, -MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_28APR2014.shp,MaxarImagery/HighFreq/Northland/Ahipara/Imagery/Stack/Ahipara_28APR2014.tif,100.0,23,GTiff,uint8,,9350,7978,3,,"| 0.47, 0.00, 1610547.73| -| 0.00,-0.47, 6110721.68| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.4736606478691101, 0.4736606478691101)",True, -MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_14NOV2011.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_14NOV2011.tif,100.0,7,GTiff,uint8,,3072,7064,3,,"| 0.60, 0.00, 1729267.66| -| 0.00,-0.60, 6078552.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5999999999999849, 0.6000000000000527)",True, -MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_09FEB2011.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_09FEB2011.tif,100.0,30,GTiff,uint8,,8859,17639,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1600249.96| -| 0.00,-0.50, 5465144.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_01JAN2010.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_01JAN2010.tif,100.0,20,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| -| 0.00,-0.50, 6071246.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_15JUL2006.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_15JUL2006.tif,100.0,19,GTiff,uint8,,4990,6577,3,,"| 0.60, 0.00, 1633271.64| -| 0.00,-0.60, 6071246.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.6, 0.6000000000000283)",True, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_13SEP2012.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_13SEP2012.tif,100.0,5,GTiff,uint8,,4167,3640,3,,"| 0.50, 0.00, 1637052.86| -| 0.00,-0.50, 6146859.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_13FEB2019.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_13FEB2019.tif,100.0,5,GTiff,uint8,,6435,5622,3,,"| 0.32, 0.00, 1637052.94| -| 0.00,-0.32, 6146859.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.32372793555259705, 0.32372793555259705)",False, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_03DEC2017.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_03DEC2017.tif,100.0,6,GTiff,uint8,,4167,3640,3,,"| 0.50, 0.00, 1637052.86| -| 0.00,-0.50, 6146859.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_29DEC2015.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_29DEC2015.tif,100.0,5,GTiff,uint8,,4167,3640,3,,"| 0.50, 0.00, 1637052.86| -| 0.00,-0.50, 6146859.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_09NOV2014.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_09NOV2014.tif,100.0,10,GTiff,uint8,,11769,3187,3,,"| 0.50, 0.00, 1641754.95| -| 0.00,-0.50, 6128559.42| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,13,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_05FEB2017.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_05FEB2017_1.tif,100.0,9,GTiff,uint8,,16460,4738,3,,"| 0.33, 0.00, 1641754.72| -| 0.00,-0.33, 6128552.09| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,11,"(0.3347315788269043, 0.3347315788269043)",True, -MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_09APR2019.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_09APR2019.tif,100.0,7,GTiff,uint8,,11769,3187,3,,"| 0.50, 0.00, 1641754.95| -| 0.00,-0.50, 6128559.42| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,12,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_03APR2003.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_03APR2003.tif,100.0,10,GTiff,uint8,,9808,2655,3,,"| 0.60, 0.00, 1641754.85| -| 0.00,-0.60, 6128559.52| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,10,"(0.6000000000000048, 0.6)",True, -MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_21JAN2006.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_21JAN2006.tif,100.0,10,GTiff,uint8,,9808,2655,3,,"| 0.60, 0.00, 1641754.85| -| 0.00,-0.60, 6128559.52| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,12,"(0.6000000000000048, 0.6)",True, -MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_25FEB2020.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_25FEB2020_1.tif,100.0,8,GTiff,uint8,,16454,4469,3,,"| 0.36, 0.00, 1641754.83| -| 0.00,-0.36, 6128559.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,14,"(0.35646361112594604, 0.35646361112594604)",True, -MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_19JAN2011.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_19JAN2011.tif,100.0,12,GTiff,uint8,,13926,3770,3,,"| 0.42, 0.00, 1641755.04| -| 0.00,-0.42, 6128559.50| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,12,"(0.4225418269634247, 0.4225418269634247)",True, -MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_29SEP2015.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_29SEP2015.tif,100.0,7,GTiff,uint8,,7153,7741,3,,"| 0.40, 0.00, 1736710.68| -| 0.00,-0.40, 6049150.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.39999999999999347, 0.40000000000004815)",True, -MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_14JUN2018.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_14JUN2018.tif,100.0,14,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| -| 0.00,-0.50, 6071246.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_04FEB2010.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_04FEB2010.tif,100.0,3,GTiff,uint8,,6359,6880,3,,"| 0.45, 0.00, 1736710.43| -| 0.00,-0.45, 6049150.29| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.45000000000000734, 0.45)",True, -MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_05JAN2012.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_05JAN2012.tif,100.0,6,GTiff,uint8,,5722,6191,3,,"| 0.50, 0.00, 1736710.81| -| 0.00,-0.50, 6049150.11| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_29DEC2019.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_29DEC2019.tif,100.0,5,GTiff,uint8,,5723,6193,3,,"| 0.50, 0.00, 1736710.44| -| 0.00,-0.50, 6049150.47| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_17MAY2006.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_17MAY2006.tif,100.0,7,GTiff,uint8,,4769,5161,3,,"| 0.60, 0.00, 1736710.74| -| 0.00,-0.60, 6049150.45| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5999999999999804, 0.5999999999999278)",True, -MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_06DEC2008.shp,MaxarImagery/HighFreq/Northland/Aranga/Imagery/Stack/Aranga_06DEC2008.tif,100.0,4,GTiff,uint8,,4659,5804,3,,"| 0.60, 0.00, 1651492.18| -| 0.00,-0.60, 6041674.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,10,"(0.59999999999998, 0.5999999999999037)",True, -MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_09NOV2012.shp,MaxarImagery/HighFreq/Northland/Aranga/Imagery/Stack/Aranga_09NOV2012.tif,100.0,3,GTiff,uint8,,5592,6964,3,,"| 0.50, 0.00, 1651491.98| -| 0.00,-0.50, 6041674.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,11,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_07NOV2004.shp,MaxarImagery/HighFreq/Northland/Aranga/Imagery/Stack/Aranga_07NOV2004.tif,100.0,4,GTiff,uint8,,4659,5804,3,,"| 0.60, 0.00, 1651492.18| -| 0.00,-0.60, 6041674.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.59999999999998, 0.5999999999999037)",True, -MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_22JAN2015.shp,MaxarImagery/HighFreq/Northland/Aranga/Imagery/Stack/Aranga_22JAN2015.tif,100.0,6,GTiff,uint8,,5592,6964,3,,"| 0.50, 0.00, 1651491.98| -| 0.00,-0.50, 6041674.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,13,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_30MAR2020.shp,MaxarImagery/HighFreq/Northland/Aranga/Imagery/Stack/Aranga_30MAR2020.tif,100.0,9,GTiff,uint8,,5592,6964,3,,"| 0.50, 0.00, 1651491.98| -| 0.00,-0.50, 6041674.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_03DEC2017.shp,MaxarImagery/HighFreq/Northland/Aranga/Imagery/Stack/Aranga_03DEC2017.tif,100.0,6,GTiff,uint8,,5932,7389,3,,"| 0.47, 0.00, 1651491.89| -| 0.00,-0.47, 6041674.23| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.47128209471702576, 0.47128209471702576)",True, -MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_30MAR2020.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_30MAR2020.tif,100.0,16,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| -| 0.00,-0.50, 6071246.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_09FEB2012.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_09FEB2012.tif,100.0,16,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| -| 0.00,-0.50, 6071246.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_11JAN2004.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_11JAN2004.tif,100.0,13,GTiff,uint8,,4990,6577,3,,"| 0.60, 0.00, 1633271.64| -| 0.00,-0.60, 6071246.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.6, 0.6000000000000283)",True, -MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_28JUL2017.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_28JUL2017.tif,100.0,5,GTiff,uint8,,7152,7740,3,,"| 0.40, 0.00, 1736710.70| -| 0.00,-0.40, 6049150.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.4000000000000065, 0.4)",True, -MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_19APR2017.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_19APR2017.tif,100.0,27,GTiff,uint8,,8859,17639,3,,"| 0.50, 0.00, 1600249.96| -| 0.00,-0.50, 5465144.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_28AUG2006.tif,100.0,31,GTiff,uint8,,7383,14699,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1600249.56| -| 0.00,-0.60, 5465143.89| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999748, 0.599999999999962)",True, -MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_10AUG2003.tif,100.0,32,GTiff,uint8,,7383,14699,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1600249.56| -| 0.00,-0.60, 5465143.89| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999748, 0.599999999999962)",True, -MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_28AUG2014.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_28AUG2014.tif,100.0,0,GTiff,uint8,,5640,6679,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1767177.71| -| 0.00,-0.50, 5579326.50| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_07JUNE2016.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_07JUNE2016.tif,100.0,0,GTiff,uint8,,7470,8847,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1767177.57| -| 0.00,-0.38, 5579326.53| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.37750503420829773, 0.37750503420829773)",False, -MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_11APR2020.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_11APR2020.tif,100.0,0,GTiff,uint8,,5640,6679,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1767177.71| -| 0.00,-0.50, 5579326.50| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_06JUNE2013.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_06JUNE2013.tif,100.0,1,GTiff,uint8,,9132,6001,3,,"| 0.50, 0.00, 1769067.15| -| 0.00,-0.50, 5576211.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_14APR2006.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_14APR2006.tif,100.0,1,GTiff,uint8,,7611,5001,3,,"| 0.60, 0.00, 1769067.07| -| 0.00,-0.60, 5576211.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.6000000000000122, 0.5999999999999255)",True, -MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_11APR2020.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_11APR2020.tif,100.0,1,GTiff,uint8,,9132,6001,3,,"| 0.50, 0.00, 1769067.15| -| 0.00,-0.50, 5576211.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_04MAR2018.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_04MAR2018.tif,100.0,1,GTiff,uint8,,9132,6001,3,,"| 0.50, 0.00, 1769067.15| -| 0.00,-0.50, 5576211.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_08DEC2010.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_08DEC2010.tif,100.0,2,GTiff,uint8,,9132,6001,3,,"| 0.50, 0.00, 1769067.15| -| 0.00,-0.50, 5576211.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Shorelines/OhopeBeach_16MAY2014.shp,MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Imagery/Stack/OhopeBeach_16MAY2014.tif,100.0,0,GTiff,uint8,,16012,7502,3,,"| 0.40, 0.00, 1953271.42| -| 0.00,-0.40, 5791615.58| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.4000000000000029, 0.39999999999997515)",False, -MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Shorelines/OhopeBeach_18AUG2021.shp,MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Imagery/Stack/OhopeBeach_18AUG2021.tif,100.0,4,GTiff,uint8,,16012,7502,3,,"| 0.40, 0.00, 1953271.72| -| 0.00,-0.40, 5791615.56| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.4000000000000029, 0.39999999999997515)",False, -MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Shorelines/OhopeBeach_07SEP2004.shp,MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Imagery/Stack/OhopeBeach_07SEP2004.tif,100.0,5,GTiff,uint8,,16012,7502,3,,"| 0.40, 0.00, 1953271.52| -| 0.00,-0.40, 5791615.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.4000000000000029, 0.39999999999997515)",True, -MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Shorelines/OhopeBeach_21JUNE2010.shp,MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Imagery/Stack/OhopeBeach_21JUNE2010.tif,100.0,3,GTiff,uint8,,16012,7501,3,,"| 0.40, 0.00, 1953271.60| -| 0.00,-0.40, 5791615.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.4000000000000029, 0.40000000000004965)",True, -MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_29OCT2008.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_29OCT2008.tif,100.0,5,GTiff,uint8,,7998,1745,3,,"| 0.60, 0.00, 1964685.49| -| 0.00,-0.60, 5787638.92| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.6000000000000059, 0.6)",True, -MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_16MAR2012.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_16MAR2012.tif,100.0,4,GTiff,uint8,,9597,2096,3,,"| 0.50, 0.00, 1964685.67| -| 0.00,-0.50, 5787639.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_08APR2013.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_08APR2013.tif,100.0,5,GTiff,uint8,,9664,2110,3,,"| 0.50, 0.00, 1964685.85| -| 0.00,-0.50, 5787638.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.49651604890823364, 0.49651604890823364)",True, -MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_02OCT2018.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_02OCT2018.tif,100.0,7,GTiff,uint8,,9597,2096,3,,"| 0.50, 0.00, 1964685.67| -| 0.00,-0.50, 5787639.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_16APR2015.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_16APR2015.tif,100.0,5,GTiff,uint8,,9597,2096,3,,"| 0.50, 0.00, 1964685.67| -| 0.00,-0.50, 5787639.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_03FEB2020.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_03FEB2020.tif,100.0,4,GTiff,uint8,,9597,2096,3,,"| 0.50, 0.00, 1964685.67| -| 0.00,-0.50, 5787639.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_25MAR2010.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_25MAR2010.tif,100.0,4,GTiff,uint8,,7998,1745,3,,"| 0.60, 0.00, 1964685.49| -| 0.00,-0.60, 5787638.92| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.6000000000000059, 0.6)",True, -MaxarImagery/HighFreq/BayOfPlenty/PortOhope/Shorelines/PortOhope_21JUNE2010.shp,MaxarImagery/HighFreq/BayOfPlenty/PortOhope/Stack/PortOhope_21JUNE2010.tif,100.0,2,GTiff,uint8,,11448,4779,3,,"| 0.40, 0.00, 1959464.36| -| 0.00,-0.40, 5788765.68| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.3999999999999959, 0.39999999999992203)",True, -MaxarImagery/HighFreq/BayOfPlenty/PortOhope/Shorelines/PortOhope_18AUG2021.shp,MaxarImagery/HighFreq/BayOfPlenty/PortOhope/Stack/PortOhope_18AUG2021.tif,100.0,2,GTiff,uint8,,11448,4778,3,,"| 0.40, 0.00, 1959464.25| -| 0.00,-0.40, 5788765.60| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.3999999999999959, 0.400000000000039)",True, -MaxarImagery/HighFreq/Marlborough/CloudyBay/Shorelines/CloudyBay_16Oct2003.shp,MaxarImagery/HighFreq/Marlborough/CloudyBay/Imagery/Stack/CloudyBay_16Oct2003.tif,100.0,7,GTiff,uint8,,6297,22058,3,,"| 0.60, 0.00, 1685464.04| -| 0.00,-0.60, 5418006.18| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5999999999999927, 0.5999999999999915)",False, -MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Shorelines/WaimaRiver_South_30JAN2021.shp,MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Imagery/Stack/WaimaRiver_South_30JAN2021.tif,100.0,16,GTiff,uint8,,20591,24261,3,,"| 0.50, 0.00, 1686319.51| -| 0.00,-0.50, 5364357.39| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Shorelines/WaimaRiver_South_18Aug2009.shp,MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Imagery/Stack/WaimaRiver_South_18Aug2009.tif,100.0,13,GTiff,uint8,,17159,20218,3,,"| 0.60, 0.00, 1686319.42| -| 0.00,-0.60, 5364357.79| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5999999999999402, 0.5999999999998986)",True, -MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Shorelines/WaimaRiver_South_04Nov2018.shp,MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Imagery/Stack/WaimaRiver_South_04Nov2018.tif,100.0,15,GTiff,uint8,,20682,24370,3,,"| 0.50, 0.00, 1686319.53| -| 0.00,-0.50, 5364357.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.49778059124946594, 0.49778059124946594)",True, -MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_08DEC2010.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_08DEC2010.tif,100.0,5,GTiff,uint8,,5640,6679,3,,"| 0.50, 0.00, 1767177.71| -| 0.00,-0.50, 5579326.50| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_10SEP2006.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_10SEP2006.tif,100.0,4,GTiff,uint8,,4701,5565,3,,"| 0.60, 0.00, 1767177.32| -| 0.00,-0.60, 5579326.32| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.6000000000000199, 0.6)",True, -MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_04MAR2018.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_04MAR2018.tif,100.0,0,GTiff,uint8,,5654,6695,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1767177.75| -| 0.00,-0.50, 5579326.79| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4987962543964386, 0.4987962543964386)",False, -MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_13MAR2020.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_13MAR2020.tif,100.0,7,GTiff,uint8,,13572,7762,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1205815.50| -| 0.00,-0.50, 4854130.00| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_05Nov2003.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_05NOV2003.tif,100.0,0,GTiff,uint8,,13329,3475,3,,"| 0.60, 0.00, 1270553.82| -| 0.00,-0.60, 4834114.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.599999999999993, 0.6)",False, -MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_18Nov2018.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_18NOV2018.tif,100.0,0,GTiff,uint8,,22404,5841,3,,"| 0.36, 0.00, 1270554.07| -| 0.00,-0.36, 4834115.27| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.35694846510887146, 0.35694846510887146)",False, -MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_31Mar2005.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_31MAR2005.tif,100.0,0,GTiff,uint8,,13329,3475,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1270553.82| -| 0.00,-0.60, 4834114.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.599999999999993, 0.6)",False, -MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_31Jan2019.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_31JAN2019.tif,100.0,0,GTiff,uint8,,15995,4170,3,,"| 0.50, 0.00, 1270553.92| -| 0.00,-0.50, 4834114.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_01Dec2017.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_01DEC2017.tif,100.0,0,GTiff,uint8,,24698,6439,3,,"| 0.32, 0.00, 1270554.10| -| 0.00,-0.32, 4834115.23| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.3237861692905426, 0.3237861692905426)",False, -MaxarImagery/HighFreq/Southland/MasonsBay/Shorelines/MasonsBay_14Feb2020.shp,MaxarImagery/HighFreq/Southland/MasonsBay/Imagery/Stack/MasonsBay_14FEB2020.tif,100.0,30,GTiff,uint8,255.0,19445,26750,3,,"| 0.39, 0.00, 1194494.95| -| 0.00,-0.39, 4794699.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.3904542028903961, 0.3904542028903961)",True, -MaxarImagery/HighFreq/Southland/MasonsBay/Shorelines/MasonsBay_01Feb2013.shp,MaxarImagery/HighFreq/Southland/MasonsBay/Imagery/Stack/MasonsBay_01FEB2013.tif,100.0,14,GTiff,uint8,,16857,20890,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1193842.19| -| 0.00,-0.50, 4794700.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/MasonsBay/Shorelines/MasonsBay21Mar2003.shp,MaxarImagery/HighFreq/Southland/MasonsBay/Imagery/Stack/MasonsBay_21MAR2003.tif,100.0,14,GTiff,uint8,,14303,17407,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1193842.57| -| 0.00,-0.60, 4794699.64| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000033, 0.5999999999999572)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_31MAY2010.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_31MAY2010.tif,100.0,2,GTiff,uint8,,18075,4552,3,,"| 0.50, 0.00, 1251006.90| -| 0.00,-0.50, 4830472.25| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_12NOV2012.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_12NOV2012.tif,100.0,2,GTiff,uint8,,18074,4552,3,,"| 0.50, 0.00, 1251006.89| -| 0.00,-0.50, 4830472.14| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_27DEC2018.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_27DEC2018.tif,100.0,2,GTiff,uint8,,18075,4553,3,,"| 0.50, 0.00, 1251006.84| -| 0.00,-0.50, 4830472.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,15,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_25FEB2011.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_25FEB2011.tif,100.0,2,GTiff,uint8,,18074,4552,3,,"| 0.50, 0.00, 1251006.89| -| 0.00,-0.50, 4830472.14| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/Whiritoa/Shorelines/Whiritoa_31MAY2021.shp,MaxarImagery/HighFreq/Waikato/Whiritoa/Imagery/Stack/Whiritoa_31MAY2021.tif,100.0,2,GTiff,uint8,,6430,13554,3,,"| 0.50, 0.00, 1856133.38| -| 0.00,-0.50, 5873460.08| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,20,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_08JAN2015.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_08JAN2015.tif,100.0,2,GTiff,uint8,,18075,4552,3,,"| 0.50, 0.00, 1251007.18| -| 0.00,-0.50, 4830472.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_24OCT2014.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_24OCT2014.tif,100.0,1,GTiff,uint8,,6836,6098,3,,"| 0.50, 0.00, 1301596.47| -| 0.00,-0.50, 4827798.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_07DEC2020.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_07DEC2020.tif,100.0,3,GTiff,uint8,,7594,6775,3,,"| 0.45, 0.00, 1301596.83| -| 0.00,-0.45, 4827797.73| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.4500000000000061, 0.45)",False, -MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_23AUG2019.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_23AUG2019.tif,100.0,1,GTiff,uint8,,6836,6098,3,,"| 0.50, 0.00, 1301596.47| -| 0.00,-0.50, 4827798.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_27APR2016.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_27APR2016.tif,100.0,2,GTiff,uint8,,6836,6098,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1301596.47| -| 0.00,-0.50, 4827798.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_14NOV2011.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_14NOV2011.tif,100.0,1,GTiff,uint8,,5696,5081,3,,"| 0.60, 0.00, 1301596.68| -| 0.00,-0.60, 4827797.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.6000000000000163, 0.5999999999999267)",False, -MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_19FEB2008.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_19FEB2008.tif,100.0,2,GTiff,uint8,,5696,5081,3,"LOCAL_CS[""unnamed"",UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.60, 0.00, 1301596.68| -| 0.00,-0.60, 4827797.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000163, 0.5999999999999267)",False, -MaxarImagery/HighFreq/Southland/Haldane/Shorelines/HaldaneBay_18OCT2018.shp,MaxarImagery/HighFreq/Southland/Haldane/Imagery/Stack/HaldaneBay_18OCT2018.tif,100.0,5,GTiff,uint16,,6127,2883,4,,"| 0.46, 0.00, 1295838.11| -| 0.00,-0.46, 4825410.59| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.45591283044317243, 0.4559128304431102)",False, -MaxarImagery/HighFreq/Southland/Haldane/Shorelines/HaldaneBay_06MAR2021.shp,MaxarImagery/HighFreq/Southland/Haldane/Imagery/Stack/HaldaneBay_06MAR2021.tif,100.0,4,GTiff,uint16,65535.0,6208,2921,4,,"| 0.45, 0.00, 1295838.11| -| 0.00,-0.45, 4825410.59| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,3,"(0.450000000000015, 0.4500000000000638)",False, -MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_22DEC2014.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_22DEC2014.tif,100.0,5,GTiff,uint8,,13572,7762,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1205815.50| -| 0.00,-0.50, 4854130.00| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_22FEB2016.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_22FEB2016.tif,100.0,6,GTiff,uint8,,17526,10304,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1205815.29| -| 0.00,-0.38, 4854129.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.37658312916755676, 0.37658312916755676)",True, -MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_05FEB2010.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_05FEB2010.tif,100.0,5,GTiff,uint8,,13572,7762,3,,"| 0.50, 0.00, 1205815.50| -| 0.00,-0.50, 4854130.00| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_04SEP2018.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_04SEP2018.tif,100.0,6,GTiff,uint8,,18219,10711,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1205815.11| -| 0.00,-0.36, 4854129.95| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.3622704744338989, 0.3622704744338989)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_19DEC2019.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_19DEC2019.tif,100.0,1,GTiff,uint8,,18075,4553,3,,"| 0.50, 0.00, 1251006.93| -| 0.00,-0.50, 4830472.45| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/Whangamata/Shorelines/Whangamata_31MAY2021.shp,MaxarImagery/HighFreq/Waikato/Whangamata/Imagery/Stack/Whangamata_31MAY2021.tif,100.0,7,GTiff,uint8,,4651,19486,3,,"| 0.50, 0.00, 1854314.88| -| 0.00,-0.50, 5885364.68| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_11AUG2018.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_11AUG2018.tif,100.0,4,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| -| 0.00,-0.50, 5902747.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,13,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_06SEP2019.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_06SEP2019.tif,100.0,2,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| -| 0.00,-0.50, 5902747.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,31,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_30DEC2015.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_30DEC2015.tif,100.0,14,GTiff,uint8,,17998,12365,3,,"| 0.50, 0.00, 1626271.81| -| 0.00,-0.50, 5443981.53| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,15,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_31JAN2021.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_31JAN2021.tif,100.0,14,GTiff,uint8,,20295,13942,3,,"| 0.44, 0.00, 1626272.15| -| 0.00,-0.44, 5443981.13| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.4434084892272949, 0.4434084892272949)",False, -MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_27SEP2017.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_27SEP2017.tif,100.0,15,GTiff,uint8,,17998,12365,3,,"| 0.50, 0.00, 1626271.81| -| 0.00,-0.50, 5443981.53| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,10,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_18NOV2005.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_18NOV2005.tif,100.0,11,GTiff,uint8,,14998,10303,3,,"| 0.60, 0.00, 1626271.72| -| 0.00,-0.60, 5443981.33| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.6000000000000031, 0.5999999999999819)",False, -MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_06MAR2003.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_06MAR2003.tif,100.0,7,GTiff,uint8,,6870,4450,3,,"| 0.60, 0.00, 1617063.43| -| 0.00,-0.60, 5430387.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6, 0.6)",True, -MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_04DEC2009.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_04DEC2009.tif,100.0,9,GTiff,uint8,,6870,4450,3,,"| 0.60, 0.00, 1617063.43| -| 0.00,-0.60, 5430387.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.6, 0.6)",True, -MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_07FEB2019.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_07FEB2019.tif,100.0,7,GTiff,uint8,,10765,6973,3,,"| 0.38, 0.00, 1617063.04| -| 0.00,-0.38, 5430388.05| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.3829065263271332, 0.3829065263271332)",True, -MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_25NOV2011.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_25NOV2011.tif,100.0,11,GTiff,uint8,,8491,5501,3,,"| 0.49, 0.00, 1617063.36| -| 0.00,-0.49, 5430388.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.4854324162006378, 0.4854324162006378)",True, -MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_08FEB2016.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_08FEB2016.tif,100.0,9,GTiff,uint8,,12082,7827,3,,"| 0.34, 0.00, 1617063.16| -| 0.00,-0.34, 5430388.04| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.3411531150341034, 0.3411531150341034)",True, -MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_18MAR2021.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_18MAR2021.tif,100.0,4,GTiff,uint8,,8244,5355,3,,"| 0.50, 0.00, 1617063.06| -| 0.00,-0.50, 5430395.29| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_14DEC2006.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_14DEC2006.tif,100.0,8,GTiff,uint8,,6870,4450,3,,"| 0.60, 0.00, 1617063.43| -| 0.00,-0.60, 5430387.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.6, 0.6)",True, -MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_22NOV2017.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_22NOV2017.tif,100.0,8,GTiff,uint8,,8244,5340,3,,"| 0.50, 0.00, 1617063.23| -| 0.00,-0.50, 5430387.79| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_08JUN2010.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_08JUN2010.tif,100.0,11,GTiff,uint8,,19149,13156,3,,"| 0.47, 0.00, 1626271.82| -| 0.00,-0.47, 5443981.52| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.469946950674057, 0.469946950674057)",False, -MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_13DEC2013.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_13DEC2013.tif,100.0,8,GTiff,uint8,,8244,5340,3,,"| 0.50, 0.00, 1617063.23| -| 0.00,-0.50, 5430387.79| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_05JAN2012.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_05JAN2012.tif,100.0,3,GTiff,uint8,,13695,12318,3,,"| 0.50, 0.00, 1938211.09| -| 0.00,-0.50, 5609972.04| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,50,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_25OCT2009.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_25OCT2009.tif,100.0,3,GTiff,uint8,,15003,13496,3,,"| 0.46, 0.00, 1938211.32| -| 0.00,-0.46, 5609972.20| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,36,"(0.45638731122016907, 0.45638731122016907)",True, -MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_06FEB2017.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_06FEB2017.tif,100.0,1,GTiff,uint8,,13695,12318,3,,"| 0.50, 0.00, 1938211.09| -| 0.00,-0.50, 5609972.04| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,48,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_26MAR2020.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_26MAR2020_1.tif,100.0,2,GTiff,uint8,,17089,16370,3,,"| 0.34, 0.00, 1938236.42| -| 0.00,-0.34, 5609971.99| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,49,"(0.3390108644962311, 0.3390108644962311)",True, -MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_06JAN2006.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_06JAN2006.tif,100.0,3,GTiff,uint8,,11412,10264,3,,"| 0.60, 0.00, 1938211.40| -| 0.00,-0.60, 5609971.72| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,40,"(0.5999999999999959, 0.6000000000000363)",True, -MaxarImagery/HighFreq/HawkesBay/TableCape/Shorelines/TableCape_04DEC2002.shp,MaxarImagery/HighFreq/HawkesBay/TableCape/Imagery/Stack/TableCape_04DEC2002.tif,100.0,0,GTiff,uint8,,4614,3891,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 2030340.91| -| 0.00,-0.60, 5660755.81| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999798, 0.6000000000001436)",False, -MaxarImagery/HighFreq/HawkesBay/TableCape/Shorelines/TableCape_25DEC2015.shp,MaxarImagery/HighFreq/HawkesBay/TableCape/Imagery/Stack/TableCape_25DEC2015.tif,100.0,0,GTiff,uint8,,5537,4669,3,,"| 0.50, 0.00, 2030340.90| -| 0.00,-0.50, 5660755.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/HawkesBay/TableCape/Shorelines/TableCape_12FEB2011.shp,MaxarImagery/HighFreq/HawkesBay/TableCape/Imagery/Stack/TableCape_12FEB2011.tif,100.0,0,GTiff,uint8,,5537,4669,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2030340.90| -| 0.00,-0.50, 5660755.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_03NOV2013.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_03NOV2013.tif,100.0,3,GTiff,uint8,,4972,15063,3,,"| 0.48, 0.00, 2022707.44| -| 0.00,-0.48, 5670278.05| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,17,"(0.4795413017272949, 0.4795413017272949)",True, -MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_08NOV2019.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_08NOV2019_2.tif,100.0,3,GTiff,uint8,,6567,5685,3,,"| 0.33, 0.00, 2022707.26| -| 0.00,-0.33, 5664913.85| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,13,"(0.3270425498485565, 0.3270425498485565)",True, -MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_25DEC2015.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_25DEC2015.tif,100.0,2,GTiff,uint8,,4769,14447,3,,"| 0.50, 0.00, 2022707.22| -| 0.00,-0.50, 5670278.04| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,22,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_29JAN2011.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_29JAN2011.tif,100.0,2,GTiff,uint8,,4769,14447,3,,"| 0.50, 0.00, 2022707.22| -| 0.00,-0.50, 5670278.04| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,22,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_24JAN2015.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_24JAN2015_2.tif,100.0,3,GTiff,uint8,,3056,16496,3,,"| 0.34, 0.00, 1943791.24| -| 0.00,-0.34, 5609723.87| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,16,"(0.3396146893501282, 0.3396146893501282)",True, -MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_02Feb2016.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_02FEB2016.tif,100.0,0,GTiff,uint8,,15995,4170,3,,"| 0.50, 0.00, 1270553.92| -| 0.00,-0.50, 4834114.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_04DEC2009.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_04DEC2009.tif,100.0,6,GTiff,uint8,,2993,3845,3,,"| 0.60, 0.00, 1617047.39| -| 0.00,-0.60, 5428401.10| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6000000000000155, 0.6)",True, -MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_06MAR2003.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_06MAR2003.tif,100.0,4,GTiff,uint8,,2993,3845,3,,"| 0.60, 0.00, 1617047.39| -| 0.00,-0.60, 5428401.10| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.6000000000000155, 0.6)",True, -MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_29APR2010.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_29APR2010.tif,100.0,4,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| -| 0.00,-0.50, 5902747.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,19,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_25FEB2016.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_25FEB2016.tif,100.0,5,GTiff,uint8,,4523,9394,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1853887.63| -| 0.00,-0.50, 5902747.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_14AUG2014.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_14AUG2014.tif,100.0,2,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| -| 0.00,-0.50, 5902747.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,18,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_19NOV2007.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_19NOV2007.tif,100.0,5,GTiff,uint8,,3769,7828,3,,"| 0.60, 0.00, 1853887.84| -| 0.00,-0.60, 5902747.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,15,"(0.5999999999999753, 0.6000000000000951)",True, -MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_09JAN2004.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_09JAN2004.tif,100.0,5,GTiff,uint8,,3769,7828,3,,"| 0.60, 0.00, 1853887.84| -| 0.00,-0.60, 5902747.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,11,"(0.5999999999999753, 0.6000000000000951)",True, -MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_20MAY2012.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_20MAY2012.tif,100.0,4,GTiff,uint8,,4740,9844,3,,"| 0.48, 0.00, 1853887.72| -| 0.00,-0.48, 5902747.78| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,16,"(0.47711148858070374, 0.47711148858070374)",True, -MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_09FEB2019.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_09FEB2019.tif,100.0,2,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| -| 0.00,-0.50, 5902747.71| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,29,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_24JAN2020.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_24JAN2020.tif,100.0,5,GTiff,uint8,,4250,11520,3,,"| 0.33, 0.00, 1750428.68| -| 0.00,-0.33, 5862944.96| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.3310948312282562, 0.3310948312282562)",True, -MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_28JULY2006.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_28JULY2006.tif,100.0,6,GTiff,uint8,,2346,6358,3,,"| 0.60, 0.00, 1750428.71| -| 0.00,-0.60, 5862945.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6000000000000397, 0.5999999999999707)",True, -MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_07NOV2012.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_07NOV2012.tif,100.0,6,GTiff,uint8,,2815,7628,3,,"| 0.50, 0.00, 1750428.53| -| 0.00,-0.50, 5862944.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_31JAN2014.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_31JAN2014.tif,100.0,5,GTiff,uint8,,2815,7628,3,,"| 0.50, 0.00, 1750428.53| -| 0.00,-0.50, 5862944.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_09MAR2016.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_09MAR2016.tif,100.0,5,GTiff,uint8,,2908,7882,3,,"| 0.48, 0.00, 1750428.64| -| 0.00,-0.48, 5862944.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.4838751554489136, 0.4838751554489136)",True, -MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_13DEC2013.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_13DEC2013.tif,100.0,8,GTiff,uint8,,3592,4615,3,,"| 0.50, 0.00, 1617047.28| -| 0.00,-0.50, 5428401.30| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_12MAR2011.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_12MAR2011.tif,100.0,6,GTiff,uint8,,2346,6358,3,,"| 0.60, 0.00, 1750428.71| -| 0.00,-0.60, 5862945.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6000000000000397, 0.5999999999999707)",True, -MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_17MAR2020.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_17MAR2020.tif,100.0,12,GTiff,uint8,,1528,9456,3,,"| 0.50, 0.00, 1740349.03| -| 0.00,-0.50, 5719124.26| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.49605101346969604, 0.49605101346969604)",True, -MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_13JULY2007.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_13JULY2007.tif,100.0,11,GTiff,uint8,,1264,7818,3,,"| 0.60, 0.00, 1740349.01| -| 0.00,-0.60, 5719124.32| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5999999999999264, 0.5999999999999762)",True, -MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_15JUNE2010.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_15JUNE2010.tif,100.0,10,GTiff,uint8,,1264,7818,3,,"| 0.60, 0.00, 1740349.01| -| 0.00,-0.60, 5719124.32| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,9,"(0.5999999999999264, 0.5999999999999762)",True, -MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_02JULY2018.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_02JULY2018.tif,100.0,9,GTiff,uint8,,1533,9491,3,,"| 0.49, 0.00, 1740349.32| -| 0.00,-0.49, 5719124.34| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,14,"(0.49421289563179016, 0.49421289563179016)",True, -MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_29MAY2015.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_29MAY2015.tif,100.0,11,GTiff,uint8,,1517,9381,3,,"| 0.50, 0.00, 1740348.91| -| 0.00,-0.50, 5719124.22| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,14,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Nelson/BoulderBank/Shorelines/Boulderbank_04DEC2009.shp,MaxarImagery/HighFreq/Nelson/BoulderBank/Imagery/Stack/Boulderbank_04DEC2009.tif,100.0,1,GTiff,uint8,,9430,11387,3,,"| 0.60, 0.00, 1621127.71| -| 0.00,-0.60, 5437953.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.6, 0.6000000000000164)",True, -MaxarImagery/HighFreq/Nelson/BoulderBank/Shorelines/Boulderbank_03DEC2004.shp,MaxarImagery/HighFreq/Nelson/BoulderBank/Imagery/Stack/Boulderbank_03DEC2004.tif,100.0,1,GTiff,uint8,,9430,11387,3,,"| 0.60, 0.00, 1621127.71| -| 0.00,-0.60, 5437953.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6, 0.6000000000000164)",True, -MaxarImagery/HighFreq/Nelson/BoulderBank/Shorelines/Boulderbank_18MAR2021.shp,MaxarImagery/HighFreq/Nelson/BoulderBank/Imagery/Stack/Boulderbank_18MAR2021.tif,100.0,2,GTiff,uint8,,11316,13663,3,,"| 0.50, 0.00, 1621127.61| -| 0.00,-0.50, 5437953.73| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_18MAR2021.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_18MAR2021.tif,100.0,7,GTiff,uint8,,3592,4615,3,,"| 0.50, 0.00, 1617047.28| -| 0.00,-0.50, 5428401.30| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_07FEB2019.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_07FEB2019.tif,100.0,6,GTiff,uint8,,4689,6026,3,,"| 0.38, 0.00, 1617047.49| -| 0.00,-0.38, 5428401.26| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.3829065263271332, 0.3829065263271332)",True, -MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_25NOV2011.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_25NOV2011.tif,100.0,4,GTiff,uint8,,3700,4754,3,,"| 0.49, 0.00, 1617047.23| -| 0.00,-0.49, 5428401.58| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.4854324162006378, 0.4854324162006378)",True, -MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_14DEC2006.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_14DEC2006.tif,100.0,5,GTiff,uint8,,2993,3845,3,,"| 0.60, 0.00, 1617047.39| -| 0.00,-0.60, 5428401.10| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6000000000000155, 0.6)",True, -MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_11JAN2013.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_11JAN2013.tif,100.0,5,GTiff,uint8,,1559,9651,3,,"| 0.49, 0.00, 1740349.25| -| 0.00,-0.49, 5719124.03| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.4859701097011566, 0.4859701097011566)",True, -MaxarImagery/HighFreq/Wellington/Otaki/Shorelines/Otaki_03MAR2010.shp,MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_03MAR2010_2.tif,100.0,9,GTiff,uint8,,2110,3901,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1775755.25| -| 0.00,-0.50, 5484393.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_26Mar2012.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_26MAR2012.tif,100.0,0,GTiff,uint8,,15995,4170,3,,"| 0.50, 0.00, 1270553.92| -| 0.00,-0.50, 4834114.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_28Jan2010.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_28JAN2010.tif,100.0,0,GTiff,uint8,,15995,4170,3,,"| 0.50, 0.00, 1270553.92| -| 0.00,-0.50, 4834114.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_13MAR2021.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_13MAR2021.tif,100.0,2,GTiff,uint8,,9481,13333,3,,"| 0.50, 0.00, 1573134.81| -| 0.00,-0.50, 5513988.75| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_25APR2014.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_25APR2014.tif,100.0,2,GTiff,uint8,,9481,13333,3,,"| 0.50, 0.00, 1573134.81| -| 0.00,-0.50, 5513988.75| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_19APR2017.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_19APR2017.tif,100.0,8,GTiff,uint8,,3337,9002,3,,"| 0.50, 0.00, 1601818.47| -| 0.00,-0.50, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_03FEB2021.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_03FEB2021.tif,100.0,5,GTiff,uint8,,3337,9002,3,,"| 0.50, 0.00, 1601818.47| -| 0.00,-0.50, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_23DEC2014.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_23DEC2014.tif,100.0,6,GTiff,uint8,,3337,9002,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1601818.47| -| 0.00,-0.50, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_19FEB2010.tif,100.0,5,GTiff,uint8,,2781,7502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1601818.27| -| 0.00,-0.60, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999498, 0.5999999999999007)",False, -MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_28AUG2006.tif,100.0,7,GTiff,uint8,,2781,7502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1601818.27| -| 0.00,-0.60, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999498, 0.5999999999999007)",False, -MaxarImagery/HighFreq/Auckland/Muriwai1/Shorelines/Muriwai1_25JAN2020.shp,MaxarImagery/HighFreq/Auckland/Muriwai1/Imagery/Stack/Muriwai1_25JAN2020.tif,100.0,29,GTiff,uint8,,7895,12432,3,,"| 0.39, 0.00, 1722118.20| -| 0.00,-0.39, 5932903.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.39242473244667053, 0.39242473244667053)",False, -MaxarImagery/HighFreq/Auckland/Muriwai1/Imagery/Shorelines/Muriwai1_25JAN2020.shp,MaxarImagery/HighFreq/Auckland/Muriwai1/Imagery/Stack/Muriwai1_25JAN2020.tif,100.0,29,GTiff,uint8,,7895,12432,3,,"| 0.39, 0.00, 1722118.20| -| 0.00,-0.39, 5932903.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.39242473244667053, 0.39242473244667053)",True, -MaxarImagery/HighFreq/Auckland/Medlands/Shorelines/Medlands_09JUNE2015.shp,MaxarImagery/HighFreq/Auckland/Medlands/Imagery/Stack/Medlands_09JUNE2015.tif,100.0,9,GTiff,uint8,,7665,11417,3,,"| 0.50, 0.00, 1821852.33| -| 0.00,-0.50, 5988821.14| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/Medlands/Shorelines/Medlands_12JUNE2003.shp,MaxarImagery/HighFreq/Auckland/Medlands/Imagery/Stack/Medlands_12JUNE2003.tif,100.0,11,GTiff,uint8,,6387,9514,3,,"| 0.60, 0.00, 1821852.83| -| 0.00,-0.60, 5988821.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5999999999999928, 0.6000000000000392)",True, -MaxarImagery/HighFreq/Auckland/Medlands/Shorelines/Medlands_18DEC2019.shp,MaxarImagery/HighFreq/Auckland/Medlands/Imagery/Stack/Medlands_18DEC2019.tif,100.0,8,GTiff,uint8,,7665,11417,3,,"| 0.50, 0.00, 1821852.33| -| 0.00,-0.50, 5988821.14| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/Medlands/Shorelines/Medlands_13MAY2010.shp,MaxarImagery/HighFreq/Auckland/Medlands/Imagery/Stack/Medlands_13MAY2010.tif,100.0,8,GTiff,uint8,,7863,11715,3,,"| 0.49, 0.00, 1821852.53| -| 0.00,-0.49, 5988821.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.48731109499931335, 0.48731109499931335)",True, -MaxarImagery/HighFreq/Auckland/Muriwai3/Shorelines/Muriwai3_12JUN2019.shp,MaxarImagery/HighFreq/Auckland/Muriwai3/Stack/Muriwai3_12JUN2019_mosaic.tif,100.0,22,GTiff,uint8,,17185,19518,3,,"| 0.00, 0.00, 174.26| -| 0.00,-0.00,-36.60| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(3.375421933693161e-06, 3.3754219336935092e-06)",True, -MaxarImagery/HighFreq/Auckland/Muriwai2/Shorelines/Muriwai2_20JUL2019.shp,MaxarImagery/HighFreq/Auckland/Muriwai2/Stack/Muriwai2_20JUL2019_mosaic.tif,100.0,33,GTiff,uint8,,15721,24181,3,,"| 0.36, 0.00, 1717149.22| -| 0.00,-0.36, 5941470.48| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.3579849898815155, 0.3579849898815155)",True, -MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_02FEB2020.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/Stack2/PakiriBeach_02FEB2020.tif,100.0,5,GTiff,uint8,,11202,9586,3,,"| 0.50, 0.00, 1752314.16| -| 0.00,-0.50, 5990499.70| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_12APR2014.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/PakiriBeach_12APR2014.tif,100.0,8,GTiff,uint8,,11202,9586,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1752314.16| -| 0.00,-0.50, 5990499.70| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_03FEB2017.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/PakiriBeach_03FEB2017.tif,100.0,8,GTiff,uint8,,11202,9586,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1752314.16| -| 0.00,-0.50, 5990499.70| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_16JAN2006.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/PakiriBeach_16JAN2006.tif,100.0,6,GTiff,uint8,,9335,7988,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1752314.17| -| 0.00,-0.60, 5990499.80| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.5999999999999767)",True, -MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_03MAY2012.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/PakiriBeach_03MAY2012.tif,100.0,8,GTiff,uint8,,11202,9586,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1752314.16| -| 0.00,-0.50, 5990499.70| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_25JAN2020.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_25JAN2020.tif,100.0,25,GTiff,uint8,,7632,13844,3,,"| 0.39, 0.00, 1724579.12| -| 0.00,-0.39, 5928227.23| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,12,"(0.39242473244667053, 0.39242473244667053)",True, -MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_25JULY2002.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_25JULY2002.tif,100.0,13,GTiff,uint8,,4992,9055,3,,"| 0.60, 0.00, 1724578.91| -| 0.00,-0.60, 5928227.30| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5999999999999907, 0.6)",True, -MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/Muriwai_07APR2010.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/Muriwai_07APR2010.tif,100.0,22,GTiff,uint8,,6052,10977,3,,"| 0.49, 0.00, 1724579.25| -| 0.00,-0.49, 5928226.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.4949078857898712, 0.4949078857898712)",True, -MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/Muriwai_09JULY2015.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/Muriwai_09JULY2015.tif,100.0,12,GTiff,uint8,,5990,10865,3,,"| 0.50, 0.00, 1724579.31| -| 0.00,-0.50, 5928226.99| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/Muriwai_15JULY2017.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/Muriwai_15JULY2017.tif,100.0,22,GTiff,uint8,,6149,11153,3,,"| 0.49, 0.00, 1724579.16| -| 0.00,-0.49, 5928227.17| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.4871235489845276, 0.4871235489845276)",True, -MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_04JUN2003.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_04JUN2003.tif,100.0,2,GTiff,uint8,,7900,11111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1573135.22| -| 0.00,-0.60, 5513988.25| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.6000000000000503)",True, -MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_27AUG2019.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_27AUG2019.tif,100.0,2,GTiff,uint8,,12576,17686,3,,"| 0.38, 0.00, 1573135.16| -| 0.00,-0.38, 5513988.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.37692931294441223, 0.37692931294441223)",True, -MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_24JAN2009.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_24JAN2009.tif,100.0,2,GTiff,uint8,,7900,11111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1573135.22| -| 0.00,-0.60, 5513988.25| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.6000000000000503)",True, -MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_24SEP2010.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_24SEP2010.tif,100.0,23,GTiff,uint8,,12082,8442,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1592812.66| -| 0.00,-0.49, 5485341.33| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.48642805218696594, 0.48642805218696594)",True, -MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_05APR2013.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_05APR2013.tif,100.0,17,GTiff,uint8,,5866,13869,3,,"| 0.49, 0.00, 1599997.25| -| 0.00,-0.49, 5455893.51| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.49300509691238403, 0.49300509691238403)",True, -MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_10AUG2003.tif,100.0,16,GTiff,uint8,,4821,11396,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1599996.98| -| 0.00,-0.60, 5455893.62| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.599999999999971, 0.5999999999999673)",True, -MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_20SEP2009.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_20SEP2009.tif,100.0,13,GTiff,uint8,,6918,16355,3,,"| 0.42, 0.00, 1599997.11| -| 0.00,-0.42, 5455893.54| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.4180896580219269, 0.4180896580219269)",True, -MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_11OCT2017.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_11OCT2017.tif,100.0,17,GTiff,uint8,,8151,19268,3,,"| 0.35, 0.00, 1599997.16| -| 0.00,-0.35, 5455893.47| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.3548426032066345, 0.3548426032066345)",True, -MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_08FEB2016.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_08FEB2016.tif,100.0,17,GTiff,uint8,,7373,17432,3,,"| 0.39, 0.00, 1599997.18| -| 0.00,-0.39, 5455893.68| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.3922426402568817, 0.3922426402568817)",True, -MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_03FEB2021.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_03FEB2021.tif,100.0,18,GTiff,uint8,,6090,14396,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1599996.88| -| 0.00,-0.47, 5455893.50| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4749492406845093, 0.4749492406845093)",True, -MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_07FEB2019.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_07FEB2019.tif,100.0,19,GTiff,uint8,,7501,17732,3,,"| 0.39, 0.00, 1599996.96| -| 0.00,-0.39, 5455893.60| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.3855954706668854, 0.3855954706668854)",True, -MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_16FEB2003.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_16FEB2003.tif,100.0,15,GTiff,uint8,,13653,15657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1574539.89| -| 0.00,-0.60, 5491341.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999693, 0.5999999999999525)",True, -MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_04JAN2013.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_04JAN2013.tif,100.0,16,GTiff,uint8,,18081,20736,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1574540.07| -| 0.00,-0.45, 5491341.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4530158042907715, 0.4530158042907715)",True, -MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_13MAR2021.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_13MAR2021.tif,100.0,16,GTiff,uint8,,16382,18788,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1574539.99| -| 0.00,-0.50, 5491342.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_14MAY2017.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_14MAY2017.tif,100.0,17,GTiff,uint8,,16382,18788,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1574539.99| -| 0.00,-0.50, 5491342.02| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_29MAR2009.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_29MAR2009.tif,100.0,14,GTiff,uint8,,13653,15657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1574539.89| -| 0.00,-0.60, 5491341.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999693, 0.5999999999999525)",True, -MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_31DEC2012.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_31DEC2012.tif,100.0,19,GTiff,uint8,,5990,10865,3,,"| 0.50, 0.00, 1724579.31| -| 0.00,-0.50, 5928226.99| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_08AUG2018.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_08AUG2018.tif,100.0,4,GTiff,uint8,,4536,11258,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1606856.71| -| 0.00,-0.50, 5437758.62| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4970274567604065, 0.4970274567604065)",True, -MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_25JUN2013.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_25JUN2013.tif,100.0,5,GTiff,uint8,,4508,11191,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1606856.80| -| 0.00,-0.50, 5437758.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_06MAR2003.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_06MAR2003.tif,100.0,1,GTiff,uint8,,3757,9326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1606856.59| -| 0.00,-0.60, 5437758.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999877, 0.59999999999996)",True, -MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_19FEB2010.tif,100.0,8,GTiff,uint8,,3757,9326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1606856.59| -| 0.00,-0.60, 5437758.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999877, 0.59999999999996)",True, -MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_18MAR2021.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_18MAR2021.tif,100.0,9,GTiff,uint8,,18655,6736,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1583973.99| -| 0.00,-0.49, 5482559.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.489658385515213, 0.489658385515213)",True, -MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_18SEP2018.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_18SEP2018.tif,100.0,9,GTiff,uint8,,18268,6597,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1583974.30| -| 0.00,-0.50, 5482558.69| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_19APR2007.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_19APR2007.tif,100.0,8,GTiff,uint8,,15225,5497,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1583974.10| -| 0.00,-0.60, 5482558.70| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.6000000000000338)",True, -MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_09FEB2011.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_09FEB2011.tif,100.0,6,GTiff,uint8,,18268,6597,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1583974.30| -| 0.00,-0.50, 5482558.69| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_04JAN2013.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_04JAN2013.tif,100.0,7,GTiff,uint8,,20163,7281,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1583974.24| -| 0.00,-0.45, 5482558.82| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4530158042907715, 0.4530158042907715)",True, -MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_04APR2012.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_04APR2012.tif,100.0,22,GTiff,uint8,,11754,8213,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1592812.73| -| 0.00,-0.50, 5485341.38| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_25SEP2008.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_25SEP2008.tif,100.0,19,GTiff,uint8,,9796,6844,3,,"| 0.60, 0.00, 1592812.54| -| 0.00,-0.60, 5485340.98| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6000000000000095, 0.6000000000000544)",True, -MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_11FEB2021.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_11FEB2021.tif,100.0,21,GTiff,uint8,,13073,9134,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1592812.70| -| 0.00,-0.45, 5485341.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4495773911476135, 0.4495773911476135)",True, -MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_12JAN2015.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_12JAN2015.tif,100.0,21,GTiff,uint8,,13201,9225,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1592812.50| -| 0.00,-0.45, 5485341.37| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4451889991760254, 0.4451889991760254)",True, -MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_24FEB2020.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_24FEB2020.tif,100.0,9,GTiff,uint8,,6305,15650,3,,"| 0.36, 0.00, 1606856.63| -| 0.00,-0.36, 5437758.79| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.3575507402420044, 0.3575507402420044)",True, -MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_15JULY2006.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_15JULY2006.tif,100.0,30,GTiff,uint8,,4992,9055,3,,"| 0.60, 0.00, 1724578.91| -| 0.00,-0.60, 5928227.30| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5999999999999907, 0.6)",True, -MaxarImagery/HighFreq/Auckland/Muriwai4/Shorelines/Muriwai4_20JUL2019.shp,MaxarImagery/HighFreq/Auckland/Muriwai4/Stack/Muriwai4_20JUL2019_mosaic.tif,100.0,4,GTiff,uint8,,20108,25793,3,,"| 0.36, 0.00, 1706279.87| -| 0.00,-0.36, 5957910.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.36084896326065063, 0.36084896326065063)",True, -MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_20DEC2011.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_20DEC2011.tif,100.0,1,GTiff,uint8,,4121,7587,3,,"| 0.50, 0.00, 1759110.63| -| 0.00,-0.50, 5979302.20| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.4989003837108612, 0.4989003837108612)",True, -MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Shorelines/TeWaewaeBay_east1_01Feb2013.shp,MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Imagery/Stack/TewaewaeBay_east1_01Feb2013.tif,100.0,14,GTiff,uint8,,5437,9725,3,,"| 0.50, 0.00, 1191868.23| -| 0.00,-0.50, 4863137.14| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Shorelines/TeWaewaeBay_east1_23Dec2009.shp,MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Imagery/Stack/TeWaewaeBay_East1_23Dec2009.TIF,100.0,24,GTiff,uint8,,6272,10135,3,,"| 0.50, 0.00, 1191646.44| -| 0.00,-0.50, 4863146.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/WaipapaPoint/Shorelines/WaipapaPoint_31Dec2014.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_31DEC2014.tif,100.0,0,GTiff,uint8,,18596,4719,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1280793.76| -| 0.00,-0.50, 4826287.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07Nov2020.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_07NOV2020.tif,100.0,0,GTiff,uint8,,20839,5288,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1280793.76| -| 0.00,-0.45, 4826287.00| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4461754858493805, 0.4461754858493805)",False, -MaxarImagery/HighFreq/Southland/WaipapaPoint/Shorelines/WaipapaPoint_10Sep2010.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_10SEP2010.tif,100.0,0,GTiff,uint8,,18596,4719,3,,"| 0.50, 0.00, 1280793.76| -| 0.00,-0.50, 4826287.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07Feb2018.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_07FEB2018.tif,100.0,0,GTiff,uint8,,25803,6548,3,,"| 0.36, 0.00, 1280793.62| -| 0.00,-0.36, 4826287.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.3603507876396179, 0.3603507876396179)",False, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_17FEB2018.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_17FEB2018.tif,100.0,2,GTiff,uint8,,12039,3291,3,,"| 0.50, 0.00, 1245228.40| -| 0.00,-0.50, 4829866.24| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_20SEP2015.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_20SEP2015.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.48| -| 0.00,-0.50, 4829866.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_01APR2019.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_01APR2019.tif,100.0,2,GTiff,uint8,,12037,3290,3,,"| 0.50, 0.00, 1245228.83| -| 0.00,-0.50, 4829866.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_18MAR2008.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_18MAR2008.tif,100.0,2,GTiff,uint8,,9560,2730,3,,"| 0.60, 0.00, 1245228.88| -| 0.00,-0.60, 4829858.99| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.6, 0.6)",True, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_22NOV2018.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_22NOV2018.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.48| -| 0.00,-0.50, 4829866.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_28OCT2011.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_28OCT2011.tif,100.0,2,GTiff,uint8,,10032,2742,3,,"| 0.60, 0.00, 1245228.88| -| 0.00,-0.60, 4829866.18| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5999999999999953, 0.6000000000000679)",True, -MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Shorelines/TeWaewaeBay_east1_01Dec2007.shp,MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Imagery/Stack/TeWaewaeBay_east1_01DEC2007.tif,100.0,14,GTiff,uint8,,4532,8105,3,,"| 0.60, 0.00, 1191868.22| -| 0.00,-0.60, 4863137.26| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5999999999999898, 0.6)",True, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_22JAN2020.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_22JAN2020.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.48| -| 0.00,-0.50, 4829866.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_22MAY2013.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_22MAY2013.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.57| -| 0.00,-0.50, 4829866.45| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_21DEC2020.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_21DEC2020.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.48| -| 0.00,-0.50, 4829866.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_24NOV2019.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_24NOV2019.tif,100.0,8,GTiff,uint8,,21941,7172,3,,"| 0.50, 0.00, 1259746.31| -| 0.00,-0.50, 4833839.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_23FEB2017.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_23FEB2017.tif,100.0,11,GTiff,uint8,,28844,9427,3,,"| 0.38, 0.00, 1259746.36| -| 0.00,-0.38, 4833839.39| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.3803274929523468, 0.3803274929523468)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_22NOV2018.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_22NOV2018.tif,100.0,10,GTiff,uint8,,21941,7172,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1259746.31| -| 0.00,-0.50, 4833839.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_31MAY2010.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_31MAY2010.tif,100.0,7,GTiff,uint8,,21941,7171,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1259746.65| -| 0.00,-0.50, 4833839.10| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_01DEC2015.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_01DEC2015.tif,100.0,8,GTiff,uint8,,32757,10706,3,,"| 0.33, 0.00, 1259746.52| -| 0.00,-0.33, 4833839.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.3348881006240845, 0.3348881006240845)",True, -MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_16JAN2004.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_16JAN2004.tif,100.0,6,GTiff,uint8,,18284,5976,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1259746.32| -| 0.00,-0.60, 4833839.36| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999990017, 0.5999999999988468)",True, -MaxarImagery/HighFreq/Southland/BigBay/Imagery/Shorelines/BigBay_07MAR2016.shp,MaxarImagery/HighFreq/Southland/BigBay/Imagery/Stack/BigBay_07MAR2016.tif,100.0,10,GTiff,uint8,,6578,13301,3,,"| 0.39, 0.00, 1208344.10| -| 0.00,-0.39, 5084793.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.39430493116378784, 0.39430493116378784)",True, -MaxarImagery/HighFreq/Southland/BigBay/Imagery/Shorelines/BigBay_04SEP2013.shp,MaxarImagery/HighFreq/Southland/BigBay/Imagery/Stack/BigBay_04SEP2013.tif,100.0,8,GTiff,uint8,,5188,10490,3,,"| 0.50, 0.00, 1208343.92| -| 0.00,-0.50, 5084793.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/BigBay/Imagery/Shorelines/BigBay_31JAN2006.shp,MaxarImagery/HighFreq/Southland/BigBay/Imagery/Stack/BigBay_31JAN2006.tif,100.0,5,GTiff,uint8,,4323,8741,3,,"| 0.60, 0.00, 1208343.72| -| 0.00,-0.60, 5084793.98| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6000000000000107, 0.6000000000000639)",True, -MaxarImagery/HighFreq/Southland/BigBay/Imagery/Shorelines/BigBay_27MAR2020.shp,MaxarImagery/HighFreq/Southland/BigBay/Imagery/Stack/BigBay_27MAR2020.tif,100.0,12,GTiff,uint8,,5188,10490,3,,"| 0.50, 0.00, 1208343.92| -| 0.00,-0.50, 5084793.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_01FEB2008.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_01FEB2008.tif,100.0,3,GTiff,uint8,,10032,2742,3,,"| 0.60, 0.00, 1245228.88| -| 0.00,-0.60, 4829866.18| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.5999999999999953, 0.6000000000000679)",True, -MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_13Jan2020.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_13JAN2020.tif,100.0,0,GTiff,uint8,,21999,5735,3,,"| 0.36, 0.00, 1270553.98| -| 0.00,-0.36, 4834114.97| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.36351442337036133, 0.36351442337036133)",False, -MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_16JAN2010.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_16JAN2010.tif,100.0,8,GTiff,uint8,,6805,6005,3,,"| 0.60, 0.00, 1216511.70| -| 0.00,-0.60, 4856483.46| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.6, 0.6)",True, -MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_27Dec2015.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_27DEC2015.tif,100.0,0,GTiff,uint8,,11665,10293,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1216511.64| -| 0.00,-0.35, 4856483.45| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.35, 0.3499999999999819)",False, -MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_03FEB2006.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_03FEB2006.tif,100.0,1,GTiff,uint8,,3427,6309,3,,"| 0.60, 0.00, 1759110.44| -| 0.00,-0.60, 5979302.32| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5999999999999864, 0.600000000000059)",True, -MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_20JAN2017.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_20JAN2017.tif,100.0,2,GTiff,uint8,,4354,8017,3,,"| 0.47, 0.00, 1759110.69| -| 0.00,-0.47, 5979302.26| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.4721343517303467, 0.4721343517303467)",True, -MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_18JAN2014.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_18JAN2014.tif,100.0,2,GTiff,uint8,,4111,7570,3,,"| 0.50, 0.00, 1759110.75| -| 0.00,-0.50, 5979302.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_02FEB2020.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_02FEB2020.tif,100.0,1,GTiff,uint8,,4111,7570,3,,"| 0.50, 0.00, 1759110.75| -| 0.00,-0.50, 5979302.21| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,6,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_04JAN2017.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_04JAN2017.tif,100.0,19,GTiff,uint8,,8354,23227,3,,"| 0.50, 0.00, 1727262.79| -| 0.00,-0.50, 5917711.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,21,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_25MAR2013.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_25MAR2013.tif,100.0,15,GTiff,uint8,,8354,23227,3,,"| 0.50, 0.00, 1727262.79| -| 0.00,-0.50, 5917711.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,21,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_21MAR2021.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_21MAR2021.tif,100.0,23,GTiff,uint8,,8765,24371,3,,"| 0.48, 0.00, 1727262.74| -| 0.00,-0.48, 5917712.04| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,14,"(0.4765263795852661, 0.4765263795852661)",True, -MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_07APRIL2010.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_07APRIL2010.tif,100.0,16,GTiff,uint8,,8414,23394,3,,"| 0.50, 0.00, 1727262.90| -| 0.00,-0.50, 5917712.06| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,28,"(0.496445894241333, 0.496445894241333)",True, -MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_20SEP2008.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_20SEP2008.tif,100.0,16,GTiff,uint8,,6961,19356,3,,"| 0.60, 0.00, 1727262.98| -| 0.00,-0.60, 5917711.89| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,23,"(0.5999999999999465, 0.5999999999999326)",True, -MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_23AUG2006.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_23AUG2006.tif,100.0,17,GTiff,uint8,,6961,19356,3,,"| 0.60, 0.00, 1727262.98| -| 0.00,-0.60, 5917711.89| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,16,"(0.5999999999999465, 0.5999999999999326)",True, -MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_01MAR2015.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_01MAR2015.tif,100.0,15,GTiff,uint8,,8354,23227,3,,"| 0.50, 0.00, 1727262.79| -| 0.00,-0.50, 5917711.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,28,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Shorelines/OhaweBeach_30DEC2009.shp,MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Stack/OhaweBeach_30DEC2009.tif,100.0,13,GTiff,uint8,,17694,4441,3,,"| 0.50, 0.00, 1695272.20| -| 0.00,-0.50, 5618955.65| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,22,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_24NOV2019.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_24NOV2019.tif,100.0,9,GTiff,uint8,,8165,7205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1216511.61| -| 0.00,-0.50, 4856483.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Shorelines/OhaweBeach_07MAR2022.shp,MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Stack/OhaweBeach_07MAR2022.tif,100.0,8,GTiff,uint8,,23277,5842,3,,"| 0.38, 0.00, 1695272.00| -| 0.00,-0.38, 5618955.74| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,33,"(0.380097359418869, 0.380097359418869)",True, -MaxarImagery/HighFreq/Taranaki/Kakaramea/Imagery/Shorelines/Kakaramea_01MAR2022.shp,MaxarImagery/HighFreq/Taranaki/Kakaramea/Imagery/Stack/Kakaramea_01MAR2022.tif,100.0,8,GTiff,uint8,,14104,12434,3,,"| 0.50, 0.00, 1718860.84| -| 0.00,-0.50, 5604505.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,8,"(0.5, 0.5)",False, -MaxarImagery/HighFreq/Taranaki/Kakaramea/Imagery/Shorelines/Kakaramea_29JAN2009.shp,MaxarImagery/HighFreq/Taranaki/Kakaramea/Imagery/Stack/Kakaramea_29JAN2009.tif,100.0,7,GTiff,uint8,,11752,10362,3,,"| 0.60, 0.00, 1718861.24| -| 0.00,-0.60, 5604505.99| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5999999999999961, 0.600000000000018)",False, -MaxarImagery/HighFreq/Taranaki/Waitara/Shorelines/Waitara_28JAN2022.shp,MaxarImagery/HighFreq/Taranaki/Waitara/Imagery/Stack/Waitara_28JAN2022.tif,100.0,9,GTiff,uint8,,20821,3390,3,,"| 0.47, 0.00, 1703894.95| -| 0.00,-0.47, 5684779.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.4653431406149987, 0.46534314061484816)",True, -MaxarImagery/HighFreq/Taranaki/Waitara/Shorelines/Waitara_01JAN2015.shp,MaxarImagery/HighFreq/Taranaki/Waitara/Imagery/Stack/Waitara_01JAN2015.tif,100.0,8,GTiff,uint8,,16541,2693,3,,"| 0.59, 0.00, 1703895.39| -| 0.00,-0.59, 5684779.54| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5857468398953292, 0.585746839895327)",True, -MaxarImagery/HighFreq/Taranaki/Waitara/Shorelines/Waitara_11SEP2020.shp,MaxarImagery/HighFreq/Taranaki/Waitara/Imagery/Stack/Waitara_11SEP2020.tif,100.0,10,GTiff,uint8,,19362,3152,3,,"| 0.50, 0.00, 1703890.16| -| 0.00,-0.50, 5684766.47| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Taranaki/Waitara/Shorelines/Waitara_30JUL2011.shp,MaxarImagery/HighFreq/Taranaki/Waitara/Imagery/Stack/Waitara_30JUL2011.tif,100.0,7,GTiff,uint8,,18206,2965,3,,"| 0.53, 0.00, 1703894.92| -| 0.00,-0.53, 5684779.53| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5321716929271649, 0.5321716929272345)",True, -MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Shorelines/ManaBay_26JUL2007.shp,MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Stack/ManaBay_26JUL2007.tif,100.0,16,GTiff,uint8,,16478,12016,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1724019.96| -| 0.00,-0.60, 5598497.90| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000029, 0.6000000000000465)",True, -MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Shorelines/ManaBay_28AUG2012.shp,MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Stack/ManaBay_28AUG2012.tif,100.0,12,GTiff,uint8,,23144,16877,3,,"| 0.43, 0.00, 1724020.07| -| 0.00,-0.43, 5598497.84| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.42717963457107544, 0.42717963457107544)",True, -MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Shorelines/ManaBay_16MAR2021.shp,MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Stack/ManaBay_16MAR2021.tif,100.0,12,GTiff,uint8,,19883,14436,3,,"| 0.50, 0.00, 1724042.54| -| 0.00,-0.50, 5598502.88| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Taranaki/Manutahi/Imagery/Shorelines/Manutahi_07MAR2022.shp,MaxarImagery/HighFreq/Taranaki/Manutahi/Imagery/Stack/Manutahi_07MAR2022.tif,100.0,13,GTiff,uint8,,14778,17178,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.39, 0.00, 1713784.18| -| 0.00,-0.39, 5611025.11| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.3930243253707886, 0.3930243253707886)",True, -MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_13MAR2021.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_13MAR2021.tif,100.0,9,GTiff,uint8,,8165,7205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1216511.61| -| 0.00,-0.50, 4856483.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_19Apr2012.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_19APR2012.tif,100.0,7,GTiff,uint8,,9072,8006,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1216511.79| -| 0.00,-0.45, 4856483.56| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.44999999999998974, 0.45000000000002327)",True, -MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Shorelines/OhaweBeach_02SEP2003.shp,MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Stack/OhaweBeach_02SEP2003.tif,100.0,17,GTiff,uint8,,14746,3701,3,,"| 0.60, 0.00, 1695272.11| -| 0.00,-0.60, 5618955.95| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,7,"(0.6000000000000063, 0.5999999999998994)",True, -Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_11OCT1950.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_11OCT1950_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5902,8899,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1573866.57| -| 0.00,-0.56, 5491691.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5612431671711046, 0.561243167171111)",True, -MaxarImagery/HighFreq/Wellington/Otaki/Shorelines/Otaki_11APR2002.shp,MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_11APR2002_2.tif,100.0,9,GTiff,uint8,,520,472,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1775754.97| -| 0.00,-0.60, 5482756.93| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.6000000000003947)",True, -MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_23MAY2011.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_23MAY2011_2.tif,100.0,9,GTiff,uint8,,2755,4185,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1762992.60| -| 0.00,-0.50, 5461375.65| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/Whatipu/Shorelines/Whatipu_30APR1969.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_30APR1969_mosaic.tif,100.0,4,GTiff,uint16,256.0,2941,3511,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1730501.54| -| 0.00,-1.80, 5903598.25| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(1.8000000000000158, 1.799999999999947)",True, -Retrolens/Auckland/Whatipu/Shorelines/Whatipu_14MAY1954.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_14MAY1954_mosaic.tif,100.0,5,GTiff,uint16,256.0,6615,5136,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1731537.86| -| 0.00,-0.55, 5900213.78| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.55, 0.5499999999999637)",True, -Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_14APR1940.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_14APR1940_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,5942,19743,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1728141.23| -| 0.00,-0.51, 5915940.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.505154524726418, 0.5051545247264145)",True, -Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_20MAR1988.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_20MAR1988_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,5661,17827,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1727344.22| -| 0.00,-0.68, 5917930.93| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6787192223882647, 0.6787192223882701)",True, -Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_09AUG1955.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_09AUG1955_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,6560,14702,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1727364.29| -| 0.00,-0.50, 5917934.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49814123344301, 0.4981412334430219)",True, -Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_24OCT1980.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_24OCT1980_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,5264,16579,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1727365.74| -| 0.00,-0.72, 5917860.75| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7245310690558016, 0.7245310690558215)",True, -Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_19AUG1960.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_19AUG1960_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4405,13155,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1729256.60| -| 0.00,-0.43, 5911623.95| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.43328428164507166, 0.43328428164503957)",True, -Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_02JAN2004.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_02JAN2004_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,2827,8591,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1727164.77| -| 0.00,-1.42, 5918025.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4164250539379377, 1.4164250539379424)",True, -Retrolens/Auckland/TawhitokinoBeach/Shorelines/TawhitokinoBeach_2JAN2004.shp,Retrolens/Auckland/TawhitokinoBeach/Stack/TawhitokinoBeach_2JAN2004.jp2,100.0,7,JP2OpenJPEG,uint8,,8583,5766,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1796076.74| -| 0.00,-0.50, 5910141.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/TawhitokinoBeach/Shorelines/TawhitokinoBeach_19AUG1960.shp,Retrolens/Auckland/TawhitokinoBeach/Stack/TawhitokinoBeach_19AUG1960.jp2,100.0,11,JP2OpenJPEG,uint8,,8553,5688,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1796092.73| -| 0.00,-0.50, 5910118.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/TawhitokinoBeach/Shorelines/TawhitokinoBeach_14OCT1980.shp,Retrolens/Auckland/TawhitokinoBeach/Stack/TawhitokinoBeach_14OCT1980_mosaic.jp2,100.0,9,JP2OpenJPEG,uint8,,8548,5704,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1796097.11| -| 0.00,-0.50, 5910132.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/Taurangaruru/Shorelines/Taurangaruru_22JUL1981.shp,Retrolens/Auckland/Taurangaruru/Stack/Taurangaruru_22JUL1981_mosaic.jp2,100.0,13,JP2OpenJPEG,uint8,,6445,14771,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1743992.75| -| 0.00,-0.50, 5878758.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/Taurangaruru/Shorelines/Taurangaruru_21FEB1969.shp,Retrolens/Auckland/Taurangaruru/Stack/Taurangaruru_21FEB1969_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,,6469,14754,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1743989.70| -| 0.00,-0.50, 5878740.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/Taurangaruru/Shorelines/Taurangruru_29APR1942.shp,Retrolens/Auckland/Taurangaruru/Stack/Taurangruru_29APR1942.jp2,100.0,11,JP2OpenJPEG,uint8,,5213,11690,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1744006.86| -| 0.00,-0.50, 5878736.52| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/South Taranaki/Rahotu/Shorelines/Rahotu_8NOV1970.shp,Retrolens/Taranaki/South Taranaki/Rahotu/Stack/Rahotu_8NOV1970_mosaic.jp2,100.0,18,JP2OpenJPEG,uint16,256.0,5843,15972,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1664188.01| -| 0.00,-0.68, 5649902.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6833378891597673, 0.6833378891597626)",True, -Retrolens/Taranaki/South Taranaki/Rahotu/Shorelines/Rahotu_3SEP1954.shp,Retrolens/Taranaki/South Taranaki/Rahotu/Stack/Rahotu_3SEP1954_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,6517,18705,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1664610.69| -| 0.00,-0.51, 5648682.78| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5128854876903962, 0.5128854876903947)",True, -Retrolens/Taranaki/South Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_07SEP1967.shp,Retrolens/Taranaki/South Taranaki/WaipipiBeach/Stack/WaipipiBeach_07SEP1967_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,14308,7331,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.84, 0.00, 1733132.89| -| 0.00,-0.84, 5592772.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8394125966443371, 0.839412596644337)",True, -Retrolens/Taranaki/South Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/WaipipiBeach/Stack/WaipipiBeach_04FEB1982_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,8901,4531,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1733065.28| -| 0.00,-1.38, 5592629.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3841364840127708, 1.384136484012779)",True, -Retrolens/Taranaki/South Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_07APR1949.shp,Retrolens/Taranaki/South Taranaki/WaipipiBeach/Stack/WaipipiBeach_07APR1949_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,23028,8281,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1733219.46| -| 0.00,-0.49, 5592014.32| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.48730040347396, 0.48730040347396375)",True, -Retrolens/Taranaki/South Taranaki/Pihama/Shorelines/Pihama_28AUG1972.shp,Retrolens/Taranaki/South Taranaki/Pihama/Stack/Pihama_28AUG1972_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,10975,9770,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1675115.45| -| 0.00,-0.71, 5629295.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7088664271351764, 0.7088664271352105)",True, -Retrolens/Taranaki/South Taranaki/Pihama/Shorelines/Pihama_08MAY1951.shp,Retrolens/Taranaki/South Taranaki/Pihama/Stack/Pihama_8MAY1951_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,14519,14024,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1675290.87| -| 0.00,-0.50, 5629196.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49549728747968436, 0.4954972874797021)",True, -Retrolens/Taranaki/South Taranaki/OhaweBeach/Shorelines/OhaweBeach_08MAY1951.shp,Retrolens/Taranaki/South Taranaki/OhaweBeach/Stack/OhaweBeach_08MAY1951_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,19216,5026,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1695190.67| -| 0.00,-0.48, 5619036.75| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4827106700055003, 0.4827106700054975)",True, -Retrolens/Taranaki/South Taranaki/OhaweBeach/Shorelines/OhaweBeach_28AUG1972.shp,Retrolens/Taranaki/South Taranaki/OhaweBeach/Stack/OhaweBeach_28AUG1972_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,13368,4073,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1695104.21| -| 0.00,-0.70, 5619169.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7027028311261656, 0.7027028311261659)",True, -Retrolens/Taranaki/South Taranaki/OhaweBeach/Shorelines/OhaweBeach_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/OhaweBeach/Stack/OhaweBeach_04FEB1982_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,5859,1855,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.45, 0.00, 1695013.54| -| 0.00,-1.45, 5619275.12| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4460830653894516, 1.4460830653894623)",True, -Retrolens/Taranaki/South Taranaki/Oeo/Shorelines/Oeo_28OCT1972.shp,Retrolens/Taranaki/South Taranaki/Oeo/Stack/Oeo_28OCT1972_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,11900,6338,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1680732.91| -| 0.00,-0.70, 5624346.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7046343918853565, 0.7046343918853613)",True, -Retrolens/Auckland/Whatipu/Shorelines/Whatipu_14APR1940.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_14APR1940_mosaic.tif,100.0,15,GTiff,uint16,256.0,9020,15541,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1730570.69| -| 0.00,-0.50, 5906009.56| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/Whatipu/Shorelines/Whatipu_19AUG1960.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_19AUG1960_mosaic.tif,100.0,9,GTiff,uint16,256.0,11933,21980,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1730294.51| -| 0.00,-0.40, 5907001.24| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.3999999999999961, 0.4)",True, -Retrolens/Auckland/Whatipu/Shorelines/Whatipu_17NOV1987.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_17NOV1987_mosaic.tif,100.0,2,GTiff,uint16,256.0,6069,6517,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1730656.74| -| 0.00,-0.90, 5903285.93| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.9000000000000153, 0.8999999999999714)",True, -Retrolens/Auckland/Whatipu/Shorelines/Whatipu_24OCT1980.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_24OCT1980_mosaic.tif,100.0,7,GTiff,uint16,256.0,6774,11727,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1730510.39| -| 0.00,-0.75, 5906719.40| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.75, 0.75)",True, -Retrolens/Auckland/BrownsBay/Shorelines/BrownsBay_20MAR1988.shp,Retrolens/Auckland/BrownsBay/Stack/BrownsBay_20MAR1988.jp2,100.0,7,JP2OpenJPEG,uint8,,4846,9462,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1755351.32| -| 0.00,-0.69, 5936485.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6945991080967414, 0.6945991080967523)",False, -Retrolens/Auckland/Muriwai4/Shorelines/Muriwai4_29MAR1981.shp,Retrolens/Auckland/Muriwai4/Stack/Muriwai4_29MAR1981_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,0.0,10934,14135,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1705885.20| -| 0.00,-0.74, 5958517.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.74049215173624, 0.7404921517362485)",True, -Retrolens/Auckland/Muriwai4/Shorelines/Muriwai4_02JAN2004.shp,Retrolens/Auckland/Muriwai4/Stack/Muriwai4_02JAN2004_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3141,3907,3,,"| 1.43, 0.00, 1709827.62| -| 0.00,-1.43, 5953339.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,5,"(1.4307327832380563, 1.4307327832381134)",True, -Retrolens/Auckland/LongBay/Shorelines/LongBay_19SEP1950.shp,Retrolens/Auckland/LongBay/Stack/LongBay_19SEP1950_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3038,7091,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1756012.02| -| 0.00,-0.50, 5939153.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/LongBay/Shorelines/LongBay_20MAR1988.shp,Retrolens/Auckland/LongBay/Stack/LongBay_20MAR1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2761,8352,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1755607.00| -| 0.00,-0.70, 5941457.71| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6999999999999831, 0.7000000000000446)",True, -Retrolens/Auckland/LongBay/Shorelines/LongBay_27APR1963.shp,Retrolens/Auckland/LongBay/Stack/LongBay_27APR1963_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4684,14566,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1755649.07| -| 0.00,-0.40, 5941434.94| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4000000000000199, 0.40000000000002556)",True, -Retrolens/Auckland/LongBay/Shorelines/LongBay_19JAN1973.shp,Retrolens/Auckland/LongBay/Stack/LongBay_19JAN1973_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4758,14567,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1755628.65| -| 0.00,-0.40, 5941440.23| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.3999999999999902, 0.3999999999999872)",True, -Retrolens/Auckland/LongBay/Shorelines/LongBay_29MAR1981.shp,Retrolens/Auckland/LongBay/Stack/LongBay_29MAR1981_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2685,8339,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1755635.98| -| 0.00,-0.70, 5941434.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7, 0.6999999999999776)",True, -Retrolens/Auckland/PakiriBeach_North/Shorelines/PakiriBeach_North_15JAN1977.shp,Retrolens/Auckland/PakiriBeach_North/Stack/PakiriBeach_North_15JAN1977_mosaic.jp2,100.0,10,JP2OpenJPEG,uint8,,9175,11300,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1747292.31| -| 0.00,-0.68, 5997200.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.682475454699989, 0.6824754546999734)",True, -Retrolens/Auckland/PakiriBeach_North/Shorelines/PakiriBeach_North_09FEB1982.shp,Retrolens/Auckland/PakiriBeach_North/Stack/PakiriBeach_North_09FEB1982_mosaic.jp2,100.0,9,JP2OpenJPEG,uint8,255.0,17475,21524,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1747292.68| -| 0.00,-0.36, 5997200.19| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.3582886455999754, 0.35828864559997825)",True, -Retrolens/Auckland/PakiriBeach_North/Shorelines/PakiriBeach_North_12MAR1995.shp,Retrolens/Auckland/PakiriBeach_North/Stack/PakiriBeach_North_12MAR1995_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,8467,10428,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1747292.12| -| 0.00,-0.74, 5997200.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.7395500944000027, 0.7395500944000121)",True, -Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_14APR1972.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_14APR1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7001,5888,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1779962.13| -| 0.00,-0.60, 5917206.38| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6000000000000133, 0.5999999999999683)",True, -Retrolens/Taranaki/South Taranaki/Oeo/Shorelines/Oeo_8MAY1951.shp,Retrolens/Taranaki/South Taranaki/Oeo/Stack/Oeo_8MAY1951_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,13539,9020,3,,"| 0.50, 0.00, 1681142.06| -| 0.00,-0.50, 5624633.67| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,5,"(0.5026243792007962, 0.5026243792008402)",True, -Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_19AUG1960.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_19AUG1960_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,11139,8674,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1779695.42| -| 0.00,-0.50, 5917474.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_24OCT1980.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_24OCT1980_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,7272,5466,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1779962.93| -| 0.00,-0.70, 5917240.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6999999999999872, 0.700000000000034)",True, -Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_29DEC1939.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_29DEC1939.jp2,100.0,6,JP2OpenJPEG,uint8,,10191,7484,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1779953.39| -| 0.00,-0.50, 5917194.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.5, 0.5)",True, -Retrolens/Auckland/WaitaraStream_North/Shorelines/WaitaraStream_North_3NOV1961.shp,Retrolens/Auckland/WaitaraStream_North/Stack/WaitaraStream_North_3NOV1961.jp2,100.0,5,JP2OpenJPEG,uint8,,7177,14721,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1737660.63| -| 0.00,-0.50, 5893367.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/Omaha/Shorelines/Omaha_11OCT1963.shp,Retrolens/Auckland/Omaha/Stack/Omaha_11OCT1963.jp2,100.0,2,JP2OpenJPEG,uint8,,3509,6037,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1758944.06| -| 0.00,-0.67, 5979514.93| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6732730105143475, 0.6732730105143186)",True, -Retrolens/Auckland/Omaha/Shorelines/Omaha_19FEB1992.shp,Retrolens/Auckland/Omaha/Stack/Omaha_19FEB1992.jp2,100.0,2,JP2OpenJPEG,uint8,,3243,5993,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1759088.93| -| 0.00,-0.75, 5979594.32| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.750761451743712, 0.7507614517437122)",True, -Retrolens/Auckland/Omaha/Shorelines/Omaha_02MAY1996.shp,Retrolens/Auckland/Omaha/Stack/Omaha_02MAY1996.jp2,100.0,1,JP2OpenJPEG,uint8,,1694,2907,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.54, 0.00, 1758940.54| -| 0.00,-1.54, 5979559.31| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5437142739117524, 1.5437142739116012)",True, -Retrolens/Auckland/Omaha/Shorelines/Omaha_02SEP1982.shp,Retrolens/Auckland/Omaha/Stack/Omaha_02SEP1982.jpg,100.0,1,JPEG,uint8,,3511,6047,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1758988.90| -| 0.00,-0.73, 5979563.54| -| 0.00, 0.00, 1.00|",,1,False,jpeg,pixel,0,"(0.7330681326, 0.7330681326)",True,ycbcr -Retrolens/Auckland/Omaha/Shorelines/Omaha_05DEC1973.shp,Retrolens/Auckland/Omaha/Stack/Omaha_05DEC1973.jp2,100.0,3,JP2OpenJPEG,uint8,,5192,9964,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1759049.35| -| 0.00,-0.43, 5979449.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4326914205798486, 0.43269142057987425)",True, -Retrolens/Auckland/WairoaBay/Shorelines/WairoaBay_19AUG1960.shp,Retrolens/Auckland/WairoaBay/Stack/WairoaBay_19AUG1960_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,,6417,3393,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1788391.00| -| 0.00,-0.50, 5911136.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/WairoaBay/Shorelines/WairoaBay_01MAR1988.shp,Retrolens/Auckland/WairoaBay/Stack/WairoaBay_01MAR1988.jp2,100.0,6,JP2OpenJPEG,uint8,,6364,3376,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1788404.39| -| 0.00,-0.50, 5911136.95| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/WairoaBay/Shorelines/WairoaBay_2JAN2004.shp,Retrolens/Auckland/WairoaBay/Stack/WairoaBay_2JAN2004.jp2,100.0,3,JP2OpenJPEG,uint8,,4319,3362,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1789430.10| -| 0.00,-0.50, 5911135.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/Whatipu/Shorelines/Whatipu_29MAR1949.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_29MAR1949_mosaic.tif,100.0,3,GTiff,uint16,256.0,4470,5092,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1731590.52| -| 0.00,-0.50, 5900619.49| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_21OCT1987.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_21OCT1987_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,7265,5398,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1779964.46| -| 0.00,-0.70, 5917209.43| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7, 0.699999999999931)",True, -Retrolens/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_02JAN2004.shp,Retrolens/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_02JAN2004_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,,2359,4237,3,,"| 1.43, 0.00, 1724350.03| -| 0.00,-1.43, 5928547.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,12,"(1.4267784461932556, 1.4267784461932085)",True, -Retrolens/Taranaki/South Taranaki/Kakaramea/Shorelines/Kakaramea_07SEP1967.shp,Retrolens/Taranaki/South Taranaki/Kakaramea/Stack/Kakaramea_07SEP1967_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7262,8012,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.89, 0.00, 1718709.78| -| 0.00,-0.89, 5605034.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.887390809372507, 0.887390809372524)",True, -Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Shorelines/Hawera_WaihiBeach_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Stack/Hawera_WaihiBeach_4FEB1982_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,7303,4650,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1703394.93| -| 0.00,-1.44, 5617717.01| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4425940671537159, 1.4425940671537112)",True, -Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_5MAR1943.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_5MAR1943_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,5298,3389,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1718146.76| -| 0.00,-0.50, 5684363.67| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_14AUG1950.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_14AUG1950_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7389,4575,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1713218.21| -| 0.00,-0.50, 5684778.18| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_16SEP1958.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_16SEP1958_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7147,2417,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1712897.15| -| 0.00,-1.10, 5684853.60| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.0999999999999934, 1.1000000000000771)",True, -Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_14JAN2000_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_14JAN2000_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4203,2579,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1680365.03| -| 0.00,-1.30, 5672921.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2999999999999778, 1.3000000000000722)",True, -Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_14AUG1950_beach.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_14AUG1950_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8813,4823,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1680371.35| -| 0.00,-0.50, 5672002.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_14AUG1950_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_14AUG1950_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8813,4823,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1680371.35| -| 0.00,-0.50, 5672002.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_14JAN2000_beach.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_14JAN2000_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4203,2579,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1680365.03| -| 0.00,-1.30, 5672921.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2999999999999778, 1.3000000000000722)",True, -Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_10FEB1970_beach.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_10FEB1970_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9047,5482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1680371.67| -| 0.00,-0.60, 5672879.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5999999999999949, 0.600000000000034)",True, -Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_10FEB1970_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_10FEB1970_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,9047,5482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1680371.67| -| 0.00,-0.60, 5672879.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5999999999999949, 0.600000000000034)",True, -Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_1APR1979_beach.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_1APR1979_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10654,9966,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1719841.26| -| 0.00,-0.80, 5690846.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999999999999956, 0.7999999999999813)",True, -Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_9FEB1982_beach.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_9FEB1982_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,6045,6102,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1719620.82| -| 0.00,-1.40, 5690815.42| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4, 1.3999999999999695)",True, -Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_1APR1979.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_1APR1979_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,10654,9966,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1719841.26| -| 0.00,-0.80, 5690846.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999999999999956, 0.7999999999999813)",True, -Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_7NOV1970_beach.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_7NOV1970_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9944,9121,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1719507.18| -| 0.00,-0.95, 5691530.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9495245024247149, 0.9495245024247186)",True, -Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_7NOV1970.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_7NOV1970_mosaic.jp2,100.0,33,JP2OpenJPEG,uint16,256.0,9944,9121,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1719507.18| -| 0.00,-0.95, 5691530.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9495245024247149, 0.9495245024247186)",True, -Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_5MAR1943_beach.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_5MAR1943_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16369,17612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1719889.32| -| 0.00,-0.50, 5691295.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_5MAR1943.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_5MAR1943_mosaic.jp2,100.0,42,JP2OpenJPEG,uint16,256.0,16369,17612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1719889.32| -| 0.00,-0.50, 5691295.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_14AUG1950_beach.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_14AUG1950_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,56494,32665,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1685313.71| -| 0.00,-0.20, 5678879.03| -| 0.00, 0.00, 1.00|",,32665,False,,pixel,0,"(0.20000000000000082, 0.2)",True, -Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_14AUG1950_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_14AUG1950_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,56494,32665,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1685313.71| -| 0.00,-0.20, 5678879.03| -| 0.00, 0.00, 1.00|",,32665,False,,pixel,0,"(0.20000000000000082, 0.2)",True, -Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_14JAN2000_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_14JAN2000_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8383,5309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1684891.72| -| 0.00,-1.40, 5679544.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3999999999999944, 1.3999999999999297)",True, -Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_8NOV1970_beach.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_8NOV1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,20148,12973,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1685135.63| -| 0.00,-0.60, 5679850.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6000000000000023, 0.5999999999999857)",True, -Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_14JAN2000_beach.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_14JAN2000_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8383,5309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1684891.72| -| 0.00,-1.40, 5679544.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3999999999999944, 1.3999999999999297)",True, -Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_8NOV1970_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_8NOV1970_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,20148,12973,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1685135.63| -| 0.00,-0.60, 5679850.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6000000000000023, 0.5999999999999857)",True, -Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_16DEC1945_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_16DEC1945_mosaic.jp2,100.0,27,JP2OpenJPEG,uint16,256.0,13284,10478,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1729272.35| -| 0.00,-0.50, 5698348.63| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_1APR1979_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_1APR1979_mosaic.jp2,100.0,25,JP2OpenJPEG,uint16,256.0,11836,10776,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1726579.96| -| 0.00,-0.80, 5698413.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8000000000000039, 0.7999999999999827)",True, -Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_5MAR1943_beach.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_5MAR1943_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9997,8800,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1726900.64| -| 0.00,-0.50, 5694365.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_8NOV1970.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_8NOV1970_mosaic.jp2,100.0,27,JP2OpenJPEG,uint16,256.0,11326,3223,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1713079.82| -| 0.00,-0.70, 5684660.14| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6999999999999958, 0.6999999999998844)",True, -Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_1APR1979.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_1APR1979_mosaic.jp2,100.0,22,JP2OpenJPEG,uint16,256.0,8515,3065,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1714327.40| -| 0.00,-0.80, 5684600.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999798163295031, 0.8000273779520786)",True, -Retrolens/Taranaki/New Plymouth District Council/Waitara/Shorelines/Waitara_08NOV1970.shp,Retrolens/Taranaki/New Plymouth District Council/Waitara/Stack/Waitara_8NOV1970_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,15487,3520,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1703500.33| -| 0.00,-0.72, 5685053.13| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7158091867048768, 0.7158091867048907)",True, -Retrolens/Taranaki/New Plymouth District Council/Waitara/Shorelines/Waitara_16SEP1958.shp,Retrolens/Taranaki/New Plymouth District Council/Waitara/Stack/Waitara_16SEP1958_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,9544,1812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.17, 0.00, 1703467.24| -| 0.00,-1.17, 5684834.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.165176125967999, 1.165176125968011)",True, -Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Shorelines/Hawera_WaihiBeach_15OCT1965.shp,Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Stack/Hawera_WaihiBeach_15OCT1965_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,5652,3859,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.82, 0.00, 1703370.29| -| 0.00,-1.82, 5617704.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8228954087972251, 1.8228954087972282)",True, -Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Shorelines/Hawera_WaihiBeach_08MAY1951.shp,Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Stack/Hawera_WaihiBeach_8MAY1951_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,19721,11067,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1703667.96| -| 0.00,-0.50, 5617396.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4976916830596141, 0.4976916830596099)",True, -Retrolens/Taranaki/South Taranaki/ManaBay/Shorelines/ManaBay_05APR1962.shp,Retrolens/Taranaki/South Taranaki/ManaBay/Stack/ManaBay_05APR1962_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,22790,18018,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1723930.74| -| 0.00,-0.44, 5598892.34| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4420063302318409, 0.4420063302318582)",True, -Retrolens/Taranaki/South Taranaki/ManaBay/Shorelines/ManaBay_07APR1949.shp,Retrolens/Taranaki/South Taranaki/ManaBay/Stack/ManaBay_07APR1949_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,17597,15033,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1724239.11| -| 0.00,-0.54, 5598897.14| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5406876438028578, 0.5406876438028646)",True, -Retrolens/Taranaki/South Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_16APR1953.shp,Retrolens/Taranaki/South Taranaki/OpunakeBeach/Stack/OpunakeBeach_16APR1953_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,16132,18375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1667279.03| -| 0.00,-0.48, 5638946.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4837552660398075, 0.48375526603980334)",True, -Retrolens/Taranaki/South Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_8NOV1970_cliff.shp,Retrolens/Taranaki/South Taranaki/OpunakeBeach/Stack/OpunakeBeach_8NOV1970_mosaic.jp2,100.0,20,JP2OpenJPEG,uint16,256.0,15112,15894,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1666060.97| -| 0.00,-0.68, 5640727.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6838332185676685, 0.6838332185676649)",True, -Retrolens/Taranaki/South Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_16APR1953_cliff.shp,Retrolens/Taranaki/South Taranaki/OpunakeBeach/Stack/OpunakeBeach_16APR1953_mosaic.jp2,100.0,28,JP2OpenJPEG,uint16,256.0,16132,18375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1667279.03| -| 0.00,-0.48, 5638946.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4837552660398075, 0.48375526603980334)",True, -Retrolens/Taranaki/South Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_8NOV1970.shp,Retrolens/Taranaki/South Taranaki/OpunakeBeach/Stack/OpunakeBeach_8NOV1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,15112,15894,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1666060.97| -| 0.00,-0.68, 5640727.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6838332185676685, 0.6838332185676649)",True, -Retrolens/Taranaki/South Taranaki/Manutahi/Shorelines/Manutahi_08MAY1951.shp,Retrolens/Taranaki/South Taranaki/Manutahi/Stack/Manutahi_08MAY1951_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,11819,15415,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1713790.35| -| 0.00,-0.50, 5611377.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5007761048702821, 0.5007761048702835)",True, -Retrolens/Taranaki/South Taranaki/Manutahi/Shorelines/Manutahi_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/Manutahi/Stack/Manutahi_04FEB1982_mosaic.jp2,100.0,29,JP2OpenJPEG,uint16,256.0,4820,5382,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1713222.89| -| 0.00,-1.46, 5611740.50| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4610306991346826, 1.4610306991346247)",True, -Retrolens/Taranaki/South Taranaki/Manutahi/Shorelines/Manutahi__07SEP1967.shp,Retrolens/Taranaki/South Taranaki/Manutahi/Stack/Manutahi__07SEP1967_mosaic.jp2,100.0,38,JP2OpenJPEG,uint16,256.0,7384,8979,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.87, 0.00, 1713602.34| -| 0.00,-0.87, 5611679.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8661955104749685, 0.8661955104750187)",True, -Retrolens/Taranaki/South Taranaki/HangatahuaRiver_South/Shorelines/HangatahuaRiver_South_10FEB1970.shp,Retrolens/Taranaki/South Taranaki/HangatahuaRiver_South/Stack/HangatahuaRiver_South_10FEB1970_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,7011,11087,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1666138.85| -| 0.00,-0.73, 5664266.36| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7287148699646457, 0.728714869964639)",True, -Retrolens/Taranaki/South Taranaki/Kakaramea/Shorelines/Kakaramea_19MAR1984.shp,Retrolens/Taranaki/South Taranaki/Kakaramea/Stack/Kakaramea_19MAR1984_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,8497,9448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1718379.07| -| 0.00,-0.77, 5604988.84| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7693788910257675, 0.769378891025763)",True, -Retrolens/Taranaki/South Taranaki/HangatahuaRiver_South/Shorelines/HangatahuaRiver_South_22MAY1950.shp,Retrolens/Taranaki/South Taranaki/HangatahuaRiver_South/Stack/HangatahuaRiver_South_22MAY1950_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8859,13816,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1666305.50| -| 0.00,-0.54, 5664005.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5441146193639151, 0.5441146193639245)",True, -Retrolens/Taranaki/South Taranaki/WainuiBeach/Shorelines/WainuiBeach_27MAR1962.shp,Retrolens/Taranaki/South Taranaki/WainuiBeach/Stack/WainuiBeach_27MAR1962_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,20390,7741,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1743821.13| -| 0.00,-0.44, 5588290.75| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4392463205388737, 0.4392463205388965)",True, -Retrolens/Taranaki/South Taranaki/KaupokonuiBeach/Shorelines/KaupokonuiBeach_28AUG1972.shp,Retrolens/Taranaki/South Taranaki/KaupokonuiBeach/Stack/KaupokonuiBeach_28AUG1972_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,10782,5240,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1688104.85| -| 0.00,-0.71, 5621495.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7120729920210652, 0.7120729920210829)",True, -Retrolens/Taranaki/South Taranaki/CapeEgmont/Shorelines/CapeEgmont_06SEP1965.shp,Retrolens/Taranaki/South Taranaki/CapeEgmont/Stack/CapeEgmont_6SEP1965_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,1924,4438,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.87, 0.00, 1664146.30| -| 0.00,-1.87, 5657126.52| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8653297389183665, 1.8653297389183008)",False, -Retrolens/Taranaki/South Taranaki/CapeEgmont/Shorelines/CapeEgmont_19SEP1955.shp,Retrolens/Taranaki/South Taranaki/CapeEgmont/Stack/CapeEgmont_19SEP1955_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,5709,15722,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1664328.09| -| 0.00,-0.50, 5657079.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49615315394582094, 0.4961531539458268)",True, -Retrolens/Taranaki/South Taranaki/CapeEgmont/Shorelines/CapeEgmont_08NOV1970.shp,Retrolens/Taranaki/South Taranaki/CapeEgmont/Stack/CapeEgmont_8NOV1970_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5401,12125,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1664002.73| -| 0.00,-0.69, 5656983.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.69246765069852, 0.6924676506985555)",True, -Retrolens/Taranaki/New Plymouth District Council/Oakura_South/Shorelines/Oakura_South_14JAN2000.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura_South/Stack/Oakura_South_14JAN2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7457,4812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1670728.54| -| 0.00,-1.30, 5669930.80| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3000000000000125, 1.2999999999999226)",True, -Retrolens/Taranaki/New Plymouth District Council/Oakura_South/Shorelines/Oakura_South_10FEB1970.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura_South/Stack/Oakura_South_10FEB1970_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,17702,12074,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1670309.97| -| 0.00,-0.60, 5670454.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5999999999999974, 0.6000000000000308)",True, -Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Shorelines/MohakatinoRiver_29JAN1964.shp,Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Stack/MohakatinoRiver_29JAN1964_mosaic.jp2,100.0,41,JP2OpenJPEG,uint16,256.0,14329,53114,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1737906.29| -| 0.00,-0.20, 5714746.57| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.20000000000000326, 0.1999999999999965)",True, -Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Shorelines/MohakatinoRiver_16OCT1945.shp,Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Stack/MohakatinoRiver_16OCT1945_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,5536,14925,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1737496.71| -| 0.00,-0.50, 5711222.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Shorelines/MohakatinoRiver_1APR1950.shp,Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Stack/MohakatinoRiver_1APR1950_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,2715,6471,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1739316.04| -| 0.00,-0.50, 5714804.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Shorelines/MohakatinoRiver_1APR1979.shp,Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Stack/MohakatinoRiver_1APR1979_mosaic.jp2,100.0,28,JP2OpenJPEG,uint16,256.0,4493,13931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1737355.73| -| 0.00,-0.80, 5714927.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999999999999793, 0.7999999999999866)",True, -Retrolens/Taranaki/New Plymouth District Council/Waitara/Shorelines/Waitara_14AUG1950.shp,Retrolens/Taranaki/New Plymouth District Council/Waitara/Stack/Waitara_14AUG1950_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,18639,5270,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1703853.10| -| 0.00,-0.53, 5685309.71| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5267461833561788, 0.5267461833561747)",True, -Retrolens/Taranaki/South Taranaki/WainuiBeach/Shorelines/WainuiBeach_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/WainuiBeach/Stack/WainuiBeach_04FEB1982_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6584,2316,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1743426.38| -| 0.00,-1.44, 5588343.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4395973456224012, 1.4395973456224076)",True, -Retrolens/Auckland/Muriwai2/Shorelines/Muriwai2_02JAN2004.shp,Retrolens/Auckland/Muriwai2/Stack/Muriwai2_02JAN2004_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5585,7611,3,,"| 1.42, 0.00, 1715853.14| -| 0.00,-1.42, 5942497.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,10,"(1.4230889079394862, 1.4230889079395073)",True, -Retrolens/Auckland/Muriwai2/Shorelines/Muriwai2_29MAR1981.shp,Retrolens/Auckland/Muriwai2/Stack/Muriwai2_29MAR1981_mosaic.jpg,100.0,11,JPEG,uint8,0.0,9439,14083,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1716950.21| -| 0.00,-0.72, 5942160.79| -| 0.00, 0.00, 1.00|",,1,False,jpeg,pixel,0,"(0.7193338741, 0.7193338741)",True,ycbcr -Retrolens/Auckland/TeArai/Shorelines/TeArai_15JAN1977.shp,Retrolens/Auckland/TeArai/Stack/TeArai_15JAN1977_mosaic.jp2,100.0,2,JP2OpenJPEG,uint8,,6728,9235,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1744437.50| -| 0.00,-0.68, 6002601.27| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.6824752574588042, 0.6824458694936628)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_22FEB1940.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_22FEB1940_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,4411,9582,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1601138.75| -| 0.00,-0.50, 5450012.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5014736747379832, 0.5014736747379472)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_19APR2017.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_19APR2017.tif,100.0,8,GTiff,uint8,,3337,9002,3,,"| 0.50, 0.00, 1601818.47| -| 0.00,-0.50, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_31JAN1980.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_31JAN1980_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2175,4311,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1601255.12| -| 0.00,-1.40, 5450140.93| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4024784602680853, 1.4024784602680658)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_13JAN2000.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_13JAN2000_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1307,2442,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1601572.29| -| 0.00,-1.48, 5449362.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4828168883192543, 1.4828168883192048)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_27MAR1947.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_27MAR1947_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3285,8187,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1601350.47| -| 0.00,-0.55, 5449899.51| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5543137593408182, 0.5543137593408705)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_03FEB2021.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_03FEB2021.tif,100.0,5,GTiff,uint8,,3337,9002,3,,"| 0.50, 0.00, 1601818.47| -| 0.00,-0.50, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_19MAY1958.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_19MAY1958_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1416,3769,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.23, 0.00, 1601525.79| -| 0.00,-1.23, 5450485.41| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2343198958337753, 1.2343198958338077)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_23DEC2014.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_23DEC2014.tif,100.0,7,GTiff,uint8,,3337,9002,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1601818.47| -| 0.00,-0.50, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_19FEB2010.tif,100.0,5,GTiff,uint8,,2781,7502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1601818.27| -| 0.00,-0.60, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999498, 0.5999999999999007)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_28AUG2006.tif,100.0,7,GTiff,uint8,,2781,7502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1601818.27| -| 0.00,-0.60, 5449180.19| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999999498, 0.5999999999999007)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_04FEB1967.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_04FEB1967_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,768,1475,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.29, 0.00, 1601305.43| -| 0.00,-3.29, 5450507.75| -| 0.00, 0.00, 1.00|",,1024,False,,pixel,0,"(3.288501051211218, 3.2885010512110036)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_22SEP1969.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_22SEP1969_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2669,5775,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1601405.59| -| 0.00,-0.74, 5450078.66| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7383533152194192, 0.7383533152194444)",True, -Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_18SEP1985.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_18SEP1985_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3244,5016,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1601323.29| -| 0.00,-0.78, 5449540.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7765394633155145, 0.7765394633155364)",True, -Retrolens/Manawatu/SantoftForestMid/Shorelines/SantoftForestMid_23MAY1949.shp,Retrolens/Manawatu/SantoftForestMid/Stack/SantoftForestMid_23MAY1949_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4182,13661,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1785808.35| -| 0.00,-0.60, 5553838.85| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5999999999999889, 0.5999999999999728)",True, -Retrolens/Manawatu/SantoftForestMid/Shorelines/SantoftForestMid_29OCT1985.shp,Retrolens/Manawatu/SantoftForestMid/Stack/SantoftForestMid_29OCT1985_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12598,40717,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1785842.98| -| 0.00,-0.20, 5553836.82| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2000000000000074, 0.20000000000000914)",True, -Retrolens/Manawatu/CastleCliff/Shorelines/CastleCliff_7APR1949.shp,Retrolens/Manawatu/CastleCliff/Stack/CastleCliff_7APR1949_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9271,11117,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1768203.81| -| 0.00,-0.20, 5578125.59| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.199999999999995, 0.2000000000000335)",True, -Retrolens/Manawatu/CastleCliff/Shorelines/CastleCliff_8MAR1986.shp,Retrolens/Manawatu/CastleCliff/Stack/CastleCliff_8MAR1986_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4189,4900,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1767153.26| -| 0.00,-0.70, 5579458.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7000000000000112, 0.7)",True, -Retrolens/Manawatu/CastleCliff/Shorelines/CastleCliff_10JUN1942.shp,Retrolens/Manawatu/CastleCliff/Stack/CastleCliff_10JUN1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6437,7542,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1766870.76| -| 0.00,-0.50, 5579640.16| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Manawatu/CastleCliff/Shorelines/CastleCliff_7SEP1967.shp,Retrolens/Manawatu/CastleCliff/Stack/CastleCliff_7SEP1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3382,3908,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1767082.25| -| 0.00,-0.90, 5579513.23| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9000000000000138, 0.9000000000000477)",True, -Retrolens/Manawatu/WhanganuiSouth/Shorelines/WhanganuiSouth_07SEP1967.shp,Retrolens/Manawatu/WhanganuiSouth/Stack/WhanganuiSouth_07SEP1967.jp2,100.0,1,JP2OpenJPEG,uint8,,5412,4205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1769161.51| -| 0.00,-0.91, 5576735.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9051633287571041, 0.9051633287571131)",True, -Retrolens/Manawatu/WhanganuiSouth/Shorelines/WhanganuiSouth_08MAR1986.shp,Retrolens/Manawatu/WhanganuiSouth/Stack/WhanganuiSouth_08MAR1986.tif,100.0,1,GTiff,uint16,256.0,7767,6391,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1768890.66| -| 0.00,-0.73, 5576844.08| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.7271235023251204, 0.7271235023251121)",True, -Retrolens/Manawatu/WhangaehuRiver/Shorelines/WhangaehuRiver_30AUG1942.shp,Retrolens/Manawatu/WhangaehuRiver/Stack/WhangaehuRiver_30AUG1942_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,15536,19362,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1775206.09| -| 0.00,-0.50, 5571000.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Manawatu/WhangaehuRiver/Shorelines/WhangaehuRiver_4FEB1982.shp,Retrolens/Manawatu/WhangaehuRiver/Stack/WhangaehuRiver_4FEB1982_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6270,7842,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1774943.07| -| 0.00,-1.30, 5571274.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3, 1.2999999999999525)",True, -Retrolens/Manawatu/WhangaehuRiver/Shorelines/WhangaehuRiver_7SEP1967.shp,Retrolens/Manawatu/WhangaehuRiver/Stack/WhangaehuRiver_7SEP1967_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9633,12124,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1775233.63| -| 0.00,-0.80, 5571016.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999999999999904, 0.8000000000000154)",True, -Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_15MAR1939.shp,Retrolens/Manawatu/HimatangiBeach_South_AOI/Stack/HimatangiBeach_South_15MAR1939_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,1374,6274,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.70, 0.00, 1787377.67| -| 0.00,-1.70, 5528136.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.700000000000034, 1.6999999999999702)",True, -Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_07NOV1984.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_07NOV1984_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7636,10697,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1572598.35| -| 0.00,-0.73, 5514722.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7289649464134573, 0.7289649464134808)",True, -Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_11OCT1950.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_11OCT1950_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9050,11886,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1573862.32| -| 0.00,-0.51, 5514606.05| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5137852140433716, 0.5137852140434022)",True, -Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_16SEP1954.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_16SEP1954_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8961,11635,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1572634.47| -| 0.00,-0.51, 5512767.63| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.508612193575761, 0.5086121935757588)",True, -Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_20OCT1975.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_20OCT1975_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4500,6650,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.23, 0.00, 1572852.86| -| 0.00,-1.23, 5514682.14| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.2288034831026258, 1.2288034831026666)",True, -Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_17FEB1968.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_17FEB1968_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3005,2873,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.42, 0.00, 1573626.72| -| 0.00,-3.42, 5491522.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.4187655208607555, 3.4187655208607715)",True, -Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_29OCT1972.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_29OCT1972_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,12938,14527,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1573831.05| -| 0.00,-0.71, 5491761.34| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7099252407103646, 0.7099252407103567)",True, -Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_08FEB1952.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_08FEB1952_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,13300,12656,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1575598.20| -| 0.00,-0.54, 5488660.15| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5435360188358218, 0.543536018835841)",True, -Retrolens/Tasman/Mapua/Shorelines/Mapua_11JAN1981.shp,Retrolens/Tasman/Mapua/Stack/Mapua_11JAN1981_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8949,7926,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1605316.32| -| 0.00,-1.41, 5439435.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4087462102432762, 1.408746210243219)",True, -Retrolens/Tasman/Mapua/Shorelines/Mapua_13JAN2000.shp,Retrolens/Tasman/Mapua/Stack/Mapua_13JAN2000_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9020,7919,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1604519.78| -| 0.00,-1.48, 5439598.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4788800081703037, 1.4788800081703164)",True, -Retrolens/Tasman/Mapua/Shorelines/Mapua_06DEC1946.shp,Retrolens/Tasman/Mapua/Stack/Mapua_06DEC1946_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,18788,19940,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1604739.91| -| 0.00,-0.54, 5441464.14| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5414606007824657, 0.5414606007824885)",True, -Retrolens/Tasman/Mapua/Shorelines/Mapua_22SEP1969.shp,Retrolens/Tasman/Mapua/Stack/Mapua_22SEP1969_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,15479,14297,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1606056.13| -| 0.00,-0.71, 5438744.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7133640977053736, 0.7133640977053414)",True, -Retrolens/Tasman/Mapua/Shorelines/Mapua_16OCT1974.shp,Retrolens/Tasman/Mapua/Stack/Mapua_16OCT1974_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5796,13662,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1606805.16| -| 0.00,-0.25, 5437506.06| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.25, 0.25)",True, -Retrolens/Tasman/Mapua/Shorelines/Mapua_22FEB1940.shp,Retrolens/Tasman/Mapua/Stack/Mapua_22FEB1940.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7170,11619,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1606316.59| -| 0.00,-0.51, 5438451.31| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5143246313095264, 0.5143246313095174)",True, -Retrolens/Tasman/Mapua/Shorelines/Mapua_13SEP1985.shp,Retrolens/Tasman/Mapua/Stack/Mapua_13SEP1985_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,15771,14375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1605814.20| -| 0.00,-0.74, 5438809.34| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7368151606069865, 0.7368151606069959)",True, -Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_09APR1965.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_09APR1965.mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,12946,5156,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1583794.32| -| 0.00,-0.75, 5482949.32| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7539064552350148, 0.7539064552350645)",True, -Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_31JAN1980.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_31JAN1980_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5631,2656,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.85, 0.00, 1583387.04| -| 0.00,-1.85, 5483304.77| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8525251787249064, 1.852525178724914)",True, -Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_21FEB2001.shp,Retrolens/Manawatu/HimatangiBeach_South_AOI/Stack/HimatangiBeach_South_21FEB2001_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1866,7968,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1787059.07| -| 0.00,-1.40, 5528144.54| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3999999999999502, 1.4000000000000234)",True, -Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_02APR1973.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_02APR1973_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,11267,5596,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1585511.39| -| 0.00,-0.69, 5482812.27| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6880472363361915, 0.6880472363362234)",True, -Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_08FEB1952.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_08FEB1952_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,17088,6942,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1583874.14| -| 0.00,-0.56, 5483085.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5645642831558406, 0.5645642831558815)",True, -Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_21FEB2002.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_21FEB2002_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,7234,2773,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1583543.85| -| 0.00,-1.38, 5482792.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3819045969178858, 1.3819045969179278)",True, -Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_08FEB1952.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_08FEB1952_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,12247,9817,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1592578.77| -| 0.00,-0.55, 5486020.23| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5546527987826391, 0.5546527987826466)",True, -Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_09APR1965.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_09APR1965_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,8295,6189,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1592734.42| -| 0.00,-0.80, 5486111.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.798740765043142, 0.7987407650431387)",True, -Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_31JAN1980.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_31JAN1980_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,4109,3085,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.86, 0.00, 1591873.05| -| 0.00,-1.86, 5486381.06| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8599888761445673, 1.8599888761444818)",True, -Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_21FEB2002.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_21FEB2002_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,5260,4028,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1592011.68| -| 0.00,-1.38, 5485999.12| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3795088747520259, 1.3795088747520436)",True, -Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_02APR1973.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_02APR1973_mosaic.jp2,100.0,16,JP2OpenJPEG,uint16,256.0,9584,8093,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1592333.53| -| 0.00,-0.71, 5486386.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7065821308060063, 0.7065821308060334)",True, -Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_24JAN2009.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_24JAN2009.tif,100.0,2,GTiff,uint8,,7900,11111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1573135.22| +filename,matched_image,match_score,n_lines,driver,dtype,nodata,width,height,count,crs,transform,blockxsize,blockysize,tiled,interleave,GCPs,res,CPS,compress,photometric +Gabrielle/Shorelines/Merged/Auckland/Whangapoua_19FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif,100.0,3,GTiff,uint32,65536.0,2804,6572,1,,"| 0.60, 0.00, 1817329.44| +| 0.00,-0.60, 6001088.43| +| 0.00, 0.00, 1.00|",128.0,128,True,band,5,"(0.5999999999999668, 0.6000000000000283)",True,, +Gabrielle/Shorelines/Merged/Auckland/Oneroa_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Oneroa_27DEC2022.tif,100.0,3,GTiff,uint8,,4482,3815,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1779029.72| +| 0.00,-0.30, 5928138.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3000000000000208, 0.3)",True,, +Gabrielle/Shorelines/Merged/Auckland/PakiriNorth_14OCT2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriNorth_14OCT2021.tif,100.0,14,GTiff,uint8,,16238,19418,4,,"| 0.50, 0.00, 1747718.26| +| 0.00,-0.50, 5996962.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/Tawharanui_23DEC2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Tawharanui/Tawharanui_23DEC2021.tif,100.0,8,GTiff,uint8,,7201,4822,4,,"| 0.50, 0.00, 1762106.90| +| 0.00,-0.50, 5975556.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/Tawharanui_01MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Tawharanui/Tawharanui_01MAR2023.tif,100.0,8,GTiff,uint8,,12351,8084,3,,"| 0.30, 0.00, 1761979.71| +| 0.00,-0.30, 5975633.36| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.30000000000000376, 0.300000000000023)",True,, +Gabrielle/Shorelines/Merged/Auckland/PalmBeach_18JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/PalmBeach_18JAN2023.tif,100.0,3,GTiff,uint8,,2072,1084,3,,"| 0.55, 0.00, 1781741.22| +| 0.00,-0.55, 5928002.28| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5500000000000449, 0.5500000000001718)",True,, +Gabrielle/Shorelines/Merged/Auckland/Omaha_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/Omaha_28FEB2023.tif,100.0,5,GTiff,uint16,256.0,5368,8268,3,,"| 0.50, 0.00, 1758548.06| +| 0.00,-0.50, 5979432.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,12,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/Mangawhai_11DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mangawhai/Mangawhai11DEC2022.tif,100.0,6,GTiff,uint16,0.0,4050,6577,4,EPSG:32760,"| 0.75, 0.00, 282786.08| +| 0.00,-0.75, 6005029.45| +| 0.00, 0.00, 1.00|",256.0,256,True,pixel,0,"(0.75, 0.75)",True,lzw, +Gabrielle/Shorelines/Merged/Auckland/PakiriSouth23DEC2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriSouth_23DEC2021.tif,100.0,4,GTiff,uint8,,7710,5676,4,,"| 0.50, 0.00, 1754175.18| +| 0.00,-0.50, 5988344.28| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/Waiheke_16MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Waiheke/Waiheke_16MAY2023.tif,100.0,14,GTiff,uint8,,26345,5138,3,,"| 0.35, 0.00, 1779011.87| +| 0.00,-0.35, 5928175.62| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,12,"(0.35, 0.34999999999996373)",True,, +Gabrielle/Shorelines/Merged/Auckland/Omaha_13MAR2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Omaha/Omaha_13MAR2022.tif,100.0,9,GTiff,float32,0.0,4049,8051,3,,"| 0.50, 0.00, 1759172.96| +| 0.00,-0.50, 5979432.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/Mangawhai_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mangawhai/Mangawhai_28FEB2023.tif,100.0,9,GTiff,uint16,65535.0,12881,18709,4,,"| 0.50, 0.00, 1742522.22| +| 0.00,-0.50, 6006008.05| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,21,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/Omaha_21MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/Omaha_21MAR2023.tif,100.0,8,GTiff,uint16,256.0,5368,8268,3,,"| 0.50, 0.00, 1758548.09| +| 0.00,-0.50, 5979432.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/Omaha_Pakiri_04APR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif,100.0,48,GTiff,uint16,256.0,54556,71240,3,EPSG:32760,"| 0.30, 0.00, 288258.00| +| 0.00,-0.30, 5995710.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.29999999999999977, 0.3)",True,, +Gabrielle/Shorelines/Merged/Auckland/Orewa_16MAR2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Orewa/Orewa_16MAR2022.tif,100.0,23,GTiff,uint8,,13855,39213,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.07, 0.00, 1751205.10| +| 0.00,-0.07, 5951085.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.07464553542384418, 0.07464553542376554)",True,lzw, +Gabrielle/Shorelines/Merged/Auckland/Medlands_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Medlands/Medlands_14FEB2023.tif,100.0,7,GTiff,uint8,,9441,13059,4,,"| 0.50, 0.00, 1821514.12| +| 0.00,-0.50, 5989308.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Auckland/MangawhaiNorth_28JUN2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mangawhai/MangawhaiNorth_28JUN2023.tif,100.0,4,GTiff,uint8,,2265,4025,3,,"| 0.50, 0.00, 1743197.31| +| 0.00,-0.50, 6007540.81| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/LongBay_11JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_11JAN2023.tif,100.0,1,GTiff,uint16,,2440,2938,4,,"| 0.50, 0.00, 1755807.67| +| 0.00,-0.50, 5939370.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Auckland/LongBay_28DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_28DEC2022.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| +| 0.00,-0.50, 5939370.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/LongBay_25FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/LongBay/LongBay_25FEB2023.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| +| 0.00,-0.50, 5939370.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/Medlands_06FEB2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Medlands/Medlands_06FEB2023.tif,100.0,9,GTiff,uint8,,7876,11023,4,,"| 0.50, 0.00, 1821756.35| +| 0.00,-0.50, 5988513.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Auckland/OrewaRedBeach_11MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Orewa/OrewaRedBeach_11MAY2023.tif,100.0,24,GTiff,uint16,256.0,26548,25792,3,,"| 0.30, 0.00, 292860.00| +| 0.00,-0.30, 5951650.80| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.3000000000000009, 0.29999999999998556)",True,, +Gabrielle/Shorelines/Merged/Auckland/SnellsBeach_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/SnellsBeach/SnellsBeach_28FEB2023.tif,100.0,9,GTiff,uint16,256.0,10674,13431,3,,"| 0.50, 0.00, 1754649.12| +| 0.00,-0.50, 5970197.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Auckland/PieMelonBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/PieMelonBay_27DEC2022.tif,100.0,2,GTiff,uint8,,4080,3270,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1786976.08| +| 0.00,-0.30, 5927550.94| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3, 0.3)",True,, +Gabrielle/Shorelines/Merged/Auckland/Onetangi_21DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif,100.0,4,GTiff,uint8,,7323,2145,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1784198.83| +| 0.00,-0.30, 5927131.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.2999999999999873, 0.3)",True,, +Gabrielle/Shorelines/Merged/Northland/KarikariBeach_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/KarikariBeach/KarikariBeach_30AUG2022.tif,100.0,12,GTiff,uint16,256.0,21313,24234,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1630186.38| +| 0.00,-0.30, 6149735.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.2999999999999956, 0.3000000000000077)",True,, +Gabrielle/Shorelines/Merged/Northland/Whananaki_14FEB2023.shp,Gabrielle/Imagery/Whananaki_copy/Whananaki_14FEB2023.tif,100.0,2,GTiff,uint8,,3443,5122,4,,"| 0.50, 0.00, 1731516.03| +| 0.00,-0.50, 6069484.78| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Northland/MataiBay_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/MataiBay/MataiBay_30AUG2022.tif,100.0,11,GTiff,uint16,256.0,8232,7084,3,,"| 0.30, 0.00, 1636815.34| +| 0.00,-0.30, 6147028.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,16,"(0.3000000000000113, 0.3000000000000263)",True,, +Gabrielle/Shorelines/Merged/Northland/HelenaBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/HelenaBay/HelenaBay_27DEC2022.tif,100.0,32,GTiff,uint16,256.0,30868,33253,3,,"| 0.30, 0.00, 1720461.96| +| 0.00,-0.30, 6086404.48| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.299999999999997, 0.3000000000000112)",True,, +Gabrielle/Shorelines/Merged/Northland/CableBay_13MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/CableBay/CableBay_13MAR2023.tif,100.0,11,GTiff,uint16,256.0,17326,9997,3,,"| 0.40, 0.00, 1642435.09| +| 0.00,-0.40, 6130849.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.39999999999999464, 0.39999999999998137)",True,, +Gabrielle/Shorelines/Merged/Northland/MataiBay_23MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MataiBay/MataiBay_23MAY2023.tif,100.0,4,GTiff,uint16,0.0,3167,3280,4,,"| 0.75, 0.00, 1637018.81| +| 0.00,-0.75, 6147250.38| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Merged/Northland/NorthCape_14APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/NorthCape/Northcape_14APR2022.tif,100.0,14,GTiff,uint16,256.0,9634,34265,3,,"| 0.30, 0.00, 1599455.32| +| 0.00,-0.30, 6191309.03| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.29999999999999516, 0.3)",True,, +Gabrielle/Shorelines/Merged/Northland/GreatExhibitionBay_20MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/GreatExhibitionBay/GreatExhibitionBay_20MAR2023.tif,100.0,17,GTiff,uint8,,32442,84990,3,,"| 0.30, 0.00, 1596959.34| +| 0.00,-0.30, 6184169.67| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.3000000000000029, 0.3)",True,, +Gabrielle/Shorelines/Merged/Northland/Pataua_07APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/Pataua North/Pataua_07APR2022.tif,100.0,3,GTiff,uint8,255.0,6986,9932,3,,"| 0.30, 0.00, 1736532.09| +| 0.00,-0.30, 6049110.58| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.30000000000000665, 0.2999999999999625)",True,, +Gabrielle/Shorelines/Merged/Northland/LangsBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/LangsBeach/LangsBeach_17FEB2023.tif,100.0,5,GTiff,uint8,,9462,3927,4,,"| 0.50, 0.00, 1737274.22| +| 0.00,-0.50, 6011030.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/BlandBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/BlandBay/BlandBay_24MAR2023.tif,100.0,8,GTiff,uint16,256.0,6997,7578,3,,"| 0.45, 0.00, 1721794.45| +| 0.00,-0.45, 6089478.28| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.4499999999999867, 0.44999999999995083)",True,, +Gabrielle/Shorelines/Merged/Northland/Ruakaka_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Ruakaka/Ruakaka_27DEC2022.tif,100.0,28,GTiff,uint16,256.0,21444,61817,3,,"| 0.30, 0.00, 1730710.63| +| 0.00,-0.30, 6033769.29| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.2999999999999978, 0.299999999999994)",True,, +Gabrielle/Shorelines/Merged/Northland/Ngunguru_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ngururu/Ngunguru_25MAR2023.tif,100.0,3,GTiff,uint16,256.0,7627,5795,4,,"| 0.50, 0.00, 1735149.11| +| 0.00,-0.50, 6056345.52| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/TaranuiBay_27FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/TaranuiBay/TaranuiBay_27FEB2023.tif,100.0,5,GTiff,uint16,256.0,7399,4000,3,,"| 0.40, 0.00, 1687592.11| +| 0.00,-0.40, 6113947.13| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.40000000000001257, 0.4)",False,, +Gabrielle/Shorelines/Merged/Northland/Mimiwhangata_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mimiwhangata/Mimiwhangata_27DEC2022.tif,100.0,10,GTiff,uint16,256.0,6070,13981,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1728973.79| +| 0.00,-0.30, 6078826.54| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3, 0.29999999999998667)",True,, +Gabrielle/Shorelines/Merged/Northland/SandyBay_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/SandyBay/SandyBay_25MAR2023.tif,100.0,24,GTiff,uint16,256.0,11177,16531,4,,"| 0.50, 0.00, 1731922.11| +| 0.00,-0.50, 6071001.73| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/OceanBeach_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/OceanBeach/OceanBeach_25MAR2023.tif,100.0,4,GTiff,uint16,256.0,4849,11103,4,,"| 0.50, 0.00, 1739587.72| +| 0.00,-0.50, 6039368.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/ElliotBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/ElliotBay/ElliotBay_24MAR2023.tif,100.0,14,GTiff,uint16,256.0,5955,13428,3,,"| 0.50, 0.00, 1716784.09| +| 0.00,-0.50, 6098720.58| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/Ruakaka_17AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ruakaka/Ruakaka_17AUG2023.tif,100.0,14,GTiff,uint16,0.0,5847,10067,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1731509.88| +| 0.00,-0.75, 6033410.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Merged/Northland/HendersonBay_28AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HendersonBay/HendersonBay_28AUG2023.tif,100.0,19,GTiff,uint16,0.0,6157,8479,4,,"| 0.75, 0.00, 1610291.52| +| 0.00,-0.75, 6156330.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Merged/Northland/Whananaki_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Whananaki/Whananaki_10JAN2022.tif,100.0,2,GTiff,uint8,,3015,4402,4,,"| 0.50, 0.00, 1732099.65| +| 0.00,-0.50, 6069315.62| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Northland/BlandBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/BlandBay/BlandBay_27DEC2022.tif,100.0,5,GTiff,uint16,256.0,10784,11142,3,,"| 0.30, 0.00, 1721774.69| +| 0.00,-0.30, 6089683.51| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.29999999999999566, 0.29999999999996657)",True,, +Gabrielle/Shorelines/Merged/Northland/Mimiwhangata_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mimiwhangata/Mimiwhangata_18FEB2023.tif,100.0,8,GTiff,uint8,,6124,9099,4,,"| 0.50, 0.00, 1727910.97| +| 0.00,-0.50, 6078627.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Northland/TakouBay_17SEP2021.shp,Gabrielle/Imagery/pre-storm/Northland/Takou Bay/TakouBay_17SEP2021.tif,100.0,5,GTiff,uint8,,4139,6582,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1685052.98| +| 0.00,-0.50, 6117669.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/Matapouri_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Matapouri/Matapouri_10JAN2022.tif,100.0,3,GTiff,uint8,,2072,3383,4,,"| 0.50, 0.00, 1736339.82| +| 0.00,-0.50, 6064206.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Northland/CoopersBeach_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/CoopersBeach/CoopersBeach_10MAY2022.tif,100.0,14,GTiff,uint8,,17493,8197,3,,"| 0.50, 0.00, 1640666.02| +| 0.00,-0.50, 6130874.41| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/Mimiwhangata_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mimiwhangata/Mimiwhangata_10JAN2022.tif,100.0,8,GTiff,uint8,,6112,8998,4,,"| 0.50, 0.00, 1727932.27| +| 0.00,-0.50, 6078658.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Northland/Rarawa_14MAR2022.shp,Gabrielle/Imagery/pre-storm/Northland/Rawara/Rarawa_14MAR2022.tif,100.0,20,GTiff,uint16,256.0,26619,54604,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1597037.55| +| 0.00,-0.35, 6179691.26| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3499999999999965, 0.3500000000000068)",True,, +Gabrielle/Shorelines/Merged/Northland/Ruakaka_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ruakaka/Ruakaka_18FEB2023.tif,100.0,6,GTiff,uint8,,18431,54295,4,,"| 0.50, 0.00, 1728920.75| +| 0.00,-0.50, 6036670.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Northland/ElliotBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/ElliotBay/ElliotBay_27DEC2022.tif,100.0,13,GTiff,uint16,256.0,7761,16823,3,,"| 0.30, 0.00, 1716794.83| +| 0.00,-0.30, 6098763.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.300000000000006, 0.30000000000002214)",True,, +Gabrielle/Shorelines/Merged/Northland/MarangaiBeach_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/Marangai/MarangaiBeach_10MAY2022.tif,100.0,4,GTiff,uint8,,25910,22453,3,,"| 0.50, 0.00, 1613132.83| +| 0.00,-0.50, 6146763.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/HendersonBay_19FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HendersonBay/Maxar/HendersonBay_19FEB2023.tif,100.0,22,GTiff,uint16,256.0,25961,31219,3,,"| 0.50, 0.00, 1601855.19| +| 0.00,-0.50, 6165542.44| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/Ngunguru_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Ngunguru/Ngunguru_27DEC2022.tif,100.0,2,GTiff,uint16,256.0,9601,12596,3,,"| 0.30, 0.00, 1735209.10| +| 0.00,-0.30, 6056818.45| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.3000000000000049, 0.2999999999999852)",True,, +Gabrielle/Shorelines/Merged/Northland/Matapouri_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Matapouri/Matapouri_18FEB2023.tif,100.0,3,GTiff,uint16,65535.0,2943,3618,4,,"| 0.50, 0.00, 1735991.71| +| 0.00,-0.50, 6064356.28| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Merged/Northland/TaronuiBay_11JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Taronui Bay/TaronuiBay_11JAN2022.tif,100.0,7,GTiff,uint8,,6182,2517,4,,"| 0.50, 0.00, 1687485.06| +| 0.00,-0.50, 6113834.58| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/WhananakiNorth_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Whananaki North/WhananakiNorth_10JAN2022.tif,100.0,14,GTiff,uint8,,9026,11897,4,,"| 0.50, 0.00, 1730212.91| +| 0.00,-0.50, 6074720.17| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/MatauriBay_17SEP2022.shp,Gabrielle/Imagery/pre-storm/Northland/MatauriBay/MatauriBay_17SEP2022.tif,100.0,31,GTiff,uint8,,20078,11679,3,,"| 0.50, 0.00, 1673923.55| +| 0.00,-0.50, 6127849.29| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,13,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/TaemaroBay_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/Taemaro/TaemaroBay_10MAY2022.tif,100.0,4,GTiff,uint8,,10464,4109,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1652027.37| +| 0.00,-0.50, 6133781.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/OceanBeach_07APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/OceanBeach/OceanBeach_07APR2022_mosaic.tif,100.0,10,GTiff,uint8,,11567,22826,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1739781.40| +| 0.00,-0.30, 6039134.03| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.29999999999998794, 0.29999999999999183)",True,lzw, +Gabrielle/Shorelines/Merged/Northland/MarangaiBeach_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MarangaiBeach/MarangaiBeach_15MAY2023.tif,100.0,7,GTiff,uint16,256.0,31103,27552,3,,"| 0.45, 0.00, 1612200.48| +| 0.00,-0.45, 6147342.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.450000000000003, 0.4500000000000135)",True,, +Gabrielle/Shorelines/Merged/Northland/HelenaBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HelenaBay/HelenaBay_24MAR2023.tif,100.0,22,GTiff,uint16,256.0,17399,18633,3,,"| 0.50, 0.00, 1721014.44| +| 0.00,-0.50, 6085767.79| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/DoubtlessBay_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/DoubtlessBay/DoubtlessBay_25MAR2023.tif,100.0,41,GTiff,uint16,256.0,44152,77756,3,,"| 0.30, 0.00, 1630080.42| +| 0.00,-0.30, 6149881.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.3000000000000021, 0.2999999999999976)",True,, +Gabrielle/Shorelines/Merged/Northland/Pataua_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Pataua/Pataua_25MAR2023.tif,100.0,16,GTiff,uint16,256.0,13614,23318,4,,"| 0.50, 0.00, 1735115.02| +| 0.00,-0.50, 6054201.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/HendersonBay_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/HendersonBay/HendersonBay_10MAY2022.tif,100.0,11,GTiff,uint16,256.0,13084,19214,3,,"| 0.50, 0.00, 1609725.37| +| 0.00,-0.50, 6156766.14| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Merged/Northland/PuwhekeBeach_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/PuwhekeBeach/PuwhekeBeach_15MAY2023.tif,100.0,8,GTiff,uint16,0.0,6484,1680,4,,"| 0.75, 0.00, 1625936.23| +| 0.00,-0.75, 6143122.52| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Merged/Northland/Mahinepua_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MahinepuaBay/Mahinepua_25MAR2023.tif,100.0,9,GTiff,uint16,0.0,4304,4958,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1676752.56| +| 0.00,-0.75, 6127348.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Merged/Northland/DoubtlessBay_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/DoubtlessBay/DoubtlessBay_30AUG2022.tif,100.0,6,GTiff,uint8,,28152,43264,3,,"| 0.30, 0.00, 1633098.16| +| 0.00,-0.30, 6141013.74| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.3000000000000033, 0.3000000000000043)",True,, +Gabrielle/Shorelines/Merged/Northland/NorthCape_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Northcape/Northcape_15MAY2023.tif,100.0,17,GTiff,uint8,,4805,16541,3,,"| 0.60, 0.00, 1599455.22| +| 0.00,-0.60, 6191308.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.6, 0.5999999999999774)",True,, +Gabrielle/Shorelines/Merged/Northland/OceanBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/OceanBeach/OceanBeach_17FEB2023.tif,100.0,3,GTiff,uint16,256.0,3985,4594,4,,"| 0.50, 0.00, 1741146.81| +| 0.00,-0.50, 6034471.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/Matarangi and surrounds/Matarangi_24DEC2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Matarangi/Matarangi_24DEC2022.tif,100.0,1,GTiff,uint16,65535.0,13788,15017,4,,"| 0.50, 0.00, 1832772.89| +| 0.00,-0.50, 5936498.44| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/Matarangi and surrounds/Matarangi_29MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Matarangi and surrounds/Matarangi_29MAR2023.tif,100.0,4,GTiff,uint16,256.0,35519,16863,3,,"| 0.30, 0.00, 1832013.38| +| 0.00,-0.30, 5936376.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,13,"(0.2999999999999987, 0.3000000000000221)",True,, +Gabrielle/Shorelines/Waikato/Matarangi and surrounds/Kuaotunu_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Kuaotunu/Kuaotunu_14FEB2023.tif,100.0,2,GTiff,uint16,256.0,3489,2481,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1842299.99| +| 0.00,-0.50, 5933114.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/GreatMercuryIsland/GreatMercuryIsland_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Great Mercury Island/GreatMercuryIsland_14FEB2023.tif,100.0,5,GTiff,uint16,256.0,3599,3503,4,,"| 0.50, 0.00, 1848581.80| +| 0.00,-0.50, 5945927.05| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/StonyBay/StonyBay_11MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/StonyBay/StonyBay_11MAR2023.tif,100.0,1,GTiff,uint8,,1958,1083,3,,"| 0.50, 0.00, 1816426.60| +| 0.00,-0.50, 5956900.29| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_15JAN2023.shp,Gabrielle/Imagery/pre-storm/Waikato/Whitianga/SkySat Jan 2023/Whitianga_15JAN2023.tif,100.0,9,GTiff,uint16,0.0,6738,8881,3,,"| 0.45, 0.00, 1840214.42| +| 0.00,-0.45, 5923658.05| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.45000000000001383, 0.450000000000021)",True,, +Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Whitianga/Whitianga_18FEB2023.tif,100.0,3,GTiff,uint32,65536.0,10253,17870,3,,"| 0.30, 0.00, 1839167.72| +| 0.00,-0.30, 5923845.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.29999999999999094, 0.3)",True,, +Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_21AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Whitianga/Whitianga_21AUG2023.tif,100.0,9,GTiff,uint16,256.0,12761,11711,4,,"| 0.50, 0.00, 1840462.48| +| 0.00,-0.50, 5925220.68| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_03DEC2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Whitianga/Whitianga_03DEC2022.tif,100.0,3,GTiff,uint16,256.0,7080,10272,4,,"| 0.50, 0.00, 1839734.02| +| 0.00,-0.50, 5923772.13| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/Whitianga/Whitianga_27NOV2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Whitianga/Whitianga_27NOV2022.tif,100.0,6,GTiff,uint8,,2574,8263,4,,"| 0.50, 0.00, 1840522.95| +| 0.00,-0.50, 5923668.60| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Waikato/OpitoBay/OpitoBay_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/OpitoBay/OpitoBay_03JAN2022.tif,100.0,17,GTiff,uint16,256.0,16401,17570,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1847952.70| +| 0.00,-0.30, 5936559.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3000000000000028, 0.3)",True,, +Gabrielle/Shorelines/Waikato/OpitoBay/OpitoBay_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Opito/OpitoBay_14FEB2023.tif,100.0,7,GTiff,uint8,,6383,6000,4,,"| 0.50, 0.00, 1848727.48| +| 0.00,-0.50, 5935058.77| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Waikato/Hahei/Hahei_16FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Hahei/Hahei_16FEB2023.tif,100.0,2,GTiff,uint16,0.0,3864,2985,4,,"| 0.75, 0.00, 1848991.86| +| 0.00,-0.75, 5920604.26| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Waikato/Hahei/Hahei_24DEC2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Hahei/Hahei_24DEC2022.tif,100.0,3,GTiff,uint8,,3320,2634,3,,"| 0.50, 0.00, 1849580.54| +| 0.00,-0.50, 5919963.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/CooksBeach/CooksBeach_03DEC2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Cooks Beach/CooksBeach_03DEC2022.tif,100.0,1,GTiff,uint16,256.0,6157,3268,4,,"| 0.50, 0.00, 1843278.82| +| 0.00,-0.50, 5920945.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/CooksBeach/CooksBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Cooks Beach/Jilin imagery/CooksBeach_17FEB2023.tif,100.0,1,GTiff,uint16,0.0,4785,2924,4,,"| 0.75, 0.00, 1843072.80| +| 0.00,-0.75, 5921201.40| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,14,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Waikato/KennedyBay/KennedyBay_26JAN2021.shp,Gabrielle/Imagery/pre-storm/Waikato/KennedyBay/KennedyBay_26JAN2021.tif,100.0,2,GTiff,uint16,256.0,2780,5588,4,,"| 0.50, 0.00, 1827676.73| +| 0.00,-0.50, 5939402.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/KennedyBay/KennedyBay_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/KennedyBay/KennedyBay_18FEB2023.tif,100.0,2,GTiff,uint32,65536.0,6338,10491,3,,"| 0.30, 0.00, 1827302.71| +| 0.00,-0.30, 5939628.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.2999999999999853, 0.2999999999999822)",True,, +Gabrielle/Shorelines/Waikato/Otama/Otama_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Otama/Otama_14FEB2023.tif,100.0,2,GTiff,uint16,256.0,5142,2011,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1844959.67| +| 0.00,-0.50, 5934758.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/Whangamata/Whangamata_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Whangamata/LDS/Whangamata_03JAN2022_LDS.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,14271,17082,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1853148.70| +| 0.00,-0.30, 5880153.90| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.30000000000000326, 0.2999999999999782)",True,, +Gabrielle/Shorelines/Waikato/Whangamata/Whangamata_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Whangamata/Whangamata_14FEB2023.tif,100.0,3,GTiff,uint8,,4688,8518,4,,"| 0.50, 0.00, 1853881.64| +| 0.00,-0.50, 5879749.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Waikato/Waikawau/Waikawau_10MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Waikawau/Waikawau_10MAR2023.tif,100.0,7,GTiff,uint16,256.0,5870,4388,4,,"| 0.50, 0.00, 1825256.78| +| 0.00,-0.50, 5947935.44| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/OpoutereBeach/Opoutere_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Opoutere/Opoutere_03JAN2022.tif,100.0,7,GTiff,uint16,256.0,9698,24082,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1855105.60| +| 0.00,-0.30, 5894943.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.2999999999999904, 0.29999999999998456)",True,, +Gabrielle/Shorelines/Waikato/Whiritoa/Whiritoa_03MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Whiritoa/Whiritoa_03MAR2023.tif,100.0,7,GTiff,uint8,,9089,14034,3,,"| 0.30, 0.00, 1856671.73| +| 0.00,-0.30, 5870722.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.2999999999999949, 0.30000000000001326)",True,, +Gabrielle/Shorelines/Waikato/HotWaterBeach/HotwaterBeach_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/HotwaterBeach/HotwaterBeach_03JAN2022.tif,100.0,3,GTiff,uint16,256.0,14677,14618,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1849042.00| +| 0.00,-0.30, 5917386.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3000000000000064, 0.30000000000002547)",True,, +Gabrielle/Shorelines/Waikato/HotWaterBeach/HotwaterBeach_03MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Hotwater Beach/HotwaterBeach_03MAR2023.tif,100.0,4,GTiff,uint16,256.0,5891,9201,3,,"| 0.30, 0.00, 1850559.46| +| 0.00,-0.30, 5916106.48| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.3000000000000079, 0.2999999999999798)",True,, +Gabrielle/Shorelines/Waikato/Onemana/Onemana_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Waikato/Onemana/Onemana_14FEB2023.tif,100.0,7,GTiff,uint16,256.0,2257,2970,4,,"| 0.50, 0.00, 1855316.50| +| 0.00,-0.50, 5885335.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Waikato/Onemana/Onemana_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/Onemana/Onemana_03JAN2022.tif,100.0,4,GTiff,uint16,256.0,7324,8719,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1854730.30| +| 0.00,-0.30, 5885875.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.29999999999999366, 0.30000000000002136)",True,, +Gabrielle/Shorelines/Waikato/PauanuiTairua/PauanuiTairua_28FEB2023.shp,Gabrielle/Imagery/Maxar working/PauanuiTairua/raw/PauanuiTairua_28FEB2023.tif,100.0,2,GTiff,uint16,,10872,18332,4,EPSG:32760,"| 0.50, 0.00, 395492.00| +| 0.00,-0.50, 5909414.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Waikato/PauanuiTairua/TeKaroBay_03JAN2022.shp,Gabrielle/Imagery/pre-storm/Waikato/TeKaroBay/TeKaroBay_03JAN2022.tif,100.0,7,GTiff,uint16,256.0,8000,11267,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1852000.00| +| 0.00,-0.30, 5907366.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3, 0.29999999999996696)",True,, +Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Matakana Island/MatakanaIsland_15MAY2023.tif,100.0,1,GTiff,uint8,,17266,16116,3,,"| 0.30, 0.00, 1863366.06| +| 0.00,-0.30, 5848592.42| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.3000000000000027, 0.29999999999998844)",True,, +Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_02APR2021.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matakana Island/MatakanaIsland_02APR2021.tif,100.0,1,GTiff,uint8,,3323,3208,4,,"| 0.50, 0.00, 1876104.43| +| 0.00,-0.50, 5832964.89| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_26DEC2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matakana Island/MatakanaIsland_26DEC2022.tif,100.0,4,GTiff,uint8,,37495,45111,3,,"| 0.30, 0.00, 1866251.31| +| 0.00,-0.30, 5844833.55| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.3, 0.2999999999999959)",True,, +Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_11NOV2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matakana Island/MatakanaIsland_11NOV2022.tif,100.0,1,GTiff,uint8,,20523,21186,3,,"| 0.30, 0.00, 1863343.39| +| 0.00,-0.30, 5848601.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.29999999999999544, 0.2999999999999912)",True,, +Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_29DEC2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matakana Island/MatakanaIsland_29DEC2022.tif,100.0,1,GTiff,uint8,,4008,5605,4,,"| 0.50, 0.00, 1877089.62| +| 0.00,-0.50, 5831696.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/BayofPlenty/Matakana Island/MatakanaIsland_12JUNE2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Matakana Island/MatakanaIsland_12JUNE2023.tif,100.0,9,GTiff,uint16,256.0,27275,28213,3,,"| 0.50, 0.00, 1868171.75| +| 0.00,-0.50, 5843427.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/BayofPlenty/Opotiki/Opotiki_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Opotiki/Opotiki_28FEB2023.tif,100.0,13,GTiff,uint8,,44530,10809,3,,"| 0.30, 0.00, 1972336.19| +| 0.00,-0.30, 5788343.02| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.3, 0.30000000000001725)",True,, +Gabrielle/Shorelines/BayofPlenty/Papamoa/Papamoa_29DEC2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Tauranga/Papamoa_29DEC2022.tif,100.0,5,GTiff,uint8,,26257,18786,4,,"| 0.50, 0.00, 1879825.34| +| 0.00,-0.50, 5830665.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/BayofPlenty/Whakatane/Whakatane_24APR2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Whakatane/Whakatane_24APR2023.tif,100.0,11,GTiff,uint8,,44260,18536,3,,"| 0.50, 0.00, 1929668.68| +| 0.00,-0.50, 5801389.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/BayofPlenty/Whakatane/Whakatane_04DEC2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Whakatane/Whakatane_04DEC2022.tif,100.0,6,GTiff,uint16,256.0,24739,10283,4,,"| 0.50, 0.00, 1940573.18| +| 0.00,-0.50, 5797488.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/BayofPlenty/Whakatane/Whakatane_14AUG2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Whakatane/Whakatane_14AUG2023.tif,100.0,4,GTiff,uint16,256.0,24739,10283,4,,"| 0.50, 0.00, 1940573.18| +| 0.00,-0.50, 5797488.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/BayofPlenty/Whakatane/Whakatane_16FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Whakatane/Whakatane_16FEB2023.tif,100.0,6,GTiff,uint8,,39250,18291,3,,"| 0.35, 0.00, 1939623.83| +| 0.00,-0.35, 5798322.41| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.35, 0.34999999999997966)",True,, +Gabrielle/Shorelines/BayofPlenty/Pukehina/Matata_03AUG2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Matata/Matata_03AUG2022.tif,100.0,4,GTiff,uint8,,27243,9081,3,,"| 0.60, 0.00, 1925258.34| +| 0.00,-0.60, 5802527.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.6000000000000018, 0.599999999999959)",True,, +Gabrielle/Shorelines/BayofPlenty/Pukehina/Pukehina_20JAN2023.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Pukehina/Pukehina_20JAN2023.tif,100.0,39,GTiff,uint16,256.0,59313,36204,3,,"| 0.30, 0.00, 1910152.47| +| 0.00,-0.30, 5811819.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.29999999999999843, 0.30000000000000515)",True,, +Gabrielle/Shorelines/BayofPlenty/Ohiwa/Ohiwa_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Ohiwa/Ohiwa_28FEB2023.tif,100.0,10,GTiff,uint16,65535.0,29937,5186,4,,"| 0.30, 0.00, 1964675.24| +| 0.00,-0.30, 5787741.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.3000000000000031, 0.2999999999999641)",True,, +Gabrielle/Shorelines/BayofPlenty/Ohiwa/Ohiwa_30OCT2022.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Ohiwa/Ohiwa_30OCT2022.tif,100.0,7,GTiff,uint16,256.0,23183,3253,3,,"| 0.50, 0.00, 1964567.93| +| 0.00,-0.50, 5787776.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/BayofPlenty/Maketu/Maketu_20JAN2023.shp,Gabrielle/Imagery/pre-storm/Bay of Plenty/Maketu/Maketu_20JAN2023.tif,100.0,15,GTiff,uint8,,60889,35702,3,,"| 0.30, 0.00, 1897746.41| +| 0.00,-0.30, 5817888.54| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.2999999999999992, 0.29999999999998955)",True,, +Gabrielle/Shorelines/BayofPlenty/EasternBoP/Hawai_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/Hawai_28FEB2023.tif,100.0,3,GTiff,uint8,,15262,8453,3,,"| 0.30, 0.00, 1994063.34| +| 0.00,-0.30, 5793991.05| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.3000000000000061, 0.30000000000004406)",True,, +Gabrielle/Shorelines/BayofPlenty/EasternBoP/PapateaBay_02APR2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/PapateaBay_02APR2023.tif,100.0,6,GTiff,uint8,,8979,5803,3,,"| 0.55, 0.00, 2025771.15| +| 0.00,-0.55, 5823006.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5499999999999948, 0.5500000000000642)",True,, +Gabrielle/Shorelines/BayofPlenty/EasternBoP/Torere_19APR2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/Torere_19APR2023.tif,100.0,9,GTiff,uint16,0.0,9400,6702,3,,"| 0.45, 0.00, 1990800.39| +| 0.00,-0.45, 5791771.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.45, 0.4500000000000556)",True,, +Gabrielle/Shorelines/BayofPlenty/EasternBoP/Opape_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/Opape_28FEB2023.tif,100.0,4,GTiff,uint8,,13743,5986,3,,"| 0.30, 0.00, 1984785.70| +| 0.00,-0.30, 5788258.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.2999999999999932, 0.2999999999999689)",True,, +Gabrielle/Shorelines/BayofPlenty/EasternBoP/WaihauBay_27MAY2023.shp,Gabrielle/Imagery/post_storm/Region/BayofPlenty/Torere/WaihauBay_27MAY2023.tif,100.0,12,GTiff,uint8,,18279,21484,3,,"| 0.30, 0.00, 2035979.73| +| 0.00,-0.30, 5830955.68| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.29999999999999744, 0.30000000000000865)",True,, +Gabrielle/Shorelines/Delivery/temp/Medlands_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Medlands/Medlands_14FEB2023.tif,100.0,1,GTiff,uint8,,9441,13059,4,,"| 0.50, 0.00, 1821514.12| +| 0.00,-0.50, 5989308.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",False,lzw, +Gabrielle/Shorelines/Delivery/temp/LongBay_11JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_11JAN2023.tif,100.0,1,GTiff,uint16,,2440,2938,4,,"| 0.50, 0.00, 1755807.67| +| 0.00,-0.50, 5939370.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +Gabrielle/Shorelines/Delivery/temp/LongBay_25FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/LongBay/LongBay_25FEB2023.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| +| 0.00,-0.50, 5939370.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",False,, +Gabrielle/Shorelines/Delivery/temp/Medlands_06FEB2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Medlands/Medlands_06FEB2023.tif,100.0,2,GTiff,uint8,,7876,11023,4,,"| 0.50, 0.00, 1821756.35| +| 0.00,-0.50, 5988513.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",False,lzw, +Gabrielle/Shorelines/Auckland/Omaha_Pakiri/PakiriNorth_14OCT2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriNorth_14OCT2021.tif,100.0,14,GTiff,uint8,,16238,19418,4,,"| 0.50, 0.00, 1747718.26| +| 0.00,-0.50, 5996962.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Tawharanui_23DEC2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Tawharanui/Tawharanui_23DEC2021.tif,100.0,8,GTiff,uint8,,7201,4822,4,,"| 0.50, 0.00, 1762106.90| +| 0.00,-0.50, 5975556.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Tawharanui_01MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Tawharanui/Tawharanui_01MAR2023.tif,100.0,8,GTiff,uint8,,12351,8084,3,,"| 0.30, 0.00, 1761979.71| +| 0.00,-0.30, 5975633.36| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.30000000000000376, 0.300000000000023)",True,, +Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Omaha_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/Omaha_28FEB2023.tif,100.0,5,GTiff,uint16,256.0,5368,8268,3,,"| 0.50, 0.00, 1758548.06| +| 0.00,-0.50, 5979432.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,12,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/Omaha_Pakiri/PakiriSouth23DEC2021.shp,Gabrielle/Imagery/pre-storm/Auckland/Pakiri/PakiriSouth_23DEC2021.tif,100.0,4,GTiff,uint8,,7710,5676,4,,"| 0.50, 0.00, 1754175.18| +| 0.00,-0.50, 5988344.28| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Omaha_13MAR2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Omaha/Omaha_13MAR2022.tif,100.0,9,GTiff,float32,0.0,4049,8051,3,,"| 0.50, 0.00, 1759172.96| +| 0.00,-0.50, 5979432.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Omaha_21MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/Omaha_21MAR2023.tif,100.0,8,GTiff,uint16,256.0,5368,8268,3,,"| 0.50, 0.00, 1758548.09| +| 0.00,-0.50, 5979432.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/Omaha_Pakiri/Omaha_Pakiri_04APR2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Omaha/PNEO/OmahaPakiri_04APR2023.tif,100.0,48,GTiff,uint16,256.0,54556,71240,3,EPSG:32760,"| 0.30, 0.00, 288258.00| +| 0.00,-0.30, 5995710.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.29999999999999977, 0.3)",True,, +Gabrielle/Shorelines/Auckland/LongBay/LongBay_11JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_11JAN2023.tif,100.0,1,GTiff,uint16,,2440,2938,4,,"| 0.50, 0.00, 1755807.67| +| 0.00,-0.50, 5939370.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Auckland/LongBay/LongBay_28DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Long Bay/LongBay_28DEC2022.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| +| 0.00,-0.50, 5939370.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/LongBay/LongBay_25FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/LongBay/LongBay_25FEB2023.tif,100.0,1,GTiff,uint16,256.0,2440,2938,4,,"| 0.50, 0.00, 1755807.67| +| 0.00,-0.50, 5939370.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/WaihekeIsland/Oneroa_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Oneroa_27DEC2022.tif,100.0,3,GTiff,uint8,,4482,3815,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1779029.72| +| 0.00,-0.30, 5928138.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3000000000000208, 0.3)",True,, +Gabrielle/Shorelines/Auckland/WaihekeIsland/PalmBeach_18JAN2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/PalmBeach_18JAN2023.tif,100.0,3,GTiff,uint8,,2072,1084,3,,"| 0.55, 0.00, 1781741.22| +| 0.00,-0.55, 5928002.28| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5500000000000449, 0.5500000000001718)",True,, +Gabrielle/Shorelines/Auckland/WaihekeIsland/Waiheke_16MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Waiheke/Waiheke_16MAY2023.tif,100.0,14,GTiff,uint8,,26345,5138,3,,"| 0.35, 0.00, 1779011.87| +| 0.00,-0.35, 5928175.62| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,12,"(0.35, 0.34999999999996373)",True,, +Gabrielle/Shorelines/Auckland/WaihekeIsland/PieMelonBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/PieMelonBay_27DEC2022.tif,100.0,2,GTiff,uint8,,4080,3270,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1786976.08| +| 0.00,-0.30, 5927550.94| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3, 0.3)",True,, +Gabrielle/Shorelines/Auckland/WaihekeIsland/Onetangi_21DEC2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Waiheke/Onetangi_21DEC2022.tif,100.0,4,GTiff,uint8,,7323,2145,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1784198.83| +| 0.00,-0.30, 5927131.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.2999999999999873, 0.3)",True,, +Gabrielle/Shorelines/Auckland/Managawhai/Mangawhai_11DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mangawhai/Mangawhai11DEC2022.tif,100.0,6,GTiff,uint16,0.0,4050,6577,4,EPSG:32760,"| 0.75, 0.00, 282786.08| +| 0.00,-0.75, 6005029.45| +| 0.00, 0.00, 1.00|",256.0,256,True,pixel,0,"(0.75, 0.75)",True,lzw, +Gabrielle/Shorelines/Auckland/Managawhai/Mangawhai_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mangawhai/Mangawhai_28FEB2023.tif,100.0,9,GTiff,uint16,65535.0,12881,18709,4,,"| 0.50, 0.00, 1742522.22| +| 0.00,-0.50, 6006008.05| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,21,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/Managawhai/MangawhaiNorth_28JUN2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mangawhai/MangawhaiNorth_28JUN2023.tif,100.0,4,GTiff,uint8,,2265,4025,3,,"| 0.50, 0.00, 1743197.31| +| 0.00,-0.50, 6007540.81| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/Orewa_RedBeach/Orewa_16MAR2022.shp,Gabrielle/Imagery/pre-storm/Auckland/Orewa/Orewa_16MAR2022.tif,100.0,23,GTiff,uint8,,13855,39213,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.07, 0.00, 1751205.10| +| 0.00,-0.07, 5951085.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.07464553542384418, 0.07464553542376554)",True,lzw, +Gabrielle/Shorelines/Auckland/Orewa_RedBeach/OrewaRedBeach_11MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Orewa/OrewaRedBeach_11MAY2023.tif,100.0,24,GTiff,uint16,256.0,26548,25792,3,,"| 0.30, 0.00, 292860.00| +| 0.00,-0.30, 5951650.80| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.3000000000000009, 0.29999999999998556)",True,, +Gabrielle/Shorelines/Auckland/SnellsBeach/SnellsBeach_28FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/SnellsBeach/SnellsBeach_28FEB2023.tif,100.0,9,GTiff,uint16,256.0,10674,13431,3,,"| 0.50, 0.00, 1754649.12| +| 0.00,-0.50, 5970197.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Auckland/Medlands/Medlands_14FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Medlands/Medlands_14FEB2023.tif,100.0,7,GTiff,uint8,,9441,13059,4,,"| 0.50, 0.00, 1821514.12| +| 0.00,-0.50, 5989308.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Auckland/Medlands/Medlands_06FEB2023.shp,Gabrielle/Imagery/pre-storm/Auckland/Medlands/Medlands_06FEB2023.tif,100.0,9,GTiff,uint8,,7876,11023,4,,"| 0.50, 0.00, 1821756.35| +| 0.00,-0.50, 5988513.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Auckland/Whangapoua/Whangapoua_19FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Auckland/Whangapoua/Whangapoua_19FEB2023.tif,100.0,3,GTiff,uint32,65536.0,2804,6572,1,,"| 0.60, 0.00, 1817329.44| +| 0.00,-0.60, 6001088.43| +| 0.00, 0.00, 1.00|",128.0,128,True,band,5,"(0.5999999999999668, 0.6000000000000283)",True,, +Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahia_25JAN2023.shp,Gabrielle/Imagery/pre-storm/Hawkes Bay/Mahia/Mahia_25JAN2023.tif,100.0,33,GTiff,uint8,,57932,96830,3,,"| 0.30, 0.00, 2016415.21| +| 0.00,-0.30, 5670713.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,19,"(0.3000000000000016, 0.3)",True,, +Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahanga_25NOV2022.shp,Gabrielle/Imagery/pre-storm/Hawkes Bay/Mahanga/Mahanga_25NOV2022.tif,100.0,1,GTiff,uint16,256.0,4114,12613,3,,"| 0.55, 0.00, 2022482.00| +| 0.00,-0.55, 5670328.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5499999999999887, 0.5500000000000296)",True,, +Gabrielle/Shorelines/Hawkes Bay/Mahanga/Nuhaka_08MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Hawkes Bay/Nuhaka/Nuhaka_08MAR2023.tif,100.0,4,GTiff,uint8,,48688,4344,3,,"| 0.30, 0.00, 1993383.69| +| 0.00,-0.30, 5667897.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.2999999999999981, 0.3000000000000429)",True,, +Gabrielle/Shorelines/Hawkes Bay/Mahanga/Nuhaka_20FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Hawkes Bay/Nuhaka/Nuhaka_20FEB2023.tif,100.0,2,GTiff,uint8,,33470,10860,3,,"| 0.30, 0.00, 2007433.31| +| 0.00,-0.30, 5666836.85| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.3, 0.3)",True,, +Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahanga_21FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Hawkes Bay/Mahanga/Mahanga_21FEB2023.tif,100.0,2,GTiff,uint16,256.0,6319,16025,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2022011.63| +| 0.00,-0.50, 5670916.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Hawkes Bay/Mahanga/Mahanga_05SEP2023.shp,Gabrielle/Imagery/post_storm/Region/Hawkes Bay/Mahanga/Mahanga_05SEP2023.tif,100.0,3,GTiff,uint8,,3926,13978,4,,"| 0.50, 0.00, 2022599.79| +| 0.00,-0.50, 5670480.81| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Hawkes Bay/Mahanga/Wairoa_04DEC2022.shp,Gabrielle/Imagery/pre-storm/Hawkes Bay/Wairoa/Wairoa_04DEC2022.tif,100.0,13,GTiff,uint8,,57932,21496,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1966991.65| +| 0.00,-0.30, 5668420.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3000000000000016, 0.29999999999999133)",True,, +Gabrielle/Shorelines/Northland/CableBay/CableBay_13MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/CableBay/CableBay_13MAR2023.tif,100.0,11,GTiff,uint16,256.0,17326,9997,3,,"| 0.40, 0.00, 1642435.09| +| 0.00,-0.40, 6130849.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.39999999999999464, 0.39999999999998137)",True,, +Gabrielle/Shorelines/Northland/CableBay/CoopersBeach_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/CoopersBeach/CoopersBeach_10MAY2022.tif,100.0,14,GTiff,uint8,,17493,8197,3,,"| 0.50, 0.00, 1640666.02| +| 0.00,-0.50, 6130874.41| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/OceanBeach/OceanBeach_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/OceanBeach/OceanBeach_25MAR2023.tif,100.0,4,GTiff,uint16,256.0,4849,11103,4,,"| 0.50, 0.00, 1739587.72| +| 0.00,-0.50, 6039368.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/OceanBeach/OceanBeach_07APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/OceanBeach/OceanBeach_07APR2022_mosaic.tif,100.0,10,GTiff,uint8,,11567,22826,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1739781.40| +| 0.00,-0.30, 6039134.03| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.29999999999998794, 0.29999999999999183)",True,lzw, +Gabrielle/Shorelines/Northland/OceanBeach/OceanBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/OceanBeach/OceanBeach_17FEB2023.tif,100.0,3,GTiff,uint16,256.0,3985,4594,4,,"| 0.50, 0.00, 1741146.81| +| 0.00,-0.50, 6034471.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/HendersonBay/HendersonBay_28AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HendersonBay/HendersonBay_28AUG2023.tif,100.0,19,GTiff,uint16,0.0,6157,8479,4,,"| 0.75, 0.00, 1610291.52| +| 0.00,-0.75, 6156330.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Northland/HendersonBay/HendersonBay_19FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HendersonBay/Maxar/HendersonBay_19FEB2023.tif,100.0,22,GTiff,uint16,256.0,25961,31219,3,,"| 0.50, 0.00, 1601855.19| +| 0.00,-0.50, 6165542.44| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/HendersonBay/HendersonBay_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/HendersonBay/HendersonBay_10MAY2022.tif,100.0,11,GTiff,uint16,256.0,13084,19214,3,,"| 0.50, 0.00, 1609725.37| +| 0.00,-0.50, 6156766.14| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/BlandBay/BlandBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/BlandBay/BlandBay_24MAR2023.tif,100.0,8,GTiff,uint16,256.0,6997,7578,3,,"| 0.45, 0.00, 1721794.45| +| 0.00,-0.45, 6089478.28| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.4499999999999867, 0.44999999999995083)",True,, +Gabrielle/Shorelines/Northland/BlandBay/BlandBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/BlandBay/BlandBay_27DEC2022.tif,100.0,5,GTiff,uint16,256.0,10784,11142,3,,"| 0.30, 0.00, 1721774.69| +| 0.00,-0.30, 6089683.51| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.29999999999999566, 0.29999999999996657)",True,, +Gabrielle/Shorelines/Northland/Mimiwhangata/Mimiwhangata_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mimiwhangata/Mimiwhangata_27DEC2022.tif,100.0,10,GTiff,uint16,256.0,6070,13981,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1728973.79| +| 0.00,-0.30, 6078826.54| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3, 0.29999999999998667)",True,, +Gabrielle/Shorelines/Northland/Mimiwhangata/Mimiwhangata_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Mimiwhangata/Mimiwhangata_18FEB2023.tif,100.0,8,GTiff,uint8,,6124,9099,4,,"| 0.50, 0.00, 1727910.97| +| 0.00,-0.50, 6078627.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Northland/Mimiwhangata/Mimiwhangata_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Mimiwhangata/Mimiwhangata_10JAN2022.tif,100.0,8,GTiff,uint8,,6112,8998,4,,"| 0.50, 0.00, 1727932.27| +| 0.00,-0.50, 6078658.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Northland/Great ExhibitionBay/GreatExhibitionBay_20MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/GreatExhibitionBay/GreatExhibitionBay_20MAR2023.tif,100.0,17,GTiff,uint8,,32442,84990,3,,"| 0.30, 0.00, 1596959.34| +| 0.00,-0.30, 6184169.67| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.3000000000000029, 0.3)",True,, +Gabrielle/Shorelines/Northland/Great ExhibitionBay/Rarawa_14MAR2022.shp,Gabrielle/Imagery/pre-storm/Northland/Rawara/Rarawa_14MAR2022.tif,100.0,20,GTiff,uint16,256.0,26619,54604,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1597037.55| +| 0.00,-0.35, 6179691.26| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3499999999999965, 0.3500000000000068)",True,, +Gabrielle/Shorelines/Northland/TaranuiBay/TaranuiBay_27FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/TaranuiBay/TaranuiBay_27FEB2023.tif,100.0,5,GTiff,uint16,256.0,7399,4000,3,,"| 0.40, 0.00, 1687592.11| +| 0.00,-0.40, 6113947.13| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.40000000000001257, 0.4)",False,, +Gabrielle/Shorelines/Northland/LangsBeach/LangsBeach_17FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/LangsBeach/LangsBeach_17FEB2023.tif,100.0,5,GTiff,uint8,,9462,3927,4,,"| 0.50, 0.00, 1737274.22| +| 0.00,-0.50, 6011030.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/Whananaki/Whananaki_14FEB2023.shp,Gabrielle/Imagery/Whananaki_copy/Whananaki_14FEB2023.tif,100.0,2,GTiff,uint8,,3443,5122,4,,"| 0.50, 0.00, 1731516.03| +| 0.00,-0.50, 6069484.78| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Northland/Whananaki/Whananaki_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Whananaki/Whananaki_10JAN2022.tif,100.0,2,GTiff,uint8,,3015,4402,4,,"| 0.50, 0.00, 1732099.65| +| 0.00,-0.50, 6069315.62| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Northland/Whananaki/WhananakiNorth_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Whananaki North/WhananakiNorth_10JAN2022.tif,100.0,14,GTiff,uint8,,9026,11897,4,,"| 0.50, 0.00, 1730212.91| +| 0.00,-0.50, 6074720.17| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/DoubtlessBay/TaemaroBay_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/Taemaro/TaemaroBay_10MAY2022.tif,100.0,4,GTiff,uint8,,10464,4109,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1652027.37| +| 0.00,-0.50, 6133781.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/DoubtlessBay/DoubtlessBay_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/DoubtlessBay/DoubtlessBay_25MAR2023.tif,100.0,41,GTiff,uint16,256.0,44152,77756,3,,"| 0.30, 0.00, 1630080.42| +| 0.00,-0.30, 6149881.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.3000000000000021, 0.2999999999999976)",True,, +Gabrielle/Shorelines/Northland/DoubtlessBay/DoubtlessBay_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/DoubtlessBay/DoubtlessBay_30AUG2022.tif,100.0,6,GTiff,uint8,,28152,43264,3,,"| 0.30, 0.00, 1633098.16| +| 0.00,-0.30, 6141013.74| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.3000000000000033, 0.3000000000000043)",True,, +Gabrielle/Shorelines/Northland/HelenaBay/HelenaBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/HelenaBay/HelenaBay_27DEC2022.tif,100.0,32,GTiff,uint16,256.0,30868,33253,3,,"| 0.30, 0.00, 1720461.96| +| 0.00,-0.30, 6086404.48| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.299999999999997, 0.3000000000000112)",True,, +Gabrielle/Shorelines/Northland/HelenaBay/HelenaBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/HelenaBay/HelenaBay_24MAR2023.tif,100.0,22,GTiff,uint16,256.0,17399,18633,3,,"| 0.50, 0.00, 1721014.44| +| 0.00,-0.50, 6085767.79| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/Ngunguru/Ngunguru_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ngururu/Ngunguru_25MAR2023.tif,100.0,3,GTiff,uint16,256.0,7627,5795,4,,"| 0.50, 0.00, 1735149.11| +| 0.00,-0.50, 6056345.52| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/Ngunguru/Ngunguru_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Ngunguru/Ngunguru_27DEC2022.tif,100.0,2,GTiff,uint16,256.0,9601,12596,3,,"| 0.30, 0.00, 1735209.10| +| 0.00,-0.30, 6056818.45| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.3000000000000049, 0.2999999999999852)",True,, +Gabrielle/Shorelines/Northland/ElliotBay/ElliotBay_24MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/ElliotBay/ElliotBay_24MAR2023.tif,100.0,14,GTiff,uint16,256.0,5955,13428,3,,"| 0.50, 0.00, 1716784.09| +| 0.00,-0.50, 6098720.58| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/ElliotBay/ElliotBay_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/ElliotBay/ElliotBay_27DEC2022.tif,100.0,13,GTiff,uint16,256.0,7761,16823,3,,"| 0.30, 0.00, 1716794.83| +| 0.00,-0.30, 6098763.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.300000000000006, 0.30000000000002214)",True,, +Gabrielle/Shorelines/Northland/PuwhekeBeach/PuwhekeBeach_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/PuwhekeBeach/PuwhekeBeach_15MAY2023.tif,100.0,8,GTiff,uint16,0.0,6484,1680,4,,"| 0.75, 0.00, 1625936.23| +| 0.00,-0.75, 6143122.52| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Northland/KarikariBeach/KarikariBeach_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/KarikariBeach/KarikariBeach_30AUG2022.tif,100.0,12,GTiff,uint16,256.0,21313,24234,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1630186.38| +| 0.00,-0.30, 6149735.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.2999999999999956, 0.3000000000000077)",True,, +Gabrielle/Shorelines/Northland/SandyBay/SandyBay_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/SandyBay/SandyBay_25MAR2023.tif,100.0,24,GTiff,uint16,256.0,11177,16531,4,,"| 0.50, 0.00, 1731922.11| +| 0.00,-0.50, 6071001.73| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/Ruakaka/Ruakaka_27DEC2022.shp,Gabrielle/Imagery/pre-storm/Northland/Ruakaka/Ruakaka_27DEC2022.tif,100.0,28,GTiff,uint16,256.0,21444,61817,3,,"| 0.30, 0.00, 1730710.63| +| 0.00,-0.30, 6033769.29| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.2999999999999978, 0.299999999999994)",True,, +Gabrielle/Shorelines/Northland/Ruakaka/Ruakaka_17AUG2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ruakaka/Ruakaka_17AUG2023.tif,100.0,14,GTiff,uint16,0.0,5847,10067,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1731509.88| +| 0.00,-0.75, 6033410.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Northland/Ruakaka/Ruakaka_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Ruakaka/Ruakaka_18FEB2023.tif,100.0,6,GTiff,uint8,,18431,54295,4,,"| 0.50, 0.00, 1728920.75| +| 0.00,-0.50, 6036670.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Northland/Pataua/Pataua_07APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/Pataua North/Pataua_07APR2022.tif,100.0,3,GTiff,uint8,255.0,6986,9932,3,,"| 0.30, 0.00, 1736532.09| +| 0.00,-0.30, 6049110.58| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.30000000000000665, 0.2999999999999625)",True,, +Gabrielle/Shorelines/Northland/Pataua/Pataua_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Pataua/Pataua_25MAR2023.tif,100.0,16,GTiff,uint16,256.0,13614,23318,4,,"| 0.50, 0.00, 1735115.02| +| 0.00,-0.50, 6054201.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/Matapouri/Matapouri_10JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Matapouri/Matapouri_10JAN2022.tif,100.0,3,GTiff,uint8,,2072,3383,4,,"| 0.50, 0.00, 1736339.82| +| 0.00,-0.50, 6064206.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Northland/Matapouri/Matapouri_18FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Matapouri/Matapouri_18FEB2023.tif,100.0,3,GTiff,uint16,65535.0,2943,3618,4,,"| 0.50, 0.00, 1735991.71| +| 0.00,-0.50, 6064356.28| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +Gabrielle/Shorelines/Northland/MarangaiBeach/MarangaiBeach_10MAY2022.shp,Gabrielle/Imagery/pre-storm/Northland/Marangai/MarangaiBeach_10MAY2022.tif,100.0,4,GTiff,uint8,,25910,22453,3,,"| 0.50, 0.00, 1613132.83| +| 0.00,-0.50, 6146763.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/MarangaiBeach/MarangaiBeach_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MarangaiBeach/MarangaiBeach_15MAY2023.tif,100.0,7,GTiff,uint16,256.0,31103,27552,3,,"| 0.45, 0.00, 1612200.48| +| 0.00,-0.45, 6147342.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.450000000000003, 0.4500000000000135)",True,, +Gabrielle/Shorelines/Northland/MataiBay/MataiBay_30AUG2022.shp,Gabrielle/Imagery/pre-storm/Northland/MataiBay/MataiBay_30AUG2022.tif,100.0,11,GTiff,uint16,256.0,8232,7084,3,,"| 0.30, 0.00, 1636815.34| +| 0.00,-0.30, 6147028.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,16,"(0.3000000000000113, 0.3000000000000263)",True,, +Gabrielle/Shorelines/Northland/MataiBay/MataiBay_23MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MataiBay/MataiBay_23MAY2023.tif,100.0,4,GTiff,uint16,0.0,3167,3280,4,,"| 0.75, 0.00, 1637018.81| +| 0.00,-0.75, 6147250.38| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Northland/TakouBay/TaranuiBay_27FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/TaranuiBay/TaranuiBay_27FEB2023.tif,100.0,3,GTiff,uint16,256.0,7399,4000,3,,"| 0.40, 0.00, 1687592.11| +| 0.00,-0.40, 6113947.13| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.40000000000001257, 0.4)",True,, +Gabrielle/Shorelines/Northland/TakouBay/TakouBay_17SEP2021.shp,Gabrielle/Imagery/pre-storm/Northland/Takou Bay/TakouBay_17SEP2021.tif,100.0,5,GTiff,uint8,,4139,6582,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1685052.98| +| 0.00,-0.50, 6117669.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/TakouBay/TaronuiBay_11JAN2022.shp,Gabrielle/Imagery/pre-storm/Northland/Taronui Bay/TaronuiBay_11JAN2022.tif,100.0,7,GTiff,uint8,,6182,2517,4,,"| 0.50, 0.00, 1687485.06| +| 0.00,-0.50, 6113834.58| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/TakouBay/MatauriBay_17SEP2022.shp,Gabrielle/Imagery/pre-storm/Northland/MatauriBay/MatauriBay_17SEP2022.tif,100.0,31,GTiff,uint8,,20078,11679,3,,"| 0.50, 0.00, 1673923.55| +| 0.00,-0.50, 6127849.29| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,13,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Northland/TakouBay/Mahinepua_25MAR2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/MahinepuaBay/Mahinepua_25MAR2023.tif,100.0,9,GTiff,uint16,0.0,4304,4958,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1676752.56| +| 0.00,-0.75, 6127348.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.75, 0.75)",True,, +Gabrielle/Shorelines/Northland/NorthCape/NorthCape_14APR2022.shp,Gabrielle/Imagery/pre-storm/Northland/NorthCape/Northcape_14APR2022.tif,100.0,14,GTiff,uint16,256.0,9634,34265,3,,"| 0.30, 0.00, 1599455.32| +| 0.00,-0.30, 6191309.03| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.29999999999999516, 0.3)",True,, +Gabrielle/Shorelines/Northland/NorthCape/NorthCape_15MAY2023.shp,Gabrielle/Imagery/post_storm/Region/Northland/Northcape/Northcape_15MAY2023.tif,100.0,17,GTiff,uint8,,4805,16541,3,,"| 0.60, 0.00, 1599455.22| +| 0.00,-0.60, 6191308.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.6, 0.5999999999999774)",True,, +Gabrielle/Shorelines/Gisborne/TeAraroa/TeAraroa_08FEB2023.shp,Gabrielle/Imagery/pre-storm/Gisborne/TeAraroa/TeAraroa_08FEB2023.tif,100.0,6,GTiff,uint16,,20192,24787,4,,"| 0.40, 0.00, 2067657.52| +| 0.00,-0.40, 5828946.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.39999999999993313, 0.39999999999991737)",True,lzw, +Gabrielle/Shorelines/Gisborne/Wainui/Wainui_21FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Gisborne/Wainui/Wainui_21FEB2023.tif,100.0,19,GTiff,uint16,256.0,15773,16249,3,,"| 0.50, 0.00, 2039823.48| +| 0.00,-0.50, 5710947.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Gisborne/TokomaruBay/TokomaruBay_21FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Gisborne/TokomaruBay/TokomaruBay_21FEB2023.tif,100.0,15,GTiff,uint16,256.0,13916,19009,4,,"| 0.50, 0.00, 2065021.55| +| 0.00,-0.50, 5769896.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,14,"(0.5, 0.5)",True,, +Gabrielle/Shorelines/Gisborne/HicksBay/HicksBay_08FEB2023.shp,Gabrielle/Imagery/pre-storm/Gisborne/HicksBay/HicksBay_08FEB2023.tif,100.0,10,GTiff,uint16,65535.0,9454,15905,4,,"| 0.40, 0.00, 2065338.77| +| 0.00,-0.40, 5829129.18| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.40000000000000985, 0.4)",True,, +Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_20JAN2023.shp,Gabrielle/Imagery/pre-storm/Gisborne/Tolaga Bay/TolagaBay_20JAN2023.tif,100.0,2,GTiff,uint16,256.0,7193,9833,3,,"| 0.30, 0.00, 2062887.74| +| 0.00,-0.30, 5740922.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.29999999999998705, 0.3000000000000379)",True,, +Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_21FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Gisborne/TolagaBay/TolagaBay_21FEB2023.tif,100.0,2,GTiff,uint16,256.0,7786,7378,4,,"| 0.50, 0.00, 2061598.08| +| 0.00,-0.50, 5741693.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,, +MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_31AUG2005.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_31AUG2005.tif,100.0,2,GTiff,uint8,,3975,12039,3,,"| 0.60, 0.00, 2022707.13| +| 0.00,-0.60, 5670278.45| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,26,"(0.6, 0.5999999999999536)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_29JAN2011.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_29JAN2011.tif,100.0,2,GTiff,uint8,,4769,14447,3,,"| 0.50, 0.00, 2022707.22| +| 0.00,-0.50, 5670278.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,22,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_25DEC2015.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_25DEC2015.tif,100.0,2,GTiff,uint8,,4769,14447,3,,"| 0.50, 0.00, 2022707.22| +| 0.00,-0.50, 5670278.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,22,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_08NOV2019.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_08NOV2019_2.tif,100.0,3,GTiff,uint8,,6567,5685,3,,"| 0.33, 0.00, 2022707.26| +| 0.00,-0.33, 5664913.85| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,13,"(0.3270425498485565, 0.3270425498485565)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/Mahanga/Shorelines/Mahanga_03NOV2013.shp,MaxarImagery/HighFreq/HawkesBay/Mahanga/Imagery/Stack/Mahanga_03NOV2013.tif,100.0,3,GTiff,uint8,,4972,15063,3,,"| 0.48, 0.00, 2022707.44| +| 0.00,-0.48, 5670278.05| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,17,"(0.4795413017272949, 0.4795413017272949)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/TableCape/Shorelines/TableCape_12FEB2011.shp,MaxarImagery/HighFreq/HawkesBay/TableCape/Imagery/Stack/TableCape_12FEB2011.tif,100.0,0,GTiff,uint8,,5537,4669,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2030340.90| +| 0.00,-0.50, 5660755.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/HawkesBay/TableCape/Shorelines/TableCape_25DEC2015.shp,MaxarImagery/HighFreq/HawkesBay/TableCape/Imagery/Stack/TableCape_25DEC2015.tif,100.0,0,GTiff,uint8,,5537,4669,3,,"| 0.50, 0.00, 2030340.90| +| 0.00,-0.50, 5660755.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/HawkesBay/TableCape/Shorelines/TableCape_04DEC2002.shp,MaxarImagery/HighFreq/HawkesBay/TableCape/Imagery/Stack/TableCape_04DEC2002.tif,100.0,0,GTiff,uint8,,4614,3891,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 2030340.91| +| 0.00,-0.60, 5660755.81| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999798, 0.6000000000001436)",False,lzw, +MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_06JAN2006.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_06JAN2006.tif,100.0,3,GTiff,uint8,,11412,10264,3,,"| 0.60, 0.00, 1938211.40| +| 0.00,-0.60, 5609971.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,40,"(0.5999999999999959, 0.6000000000000363)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_26MAR2020.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_26MAR2020_1.tif,100.0,2,GTiff,uint8,,17089,16370,3,,"| 0.34, 0.00, 1938236.42| +| 0.00,-0.34, 5609971.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,49,"(0.3390108644962311, 0.3390108644962311)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_06FEB2017.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_06FEB2017.tif,100.0,1,GTiff,uint8,,13695,12318,3,,"| 0.50, 0.00, 1938211.09| +| 0.00,-0.50, 5609972.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,48,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_25OCT2009.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_25OCT2009.tif,100.0,3,GTiff,uint8,,15003,13496,3,,"| 0.46, 0.00, 1938211.32| +| 0.00,-0.46, 5609972.20| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,36,"(0.45638731122016907, 0.45638731122016907)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_05JAN2012.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_05JAN2012.tif,100.0,3,GTiff,uint8,,13695,12318,3,,"| 0.50, 0.00, 1938211.09| +| 0.00,-0.50, 5609972.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,50,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Shorelines/CliftonHaumoana_24JAN2015.shp,MaxarImagery/HighFreq/HawkesBay/CliftonHaumoana/Imagery/Stack/CliftonHaumoana_24JAN2015_2.tif,100.0,3,GTiff,uint8,,3056,16496,3,,"| 0.34, 0.00, 1943791.24| +| 0.00,-0.34, 5609723.87| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,16,"(0.3396146893501282, 0.3396146893501282)",True,lzw, +MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_13DEC2013.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_13DEC2013.tif,100.0,8,GTiff,uint8,,8244,5340,3,,"| 0.50, 0.00, 1617063.23| +| 0.00,-0.50, 5430387.79| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_22NOV2017.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_22NOV2017.tif,100.0,8,GTiff,uint8,,8244,5340,3,,"| 0.50, 0.00, 1617063.23| +| 0.00,-0.50, 5430387.79| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_14DEC2006.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_14DEC2006.tif,100.0,8,GTiff,uint8,,6870,4450,3,,"| 0.60, 0.00, 1617063.43| +| 0.00,-0.60, 5430387.80| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.6, 0.6)",True,lzw, +MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_18MAR2021.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_18MAR2021.tif,100.0,4,GTiff,uint8,,8244,5355,3,,"| 0.50, 0.00, 1617063.06| +| 0.00,-0.50, 5430395.29| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_08FEB2016.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_08FEB2016.tif,100.0,9,GTiff,uint8,,12082,7827,3,,"| 0.34, 0.00, 1617063.16| +| 0.00,-0.34, 5430388.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.3411531150341034, 0.3411531150341034)",True,lzw, +MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_25NOV2011.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_25NOV2011.tif,100.0,11,GTiff,uint8,,8491,5501,3,,"| 0.49, 0.00, 1617063.36| +| 0.00,-0.49, 5430388.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.4854324162006378, 0.4854324162006378)",True,lzw, +MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_07FEB2019.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_07FEB2019.tif,100.0,7,GTiff,uint8,,10765,6973,3,,"| 0.38, 0.00, 1617063.04| +| 0.00,-0.38, 5430388.05| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.3829065263271332, 0.3829065263271332)",True,lzw, +MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_04DEC2009.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_04DEC2009.tif,100.0,9,GTiff,uint8,,6870,4450,3,,"| 0.60, 0.00, 1617063.43| +| 0.00,-0.60, 5430387.80| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.6, 0.6)",True,lzw, +MaxarImagery/HighFreq/Nelson/Nelson/Shorelines/Nelson_06MAR2003.shp,MaxarImagery/HighFreq/Nelson/Nelson/Imagery/Stack/Nelson_06MAR2003.tif,100.0,7,GTiff,uint8,,6870,4450,3,,"| 0.60, 0.00, 1617063.43| +| 0.00,-0.60, 5430387.80| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6, 0.6)",True,lzw, +MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_18NOV2005.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_18NOV2005.tif,100.0,11,GTiff,uint8,,14998,10303,3,,"| 0.60, 0.00, 1626271.72| +| 0.00,-0.60, 5443981.33| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.6000000000000031, 0.5999999999999819)",False,lzw, +MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_27SEP2017.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_27SEP2017.tif,100.0,15,GTiff,uint8,,17998,12365,3,,"| 0.50, 0.00, 1626271.81| +| 0.00,-0.50, 5443981.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_31JAN2021.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_31JAN2021.tif,100.0,14,GTiff,uint8,,20295,13942,3,,"| 0.44, 0.00, 1626272.15| +| 0.00,-0.44, 5443981.13| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.4434084892272949, 0.4434084892272949)",False,lzw, +MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_30DEC2015.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_30DEC2015.tif,100.0,14,GTiff,uint8,,17998,12365,3,,"| 0.50, 0.00, 1626271.81| +| 0.00,-0.50, 5443981.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,15,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Nelson/GlenduanNorth/Shorelines/Glenduan_North_08JUN2010.shp,MaxarImagery/HighFreq/Nelson/GlenduanNorth/Imagery/Stack/GlenduanNorth_08JUN2010.tif,100.0,11,GTiff,uint8,,19149,13156,3,,"| 0.47, 0.00, 1626271.82| +| 0.00,-0.47, 5443981.52| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.469946950674057, 0.469946950674057)",False,lzw, +MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_04DEC2009.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_04DEC2009.tif,100.0,6,GTiff,uint8,,2993,3845,3,,"| 0.60, 0.00, 1617047.39| +| 0.00,-0.60, 5428401.10| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6000000000000155, 0.6)",True,lzw, +MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_13DEC2013.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_13DEC2013.tif,100.0,8,GTiff,uint8,,3592,4615,3,,"| 0.50, 0.00, 1617047.28| +| 0.00,-0.50, 5428401.30| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_06MAR2003.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_06MAR2003.tif,100.0,4,GTiff,uint8,,2993,3845,3,,"| 0.60, 0.00, 1617047.39| +| 0.00,-0.60, 5428401.10| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.6000000000000155, 0.6)",True,lzw, +MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_14DEC2006.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_14DEC2006.tif,100.0,5,GTiff,uint8,,2993,3845,3,,"| 0.60, 0.00, 1617047.39| +| 0.00,-0.60, 5428401.10| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6000000000000155, 0.6)",True,lzw, +MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_25NOV2011.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_25NOV2011.tif,100.0,4,GTiff,uint8,,3700,4754,3,,"| 0.49, 0.00, 1617047.23| +| 0.00,-0.49, 5428401.58| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.4854324162006378, 0.4854324162006378)",True,lzw, +MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_07FEB2019.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_07FEB2019.tif,100.0,6,GTiff,uint8,,4689,6026,3,,"| 0.38, 0.00, 1617047.49| +| 0.00,-0.38, 5428401.26| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.3829065263271332, 0.3829065263271332)",True,lzw, +MaxarImagery/HighFreq/Nelson/Monaco/Shorelines/Monaco_18MAR2021.shp,MaxarImagery/HighFreq/Nelson/Monaco/Imagery/Stack/Monaco_18MAR2021.tif,100.0,7,GTiff,uint8,,3592,4615,3,,"| 0.50, 0.00, 1617047.28| +| 0.00,-0.50, 5428401.30| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Nelson/BoulderBank/Shorelines/Boulderbank_18MAR2021.shp,MaxarImagery/HighFreq/Nelson/BoulderBank/Imagery/Stack/Boulderbank_18MAR2021.tif,100.0,2,GTiff,uint8,,11316,13663,3,,"| 0.50, 0.00, 1621127.61| +| 0.00,-0.50, 5437953.73| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Nelson/BoulderBank/Shorelines/Boulderbank_03DEC2004.shp,MaxarImagery/HighFreq/Nelson/BoulderBank/Imagery/Stack/Boulderbank_03DEC2004.tif,100.0,1,GTiff,uint8,,9430,11387,3,,"| 0.60, 0.00, 1621127.71| +| 0.00,-0.60, 5437953.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6, 0.6000000000000164)",True,lzw, +MaxarImagery/HighFreq/Nelson/BoulderBank/Shorelines/Boulderbank_04DEC2009.shp,MaxarImagery/HighFreq/Nelson/BoulderBank/Imagery/Stack/Boulderbank_04DEC2009.tif,100.0,1,GTiff,uint8,,9430,11387,3,,"| 0.60, 0.00, 1621127.71| +| 0.00,-0.60, 5437953.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.6, 0.6000000000000164)",True,lzw, +MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_29MAY2015.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_29MAY2015.tif,100.0,11,GTiff,uint8,,1517,9381,3,,"| 0.50, 0.00, 1740348.91| +| 0.00,-0.50, 5719124.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,14,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_02JULY2018.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_02JULY2018.tif,100.0,9,GTiff,uint8,,1533,9491,3,,"| 0.49, 0.00, 1740349.32| +| 0.00,-0.49, 5719124.34| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,14,"(0.49421289563179016, 0.49421289563179016)",True,lzw, +MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_15JUNE2010.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_15JUNE2010.tif,100.0,10,GTiff,uint8,,1264,7818,3,,"| 0.60, 0.00, 1740349.01| +| 0.00,-0.60, 5719124.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5999999999999264, 0.5999999999999762)",True,lzw, +MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_13JULY2007.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_13JULY2007.tif,100.0,11,GTiff,uint8,,1264,7818,3,,"| 0.60, 0.00, 1740349.01| +| 0.00,-0.60, 5719124.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5999999999999264, 0.5999999999999762)",True,lzw, +MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_17MAR2020.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_17MAR2020.tif,100.0,12,GTiff,uint8,,1528,9456,3,,"| 0.50, 0.00, 1740349.03| +| 0.00,-0.50, 5719124.26| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.49605101346969604, 0.49605101346969604)",True,lzw, +MaxarImagery/HighFreq/Waikato/Mokau/Shorelines/Mokau_11JAN2013.shp,MaxarImagery/HighFreq/Waikato/Mokau/Imagery/Stack/Mokau_11JAN2013.tif,100.0,5,GTiff,uint8,,1559,9651,3,,"| 0.49, 0.00, 1740349.25| +| 0.00,-0.49, 5719124.03| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.4859701097011566, 0.4859701097011566)",True,lzw, +MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_12MAR2011.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_12MAR2011.tif,100.0,6,GTiff,uint8,,2346,6358,3,,"| 0.60, 0.00, 1750428.71| +| 0.00,-0.60, 5862945.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6000000000000397, 0.5999999999999707)",True,lzw, +MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_09MAR2016.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_09MAR2016.tif,100.0,5,GTiff,uint8,,2908,7882,3,,"| 0.48, 0.00, 1750428.64| +| 0.00,-0.48, 5862944.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.4838751554489136, 0.4838751554489136)",True,lzw, +MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_31JAN2014.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_31JAN2014.tif,100.0,5,GTiff,uint8,,2815,7628,3,,"| 0.50, 0.00, 1750428.53| +| 0.00,-0.50, 5862944.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_07NOV2012.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_07NOV2012.tif,100.0,6,GTiff,uint8,,2815,7628,3,,"| 0.50, 0.00, 1750428.53| +| 0.00,-0.50, 5862944.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_28JULY2006.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_28JULY2006.tif,100.0,6,GTiff,uint8,,2346,6358,3,,"| 0.60, 0.00, 1750428.71| +| 0.00,-0.60, 5862945.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6000000000000397, 0.5999999999999707)",True,lzw, +MaxarImagery/HighFreq/Waikato/PortWaikato/Shorelines/PortWaikato_24JAN2020.shp,MaxarImagery/HighFreq/Waikato/PortWaikato/Imagery/Stack/PortWaikato_24JAN2020.tif,100.0,5,GTiff,uint8,,4250,11520,3,,"| 0.33, 0.00, 1750428.68| +| 0.00,-0.33, 5862944.96| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.3310948312282562, 0.3310948312282562)",True,lzw, +MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_09FEB2019.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_09FEB2019.tif,100.0,2,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| +| 0.00,-0.50, 5902747.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,29,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_20MAY2012.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_20MAY2012.tif,100.0,4,GTiff,uint8,,4740,9844,3,,"| 0.48, 0.00, 1853887.72| +| 0.00,-0.48, 5902747.78| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,16,"(0.47711148858070374, 0.47711148858070374)",True,lzw, +MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_09JAN2004.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_09JAN2004.tif,100.0,5,GTiff,uint8,,3769,7828,3,,"| 0.60, 0.00, 1853887.84| +| 0.00,-0.60, 5902747.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.5999999999999753, 0.6000000000000951)",True,lzw, +MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_19NOV2007.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_19NOV2007.tif,100.0,5,GTiff,uint8,,3769,7828,3,,"| 0.60, 0.00, 1853887.84| +| 0.00,-0.60, 5902747.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,15,"(0.5999999999999753, 0.6000000000000951)",True,lzw, +MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_14AUG2014.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_14AUG2014.tif,100.0,2,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| +| 0.00,-0.50, 5902747.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,18,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_25FEB2016.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_25FEB2016.tif,100.0,5,GTiff,uint8,,4523,9394,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1853887.63| +| 0.00,-0.50, 5902747.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_29APR2010.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_29APR2010.tif,100.0,4,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| +| 0.00,-0.50, 5902747.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,19,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_06SEP2019.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_06SEP2019.tif,100.0,2,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| +| 0.00,-0.50, 5902747.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,31,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Shorelines/Pauanui_Tairua_11AUG2018.shp,MaxarImagery/HighFreq/Waikato/Pauanui_Tairua/Imagery/Stack/Pauanui_Tairua_11AUG2018.tif,100.0,4,GTiff,uint8,,4523,9394,3,,"| 0.50, 0.00, 1853887.63| +| 0.00,-0.50, 5902747.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,13,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/Whangamata/Shorelines/Whangamata_31MAY2021.shp,MaxarImagery/HighFreq/Waikato/Whangamata/Imagery/Stack/Whangamata_31MAY2021.tif,100.0,7,GTiff,uint8,,4651,19486,3,,"| 0.50, 0.00, 1854314.88| +| 0.00,-0.50, 5885364.68| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Waikato/Whiritoa/Shorelines/Whiritoa_31MAY2021.shp,MaxarImagery/HighFreq/Waikato/Whiritoa/Imagery/Stack/Whiritoa_31MAY2021.tif,100.0,2,GTiff,uint8,,6430,13554,3,,"| 0.50, 0.00, 1856133.38| +| 0.00,-0.50, 5873460.08| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,20,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Shorelines/WaimaRiver_South_04Nov2018.shp,MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Imagery/Stack/WaimaRiver_South_04Nov2018.tif,100.0,15,GTiff,uint8,,20682,24370,3,,"| 0.50, 0.00, 1686319.53| +| 0.00,-0.50, 5364357.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.49778059124946594, 0.49778059124946594)",True,lzw, +MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Shorelines/WaimaRiver_South_18Aug2009.shp,MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Imagery/Stack/WaimaRiver_South_18Aug2009.tif,100.0,13,GTiff,uint8,,17159,20218,3,,"| 0.60, 0.00, 1686319.42| +| 0.00,-0.60, 5364357.79| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5999999999999402, 0.5999999999998986)",True,lzw, +MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Shorelines/WaimaRiver_South_30JAN2021.shp,MaxarImagery/HighFreq/Marlborough/WaimaRiver_South/Imagery/Stack/WaimaRiver_South_30JAN2021.tif,100.0,16,GTiff,uint8,,20591,24261,3,,"| 0.50, 0.00, 1686319.51| +| 0.00,-0.50, 5364357.39| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Marlborough/CloudyBay/Shorelines/CloudyBay_16Oct2003.shp,MaxarImagery/HighFreq/Marlborough/CloudyBay/Imagery/Stack/CloudyBay_16Oct2003.tif,100.0,7,GTiff,uint8,,6297,22058,3,,"| 0.60, 0.00, 1685464.04| +| 0.00,-0.60, 5418006.18| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5999999999999927, 0.5999999999999915)",False,lzw, +MaxarImagery/HighFreq/BayOfPlenty/PortOhope/Shorelines/PortOhope_18AUG2021.shp,MaxarImagery/HighFreq/BayOfPlenty/PortOhope/Stack/PortOhope_18AUG2021.tif,100.0,2,GTiff,uint8,,11448,4778,3,,"| 0.40, 0.00, 1959464.25| +| 0.00,-0.40, 5788765.60| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.3999999999999959, 0.400000000000039)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/PortOhope/Shorelines/PortOhope_21JUNE2010.shp,MaxarImagery/HighFreq/BayOfPlenty/PortOhope/Stack/PortOhope_21JUNE2010.tif,100.0,2,GTiff,uint8,,11448,4779,3,,"| 0.40, 0.00, 1959464.36| +| 0.00,-0.40, 5788765.68| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.3999999999999959, 0.39999999999992203)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_25MAR2010.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_25MAR2010.tif,100.0,4,GTiff,uint8,,7998,1745,3,,"| 0.60, 0.00, 1964685.49| +| 0.00,-0.60, 5787638.92| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.6000000000000059, 0.6)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_03FEB2020.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_03FEB2020.tif,100.0,4,GTiff,uint8,,9597,2096,3,,"| 0.50, 0.00, 1964685.67| +| 0.00,-0.50, 5787639.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_16APR2015.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_16APR2015.tif,100.0,5,GTiff,uint8,,9597,2096,3,,"| 0.50, 0.00, 1964685.67| +| 0.00,-0.50, 5787639.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_02OCT2018.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_02OCT2018.tif,100.0,7,GTiff,uint8,,9597,2096,3,,"| 0.50, 0.00, 1964685.67| +| 0.00,-0.50, 5787639.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_08APR2013.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_08APR2013.tif,100.0,5,GTiff,uint8,,9664,2110,3,,"| 0.50, 0.00, 1964685.85| +| 0.00,-0.50, 5787638.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.49651604890823364, 0.49651604890823364)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_16MAR2012.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_16MAR2012.tif,100.0,4,GTiff,uint8,,9597,2096,3,,"| 0.50, 0.00, 1964685.67| +| 0.00,-0.50, 5787639.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Shorelines/Ohiwa_29OCT2008.shp,MaxarImagery/HighFreq/BayOfPlenty/Ohiwa/Imagery/Stack/Ohiwa_29OCT2008.tif,100.0,5,GTiff,uint8,,7998,1745,3,,"| 0.60, 0.00, 1964685.49| +| 0.00,-0.60, 5787638.92| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.6000000000000059, 0.6)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Shorelines/OhopeBeach_21JUNE2010.shp,MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Imagery/Stack/OhopeBeach_21JUNE2010.tif,100.0,3,GTiff,uint8,,16012,7501,3,,"| 0.40, 0.00, 1953271.60| +| 0.00,-0.40, 5791615.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.4000000000000029, 0.40000000000004965)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Shorelines/OhopeBeach_07SEP2004.shp,MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Imagery/Stack/OhopeBeach_07SEP2004.tif,100.0,5,GTiff,uint8,,16012,7502,3,,"| 0.40, 0.00, 1953271.52| +| 0.00,-0.40, 5791615.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.4000000000000029, 0.39999999999997515)",True,lzw, +MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Shorelines/OhopeBeach_18AUG2021.shp,MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Imagery/Stack/OhopeBeach_18AUG2021.tif,100.0,4,GTiff,uint8,,16012,7502,3,,"| 0.40, 0.00, 1953271.72| +| 0.00,-0.40, 5791615.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.4000000000000029, 0.39999999999997515)",False,lzw, +MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Shorelines/OhopeBeach_16MAY2014.shp,MaxarImagery/HighFreq/BayOfPlenty/OhopeBeach/Imagery/Stack/OhopeBeach_16MAY2014.tif,100.0,0,GTiff,uint8,,16012,7502,3,,"| 0.40, 0.00, 1953271.42| +| 0.00,-0.40, 5791615.58| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.4000000000000029, 0.39999999999997515)",False,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_08DEC2010.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_08DEC2010.tif,100.0,2,GTiff,uint8,,9132,6001,3,,"| 0.50, 0.00, 1769067.15| +| 0.00,-0.50, 5576211.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_04MAR2018.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_04MAR2018.tif,100.0,1,GTiff,uint8,,9132,6001,3,,"| 0.50, 0.00, 1769067.15| +| 0.00,-0.50, 5576211.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_11APR2020.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_11APR2020.tif,100.0,1,GTiff,uint8,,9132,6001,3,,"| 0.50, 0.00, 1769067.15| +| 0.00,-0.50, 5576211.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_14APR2006.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_14APR2006.tif,100.0,1,GTiff,uint8,,7611,5001,3,,"| 0.60, 0.00, 1769067.07| +| 0.00,-0.60, 5576211.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.6000000000000122, 0.5999999999999255)",True,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Shorelines/WhanganuiSouth_06JUNE2013.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/WhanganuiSouth/Imagery/Stack/WhanganuiSouth_06JUNE2013.tif,100.0,1,GTiff,uint8,,9132,6001,3,,"| 0.50, 0.00, 1769067.15| +| 0.00,-0.50, 5576211.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_11APR2020.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_11APR2020.tif,100.0,0,GTiff,uint8,,5640,6679,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1767177.71| +| 0.00,-0.50, 5579326.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_07JUNE2016.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_07JUNE2016.tif,100.0,0,GTiff,uint8,,7470,8847,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1767177.57| +| 0.00,-0.38, 5579326.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.37750503420829773, 0.37750503420829773)",False,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_28AUG2014.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_28AUG2014.tif,100.0,0,GTiff,uint8,,5640,6679,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1767177.71| +| 0.00,-0.50, 5579326.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_08DEC2010.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_08DEC2010.tif,100.0,5,GTiff,uint8,,5640,6679,3,,"| 0.50, 0.00, 1767177.71| +| 0.00,-0.50, 5579326.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_10SEP2006.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_10SEP2006.tif,100.0,4,GTiff,uint8,,4701,5565,3,,"| 0.60, 0.00, 1767177.32| +| 0.00,-0.60, 5579326.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.6000000000000199, 0.6)",True,lzw, +MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Shorelines/Castlecliff_04MAR2018.shp,MaxarImagery/HighFreq/Manawatu-Whanganui/Castlecliff/Imagery/Stack/Castlecliff_04MAR2018.tif,100.0,0,GTiff,uint8,,5654,6695,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1767177.75| +| 0.00,-0.50, 5579326.79| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4987962543964386, 0.4987962543964386)",False,lzw, +MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_13MAR2020.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_13MAR2020.tif,100.0,7,GTiff,uint8,,13572,7762,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1205815.50| +| 0.00,-0.50, 4854130.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_04SEP2018.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_04SEP2018.tif,100.0,6,GTiff,uint8,,18219,10711,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1205815.11| +| 0.00,-0.36, 4854129.95| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3622704744338989, 0.3622704744338989)",True,lzw, +MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_05FEB2010.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_05FEB2010.tif,100.0,5,GTiff,uint8,,13572,7762,3,,"| 0.50, 0.00, 1205815.50| +| 0.00,-0.50, 4854130.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_22FEB2016.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_22FEB2016.tif,100.0,6,GTiff,uint8,,17526,10304,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1205815.29| +| 0.00,-0.38, 4854129.71| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.37658312916755676, 0.37658312916755676)",True,lzw, +MaxarImagery/HighFreq/Southland/ColacBay/Shorelines/ColacBay_22DEC2014.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_22DEC2014.tif,100.0,5,GTiff,uint8,,13572,7762,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1205815.50| +| 0.00,-0.50, 4854130.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/Haldane/Shorelines/HaldaneBay_06MAR2021.shp,MaxarImagery/HighFreq/Southland/Haldane/Imagery/Stack/HaldaneBay_06MAR2021.tif,100.0,4,GTiff,uint16,65535.0,6208,2921,4,,"| 0.45, 0.00, 1295838.11| +| 0.00,-0.45, 4825410.59| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.450000000000015, 0.4500000000000638)",False,, +MaxarImagery/HighFreq/Southland/Haldane/Shorelines/HaldaneBay_18OCT2018.shp,MaxarImagery/HighFreq/Southland/Haldane/Imagery/Stack/HaldaneBay_18OCT2018.tif,100.0,5,GTiff,uint16,,6127,2883,4,,"| 0.46, 0.00, 1295838.11| +| 0.00,-0.46, 4825410.59| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.45591283044317243, 0.4559128304431102)",False,lzw, +MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_19FEB2008.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_19FEB2008.tif,100.0,2,GTiff,uint8,,5696,5081,3,"LOCAL_CS[""unnamed"",UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.60, 0.00, 1301596.68| +| 0.00,-0.60, 4827797.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000163, 0.5999999999999267)",False,lzw, +MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_14NOV2011.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_14NOV2011.tif,100.0,1,GTiff,uint8,,5696,5081,3,,"| 0.60, 0.00, 1301596.68| +| 0.00,-0.60, 4827797.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.6000000000000163, 0.5999999999999267)",False,lzw, +MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_27APR2016.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_27APR2016.tif,100.0,2,GTiff,uint8,,6836,6098,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1301596.47| +| 0.00,-0.50, 4827798.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_23AUG2019.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_23AUG2019.tif,100.0,1,GTiff,uint8,,6836,6098,3,,"| 0.50, 0.00, 1301596.47| +| 0.00,-0.50, 4827798.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_07DEC2020.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_07DEC2020.tif,100.0,3,GTiff,uint8,,7594,6775,3,,"| 0.45, 0.00, 1301596.83| +| 0.00,-0.45, 4827797.73| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.4500000000000061, 0.45)",False,lzw, +MaxarImagery/HighFreq/Southland/CurioBay/Shorelines/CurioBay_24OCT2014.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_24OCT2014.tif,100.0,1,GTiff,uint8,,6836,6098,3,,"| 0.50, 0.00, 1301596.47| +| 0.00,-0.50, 4827798.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_19DEC2019.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_19DEC2019.tif,100.0,1,GTiff,uint8,,18075,4553,3,,"| 0.50, 0.00, 1251006.93| +| 0.00,-0.50, 4830472.45| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_08JAN2015.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_08JAN2015.tif,100.0,2,GTiff,uint8,,18075,4552,3,,"| 0.50, 0.00, 1251007.18| +| 0.00,-0.50, 4830472.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_25FEB2011.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_25FEB2011.tif,100.0,2,GTiff,uint8,,18074,4552,3,,"| 0.50, 0.00, 1251006.89| +| 0.00,-0.50, 4830472.14| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_27DEC2018.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_27DEC2018.tif,100.0,2,GTiff,uint8,,18075,4553,3,,"| 0.50, 0.00, 1251006.84| +| 0.00,-0.50, 4830472.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,15,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_12NOV2012.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_12NOV2012.tif,100.0,2,GTiff,uint8,,18074,4552,3,,"| 0.50, 0.00, 1251006.89| +| 0.00,-0.50, 4830472.14| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_west/Shorelines/ToetoesBay_west_31MAY2010.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_west/Imagery/Stack/ToetoesBay_west_31MAY2010.tif,100.0,2,GTiff,uint8,,18075,4552,3,,"| 0.50, 0.00, 1251006.90| +| 0.00,-0.50, 4830472.25| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/MasonsBay/Shorelines/MasonsBay21Mar2003.shp,MaxarImagery/HighFreq/Southland/MasonsBay/Imagery/Stack/MasonsBay_21MAR2003.tif,100.0,14,GTiff,uint8,,14303,17407,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1193842.57| +| 0.00,-0.60, 4794699.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000033, 0.5999999999999572)",True,lzw, +MaxarImagery/HighFreq/Southland/MasonsBay/Shorelines/MasonsBay_01Feb2013.shp,MaxarImagery/HighFreq/Southland/MasonsBay/Imagery/Stack/MasonsBay_01FEB2013.tif,100.0,14,GTiff,uint8,,16857,20890,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1193842.19| +| 0.00,-0.50, 4794700.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/MasonsBay/Shorelines/MasonsBay_14Feb2020.shp,MaxarImagery/HighFreq/Southland/MasonsBay/Imagery/Stack/MasonsBay_14FEB2020.tif,100.0,30,GTiff,uint8,255.0,19445,26750,3,,"| 0.39, 0.00, 1194494.95| +| 0.00,-0.39, 4794699.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.3904542028903961, 0.3904542028903961)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_01Dec2017.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_01DEC2017.tif,100.0,0,GTiff,uint8,,24698,6439,3,,"| 0.32, 0.00, 1270554.10| +| 0.00,-0.32, 4834115.23| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.3237861692905426, 0.3237861692905426)",False,lzw, +MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_31Jan2019.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_31JAN2019.tif,100.0,0,GTiff,uint8,,15995,4170,3,,"| 0.50, 0.00, 1270553.92| +| 0.00,-0.50, 4834114.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_31Mar2005.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_31MAR2005.tif,100.0,0,GTiff,uint8,,13329,3475,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1270553.82| +| 0.00,-0.60, 4834114.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.599999999999993, 0.6)",False,lzw, +MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_18Nov2018.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_18NOV2018.tif,100.0,0,GTiff,uint8,,22404,5841,3,,"| 0.36, 0.00, 1270554.07| +| 0.00,-0.36, 4834115.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.35694846510887146, 0.35694846510887146)",False,lzw, +MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_05Nov2003.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_05NOV2003.tif,100.0,0,GTiff,uint8,,13329,3475,3,,"| 0.60, 0.00, 1270553.82| +| 0.00,-0.60, 4834114.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.599999999999993, 0.6)",False,lzw, +MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_02Feb2016.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_02FEB2016.tif,100.0,0,GTiff,uint8,,15995,4170,3,,"| 0.50, 0.00, 1270553.92| +| 0.00,-0.50, 4834114.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_26Mar2012.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_26MAR2012.tif,100.0,0,GTiff,uint8,,15995,4170,3,,"| 0.50, 0.00, 1270553.92| +| 0.00,-0.50, 4834114.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_13Jan2020.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_13JAN2020.tif,100.0,0,GTiff,uint8,,21999,5735,3,,"| 0.36, 0.00, 1270553.98| +| 0.00,-0.36, 4834114.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.36351442337036133, 0.36351442337036133)",False,lzw, +MaxarImagery/HighFreq/Southland/ToetoesHarbour/Shorelines/ToetoesHarbour_28Jan2010.shp,MaxarImagery/HighFreq/Southland/ToetoesHarbour/Imagery/Stack/ToetoesHarbour_28JAN2010.tif,100.0,0,GTiff,uint8,,15995,4170,3,,"| 0.50, 0.00, 1270553.92| +| 0.00,-0.50, 4834114.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Southland/BigBay/Imagery/Shorelines/BigBay_27MAR2020.shp,MaxarImagery/HighFreq/Southland/BigBay/Imagery/Stack/BigBay_27MAR2020.tif,100.0,12,GTiff,uint8,,5188,10490,3,,"| 0.50, 0.00, 1208343.92| +| 0.00,-0.50, 5084793.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/BigBay/Imagery/Shorelines/BigBay_31JAN2006.shp,MaxarImagery/HighFreq/Southland/BigBay/Imagery/Stack/BigBay_31JAN2006.tif,100.0,5,GTiff,uint8,,4323,8741,3,,"| 0.60, 0.00, 1208343.72| +| 0.00,-0.60, 5084793.98| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6000000000000107, 0.6000000000000639)",True,lzw, +MaxarImagery/HighFreq/Southland/BigBay/Imagery/Shorelines/BigBay_04SEP2013.shp,MaxarImagery/HighFreq/Southland/BigBay/Imagery/Stack/BigBay_04SEP2013.tif,100.0,8,GTiff,uint8,,5188,10490,3,,"| 0.50, 0.00, 1208343.92| +| 0.00,-0.50, 5084793.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/BigBay/Imagery/Shorelines/BigBay_07MAR2016.shp,MaxarImagery/HighFreq/Southland/BigBay/Imagery/Stack/BigBay_07MAR2016.tif,100.0,10,GTiff,uint8,,6578,13301,3,,"| 0.39, 0.00, 1208344.10| +| 0.00,-0.39, 5084793.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.39430493116378784, 0.39430493116378784)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_16JAN2004.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_16JAN2004.tif,100.0,6,GTiff,uint8,,18284,5976,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1259746.32| +| 0.00,-0.60, 4833839.36| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999990017, 0.5999999999988468)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_01DEC2015.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_01DEC2015.tif,100.0,8,GTiff,uint8,,32757,10706,3,,"| 0.33, 0.00, 1259746.52| +| 0.00,-0.33, 4833839.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.3348881006240845, 0.3348881006240845)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_31MAY2010.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_31MAY2010.tif,100.0,7,GTiff,uint8,,21941,7171,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1259746.65| +| 0.00,-0.50, 4833839.10| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_22NOV2018.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_22NOV2018.tif,100.0,10,GTiff,uint8,,21941,7172,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1259746.31| +| 0.00,-0.50, 4833839.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_23FEB2017.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_23FEB2017.tif,100.0,11,GTiff,uint8,,28844,9427,3,,"| 0.38, 0.00, 1259746.36| +| 0.00,-0.38, 4833839.39| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.3803274929523468, 0.3803274929523468)",True,lzw, +MaxarImagery/HighFreq/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_24NOV2019.shp,MaxarImagery/HighFreq/Southland/ToetoesBay_east/Imagery/Stack/ToetoesBay_east_24NOV2019.tif,100.0,8,GTiff,uint8,,21941,7172,3,,"| 0.50, 0.00, 1259746.31| +| 0.00,-0.50, 4833839.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_21DEC2020.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_21DEC2020.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.48| +| 0.00,-0.50, 4829866.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_22MAY2013.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_22MAY2013.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.57| +| 0.00,-0.50, 4829866.45| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_01FEB2008.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_01FEB2008.tif,100.0,3,GTiff,uint8,,10032,2742,3,,"| 0.60, 0.00, 1245228.88| +| 0.00,-0.60, 4829866.18| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5999999999999953, 0.6000000000000679)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_22JAN2020.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_22JAN2020.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.48| +| 0.00,-0.50, 4829866.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_28OCT2011.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_28OCT2011.tif,100.0,2,GTiff,uint8,,10032,2742,3,,"| 0.60, 0.00, 1245228.88| +| 0.00,-0.60, 4829866.18| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5999999999999953, 0.6000000000000679)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_22NOV2018.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_22NOV2018.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.48| +| 0.00,-0.50, 4829866.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_18MAR2008.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_18MAR2008.tif,100.0,2,GTiff,uint8,,9560,2730,3,,"| 0.60, 0.00, 1245228.88| +| 0.00,-0.60, 4829858.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.6, 0.6)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_01APR2019.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_01APR2019.tif,100.0,2,GTiff,uint8,,12037,3290,3,,"| 0.50, 0.00, 1245228.83| +| 0.00,-0.50, 4829866.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_20SEP2015.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_20SEP2015.tif,100.0,2,GTiff,uint8,,12038,3291,3,,"| 0.50, 0.00, 1245228.48| +| 0.00,-0.50, 4829866.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/TiwaiPoint/Shorelines/TiwaiPoint_17FEB2018.shp,MaxarImagery/HighFreq/Southland/TiwaiPoint/Imagery/Stack/TiwaiPoint_17FEB2018.tif,100.0,2,GTiff,uint8,,12039,3291,3,,"| 0.50, 0.00, 1245228.40| +| 0.00,-0.50, 4829866.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07Feb2018.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_07FEB2018.tif,100.0,0,GTiff,uint8,,25803,6548,3,,"| 0.36, 0.00, 1280793.62| +| 0.00,-0.36, 4826287.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.3603507876396179, 0.3603507876396179)",False,lzw, +MaxarImagery/HighFreq/Southland/WaipapaPoint/Shorelines/WaipapaPoint_10Sep2010.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_10SEP2010.tif,100.0,0,GTiff,uint8,,18596,4719,3,,"| 0.50, 0.00, 1280793.76| +| 0.00,-0.50, 4826287.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07Nov2020.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_07NOV2020.tif,100.0,0,GTiff,uint8,,20839,5288,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1280793.76| +| 0.00,-0.45, 4826287.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4461754858493805, 0.4461754858493805)",False,lzw, +MaxarImagery/HighFreq/Southland/WaipapaPoint/Shorelines/WaipapaPoint_31Dec2014.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_31DEC2014.tif,100.0,0,GTiff,uint8,,18596,4719,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1280793.76| +| 0.00,-0.50, 4826287.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Shorelines/TeWaewaeBay_east1_23Dec2009.shp,MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Imagery/Stack/TeWaewaeBay_East1_23Dec2009.TIF,100.0,24,GTiff,uint8,,6272,10135,3,,"| 0.50, 0.00, 1191646.44| +| 0.00,-0.50, 4863146.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Shorelines/TeWaewaeBay_east1_01Feb2013.shp,MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Imagery/Stack/TewaewaeBay_east1_01Feb2013.tif,100.0,14,GTiff,uint8,,5437,9725,3,,"| 0.50, 0.00, 1191868.23| +| 0.00,-0.50, 4863137.14| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Shorelines/TeWaewaeBay_east1_01Dec2007.shp,MaxarImagery/HighFreq/Southland/TeWaewaeBay_east1/Imagery/Stack/TeWaewaeBay_east1_01DEC2007.tif,100.0,14,GTiff,uint8,,4532,8105,3,,"| 0.60, 0.00, 1191868.22| +| 0.00,-0.60, 4863137.26| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5999999999999898, 0.6)",True,lzw, +MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_16JAN2010.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_16JAN2010.tif,100.0,8,GTiff,uint8,,6805,6005,3,,"| 0.60, 0.00, 1216511.70| +| 0.00,-0.60, 4856483.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6, 0.6)",True,lzw, +MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_24NOV2019.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_24NOV2019.tif,100.0,9,GTiff,uint8,,8165,7205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1216511.61| +| 0.00,-0.50, 4856483.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_27Dec2015.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_27DEC2015.tif,100.0,0,GTiff,uint8,,11665,10293,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1216511.64| +| 0.00,-0.35, 4856483.45| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.35, 0.3499999999999819)",False,lzw, +MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_19Apr2012.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_19APR2012.tif,100.0,7,GTiff,uint8,,9072,8006,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1216511.79| +| 0.00,-0.45, 4856483.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.44999999999998974, 0.45000000000002327)",True,lzw, +MaxarImagery/HighFreq/Southland/Riverton/Shorelines/Riverton_13MAR2021.shp,MaxarImagery/HighFreq/Southland/Riverton/Imagery/Stack/Riverton_13MAR2021.tif,100.0,9,GTiff,uint8,,8165,7205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1216511.61| +| 0.00,-0.50, 4856483.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Taranaki/Manutahi/Imagery/Shorelines/Manutahi_07MAR2022.shp,MaxarImagery/HighFreq/Taranaki/Manutahi/Imagery/Stack/Manutahi_07MAR2022.tif,100.0,13,GTiff,uint8,,14778,17178,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.39, 0.00, 1713784.18| +| 0.00,-0.39, 5611025.11| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3930243253707886, 0.3930243253707886)",True,lzw, +MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Shorelines/ManaBay_16MAR2021.shp,MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Stack/ManaBay_16MAR2021.tif,100.0,12,GTiff,uint8,,19883,14436,3,,"| 0.50, 0.00, 1724042.54| +| 0.00,-0.50, 5598502.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Shorelines/ManaBay_28AUG2012.shp,MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Stack/ManaBay_28AUG2012.tif,100.0,12,GTiff,uint8,,23144,16877,3,,"| 0.43, 0.00, 1724020.07| +| 0.00,-0.43, 5598497.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.42717963457107544, 0.42717963457107544)",True,lzw, +MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Shorelines/ManaBay_26JUL2007.shp,MaxarImagery/HighFreq/Taranaki/ManaBay/Imagery/Stack/ManaBay_26JUL2007.tif,100.0,16,GTiff,uint8,,16478,12016,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1724019.96| +| 0.00,-0.60, 5598497.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000029, 0.6000000000000465)",True,lzw, +MaxarImagery/HighFreq/Taranaki/Waitara/Shorelines/Waitara_30JUL2011.shp,MaxarImagery/HighFreq/Taranaki/Waitara/Imagery/Stack/Waitara_30JUL2011.tif,100.0,7,GTiff,uint8,,18206,2965,3,,"| 0.53, 0.00, 1703894.92| +| 0.00,-0.53, 5684779.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5321716929271649, 0.5321716929272345)",True,lzw, +MaxarImagery/HighFreq/Taranaki/Waitara/Shorelines/Waitara_11SEP2020.shp,MaxarImagery/HighFreq/Taranaki/Waitara/Imagery/Stack/Waitara_11SEP2020.tif,100.0,10,GTiff,uint8,,19362,3152,3,,"| 0.50, 0.00, 1703890.16| +| 0.00,-0.50, 5684766.47| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Taranaki/Waitara/Shorelines/Waitara_01JAN2015.shp,MaxarImagery/HighFreq/Taranaki/Waitara/Imagery/Stack/Waitara_01JAN2015.tif,100.0,8,GTiff,uint8,,16541,2693,3,,"| 0.59, 0.00, 1703895.39| +| 0.00,-0.59, 5684779.54| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5857468398953292, 0.585746839895327)",True,lzw, +MaxarImagery/HighFreq/Taranaki/Waitara/Shorelines/Waitara_28JAN2022.shp,MaxarImagery/HighFreq/Taranaki/Waitara/Imagery/Stack/Waitara_28JAN2022.tif,100.0,9,GTiff,uint8,,20821,3390,3,,"| 0.47, 0.00, 1703894.95| +| 0.00,-0.47, 5684779.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.4653431406149987, 0.46534314061484816)",True,lzw, +MaxarImagery/HighFreq/Taranaki/Kakaramea/Imagery/Shorelines/Kakaramea_29JAN2009.shp,MaxarImagery/HighFreq/Taranaki/Kakaramea/Imagery/Stack/Kakaramea_29JAN2009.tif,100.0,7,GTiff,uint8,,11752,10362,3,,"| 0.60, 0.00, 1718861.24| +| 0.00,-0.60, 5604505.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5999999999999961, 0.600000000000018)",False,lzw, +MaxarImagery/HighFreq/Taranaki/Kakaramea/Imagery/Shorelines/Kakaramea_01MAR2022.shp,MaxarImagery/HighFreq/Taranaki/Kakaramea/Imagery/Stack/Kakaramea_01MAR2022.tif,100.0,8,GTiff,uint8,,14104,12434,3,,"| 0.50, 0.00, 1718860.84| +| 0.00,-0.50, 5604505.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Shorelines/OhaweBeach_02SEP2003.shp,MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Stack/OhaweBeach_02SEP2003.tif,100.0,17,GTiff,uint8,,14746,3701,3,,"| 0.60, 0.00, 1695272.11| +| 0.00,-0.60, 5618955.95| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.6000000000000063, 0.5999999999998994)",True,lzw, +MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Shorelines/OhaweBeach_07MAR2022.shp,MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Stack/OhaweBeach_07MAR2022.tif,100.0,8,GTiff,uint8,,23277,5842,3,,"| 0.38, 0.00, 1695272.00| +| 0.00,-0.38, 5618955.74| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,33,"(0.380097359418869, 0.380097359418869)",True,lzw, +MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Shorelines/OhaweBeach_30DEC2009.shp,MaxarImagery/HighFreq/Taranaki/OhaweBeach/Imagery/Stack/OhaweBeach_30DEC2009.tif,100.0,13,GTiff,uint8,,17694,4441,3,,"| 0.50, 0.00, 1695272.20| +| 0.00,-0.50, 5618955.65| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,22,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_01MAR2015.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_01MAR2015.tif,100.0,15,GTiff,uint8,,8354,23227,3,,"| 0.50, 0.00, 1727262.79| +| 0.00,-0.50, 5917711.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,28,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_23AUG2006.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_23AUG2006.tif,100.0,17,GTiff,uint8,,6961,19356,3,,"| 0.60, 0.00, 1727262.98| +| 0.00,-0.60, 5917711.89| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,16,"(0.5999999999999465, 0.5999999999999326)",True,lzw, +MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_20SEP2008.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_20SEP2008.tif,100.0,16,GTiff,uint8,,6961,19356,3,,"| 0.60, 0.00, 1727262.98| +| 0.00,-0.60, 5917711.89| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,23,"(0.5999999999999465, 0.5999999999999326)",True,lzw, +MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_07APRIL2010.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_07APRIL2010.tif,100.0,16,GTiff,uint8,,8414,23394,3,,"| 0.50, 0.00, 1727262.90| +| 0.00,-0.50, 5917712.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,28,"(0.496445894241333, 0.496445894241333)",True,lzw, +MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_21MAR2021.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_21MAR2021.tif,100.0,23,GTiff,uint8,,8765,24371,3,,"| 0.48, 0.00, 1727262.74| +| 0.00,-0.48, 5917712.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,14,"(0.4765263795852661, 0.4765263795852661)",True,lzw, +MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_25MAR2013.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_25MAR2013.tif,100.0,15,GTiff,uint8,,8354,23227,3,,"| 0.50, 0.00, 1727262.79| +| 0.00,-0.50, 5917711.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,21,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Shorelines/KarekareBethells_04JAN2017.shp,MaxarImagery/HighFreq/Auckland/KarekareBethells/Imagery/Stack/KarekareBethells_04JAN2017.tif,100.0,19,GTiff,uint8,,8354,23227,3,,"| 0.50, 0.00, 1727262.79| +| 0.00,-0.50, 5917711.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,21,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/Whatipu/Shorelines/Whatipu_07APR2010.shp,MaxarImagery/HighFreq/Auckland/Whatipu/Imagery/stack/Whatipu_07APR2010.tif,100.0,1,GTiff,uint8,,8826,15991,3,,"| 0.50, 0.00, 1730386.31| +| 0.00,-0.50, 5906080.49| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.49646684527397156, 0.49646684527397156)",False,lzw, +MaxarImagery/HighFreq/Auckland/Whatipu/Shorelines/Whatipu_26APR2002.shp,MaxarImagery/HighFreq/Auckland/Whatipu/Imagery/stack/Whatipu_26APR2002.tif,100.0,4,GTiff,uint16,256.0,7774,13326,3,,"| 0.60, 0.00, 1729746.98| +| 0.00,-0.60, 5905987.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.599999999999988, 0.599999999999972)",False,, +MaxarImagery/HighFreq/Auckland/Whatipu/Shorelines/Whatipu_21MAR2021.shp,MaxarImagery/HighFreq/Auckland/Whatipu/Imagery/stack/Whatipu_21MAR2021.tif,100.0,0,GTiff,uint8,,16725,36807,4,,"| 0.40, 0.00, 1728579.02| +| 0.00,-0.40, 5912275.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.4, 0.3999999999999949)",False,lzw, +MaxarImagery/HighFreq/Auckland/Whatipu/Shorelines/Whatipu_24DEC2009.shp,MaxarImagery/HighFreq/Auckland/Whatipu/Imagery/stack/Whatipu_24DEC2009.tif,100.0,2,GTiff,uint8,,13254,29441,4,,"| 0.50, 0.00, 1728642.15| +| 0.00,-0.50, 5912273.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_02FEB2020.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_02FEB2020.tif,100.0,1,GTiff,uint8,,4111,7570,3,,"| 0.50, 0.00, 1759110.75| +| 0.00,-0.50, 5979302.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_18JAN2014.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_18JAN2014.tif,100.0,2,GTiff,uint8,,4111,7570,3,,"| 0.50, 0.00, 1759110.75| +| 0.00,-0.50, 5979302.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_20JAN2017.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_20JAN2017.tif,100.0,2,GTiff,uint8,,4354,8017,3,,"| 0.47, 0.00, 1759110.69| +| 0.00,-0.47, 5979302.26| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.4721343517303467, 0.4721343517303467)",True,lzw, +MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_03FEB2006.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_03FEB2006.tif,100.0,1,GTiff,uint8,,3427,6309,3,,"| 0.60, 0.00, 1759110.44| +| 0.00,-0.60, 5979302.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5999999999999864, 0.600000000000059)",True,lzw, +MaxarImagery/HighFreq/Auckland/Omaha/Shorelines/Omaha_20DEC2011.shp,MaxarImagery/HighFreq/Auckland/Omaha/Imagery/Stack/Omaha_20DEC2011.tif,100.0,1,GTiff,uint8,,4121,7587,3,,"| 0.50, 0.00, 1759110.63| +| 0.00,-0.50, 5979302.20| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.4989003837108612, 0.4989003837108612)",True,lzw, +MaxarImagery/HighFreq/Auckland/Muriwai4/Shorelines/Muriwai4_20JUL2019.shp,MaxarImagery/HighFreq/Auckland/Muriwai4/Stack/Muriwai4_20JUL2019_mosaic.tif,100.0,4,GTiff,uint8,,20108,25793,3,,"| 0.36, 0.00, 1706279.87| +| 0.00,-0.36, 5957910.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.36084896326065063, 0.36084896326065063)",True,lzw, +MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_15JULY2006.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_15JULY2006.tif,100.0,30,GTiff,uint8,,4992,9055,3,,"| 0.60, 0.00, 1724578.91| +| 0.00,-0.60, 5928227.30| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5999999999999907, 0.6)",True,lzw, +MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_31DEC2012.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_31DEC2012.tif,100.0,19,GTiff,uint8,,5990,10865,3,,"| 0.50, 0.00, 1724579.31| +| 0.00,-0.50, 5928226.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/Muriwai_15JULY2017.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/Muriwai_15JULY2017.tif,100.0,22,GTiff,uint8,,6149,11153,3,,"| 0.49, 0.00, 1724579.16| +| 0.00,-0.49, 5928227.17| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.4871235489845276, 0.4871235489845276)",True,lzw, +MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/Muriwai_09JULY2015.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/Muriwai_09JULY2015.tif,100.0,12,GTiff,uint8,,5990,10865,3,,"| 0.50, 0.00, 1724579.31| +| 0.00,-0.50, 5928226.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/Muriwai_07APR2010.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/Muriwai_07APR2010.tif,100.0,22,GTiff,uint8,,6052,10977,3,,"| 0.49, 0.00, 1724579.25| +| 0.00,-0.49, 5928226.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.4949078857898712, 0.4949078857898712)",True,lzw, +MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_25JULY2002.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_25JULY2002.tif,100.0,13,GTiff,uint8,,4992,9055,3,,"| 0.60, 0.00, 1724578.91| +| 0.00,-0.60, 5928227.30| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5999999999999907, 0.6)",True,lzw, +MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_25JAN2020.shp,MaxarImagery/HighFreq/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_25JAN2020.tif,100.0,25,GTiff,uint8,,7632,13844,3,,"| 0.39, 0.00, 1724579.12| +| 0.00,-0.39, 5928227.23| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,12,"(0.39242473244667053, 0.39242473244667053)",True,lzw, +MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_03MAY2012.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/PakiriBeach_03MAY2012.tif,100.0,8,GTiff,uint8,,11202,9586,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1752314.16| +| 0.00,-0.50, 5990499.70| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_16JAN2006.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/PakiriBeach_16JAN2006.tif,100.0,6,GTiff,uint8,,9335,7988,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1752314.17| +| 0.00,-0.60, 5990499.80| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.5999999999999767)",True,lzw, +MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_03FEB2017.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/PakiriBeach_03FEB2017.tif,100.0,8,GTiff,uint8,,11202,9586,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1752314.16| +| 0.00,-0.50, 5990499.70| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_12APR2014.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/PakiriBeach_12APR2014.tif,100.0,8,GTiff,uint8,,11202,9586,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1752314.16| +| 0.00,-0.50, 5990499.70| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Shorelines/PakiriBeach_02FEB2020.shp,MaxarImagery/HighFreq/Auckland/Pakiri/Imagery/Stack/Stack2/PakiriBeach_02FEB2020.tif,100.0,5,GTiff,uint8,,11202,9586,3,,"| 0.50, 0.00, 1752314.16| +| 0.00,-0.50, 5990499.70| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/Muriwai2/Shorelines/Muriwai2_20JUL2019.shp,MaxarImagery/HighFreq/Auckland/Muriwai2/Stack/Muriwai2_20JUL2019_mosaic.tif,100.0,33,GTiff,uint8,,15721,24181,3,,"| 0.36, 0.00, 1717149.22| +| 0.00,-0.36, 5941470.48| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.3579849898815155, 0.3579849898815155)",True,lzw, +MaxarImagery/HighFreq/Auckland/Muriwai3/Shorelines/Muriwai3_12JUN2019.shp,MaxarImagery/HighFreq/Auckland/Muriwai3/Stack/Muriwai3_12JUN2019_mosaic.tif,100.0,22,GTiff,uint8,,17185,19518,3,,"| 0.00, 0.00, 174.26| +| 0.00,-0.00,-36.60| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(3.375421933693161e-06, 3.3754219336935092e-06)",True,lzw, +MaxarImagery/HighFreq/Auckland/Medlands/Shorelines/Medlands_13MAY2010.shp,MaxarImagery/HighFreq/Auckland/Medlands/Imagery/Stack/Medlands_13MAY2010.tif,100.0,8,GTiff,uint8,,7863,11715,3,,"| 0.49, 0.00, 1821852.53| +| 0.00,-0.49, 5988821.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.48731109499931335, 0.48731109499931335)",True,lzw, +MaxarImagery/HighFreq/Auckland/Medlands/Shorelines/Medlands_18DEC2019.shp,MaxarImagery/HighFreq/Auckland/Medlands/Imagery/Stack/Medlands_18DEC2019.tif,100.0,8,GTiff,uint8,,7665,11417,3,,"| 0.50, 0.00, 1821852.33| +| 0.00,-0.50, 5988821.14| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/Medlands/Shorelines/Medlands_12JUNE2003.shp,MaxarImagery/HighFreq/Auckland/Medlands/Imagery/Stack/Medlands_12JUNE2003.tif,100.0,11,GTiff,uint8,,6387,9514,3,,"| 0.60, 0.00, 1821852.83| +| 0.00,-0.60, 5988821.02| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5999999999999928, 0.6000000000000392)",True,lzw, +MaxarImagery/HighFreq/Auckland/Medlands/Shorelines/Medlands_09JUNE2015.shp,MaxarImagery/HighFreq/Auckland/Medlands/Imagery/Stack/Medlands_09JUNE2015.tif,100.0,9,GTiff,uint8,,7665,11417,3,,"| 0.50, 0.00, 1821852.33| +| 0.00,-0.50, 5988821.14| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Auckland/Muriwai1/Imagery/Shorelines/Muriwai1_25JAN2020.shp,MaxarImagery/HighFreq/Auckland/Muriwai1/Imagery/Stack/Muriwai1_25JAN2020.tif,100.0,29,GTiff,uint8,,7895,12432,3,,"| 0.39, 0.00, 1722118.20| +| 0.00,-0.39, 5932903.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.39242473244667053, 0.39242473244667053)",True,lzw, +MaxarImagery/HighFreq/Auckland/Muriwai1/Shorelines/Muriwai1_25JAN2020.shp,MaxarImagery/HighFreq/Auckland/Muriwai1/Imagery/Stack/Muriwai1_25JAN2020.tif,100.0,29,GTiff,uint8,,7895,12432,3,,"| 0.39, 0.00, 1722118.20| +| 0.00,-0.39, 5932903.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.39242473244667053, 0.39242473244667053)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_28AUG2006.tif,100.0,7,GTiff,uint8,,2781,7502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1601818.27| +| 0.00,-0.60, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999498, 0.5999999999999007)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_19FEB2010.tif,100.0,5,GTiff,uint8,,2781,7502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1601818.27| +| 0.00,-0.60, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999498, 0.5999999999999007)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_23DEC2014.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_23DEC2014.tif,100.0,6,GTiff,uint8,,3337,9002,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1601818.47| +| 0.00,-0.50, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_03FEB2021.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_03FEB2021.tif,100.0,5,GTiff,uint8,,3337,9002,3,,"| 0.50, 0.00, 1601818.47| +| 0.00,-0.50, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereSpit/Shorelines/MoutereSpit_19APR2017.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_19APR2017.tif,100.0,8,GTiff,uint8,,3337,9002,3,,"| 0.50, 0.00, 1601818.47| +| 0.00,-0.50, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_25APR2014.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_25APR2014.tif,100.0,2,GTiff,uint8,,9481,13333,3,,"| 0.50, 0.00, 1573134.81| +| 0.00,-0.50, 5513988.75| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_13MAR2021.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_13MAR2021.tif,100.0,2,GTiff,uint8,,9481,13333,3,,"| 0.50, 0.00, 1573134.81| +| 0.00,-0.50, 5513988.75| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_04JUN2003.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_04JUN2003.tif,100.0,2,GTiff,uint8,,7900,11111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1573135.22| | 0.00,-0.60, 5513988.25| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.6000000000000503)",True, -Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_27AUG2019.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_27AUG2019.tif,100.0,2,GTiff,uint8,,12576,17686,3,,"| 0.38, 0.00, 1573135.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.6000000000000503)",True,lzw, +MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_27AUG2019.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_27AUG2019.tif,100.0,2,GTiff,uint8,,12576,17686,3,,"| 0.38, 0.00, 1573135.16| | 0.00,-0.38, 5513988.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.37692931294441223, 0.37692931294441223)",True, -Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_29OCT1972.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_29OCT1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7522,11142,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1572856.92| -| 0.00,-0.71, 5514661.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7059669315695368, 0.7059669315695777)",True, -Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_06FEB1977.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_06FEB1977_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4454,5881,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1572256.29| -| 0.00,-1.44, 5514911.71| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4353906257960654, 1.4353906257960758)",True, -Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_30JAN1980.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_30JAN1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3130,4179,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.91, 0.00, 1572446.56| -| 0.00,-1.91, 5514621.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9077440033428008, 1.9077440033428108)",True, -Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_17FEB1968.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_17FEB1968_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3067,1423,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.42, 0.00, 1583494.35| -| 0.00,-3.42, 5482984.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.417304778151988, 3.4173047781522037)",True, -Retrolens/Manawatu/HokioBeach/Shorelines/HokioBeach_21FEB2001.shp,Retrolens/Manawatu/HokioBeach/Stack/HokioBeach_21FEB2001_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1281,2468,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1784695.62| -| 0.00,-1.40, 5509478.76| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3999999999999273, 1.4000000000000754)",True, -Retrolens/Manawatu/WaikawaBeach/Shorelines/WaikawaBeach_17MAR1983.shp,Retrolens/Manawatu/WaikawaBeach/Stack/WaikawaBeach_17MAR1983_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5211,11702,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1780056.37| -| 0.00,-0.80, 5501338.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8000000000000089, 0.7999999999999682)",True, -Retrolens/Manawatu/WaikawaBeach/Shorelines/WaikawaBeach_9APR1972.shp,Retrolens/Manawatu/WaikawaBeach/Stack/WaikawaBeach_9APR1972_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,8426,17391,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1780050.55| -| 0.00,-0.50, 5500677.34| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_09FEB1982.shp,Retrolens/Auckland/PakiriBeach/Stack/PakiriBeach_09FEB1982_mosaic.jp2,100.0,3,JP2OpenJPEG,uint8,255.0,8930,18463,1,,"| 0.36, 0.00, 1751592.14| -| 0.00,-0.36, 5991463.27| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,5,"(0.35828864559998436, 0.3582886455999569)",True, -Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_15JAN1977.shp,Retrolens/Auckland/PakiriBeach/Stack/PakiriBeach_15JAN1977_mosaic.jp2,100.0,7,JP2OpenJPEG,uint8,,10105,9693,1,,"| 0.68, 0.00, 1751591.90| -| 0.00,-0.68, 5991463.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,4,"(0.6824754547000113, 0.6824754547000309)",True, -Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_24OCT1953.shp,Retrolens/Auckland/PakiriBeach/Stack/Unclipped/PakiriBeach_24OCT1953_mosaic.jp2,100.0,8,JP2OpenJPEG,uint8,,269723,42035,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1685988.05| -| 0.00,-0.26, 5995149.20| -| 0.00, 0.00, 1.00|",,42035,False,,,0,"(0.26308470950000773, 0.26308470950001633)",True, -Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_29FEB1992.shp,Retrolens/Auckland/PakiriBeach/Stack/PakiriBeach_29FEB1992_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,18689,13835,1,,"| 0.37, 0.00, 1751592.21| -| 0.00,-0.37, 5989953.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,5,"(0.3689892818999965, 0.36898928189998204)",True, -Retrolens/Auckland/Muriwai1/Shorelines/Muriwai1_29OCT1981.shp,Retrolens/Auckland/Muriwai1/Stack/Muriwai1_29OCT1981_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,10161,12130,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1720596.74| -| 0.00,-0.71, 5935796.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7113360635493879, 0.7113360635494016)",True, -Retrolens/Auckland/Muriwai1/Shorelines/Muriwai1_02JAN2004.shp,Retrolens/Auckland/Muriwai1/Stack/Muriwai1_02JAN2004_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3511,4815,3,,"| 1.45, 0.00, 1721380.08| -| 0.00,-1.45, 5933868.59| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,3,"(1.4493706534196613, 1.4493706534195958)",True, -Retrolens/Auckland/MedlandsKaitoke/Shorelines/MedlandsKaitohe_21OCT1979.shp,Retrolens/Auckland/MedlandsKaitoke/Stack/MedlandsKaitohe_21OCT1979_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,8234,13052,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1821851.83| -| 0.00,-0.46, 5988956.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4561989650374357, 0.45619896503745905)",True, -Retrolens/Auckland/MedlandsKaitoke/Shorelines/MedlandsKaitoke_21FEB1942.shp,Retrolens/Auckland/MedlandsKaitoke/Stack/MedlandsKaitoke_21FEB1942_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4224,8821,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1821924.61| -| 0.00,-0.49, 5988875.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49197233145500696, 0.49197233145503927)",True, -Retrolens/Auckland/MedlandsKaitoke/Shorelines/MedlandsKaitoke_20APR1960.shp,Retrolens/Auckland/MedlandsKaitoke/Stack/MedlandsKaitoke_20APR1960_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8068,13085,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1821901.86| -| 0.00,-0.45, 5988937.21| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.45258791353113154, 0.4525879135311225)",True, -Retrolens/Auckland/Muriwai3/Shorelines/Muriwai3_02JAN2004.shp,Retrolens/Auckland/Muriwai3/Stack/Muriwai3_02JAN2004_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5055,6825,3,,"| 1.38, 0.00, 1712081.57| -| 0.00,-1.38, 5949639.59| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,4,"(1.383158757219931, 1.3831587572199302)",True, -Retrolens/Auckland/Muriwai3/Shorelines/Muriwai3_29MAR1981.shp,Retrolens/Auckland/Muriwai3/Stack/Muriwai3_29MAR1981_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9952,12357,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1712253.07| -| 0.00,-0.72, 5949613.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7232178633833887, 0.7232178633833937)",True, -Retrolens/Auckland/SnellsBeach/Shorelines/SnellsBeach_5APR1973.shp,Retrolens/Auckland/SnellsBeach/Stack/SnellsBeach_5APR1973.jp2,100.0,14,JP2OpenJPEG,uint8,,7556,8415,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1754933.87| -| 0.00,-0.50, 5969670.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_12NOV1987.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_12NOV1987.jp2,100.0,5,JP2OpenJPEG,uint8,,5851,3831,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1790811.05| -| 0.00,-0.76, 5910683.12| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7598394727141542, 0.7598394727141358)",True, -Retrolens/Auckland/SnellsBeach/Shorelines/SnellsBeach_29FEB1992.shp,Retrolens/Auckland/SnellsBeach/Stack/SnellsBeach_29FEB1992.jp2,100.0,11,JP2OpenJPEG,uint8,,8364,8544,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1754936.14| -| 0.00,-0.50, 5969677.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/OnetangiBay/Shorelines/OnetangiBay_24OCT1980.shp,Retrolens/Auckland/OnetangiBay/Stack/OnetangiBay_24OCT1980.jp2,100.0,4,JP2OpenJPEG,uint8,,8322,3036,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1783916.39| -| 0.00,-0.50, 5927993.15| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/OnetangiBay/Shorelines/OnetangiBay_2JAN2004.shp,Retrolens/Auckland/OnetangiBay/Stack/OnetangiBay_2JAN2004.jp2,100.0,6,JP2OpenJPEG,uint8,,8312,3068,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1783917.72| -| 0.00,-0.50, 5927994.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/WaitaraStream_South/Shorelines/WaitaraStream_South_18DEC1961.shp,Retrolens/Auckland/WaitaraStream_South/Stack/WaitaraStream_South_18DEC1961.jp2,100.0,25,JP2OpenJPEG,uint8,,6846,15389,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1740871.37| -| 0.00,-0.50, 5886259.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/Orewa/Shorelines/Orewa_01MAR1988.shp,Retrolens/Auckland/Orewa/Stack/Orewa_01MAR1988.jp2,100.0,5,JP2OpenJPEG,uint8,,2155,7255,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1750967.91| -| 0.00,-0.69, 5952859.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6908648086502163, 0.6908648086502521)",True, -Retrolens/Auckland/Orewa/Shorelines/Orewa_17APR1941.shp,Retrolens/Auckland/Orewa/Stack/Orewa_17APR1941.jp2,100.0,1,JP2OpenJPEG,uint8,,1770,3304,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1751224.22| -| 0.00,-0.53, 5952895.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5251812985633884, 0.5251812985633132)",False, -Retrolens/Auckland/Orewa/Shorelines/Orewa_24APR1940.shp,Retrolens/Auckland/Orewa/Stack/Orewa_24APR1940.jp2,100.0,2,JP2OpenJPEG,uint8,,3125,7338,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1750931.67| -| 0.00,-0.50, 5951563.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49927661816485225, 0.4992766181648216)",True, -Retrolens/Auckland/Orewa/Shorelines/Orewa_02JAN1981.shp,Retrolens/Auckland/Orewa/Stack/Orewa_02JAN1981.jp2,100.0,6,JP2OpenJPEG,uint8,,5615,18669,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1750935.29| -| 0.00,-0.27, 5952957.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2657728713630671, 0.2657728713630654)",True, -Retrolens/Auckland/Orewa/Shorelines/Orewa_17DEC1957.shp,Retrolens/Auckland/Orewa/Stack/Orewa_17DEC1957.jp2,100.0,5,JP2OpenJPEG,uint8,,3211,12444,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.41, 0.00, 1750976.54| -| 0.00,-0.41, 5953124.53| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4091911199826043, 0.40919111998259605)",True, -Retrolens/Auckland/Orewa/Shorelines/Orewa_12SEP1961.shp,Retrolens/Auckland/Orewa/Stack/Orewa_12SEP1961.jp2,100.0,7,JP2OpenJPEG,uint8,,3277,10609,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1750932.71| -| 0.00,-0.42, 5952407.72| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4239929802469235, 0.42399298024690996)",True, -Retrolens/Auckland/Orewa/Shorelines/Orewa_25AUG1970.shp,Retrolens/Auckland/Orewa/Stack/Orewa_25AUG1970.jp2,100.0,9,JP2OpenJPEG,uint8,,4908,17780,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1751022.37| -| 0.00,-0.27, 5952799.92| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.26823333074059225, 0.26823333074056926)",True, -Retrolens/Auckland/TeArai/Shorelines/TeArai_05FEB1996.shp,Retrolens/Auckland/TeArai/Stack/TeArai_05FEB1996_mosaic.jp2,100.0,3,JP2OpenJPEG,uint8,,6275,8611,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1744436.86| -| 0.00,-0.73, 6002601.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.7319246845999993, 0.7319246846000378)",True, -Retrolens/Auckland/TeArai/Shorelines/TeArai_07FEB1982.shp,Retrolens/Auckland/TeArai/Stack/TeArai_07FEB1982_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,11391,14823,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1744246.06| -| 0.00,-0.45, 6002670.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.45013161539999463, 0.45013161539997004)",True, -Retrolens/Auckland/SnellsBeach/Shorelines/SnellsBeach_2SEP1982.shp,Retrolens/Auckland/SnellsBeach/Stack/SnellsBeach_2SEP1982.jp2,100.0,9,JP2OpenJPEG,uint8,,8382,8559,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1754931.04| -| 0.00,-0.50, 5969687.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_5MAR1943_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_5MAR1943_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9997,8800,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1726900.64| -| 0.00,-0.50, 5694365.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_28SEP1968.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_28SEP1968.jp2,100.0,4,JP2OpenJPEG,uint8,,2699,2649,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1790205.69| -| 0.00,-1.80, 5910680.66| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.7966134099429698, 1.7966134099429703)",True, -Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_24OCT1980.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_24OCT1980.jp2,100.0,6,JP2OpenJPEG,uint8,,5512,3171,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1791103.85| -| 0.00,-0.74, 5910436.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7350534250517832, 0.7350534250518029)",True, -Retrolens/Manawatu/WaikawaBeach/Shorelines/WaikawaBeach_15JAN1957.shp,Retrolens/Manawatu/WaikawaBeach/Stack/WaikawaBeach_15JAN1957_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4731,10421,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1779903.38| -| 0.00,-0.90, 5501243.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8999999999999803, 0.9000000000000358)",True, -Retrolens/Manawatu/WaikawaBeach/Shorelines/WaikawaBeach_11OCT1967.shp,Retrolens/Manawatu/WaikawaBeach/Stack/WaikawaBeach_11OCT1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5373,11808,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1779825.48| -| 0.00,-0.80, 5501229.08| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999999999999826, 0.8000000000000316)",True, -Retrolens/Manawatu/HimatangiBeach_North/Shorelines/HimatangiBeach_North_21MAR1968.shp,Retrolens/Manawatu/HimatangiBeach_North/Stack/HimatangiBeach_North_21MAR1968_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,1650,15408,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1788695.49| -| 0.00,-0.60, 5537024.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6, 0.5999999999999879)",True, -Retrolens/Manawatu/HimatangiBeach_North/Shorelines/HimatangiBeach_North_29OCT1985.shp,Retrolens/Manawatu/HimatangiBeach_North/Stack/HimatangiBeach_North_29OCT1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5179,48020,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1788599.21| -| 0.00,-0.20, 5537390.79| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.200000000000009, 0.2)",True, -Retrolens/Manawatu/HimatangiBeach_North/Shorelines/HimatangiBeach_North_15MAR1939.shp,Retrolens/Manawatu/HimatangiBeach_North/Stack/HimatangiBeach_North_15MAR1939_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,2330,22686,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1788753.08| -| 0.00,-0.40, 5536841.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4, 0.4000000000000164)",True, -Retrolens/Manawatu/HimatangiBeach_North/Shorelines/HimatangiBeach_North_21FEB2001.shp,Retrolens/Manawatu/HimatangiBeach_North/Stack/HimatangiBeach_North_21FEB2001_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1067,6488,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1788468.55| -| 0.00,-1.40, 5536897.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4000000000000437, 1.4000000000000288)",True, -Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_29OCT1985.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_29OCT1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9607,29671,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1785521.87| -| 0.00,-0.30, 5517583.76| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.3000000000000097, 0.2999999999999937)",True, -Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_30NOV1978.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_30NOV1978_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1772,4860,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.60, 0.00, 1785339.12| -| 0.00,-1.60, 5516296.14| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5999999999999737, 1.6)",True, -Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_28APR1948.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_28APR1948_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10993,31520,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1785422.65| -| 0.00,-0.30, 5517570.34| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.29999999999999155, 0.3)",True, -Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_03FEB1964.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_03FEB1964_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5234,14507,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1785364.11| -| 0.00,-0.60, 5517132.42| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5999999999999822, 0.6000000000000129)",True, -Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_21FEB2001.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_21FEB2001_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2462,6949,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1785366.46| -| 0.00,-1.44, 5518631.21| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4404911690181277, 1.4404911690181588)",True, -Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_15MAR1939.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_15MAR1939_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,12614,26909,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1784969.61| -| 0.00,-0.40, 5518169.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4000000000000074, 0.39999999999998614)",True, -Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_02JAN2004.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_02JAN2004.jp2,100.0,9,JP2OpenJPEG,uint8,,3906,2547,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.09, 0.00, 1790944.12| -| 0.00,-1.09, 5910782.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.0889234559011898, 1.0889234559012275)",True, -Retrolens/Manawatu/Akitio/Shorelines/Akitio_25MAY1944.shp,Retrolens/Manawatu/Akitio/Stack/Akitio_25MAY1944_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9504,9724,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1887225.57| -| 0.00,-0.52, 5501709.75| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5198346475813058, 0.5198346475813138)",True, -Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_24OCT1980.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_24OCT1980_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5262,5994,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1799897.04| -| 0.00,-0.70, 5907700.31| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6999999999999823, 0.6999999999999689)",True, -Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_2JAN2004.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_2JAN2004_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3478,3847,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1799864.24| -| 0.00,-1.10, 5907676.80| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1000000000000134, 1.1000000000000485)",False, -Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_4JUN1974.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_4JUN1974_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8196,7354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1800156.61| -| 0.00,-0.40, 5906424.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.39999999999998864, 0.39999999999994934)",True, -Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_22AUG1960.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_22AUG1960_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,8707,10245,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1799911.16| -| 0.00,-0.40, 5907616.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.40000000000000535, 0.4)",True, -Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_29DEC1939.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_29DEC1939_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4345,3318,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1801229.52| -| 0.00,-0.50, 5905176.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.5, 0.5)",True, -Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_12NOV1987.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_12NOV1987_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4067,4663,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1799888.55| -| 0.00,-0.90, 5907663.20| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9000000000000115, 0.90000000000004)",False, -Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_22AUG1960.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_22AUG1960.jp2,100.0,4,JP2OpenJPEG,uint8,,3270,10326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1802730.68| -| 0.00,-0.44, 5903949.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4428036835277453, 0.4428036835277498)",True, -Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_12MAY1944.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_12MAY1944.jp2,100.0,3,JP2OpenJPEG,uint8,,2727,8606,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1802731.01| -| 0.00,-0.53, 5904074.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5265186053012072, 0.5265186053012263)",True, -Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_12NOV1987.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_12NOV1987.jp2,100.0,1,JP2OpenJPEG,uint8,,1830,5029,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.93, 0.00, 1802622.86| -| 0.00,-0.93, 5904320.38| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.92849494935792, 0.9284949493578727)",True, -Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_24OCT1980.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_24OCT1980.jp2,100.0,2,JP2OpenJPEG,uint8,,2373,5985,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1802556.66| -| 0.00,-0.73, 5904108.14| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7250908764811752, 0.7250908764812134)",True, -Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_01JAN2004.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_01JAN2004.jp2,100.0,1,JP2OpenJPEG,uint8,,2550,5248,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.15, 0.00, 1801564.84| -| 0.00,-1.15, 5905286.44| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.152219683012432, 1.152219683012468)",True, -Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_19AUG1960.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_19AUG1960.jp2,100.0,4,JP2OpenJPEG,uint8,,8723,5516,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1791259.30| -| 0.00,-0.45, 5910607.56| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.44712450755171257, 0.4471245075517251)",False, -Retrolens/Manawatu/Akitio/Shorelines/Akitio_27NOV1994.shp,Retrolens/Manawatu/Akitio/Stack/Akitio_27NOV1994_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3644,3528,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1887009.54| -| 0.00,-1.46, 5501624.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4551554858554452, 1.4551554858555718)",True, -Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_7NOV1970_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_7NOV1970_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,10270,9364,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1726763.35| -| 0.00,-0.90, 5698339.06| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9, 0.8999999999999602)",True, -Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_7NOV1970_beach.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_7NOV1970_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10270,9364,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1726763.35| -| 0.00,-0.90, 5698339.06| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.9, 0.8999999999999602)",True, -Retrolens/Taranaki/New Plymouth District Council/TongaporutuRiver/Shorelines/TongaporutuRiver_16OCT1945.shp,Retrolens/Taranaki/New Plymouth District Council/TongaporutuRiver/Stack/TongaporutuRiver_16OCT1945_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,9145,14080,3,,"| 0.50, 0.00, 1734806.91| -| 0.00,-0.50, 5704536.04| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,6,"(0.5, 0.5)",True, -Retrolens/HawkesBay/OpoutamaBeach/Shorelines/OpoutamaBeach_1NOV1942.shp,Retrolens/HawkesBay/OpoutamaBeach/Stack/OpoutamaBeach_1NOV1942_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8368,8273,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2017738.01| -| 0.00,-0.50, 5666118.13| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5043218777329186, 0.5043218777329586)",True, -Retrolens/HawkesBay/Whirinaki/Shorelines/Whirinaki_10JUL1981.shp,Retrolens/HawkesBay/Whirinaki/Stack/Whirinaki_10JUL1981_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7051,8309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1933863.12| -| 0.00,-0.77, 5638082.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7655480182540452, 0.7655480182540797)",True, -Retrolens/HawkesBay/Whirinaki/Shorelines/Whirinaki_07JUN1948.shp,Retrolens/HawkesBay/Whirinaki/Stack/Whirinaki_07JUN1948_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6452,11123,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1934147.31| -| 0.00,-0.51, 5637569.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5069587087283669, 0.5069587087283983)",True, -Retrolens/HawkesBay/Whirinaki/Shorelines/Whirinaki_13APR1962.shp,Retrolens/HawkesBay/Whirinaki/Stack/Whirinaki_13APR1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,15415,24274,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.29, 0.00, 1934245.71| -| 0.00,-0.29, 5639049.00| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2926695628331396, 0.29266956283315637)",True, -Retrolens/HawkesBay/Napier/Shorelines/Napier_06JUL1948.shp,Retrolens/HawkesBay/Napier/Stack/Napier_06JUL1948_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2846,14879,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1936378.72| -| 0.00,-0.44, 5623435.53| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.44144941463419224, 0.4414494146341729)",True, -Retrolens/HawkesBay/Napier/Shorelines/Napier_07APR1943.shp,Retrolens/HawkesBay/Napier/Stack/Napier_07APR1943_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2032,4657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1936720.01| -| 0.00,-0.56, 5623252.00| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5564897679182972, 0.5564897679182844)",True, -Retrolens/HawkesBay/Napier/Shorelines/Napier_19AUG1980.shp,Retrolens/HawkesBay/Napier/Stack/Napier_19AUG1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2439,10050,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1936313.30| -| 0.00,-0.72, 5623741.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.71610700288112, 0.7161070028811101)",True, -Retrolens/HawkesBay/Napier/Shorelines/Napier_04AUG1969.shp,Retrolens/HawkesBay/Napier/Stack/Napier_04AUG1969_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2548,9766,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1936210.87| -| 0.00,-0.67, 5623068.16| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6724534940645808, 0.6724534940645717)",True, -Retrolens/HawkesBay/Napier/Shorelines/Napier_26NOV1988.shp,Retrolens/HawkesBay/Napier/Stack/Napier_26NOV1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2793,10255,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1936160.79| -| 0.00,-0.74, 5624354.23| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.743972226570374, 0.7439722265703999)",True, -Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_15JUN1939.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_15JUN1939_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,23495,7295,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1979819.68| -| 0.00,-0.22, 5668032.98| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.22030240481705105, 0.22030240481705332)",True, -Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_16JAN2003.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_16JAN2003_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,6719,2826,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.14, 0.00, 1978171.59| -| 0.00,-1.14, 5668493.38| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1389593081070604, 1.1389593081070954)",True, -Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_11OCT1970.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_11OCT1970_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,10420,3318,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1978653.75| -| 0.00,-0.72, 5668487.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7243313434771744, 0.7243313434771799)",True, -Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_13SEP1962.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_13SEP1962_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,15624,4648,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1978698.04| -| 0.00,-0.46, 5668093.82| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4585768717307864, 0.4585768717307864)",True, -Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_7NOV1942.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_7NOV1942_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,14696,4441,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1978905.65| -| 0.00,-0.49, 5668246.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4937039123872384, 0.4937039123872407)",True, -Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_22JAN1979.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_22JAN1979_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,4931,2249,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.71, 0.00, 1978283.83| -| 0.00,-1.71, 5668895.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.7068665583935856, 1.7068665583935605)",True, -Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_23NOV1976.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_23NOV1976_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7682,6340,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.83, 0.00, 1908954.48| -| 0.00,-1.83, 5542343.15| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.832847437903283, 1.8328474379032968)",True, -Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_07SEP1944.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_07SEP1944_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,,4740,10760,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1910913.70| -| 0.00,-0.49, 5536328.32| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4940602487347576, 0.4940602487347826)",True, -Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_25MAR1965.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_25MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7846,2808,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1916718.37| -| 0.00,-0.72, 5541691.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7217192742558709, 0.7217192742558981)",True, -Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_14OCT1980.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_14OCT1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11854,5503,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1913709.10| -| 0.00,-0.78, 5541837.03| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7790386525610454, 0.7790386525610458)",True, -Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_27JAN1999.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_27JAN1999_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6562,3932,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1912837.57| -| 0.00,-1.48, 5541645.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4769243640306127, 1.4769243640305962)",True, -Retrolens/HawkesBay/WhakakiLagoon/Shorelines/WhakakiLagoon_26SEP1970.shp,Retrolens/HawkesBay/WhakakiLagoon/Stack/WhakakiLagoon_26SEP1970_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,20311,2335,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1984721.72| -| 0.00,-0.69, 5668126.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6932974069532167, 0.6932974069532829)",True, -Retrolens/HawkesBay/WhakakiLagoon/Shorelines/WhakakiLagoon_16JAN2003.shp,Retrolens/HawkesBay/WhakakiLagoon/Stack/WhakakiLagoon_16JAN2003_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,12516,1706,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 1984788.73| -| 0.00,-1.13, 5668261.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1297647817489402, 1.1297647817489436)",True, -Retrolens/HawkesBay/WhakakiLagoon/Shorelines/WhakakiLagoon_01NOV1942.shp,Retrolens/HawkesBay/WhakakiLagoon/Stack/WhakakiLagoon_01NOV1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,,26336,2924,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1985414.34| -| 0.00,-0.51, 5668213.54| -| 0.00, 0.00, 1.00|",,2924,False,,pixel,0,"(0.5103823395016565, 0.5103823395016591)",False, -Retrolens/HawkesBay/WhakakiLagoon/Shorelines/WhakakiLagoon_23OCT1978.shp,Retrolens/HawkesBay/WhakakiLagoon/Stack/WhakakiLagoon_23OCT1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,31290,2030,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1984922.99| -| 0.00,-0.44, 5667801.18| -| 0.00, 0.00, 1.00|",,2030,False,,pixel,0,"(0.4367608117685704, 0.4367608117687475)",True, +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.37692931294441223, 0.37692931294441223)",True,lzw, +MaxarImagery/HighFreq/Tasman/PortPuponga/Shorelines/PortPuponga_24JAN2009.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_24JAN2009.tif,100.0,2,GTiff,uint8,,7900,11111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1573135.22| +| 0.00,-0.60, 5513988.25| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.6000000000000503)",True,lzw, +MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_24SEP2010.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_24SEP2010.tif,100.0,23,GTiff,uint8,,12082,8442,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1592812.66| +| 0.00,-0.49, 5485341.33| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.48642805218696594, 0.48642805218696594)",True,lzw, +MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_12JAN2015.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_12JAN2015.tif,100.0,21,GTiff,uint8,,13201,9225,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1592812.50| +| 0.00,-0.45, 5485341.37| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4451889991760254, 0.4451889991760254)",True,lzw, +MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_11FEB2021.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_11FEB2021.tif,100.0,21,GTiff,uint8,,13073,9134,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1592812.70| +| 0.00,-0.45, 5485341.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4495773911476135, 0.4495773911476135)",True,lzw, +MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_25SEP2008.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_25SEP2008.tif,100.0,19,GTiff,uint8,,9796,6844,3,,"| 0.60, 0.00, 1592812.54| +| 0.00,-0.60, 5485340.98| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6000000000000095, 0.6000000000000544)",True,lzw, +MaxarImagery/HighFreq/Tasman/WainuiBay/Shorelines/WainuiBay_04APR2012.shp,MaxarImagery/HighFreq/Tasman/WainuiBay/Imagery/Stack/WainuiBay_04APR2012.tif,100.0,22,GTiff,uint8,,11754,8213,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1592812.73| +| 0.00,-0.50, 5485341.38| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_04JAN2013.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_04JAN2013.tif,100.0,7,GTiff,uint8,,20163,7281,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1583974.24| +| 0.00,-0.45, 5482558.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4530158042907715, 0.4530158042907715)",True,lzw, +MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_09FEB2011.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_09FEB2011.tif,100.0,6,GTiff,uint8,,18268,6597,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1583974.30| +| 0.00,-0.50, 5482558.69| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_19APR2007.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_19APR2007.tif,100.0,8,GTiff,uint8,,15225,5497,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1583974.10| +| 0.00,-0.60, 5482558.70| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.6000000000000338)",True,lzw, +MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_18SEP2018.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_18SEP2018.tif,100.0,9,GTiff,uint8,,18268,6597,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1583974.30| +| 0.00,-0.50, 5482558.69| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/PoharaBeach/Shorelines/PoharaBeach_18MAR2021.shp,MaxarImagery/HighFreq/Tasman/PoharaBeach/Imagery/Stack/PoharaBeach_18MAR2021.tif,100.0,9,GTiff,uint8,,18655,6736,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1583973.99| +| 0.00,-0.49, 5482559.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.489658385515213, 0.489658385515213)",True,lzw, +MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_19FEB2010.tif,100.0,8,GTiff,uint8,,3757,9326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1606856.59| +| 0.00,-0.60, 5437758.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999877, 0.59999999999996)",True,lzw, +MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_06MAR2003.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_06MAR2003.tif,100.0,1,GTiff,uint8,,3757,9326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1606856.59| +| 0.00,-0.60, 5437758.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999877, 0.59999999999996)",True,lzw, +MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_25JUN2013.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_25JUN2013.tif,100.0,5,GTiff,uint8,,4508,11191,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1606856.80| +| 0.00,-0.50, 5437758.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_24FEB2020.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_24FEB2020.tif,100.0,9,GTiff,uint8,,6305,15650,3,,"| 0.36, 0.00, 1606856.63| +| 0.00,-0.36, 5437758.79| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.3575507402420044, 0.3575507402420044)",True,lzw, +MaxarImagery/HighFreq/Tasman/Mapua/Shorelines/Mapua_08AUG2018.shp,MaxarImagery/HighFreq/Tasman/Mapua/Imagery/Stack/Mapua_08AUG2018.tif,100.0,4,GTiff,uint8,,4536,11258,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1606856.71| +| 0.00,-0.50, 5437758.62| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4970274567604065, 0.4970274567604065)",True,lzw, +MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_29MAR2009.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_29MAR2009.tif,100.0,14,GTiff,uint8,,13653,15657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1574539.89| +| 0.00,-0.60, 5491341.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999693, 0.5999999999999525)",True,lzw, +MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_14MAY2017.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_14MAY2017.tif,100.0,17,GTiff,uint8,,16382,18788,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1574539.99| +| 0.00,-0.50, 5491342.02| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_13MAR2021.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_13MAR2021.tif,100.0,16,GTiff,uint8,,16382,18788,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1574539.99| +| 0.00,-0.50, 5491342.02| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_04JAN2013.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_04JAN2013.tif,100.0,16,GTiff,uint8,,18081,20736,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1574540.07| +| 0.00,-0.45, 5491341.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4530158042907715, 0.4530158042907715)",True,lzw, +MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Shorelines/TakakaRiver_North_16FEB2003.shp,MaxarImagery/HighFreq/Tasman/TakakaRiver_North/Imagery/Stack/TakakaRiver_North_16FEB2003.tif,100.0,15,GTiff,uint8,,13653,15657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1574539.89| +| 0.00,-0.60, 5491341.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999693, 0.5999999999999525)",True,lzw, +MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_07FEB2019.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_07FEB2019.tif,100.0,19,GTiff,uint8,,7501,17732,3,,"| 0.39, 0.00, 1599996.96| +| 0.00,-0.39, 5455893.60| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.3855954706668854, 0.3855954706668854)",True,lzw, +MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_03FEB2021.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_03FEB2021.tif,100.0,18,GTiff,uint8,,6090,14396,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1599996.88| +| 0.00,-0.47, 5455893.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4749492406845093, 0.4749492406845093)",True,lzw, +MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_08FEB2016.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_08FEB2016.tif,100.0,17,GTiff,uint8,,7373,17432,3,,"| 0.39, 0.00, 1599997.18| +| 0.00,-0.39, 5455893.68| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.3922426402568817, 0.3922426402568817)",True,lzw, +MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_11OCT2017.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_11OCT2017.tif,100.0,17,GTiff,uint8,,8151,19268,3,,"| 0.35, 0.00, 1599997.16| +| 0.00,-0.35, 5455893.47| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.3548426032066345, 0.3548426032066345)",True,lzw, +MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_20SEP2009.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_20SEP2009.tif,100.0,13,GTiff,uint8,,6918,16355,3,,"| 0.42, 0.00, 1599997.11| +| 0.00,-0.42, 5455893.54| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.4180896580219269, 0.4180896580219269)",True,lzw, +MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_10AUG2003.tif,100.0,16,GTiff,uint8,,4821,11396,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1599996.98| +| 0.00,-0.60, 5455893.62| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.599999999999971, 0.5999999999999673)",True,lzw, +MaxarImagery/HighFreq/Tasman/Motueka/Shorelines/Motueka_05APR2013.shp,MaxarImagery/HighFreq/Tasman/Motueka/Imagery/Stack/Motueka_05APR2013.tif,100.0,17,GTiff,uint8,,5866,13869,3,,"| 0.49, 0.00, 1599997.25| +| 0.00,-0.49, 5455893.51| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.49300509691238403, 0.49300509691238403)",True,lzw, +MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_10AUG2003.tif,100.0,32,GTiff,uint8,,7383,14699,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1600249.56| +| 0.00,-0.60, 5465143.89| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999748, 0.599999999999962)",True,lzw, +MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_28AUG2006.tif,100.0,31,GTiff,uint8,,7383,14699,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1600249.56| +| 0.00,-0.60, 5465143.89| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999748, 0.599999999999962)",True,lzw, +MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_19APR2017.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_19APR2017.tif,100.0,27,GTiff,uint8,,8859,17639,3,,"| 0.50, 0.00, 1600249.96| +| 0.00,-0.50, 5465144.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_09FEB2011.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_09FEB2011.tif,100.0,30,GTiff,uint8,,8859,17639,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1600249.96| +| 0.00,-0.50, 5465144.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/SandyBay/Shorelines/SandyBay_02FEB2021.shp,MaxarImagery/HighFreq/Tasman/SandyBay/Imagery/Stack/SandyBay_02FEB2021.tif,100.0,27,GTiff,uint8,,8859,17639,3,,"| 0.50, 0.00, 1600249.96| +| 0.00,-0.50, 5465144.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_14DEC2006.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_14DEC2006.tif,100.0,1,GTiff,uint8,,13464,7673,3,,"| 0.60, 0.00, 1608618.85| +| 0.00,-0.60, 5433581.73| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.6000000000000104, 0.5999999999999758)",False,lzw, +MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_19FEB2010.tif,100.0,1,GTiff,uint8,,13464,7673,3,,"| 0.60, 0.00, 1608618.85| +| 0.00,-0.60, 5433581.73| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.6000000000000104, 0.5999999999999758)",False,lzw, +MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_17FEB2018.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_17FEB2018.tif,100.0,1,GTiff,uint8,,16158,9207,3,,"| 0.50, 0.00, 1608618.86| +| 0.00,-0.50, 5433581.44| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_23DEC2014.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_23DEC2014.tif,100.0,1,GTiff,uint8,,16158,9207,3,,"| 0.50, 0.00, 1608618.86| +| 0.00,-0.50, 5433581.44| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Tasman/Moturoa/Shorelines/Moturoa_18MAR2021.shp,MaxarImagery/HighFreq/Tasman/Moturoa/Imagery/STACK/Moturoa_18MAR2021.tif,100.0,1,GTiff,uint8,,16158,9207,3,,"| 0.50, 0.00, 1608618.86| +| 0.00,-0.50, 5433581.44| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_09FEB2011.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_09FEB2011.tif,100.0,16,GTiff,uint8,,8725,17038,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1599379.00| +| 0.00,-0.50, 5485205.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_26OCT2017.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_26OCT2017.tif,100.0,14,GTiff,uint8,,8725,17038,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1599379.00| +| 0.00,-0.50, 5485205.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_10AUG2003.tif,100.0,18,GTiff,uint8,,7271,14198,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1599378.91| +| 0.00,-0.60, 5485204.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999808, 0.5999999999999869)",True,lzw, +MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_25APR2014.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_25APR2014.tif,100.0,14,GTiff,uint8,,8725,17038,3,,"| 0.50, 0.00, 1599379.00| +| 0.00,-0.50, 5485205.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/Totaranui/Shorelines/Totaranui_31DEC2020.shp,MaxarImagery/HighFreq/Tasman/Totaranui/Imagery/Stack/Totaranui_31DEC2020.tif,100.0,12,GTiff,uint8,,10667,20833,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.41, 0.00, 1599378.99| +| 0.00,-0.41, 5485205.14| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4089413583278656, 0.4089413583278656)",True,lzw, +MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_27AUG2019.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_27AUG2019.tif,100.0,20,GTiff,uint8,,5615,43367,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1572560.72| +| 0.00,-0.38, 5507410.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3782474100589752, 0.3782474100589752)",True,lzw, +MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_17FEB2012.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_17FEB2012.tif,100.0,22,GTiff,uint8,,4248,32807,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1572560.68| +| 0.00,-0.50, 5507410.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_13MAR2021.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_13MAR2021.tif,100.0,18,GTiff,uint8,,4248,32807,3,,"| 0.50, 0.00, 1572560.68| +| 0.00,-0.50, 5507410.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_04JUN2003.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_04JUN2003.tif,100.0,17,GTiff,uint8,,3540,27339,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1572560.68| +| 0.00,-0.60, 5507410.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.5999999999999795)",True,lzw, +MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_19JUL2015.shp,MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Imagery/Stack/RuataniwhaInlet_19JUL2015.tif,100.0,19,GTiff,uint8,,4248,32807,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1572560.68| +| 0.00,-0.50, 5507410.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_05DEC2020.tif,100.0,17,GTiff,uint8,,3539,17448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1603801.98| +| 0.00,-0.50, 5474684.09| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_21FEB2010.tif,100.0,16,GTiff,uint8,,3874,19104,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1603802.00| +| 0.00,-0.46, 5474684.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4566778540611267, 0.4566778540611267)",True,lzw, +MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25JUN2013.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_25JUN2013.tif,100.0,16,GTiff,uint8,,3539,17448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1603801.98| +| 0.00,-0.50, 5474684.09| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_25FEB2016.tif,100.0,17,GTiff,uint8,,3539,17448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1603801.98| +| 0.00,-0.50, 5474684.09| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/TorrentBay/Imagery/Stack/TorrentBay_28AUG2006.tif,100.0,16,GTiff,uint8,,2949,14540,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1603801.78| +| 0.00,-0.60, 5474684.09| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000474, 0.6)",True,lzw, +MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_19APR2017.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_19APR2017.tif,100.0,3,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| +| 0.00,-0.50, 5446080.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_10AUG2003.tif,100.0,2,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| +| 0.00,-0.60, 5446080.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000179, 0.6000000000000276)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_19FEB2010.tif,100.0,3,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| +| 0.00,-0.60, 5446080.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000179, 0.6000000000000276)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_01JUL2020.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_01JUL2020.tif,100.0,5,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| +| 0.00,-0.50, 5446080.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_28AUG2006.tif,100.0,2,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| +| 0.00,-0.60, 5446080.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000179, 0.6000000000000276)",False,lzw, +MaxarImagery/HighFreq/Tasman/MoutereRiver/Shorelines/MoutereRiver_25JUN2013.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_25JUN2013.tif,100.0,4,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| +| 0.00,-0.50, 5446080.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_04APR2021.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_04APR2021.tif,100.0,17,GTiff,uint8,,10618,37532,3,,"| 0.50, 0.00, 1453037.23| +| 0.00,-0.50, 5071252.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_22JAN2013.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_22JAN2013.tif,100.0,17,GTiff,uint8,,10094,37523,3,,"| 0.50, 0.00, 1453555.75| +| 0.00,-0.50, 5071247.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_18OCT2017.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_18OCT2017.tif,100.0,0,GTiff,uint8,,10094,37523,3,,"| 0.50, 0.00, 1453555.75| +| 0.00,-0.50, 5071247.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_26FEB2006.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_26FEB2006.tif,100.0,19,GTiff,uint8,,8412,31269,3,,"| 0.60, 0.00, 1453555.86| +| 0.00,-0.60, 5071247.43| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5999999999999944, 0.5999999999999821)",True,lzw, +MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_23MAY2019.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_23MAY2019.tif,100.0,13,GTiff,uint8,,11848,44046,3,,"| 0.43, 0.00, 1453556.14| +| 0.00,-0.43, 5071247.89| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.4259568750858307, 0.4259568750858307)",True,lzw, +MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_02JUN2010.shp,MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Imagery/Stack/Wainono_PareoraRiver_02JUN2010.tif,100.0,20,GTiff,uint8,,8412,31269,3,,"| 0.60, 0.00, 1453555.86| +| 0.00,-0.60, 5071247.43| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5999999999999944, 0.5999999999999821)",True,lzw, +MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_09APR2010.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_09APR2010.tif,100.0,0,GTiff,uint8,,8156,21051,3,,"| 0.60, 0.00, 1457642.27| +| 0.00,-0.60, 5083673.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5999999999999258, 0.5999999999998938)",False,lzw, +MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_16MAR2012.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_16MAR2012.tif,100.0,0,GTiff,uint8,,9787,25261,3,,"| 0.50, 0.00, 1457642.37| +| 0.00,-0.50, 5083673.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_11FEB2015.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_11FEB2015.tif,100.0,0,GTiff,uint8,,10829,27948,3,,"| 0.45, 0.00, 1457642.09| +| 0.00,-0.45, 5083673.41| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.45194464921951294, 0.45194464921951294)",False,lzw, +MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_07AUG2005.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_07AUG2005.tif,100.0,0,GTiff,uint8,,8156,21051,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1457642.27| +| 0.00,-0.60, 5083673.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999258, 0.5999999999998938)",False,lzw, +MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_12MAY2019.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_12MAY2019.tif,100.0,0,GTiff,uint8,,13483,34797,3,,"| 0.36, 0.00, 1457642.14| +| 0.00,-0.36, 5083673.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.36298060417175293, 0.36298060417175293)",False,lzw, +MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_30JAN2021.shp,MaxarImagery/HighFreq/Canterbury/PareoraRiver_Timaru/Imagery/Stack/PareoraRiver_Timaru_30JAN2021.tif,100.0,0,GTiff,uint8,,11389,29393,3,,"| 0.43, 0.00, 1457642.22| +| 0.00,-0.43, 5083673.13| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.42971161007881165, 0.42971161007881165)",False,lzw, +MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_24FEB2020.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_24FEB2020.tif,100.0,0,GTiff,uint8,,6315,8973,3,,"| 0.50, 0.00, 1460259.62| +| 0.00,-0.50, 5089748.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_28FEB2010.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_28FEB2010.tif,100.0,0,GTiff,uint8,,6315,8973,3,,"| 0.50, 0.00, 1460259.62| +| 0.00,-0.50, 5089748.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_16AUG2017.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_16AUG2017.tif,100.0,0,GTiff,uint8,,8729,12399,3,,"| 0.36, 0.00, 1460259.45| +| 0.00,-0.36, 5089748.26| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.361804723739624, 0.361804723739624)",False,lzw, +MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_24FEB2019.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_24FEB2019.tif,100.0,0,GTiff,uint8,,8106,11516,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.39, 0.00, 1460259.42| +| 0.00,-0.39, 5089748.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3895632326602936, 0.3895632326602936)",False,lzw, +MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_24MAR2012.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_24MAR2012.tif,100.0,0,GTiff,uint8,,6315,8973,3,,"| 0.50, 0.00, 1460259.62| +| 0.00,-0.50, 5089748.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_19SEP2014.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_19SEP2014.tif,100.0,0,GTiff,uint8,,6315,8973,3,,"| 0.50, 0.00, 1460259.62| +| 0.00,-0.50, 5089748.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Canterbury/Washdyke/Shorelines/Washdyke_07AUG2005.shp,MaxarImagery/HighFreq/Canterbury/Washdyke/Imagery/Stack/Washdyke_07AUG2005.tif,100.0,0,GTiff,uint8,,5264,7477,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1460259.32| +| 0.00,-0.60, 5089748.20| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000265, 0.600000000000025)",False,lzw, +MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_03NOV2009.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_03NOV2009.tif,100.0,0,GTiff,uint8,,5555,51846,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1452628.74| +| 0.00,-0.60, 5052615.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999998323, 0.5999999999998491)",False,lzw, +MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_14MAR2015.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_14MAR2015_2.tif,100.0,0,GTiff,uint8,,7024,65553,3,,"| 0.47, 0.00, 1452628.68| +| 0.00,-0.47, 5052616.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.474545955657959, 0.474545955657959)",True,lzw, +MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_30JAN2021.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_30JAN2021_2.tif,100.0,0,GTiff,uint8,,7880,73548,3,,"| 0.42, 0.00, 1452628.78| +| 0.00,-0.42, 5052615.87| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.42295700311660767, 0.42295700311660767)",False,lzw, +MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_26FEB2006.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_26FEB2006.tif,100.0,0,GTiff,uint8,,5555,51846,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1452628.74| +| 0.00,-0.60, 5052615.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999998323, 0.5999999999998491)",False,lzw, +MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Shorelines/WaitakiRiver_Wainono_03FEB2019.shp,MaxarImagery/HighFreq/Canterbury/WaitakiRiver_Wainono/Imagery/Stack/WaitakiRiver_Wainono_03FEB2019.tif,100.0,0,GTiff,uint8,,6676,62315,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1452628.87| +| 0.00,-0.50, 5052616.18| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.49920499324798584, 0.49920499324798584)",False,lzw, +MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_22JAN2020.shp,MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Imagery/Stack/Newbrighton_22JAN2020.tif,100.0,7,GTiff,uint8,,4305,14053,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1578208.34| +| 0.00,-0.45, 5182977.94| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4473707973957062, 0.4473707973957062)",True,lzw, +MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_04NOV2015.shp,MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Imagery/Stack/Newbrighton_04NOV2015.tif,100.0,7,GTiff,uint8,,3853,12572,3,,"| 0.50, 0.00, 1578208.23| +| 0.00,-0.50, 5182977.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_03FEB2010.shp,MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Imagery/Stack/Newbrighton_03FEB2010.tif,100.0,5,GTiff,uint8,,3853,12572,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1578208.23| +| 0.00,-0.50, 5182977.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_11FEB2006.shp,MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Imagery/Stack/Newbrighton_11FEB2006.tif,100.0,5,GTiff,uint8,,3209,10477,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1578208.73| +| 0.00,-0.60, 5182977.81| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.599999999999971, 0.5999999999999289)",True,lzw, +MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_17FEB2018.shp,MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Imagery/Stack/Newbrighton_17FEB2018.tif,100.0,3,GTiff,uint8,,3853,12572,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1578208.23| +| 0.00,-0.50, 5182977.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_29JAN2003.shp,MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Imagery/Stack/Newbrighton_29JAN2003.tif,100.0,4,GTiff,uint8,,3209,10477,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1578208.73| +| 0.00,-0.60, 5182977.81| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.599999999999971, 0.5999999999999289)",True,lzw, +MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_19OCT2012.shp,MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Imagery/Stack/Newbrighton_19OCT2012.tif,100.0,6,GTiff,uint8,,4218,13768,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1578208.47| +| 0.00,-0.46, 5182978.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4566200375556946, 0.4566200375556946)",True,lzw, +MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_21APR2017.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_21APR2017.tif,100.0,7,GTiff,uint8,,13540,5789,3,,"| 0.39, 0.00, 1530948.94| +| 0.00,-0.39, 5139015.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.39058923721313477, 0.39058923721313477)",True,lzw, +MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_06FEB2007.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_06FEB2007.tif,100.0,4,GTiff,uint8,,8815,3769,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1530949.01| +| 0.00,-0.60, 5139015.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.5999999999998518)",True,lzw, +MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_28MAR2011.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_28MAR2011.tif,100.0,6,GTiff,uint8,,10577,4523,3,,"| 0.50, 0.00, 1530949.01| +| 0.00,-0.50, 5139015.80| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_14JAN2004.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_14JAN2004.tif,100.0,5,GTiff,uint8,,8815,3769,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1530949.01| +| 0.00,-0.60, 5139015.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.5999999999998518)",True,lzw, +MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_19AUG2015.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_19AUG2015.tif,100.0,3,GTiff,uint8,,10577,4523,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1530949.01| +| 0.00,-0.50, 5139015.80| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_18JAN2020.shp,MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Imagery/Stack/RakaiaSouth_18JAN2020.tif,100.0,0,GTiff,uint8,,14416,6164,3,,"| 0.37, 0.00, 1530949.07| +| 0.00,-0.37, 5139015.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.36684054136276245, 0.36684054136276245)",True,lzw, +MaxarImagery/HighFreq/Otago/Oamaru/Shorelines/Oamaru_04APR2018.shp,MaxarImagery/HighFreq/Otago/Oamaru/Imagery/Stack/Oamaru_04APR2018.tif,100.0,0,GTiff,uint8,,15287,16595,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.41, 0.00, 1440271.78| +| 0.00,-0.41, 5010209.99| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.41223570704460144, 0.41223570704460144)",True,lzw, +MaxarImagery/HighFreq/Otago/Oamaru/Shorelines/Oamaru_06MAY2015.shp,MaxarImagery/HighFreq/Otago/Oamaru/Imagery/Stack/Oamaru_06MAY2015_2.tif,100.0,0,GTiff,uint8,,2677,2892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1445565.36| +| 0.00,-0.32, 5010210.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3230995237827301, 0.3230995237827301)",True,lzw, +MaxarImagery/HighFreq/Otago/Oamaru/Shorelines/Oamaru_25MAR2020.shp,MaxarImagery/HighFreq/Otago/Oamaru/Imagery/Stack/Oamaru_25MAR2020.tif,100.0,10,GTiff,uint8,,12603,13683,3,,"| 0.50, 0.00, 1440271.63| +| 0.00,-0.50, 5010209.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/Oamaru/Shorelines/Oamaru_06JAN2009.shp,MaxarImagery/HighFreq/Otago/Oamaru/Imagery/Stack/Oamaru_06JAN2009.tif,100.0,0,GTiff,uint8,,10503,11402,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1440271.83| +| 0.00,-0.60, 5010210.18| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000044, 0.6000000000000163)",True,lzw, +MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_22JAN2015.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_22JAN2015.tif,100.0,4,GTiff,uint8,,6408,10175,3,,"| 0.50, 0.00, 1416877.73| +| 0.00,-0.50, 4946766.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_03OCT2006.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_03OCT2006.tif,100.0,4,GTiff,uint8,,5340,8479,3,,"| 0.60, 0.00, 1416877.92| +| 0.00,-0.60, 4946766.94| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6, 0.6000000000000439)",True,lzw, +MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_15SEP2017.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_15SEP2017.tif,100.0,3,GTiff,uint8,,6408,10175,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1416877.73| +| 0.00,-0.50, 4946766.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_25FEB2010.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_25FEB2010.tif,100.0,3,GTiff,uint8,,6408,10175,3,,"| 0.50, 0.00, 1416877.73| +| 0.00,-0.50, 4946766.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/Waikouaiti/Shorelines/Waikouaiti_21MAR2021.shp,MaxarImagery/HighFreq/Otago/Waikouaiti/Imagery/Stack/Waikouaiti_21MAR2021.tif,100.0,5,GTiff,uint8,,7264,11533,3,,"| 0.44, 0.00, 1416877.90| +| 0.00,-0.44, 4946766.85| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.4411159157752991, 0.4411159157752991)",True,lzw, +MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Shorelines/TaieriBeachMouth_01OCT2020.shp,MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Imagery/Stack/TaieriBeachMouth_01OCT2020.tif,100.0,11,GTiff,uint8,,6236,15559,3,,"| 0.50, 0.00, 1382954.24| +| 0.00,-0.50, 4899815.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Shorelines/TaieriBeachMouth_25DEC2014.shp,MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Imagery/Stack/TaieriBeachMouth_25DEC2014.tif,100.0,8,GTiff,uint8,,6236,15559,3,,"| 0.50, 0.00, 1382954.24| +| 0.00,-0.50, 4899815.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Shorelines/TaieriBeachMouth_24MAY2017.shp,MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Imagery/Stack/TaieriBeachMouth_24MAY2017.tif,100.0,12,GTiff,uint8,,6236,15559,3,,"| 0.50, 0.00, 1382954.24| +| 0.00,-0.50, 4899815.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Shorelines/TaieriBeachMouth_11MAY2011.shp,MaxarImagery/HighFreq/Otago/TaieriBeachMouth/Imagery/Stack/TaieriBeachMouth_11MAY2011.tif,100.0,8,GTiff,uint8,,6236,15559,3,,"| 0.50, 0.00, 1382954.24| +| 0.00,-0.50, 4899815.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/Tahakopa/Shorelines/Tahakopa_17FEB2019.shp,MaxarImagery/HighFreq/Otago/Tahakopa/Imagery/Stacked/Tahakopa_17FEB2019.tif,100.0,2,GTiff,uint8,,8744,3557,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1329506.46| +| 0.00,-0.50, 4838440.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/Tahakopa/Shorelines/Tahakopa_28APR2004.shp,MaxarImagery/HighFreq/Otago/Tahakopa/Imagery/Stacked/Tahakopa_28APR2004.tif,100.0,8,GTiff,uint8,,7286,2965,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1329506.55| +| 0.00,-0.60, 4838441.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000127, 0.6)",True,lzw, +MaxarImagery/HighFreq/Otago/Tahakopa/Shorelines/Tahakopa_25MAR2020.shp,MaxarImagery/HighFreq/Otago/Tahakopa/Imagery/Stacked/Tahakopa_25MAR2020.tif,100.0,3,GTiff,uint8,,9381,3817,3,,"| 0.47, 0.00, 1329506.58| +| 0.00,-0.47, 4838440.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.46601638197898865, 0.46601638197898865)",True,lzw, +MaxarImagery/HighFreq/Otago/Tahakopa/Shorelines/Tahakopa_13SEP2015.shp,MaxarImagery/HighFreq/Otago/Tahakopa/Imagery/Stacked/Tahakopa_13SEP2015.tif,100.0,2,GTiff,uint8,,8744,3557,3,,"| 0.50, 0.00, 1329506.46| +| 0.00,-0.50, 4838440.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/Tahakopa/Shorelines/Tahakopa_06DEC2008.shp,MaxarImagery/HighFreq/Otago/Tahakopa/Imagery/Stacked/Tahakopa_06DEC2008.tif,100.0,4,GTiff,uint8,,7286,2965,3,,"| 0.60, 0.00, 1329506.55| +| 0.00,-0.60, 4838441.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.6000000000000127, 0.6)",True,lzw, +MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_03FEB2019.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_03FEB2019.tif,100.0,0,GTiff,uint8,,17910,25433,3,,"| 0.50, 0.00, 1445206.89| +| 0.00,-0.50, 5021994.02| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_17JAN2015.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_17JAN2015.tif,100.0,0,GTiff,uint8,,17910,25433,3,,"| 0.50, 0.00, 1445206.89| +| 0.00,-0.50, 5021994.02| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_06JAN2009.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_06JAN2009.tif,100.0,0,GTiff,uint8,,14925,21194,3,,"| 0.60, 0.00, 1445206.79| +| 0.00,-0.60, 5021993.92| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6, 0.5999999999999737)",False,lzw, +MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_31JAN2021.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_31JAN2021.tif,100.0,3,GTiff,uint8,,24229,34406,3,,"| 0.37, 0.00, 1445206.87| +| 0.00,-0.37, 5021994.34| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.36960816383361816, 0.36960816383361816)",False,lzw, +MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_11MAR2020.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_11MAR2020.tif,100.0,0,GTiff,uint8,,17910,25433,3,,"| 0.50, 0.00, 1445206.89| +| 0.00,-0.50, 5021994.02| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Otago/OamaruNorth/Shorelines/OamaruNorth_10DEC2010.shp,MaxarImagery/HighFreq/Otago/OamaruNorth/Imagery/Stack/OamaruNorth_10DEC2010.tif,100.0,0,GTiff,uint8,,18303,25990,3,,"| 0.49, 0.00, 1445206.57| +| 0.00,-0.49, 5021994.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.4892940819263458, 0.4892940819263458)",False,lzw, +MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_20MAR2014.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_20MAR2014.tif,100.0,10,GTiff,uint8,,7176,5400,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1418391.07| +| 0.00,-0.60, 4930131.26| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5998212099075317, 0.5998212099075317)",True,lzw, +MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_29APR2011.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_29APR2011.tif,100.0,8,GTiff,uint8,,8607,6479,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1418391.42| +| 0.00,-0.50, 4930131.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_21OCT2016.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_21OCT2016.tif,100.0,10,GTiff,uint8,,8703,6551,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1418391.26| +| 0.00,-0.49, 4930131.60| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.49449998140335083, 0.49449998140335083)",True,lzw, +MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_08JULY2019.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_08JULY2019.tif,100.0,9,GTiff,uint8,,10928,8227,3,,"| 0.39, 0.00, 1418391.40| +| 0.00,-0.39, 4930131.37| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.3937685489654541, 0.3937685489654541)",False,lzw, +MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_23AUG2007.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_23AUG2007.tif,100.0,9,GTiff,uint8,,7173,5399,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1418391.33| +| 0.00,-0.60, 4930131.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000065, 0.600000000000069)",True,lzw, +MaxarImagery/HighFreq/Otago/Aramoana/Shorelines/Aramoana_29JUNE2004.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_29JUNE2004.tif,100.0,8,GTiff,uint8,,7173,5399,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1418391.33| +| 0.00,-0.60, 4930131.53| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000065, 0.600000000000069)",True,lzw, +MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_17NOV2017.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_17NOV2017.tif,100.0,5,GTiff,uint8,,3561,6269,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1413003.02| +| 0.00,-0.50, 4935531.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_20MAR2014.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_20MAR2014.tif,100.0,4,GTiff,uint8,,2970,5226,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1413002.82| +| 0.00,-0.60, 4935531.33| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5998212099075317, 0.5998212099075317)",False,lzw, +MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_28DEC2011.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_28DEC2011.tif,100.0,4,GTiff,uint8,,3561,6269,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1413003.02| +| 0.00,-0.50, 4935531.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_18AUG2007.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_18AUG2007.tif,100.0,3,GTiff,uint8,,2969,5224,3,,"| 0.60, 0.00, 1413002.71| +| 0.00,-0.60, 4935531.47| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.600000000000047, 0.6000000000000714)",False,lzw, +MaxarImagery/HighFreq/Otago/Warrington/Shorelines/Warrington_16SEP2019.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_16SEP2019.tif,100.0,4,GTiff,uint8,,3561,6269,3,,"| 0.50, 0.00, 1413003.02| +| 0.00,-0.50, 4935531.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_10Sep2009.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_10SEP2009.tif,100.0,8,GTiff,uint8,,5961,3587,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1419664.80| +| 0.00,-0.60, 4917624.81| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000156, 0.6000000000000519)",True,lzw, +MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_07Nov2012.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_07NOV2012.tif,100.0,8,GTiff,uint8,,7153,4305,3,,"| 0.50, 0.00, 1419664.90| +| 0.00,-0.50, 4917624.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_04Apr2021.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_04APR2021.tif,100.0,8,GTiff,uint8,,9175,5521,3,,"| 0.39, 0.00, 1419664.90| +| 0.00,-0.39, 4917625.11| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.3898615539073944, 0.3898615539073944)",True,lzw, +MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_30Sep2010.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_30SEP2010.tif,100.0,8,GTiff,uint8,,7153,4305,3,,"| 0.50, 0.00, 1419664.90| +| 0.00,-0.50, 4917624.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_14Mar2015.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_14MAR2015.tif,100.0,9,GTiff,uint8,,7153,4305,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1419664.90| +| 0.00,-0.50, 4917624.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_15Sep2017.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_15SEP2017.tif,100.0,10,GTiff,uint8,,7153,4305,3,,"| 0.50, 0.00, 1419664.90| +| 0.00,-0.50, 4917624.82| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/AllansBeach/Shorelines/AllansBeach_13Jan2005.shp,MaxarImagery/HighFreq/Otago/AllansBeach/Imagery/Stack/AllansBeach_13JAN2005.tif,100.0,9,GTiff,uint8,,5961,3587,3,,"| 0.60, 0.00, 1419664.80| +| 0.00,-0.60, 4917624.81| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.6000000000000156, 0.6000000000000519)",True,lzw, +MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_21JAN2013.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_21JAN2013.tif,100.0,6,GTiff,uint8,,9691,1502,3,,"| 0.60, 0.00, 1405487.47| +| 0.00,-0.60, 4913672.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.6000000000000096, 0.600000000000124)",True,lzw, +MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_05FEB2021.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_05FEB2021.tif,100.0,9,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| +| 0.00,-0.50, 4913672.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_19FEB2010.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_19FEB2010.tif,100.0,6,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| +| 0.00,-0.50, 4913672.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_13JAN2005.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_13JAN2005.tif,100.0,6,GTiff,uint8,,9691,1502,3,,"| 0.60, 0.00, 1405487.47| +| 0.00,-0.60, 4913672.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6000000000000096, 0.600000000000124)",True,lzw, +MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_31JAN2017.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_31JAN2017.tif,100.0,8,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| +| 0.00,-0.50, 4913672.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_06DEC2008.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_06DEC2008.tif,100.0,1,GTiff,uint8,,5135,5586,3,,"| 0.60, 0.00, 1325856.89| +| 0.00,-0.60, 4835906.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.6, 0.5999999999999334)",True,lzw, +MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_02FEB2016.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_02FEB2016.tif,100.0,1,GTiff,uint8,,7991,8692,3,,"| 0.39, 0.00, 1325856.66| +| 0.00,-0.39, 4835906.42| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.3855539560317993, 0.3855539560317993)",True,lzw, +MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_28APR2004.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_28APR2004.tif,100.0,1,GTiff,uint8,,5135,5586,3,,"| 0.60, 0.00, 1325856.89| +| 0.00,-0.60, 4835906.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.6, 0.5999999999999334)",True,lzw, +MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_25MAR2020.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_25MAR2020.tif,100.0,2,GTiff,uint8,,6612,7192,3,,"| 0.47, 0.00, 1325856.62| +| 0.00,-0.47, 4835906.47| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.46601638197898865, 0.46601638197898865)",True,lzw, +MaxarImagery/HighFreq/Otago/Tautuku/Shorelines/Tautuku_02May2013.shp,MaxarImagery/HighFreq/Otago/Tautuku/Imagery/Stack/Tautuku_02MAY2013.tif,100.0,2,GTiff,uint8,,6162,6702,3,,"| 0.50, 0.00, 1325856.99| +| 0.00,-0.50, 4835906.34| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_10JUN2012.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_10JUN2012.tif,100.0,18,GTiff,uint8,,9439,8054,3,,"| 0.47, 0.00, 1610547.60| +| 0.00,-0.47, 6110721.86| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.4692269563674927, 0.4692269563674927)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_28JUN2013.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_28JUN2013.tif,100.0,18,GTiff,uint8,,8857,7558,3,,"| 0.50, 0.00, 1610547.58| +| 0.00,-0.50, 6110721.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_18APR2011.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_18APR2011.tif,100.0,20,GTiff,uint8,,8857,7558,3,,"| 0.50, 0.00, 1610547.58| +| 0.00,-0.50, 6110721.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_16FEB2004.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_16FEB2004.TIF,100.0,17,GTiff,uint8,,7380,6298,3,,"| 0.60, 0.00, 1610548.08| +| 0.00,-0.60, 6110721.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.6, 0.5999999999999704)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_22JUN2019.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_22JUN2019.TIF,100.0,14,GTiff,uint8,,8857,7558,3,,"| 0.50, 0.00, 1610547.58| +| 0.00,-0.50, 6110721.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_15JUL2006.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_15JUL2006.tif,100.0,16,GTiff,uint8,,7380,6298,3,,"| 0.60, 0.00, 1610548.08| +| 0.00,-0.60, 6110721.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5999999999999369, 0.5999999999999704)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_12SEP2018.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_12SEP2018.TIF,100.0,14,GTiff,uint8,,8857,7558,3,,"| 0.50, 0.00, 1610547.58| +| 0.00,-0.50, 6110721.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_28APR2014.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_28APR2014.tif,100.0,23,GTiff,uint8,,9350,7978,3,,"| 0.47, 0.00, 1610547.73| +| 0.00,-0.47, 6110721.68| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.4736606478691101, 0.4736606478691101)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_05NOV2016.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_05NOV2016.tif,100.0,20,GTiff,uint8,,9048,7721,3,,"| 0.49, 0.00, 1610548.03| +| 0.00,-0.49, 6110721.55| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.4894377589225769, 0.4894377589225769)",True,lzw, +MaxarImagery/HighFreq/Northland/Ahipara/Shorelines/Ahipara_31AUG2015.shp,MaxarImagery/HighFreq/Northland/Ahipara/Stack/Ahipara_31AUG2015.tif,100.0,13,GTiff,uint8,,9841,8398,3,,"| 0.45, 0.00, 1610547.86| +| 0.00,-0.45, 6110721.54| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.4499999999999953, 0.44999999999995566)",True,lzw, +MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_15FEB2018.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_15FEB2018.tif,100.0,2,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| +| 0.00,-0.50, 6033438.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_20JAN2010.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_20JAN2010.tif,100.0,2,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| +| 0.00,-0.50, 6033438.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_19APR2007.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_19APR2007.tif,100.0,2,GTiff,uint8,,7295,12707,3,,"| 0.60, 0.00, 1731264.78| +| 0.00,-0.60, 6033438.30| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.6, 0.6000000000000146)",False,lzw, +MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_14NOV2011.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_14NOV2011.tif,100.0,2,GTiff,uint8,,7295,12707,3,,"| 0.60, 0.00, 1731264.78| +| 0.00,-0.60, 6033438.30| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,12,"(0.6, 0.6000000000000146)",False,lzw, +MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_03MAY2021.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_03MAY2021.tif,100.0,3,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| +| 0.00,-0.50, 6033438.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_26DEC2015.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_26DEC2015.tif,100.0,2,GTiff,uint8,,12333,21483,3,,"| 0.35, 0.00, 1731264.50| +| 0.00,-0.35, 6033438.44| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.35488930344581604, 0.35488930344581604)",False,lzw, +MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_23APR2014.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_23APR2014.tif,100.0,2,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| +| 0.00,-0.50, 6033438.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,13,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_01JAN2020.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_01JAN2020.tif,100.0,4,GTiff,uint8,,8755,15248,3,,"| 0.50, 0.00, 1731264.27| +| 0.00,-0.50, 6033438.22| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Northland/MarsdenPoint/Shorelines/MarsdenPoint_01MAR2017.shp,MaxarImagery/HighFreq/Northland/MarsdenPoint/Imagery/Stack/MarsdenPoint_01MAR2017.tif,100.0,2,GTiff,uint8,,11759,20484,3,,"| 0.37, 0.00, 1731264.61| +| 0.00,-0.37, 6033438.45| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,14,"(0.3721977472305298, 0.3721977472305298)",False,lzw, +MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_14NOV2011.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_14NOV2011.tif,100.0,7,GTiff,uint8,,3072,7064,3,,"| 0.60, 0.00, 1729267.66| +| 0.00,-0.60, 6078552.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5999999999999849, 0.6000000000000527)",True,lzw, +MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_04NOV2019.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_04NOV2019.tif,100.0,9,GTiff,uint8,,4607,10595,3,,"| 0.40, 0.00, 1729267.70| +| 0.00,-0.40, 6078552.54| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.4000000000000101, 0.4)",True,lzw, +MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_24MAR2010.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_24MAR2010.tif,100.0,8,GTiff,uint8,,3685,8476,3,,"| 0.50, 0.00, 1729268.04| +| 0.00,-0.50, 6078552.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_23OCT2018.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_23OCT2018.tif,100.0,12,GTiff,uint8,,3685,8476,3,,"| 0.50, 0.00, 1729268.04| +| 0.00,-0.50, 6078552.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_26DEC2015.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_26DEC2015.tif,100.0,13,GTiff,uint8,,4606,10595,3,,"| 0.40, 0.00, 1729267.99| +| 0.00,-0.40, 6078552.40| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.39999999999997976, 0.4)",True,lzw, +MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_11DEC2013.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_11DEC2013.tif,100.0,10,GTiff,uint8,,3685,8476,3,,"| 0.50, 0.00, 1729268.04| +| 0.00,-0.50, 6078552.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_28AUG2006.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_28AUG2006.tif,100.0,10,GTiff,uint8,,3072,7064,3,,"| 0.60, 0.00, 1729267.66| +| 0.00,-0.60, 6078552.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5999999999999849, 0.6000000000000527)",True,lzw, +MaxarImagery/HighFreq/Northland/Mimiwhangata/Shorelines/Mimiwhangata_04JUNE2008.shp,MaxarImagery/HighFreq/Northland/Mimiwhangata/Imagery/Stack/Mimiwhangata_04JUNE2008.tif,100.0,7,GTiff,uint8,,3072,7064,3,,"| 0.60, 0.00, 1729267.66| +| 0.00,-0.60, 6078552.88| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5999999999999849, 0.6000000000000527)",True,lzw, +MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_27DEC2015.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_27DEC2015.tif,100.0,14,GTiff,uint8,,19727,37576,3,,"| 0.34, 0.00, 1633577.95| +| 0.00,-0.34, 6140916.59| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.3364321291446686, 0.3364321291446686)",True,lzw, +MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_03DEC2017.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_03DEC2017.tif,100.0,15,GTiff,uint8,,13274,25284,3,,"| 0.50, 0.00, 1633578.04| +| 0.00,-0.50, 6140916.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_03APR2003.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_03APR2003.tif,100.0,6,GTiff,uint8,,11062,21070,3,,"| 0.60, 0.00, 1633577.74| +| 0.00,-0.60, 6140916.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5999999999999958, 0.6)",True,lzw, +MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_13SEP2012.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_13SEP2012.tif,100.0,13,GTiff,uint8,,13274,25284,3,,"| 0.50, 0.00, 1633578.04| +| 0.00,-0.50, 6140916.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_13FEB2019.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_13FEB2019.tif,100.0,18,GTiff,uint8,,20501,39051,3,,"| 0.32, 0.00, 1633578.00| +| 0.00,-0.32, 6140916.67| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.32372793555259705, 0.32372793555259705)",True,lzw, +MaxarImagery/HighFreq/Northland/TokerauBeach/Shorelines/TokerauBeach_19DEC2020.shp,MaxarImagery/HighFreq/Northland/TokerauBeach/Imagery/Stack/TokerauBeach_19DEC2020.tif,100.0,14,GTiff,uint8,,13274,25284,3,,"| 0.50, 0.00, 1633578.04| +| 0.00,-0.50, 6140916.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_02NOV2015.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_02NOV2015.tif,100.0,13,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| +| 0.00,-0.50, 6071246.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_01JAN2010.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_01JAN2010.tif,100.0,20,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| +| 0.00,-0.50, 6071246.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_14JUN2018.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_14JUN2018.tif,100.0,14,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| +| 0.00,-0.50, 6071246.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_15JUL2006.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_15JUL2006.tif,100.0,19,GTiff,uint8,,4990,6577,3,,"| 0.60, 0.00, 1633271.64| +| 0.00,-0.60, 6071246.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.6, 0.6000000000000283)",True,lzw, +MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_11JAN2004.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_11JAN2004.tif,100.0,13,GTiff,uint8,,4990,6577,3,,"| 0.60, 0.00, 1633271.64| +| 0.00,-0.60, 6071246.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.6, 0.6000000000000283)",True,lzw, +MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_09FEB2012.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_09FEB2012.tif,100.0,16,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| +| 0.00,-0.50, 6071246.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Omapere/Shorelines/Omapere_30MAR2020.shp,MaxarImagery/HighFreq/Northland/Omapere/Imagery/Stack/Omapere_30MAR2020.tif,100.0,16,GTiff,uint8,,5989,7892,3,,"| 0.50, 0.00, 1633271.55| +| 0.00,-0.50, 6071246.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_03DEC2017.shp,MaxarImagery/HighFreq/Northland/Aranga/Stack/Aranga_03DEC2017.tif,100.0,6,GTiff,uint8,,5932,7389,3,,"| 0.47, 0.00, 1651491.89| +| 0.00,-0.47, 6041674.23| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.47128209471702576, 0.47128209471702576)",True,lzw, +MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_30MAR2020.shp,MaxarImagery/HighFreq/Northland/Aranga/Stack/Aranga_30MAR2020.tif,100.0,9,GTiff,uint8,,5592,6964,3,,"| 0.50, 0.00, 1651491.98| +| 0.00,-0.50, 6041674.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_22JAN2015.shp,MaxarImagery/HighFreq/Northland/Aranga/Stack/Aranga_22JAN2015.tif,100.0,6,GTiff,uint8,,5592,6964,3,,"| 0.50, 0.00, 1651491.98| +| 0.00,-0.50, 6041674.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,13,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_07NOV2004.shp,MaxarImagery/HighFreq/Northland/Aranga/Stack/Aranga_07NOV2004.tif,100.0,4,GTiff,uint8,,4659,5804,3,,"| 0.60, 0.00, 1651492.18| +| 0.00,-0.60, 6041674.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.59999999999998, 0.5999999999999037)",True,lzw, +MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_09NOV2012.shp,MaxarImagery/HighFreq/Northland/Aranga/Stack/Aranga_09NOV2012.tif,100.0,3,GTiff,uint8,,5592,6964,3,,"| 0.50, 0.00, 1651491.98| +| 0.00,-0.50, 6041674.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Aranga/Shorelines/Aranga_06DEC2008.shp,MaxarImagery/HighFreq/Northland/Aranga/Stack/Aranga_06DEC2008.tif,100.0,4,GTiff,uint8,,4659,5804,3,,"| 0.60, 0.00, 1651492.18| +| 0.00,-0.60, 6041674.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.59999999999998, 0.5999999999999037)",True,lzw, +MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_17MAY2006.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_17MAY2006.tif,100.0,7,GTiff,uint8,,4769,5161,3,,"| 0.60, 0.00, 1736710.74| +| 0.00,-0.60, 6049150.45| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5999999999999804, 0.5999999999999278)",True,lzw, +MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_29DEC2019.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_29DEC2019.tif,100.0,5,GTiff,uint8,,5723,6193,3,,"| 0.50, 0.00, 1736710.44| +| 0.00,-0.50, 6049150.47| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_05JAN2012.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_05JAN2012.tif,100.0,6,GTiff,uint8,,5722,6191,3,,"| 0.50, 0.00, 1736710.81| +| 0.00,-0.50, 6049150.11| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_28JUL2017.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_28JUL2017.tif,100.0,5,GTiff,uint8,,7152,7740,3,,"| 0.40, 0.00, 1736710.70| +| 0.00,-0.40, 6049150.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.4000000000000065, 0.4)",True,lzw, +MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_04FEB2010.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_04FEB2010.tif,100.0,3,GTiff,uint8,,6359,6880,3,,"| 0.45, 0.00, 1736710.43| +| 0.00,-0.45, 6049150.29| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.45000000000000734, 0.45)",True,lzw, +MaxarImagery/HighFreq/Northland/Pataua/Shorelines/Pataua_29SEP2015.shp,MaxarImagery/HighFreq/Northland/Pataua/Imagery/Stack/Pataua_29SEP2015.tif,100.0,7,GTiff,uint8,,7153,7741,3,,"| 0.40, 0.00, 1736710.68| +| 0.00,-0.40, 6049150.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.39999999999999347, 0.40000000000004815)",True,lzw, +MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_19JAN2011.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_19JAN2011.tif,100.0,12,GTiff,uint8,,13926,3770,3,,"| 0.42, 0.00, 1641755.04| +| 0.00,-0.42, 6128559.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,12,"(0.4225418269634247, 0.4225418269634247)",True,lzw, +MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_25FEB2020.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_25FEB2020_1.tif,100.0,8,GTiff,uint8,,16454,4469,3,,"| 0.36, 0.00, 1641754.83| +| 0.00,-0.36, 6128559.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,14,"(0.35646361112594604, 0.35646361112594604)",True,lzw, +MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_21JAN2006.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_21JAN2006.tif,100.0,10,GTiff,uint8,,9808,2655,3,,"| 0.60, 0.00, 1641754.85| +| 0.00,-0.60, 6128559.52| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,12,"(0.6000000000000048, 0.6)",True,lzw, +MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_03APR2003.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_03APR2003.tif,100.0,10,GTiff,uint8,,9808,2655,3,,"| 0.60, 0.00, 1641754.85| +| 0.00,-0.60, 6128559.52| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.6000000000000048, 0.6)",True,lzw, +MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_09APR2019.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_09APR2019.tif,100.0,7,GTiff,uint8,,11769,3187,3,,"| 0.50, 0.00, 1641754.95| +| 0.00,-0.50, 6128559.42| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,12,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_05FEB2017.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_05FEB2017_1.tif,100.0,9,GTiff,uint8,,16460,4738,3,,"| 0.33, 0.00, 1641754.72| +| 0.00,-0.33, 6128552.09| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,11,"(0.3347315788269043, 0.3347315788269043)",True,lzw, +MaxarImagery/HighFreq/Northland/CoopersBeach/Shorelines/CoopersBeach_09NOV2014.shp,MaxarImagery/HighFreq/Northland/CoopersBeach/Imagery/Stack/CoopersBeach_09NOV2014.tif,100.0,10,GTiff,uint8,,11769,3187,3,,"| 0.50, 0.00, 1641754.95| +| 0.00,-0.50, 6128559.42| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,13,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_29DEC2015.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_29DEC2015.tif,100.0,5,GTiff,uint8,,4167,3640,3,,"| 0.50, 0.00, 1637052.86| +| 0.00,-0.50, 6146859.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_03DEC2017.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_03DEC2017.tif,100.0,6,GTiff,uint8,,4167,3640,3,,"| 0.50, 0.00, 1637052.86| +| 0.00,-0.50, 6146859.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_13FEB2019.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_13FEB2019.tif,100.0,5,GTiff,uint8,,6435,5622,3,,"| 0.32, 0.00, 1637052.94| +| 0.00,-0.32, 6146859.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.32372793555259705, 0.32372793555259705)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_13SEP2012.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_13SEP2012.tif,100.0,5,GTiff,uint8,,4167,3640,3,,"| 0.50, 0.00, 1637052.86| +| 0.00,-0.50, 6146859.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_06APR2016.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_06APR2016.tif,100.0,4,GTiff,uint8,,4392,3837,3,,"| 0.47, 0.00, 1637052.80| +| 0.00,-0.47, 6146859.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.4744006097316742, 0.4744006097316742)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_15SEP2009.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_15SEP2009.tif,100.0,4,GTiff,uint8,,4379,3825,3,,"| 0.48, 0.00, 1637052.88| +| 0.00,-0.48, 6146859.85| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.47587502002716064, 0.47587502002716064)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_26APR2011.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_26APR2011.tif,100.0,5,GTiff,uint8,,4167,3640,3,,"| 0.50, 0.00, 1637052.86| +| 0.00,-0.50, 6146859.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_25FEB2020.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_25FEB2020.tif,100.0,4,GTiff,uint8,,5798,5111,3,,"| 0.36, 0.00, 1637072.09| +| 0.00,-0.36, 6146859.97| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.35605111718177795, 0.35605111718177795)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_05FEB2017.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_05FEB2017.tif,100.0,8,GTiff,uint8,,6221,5435,3,,"| 0.33, 0.00, 1637053.05| +| 0.00,-0.33, 6146859.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.3348745107650757, 0.3348745107650757)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_03APR2003.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_03APR2003.tif,100.0,5,GTiff,uint8,,3472,3034,3,,"| 0.60, 0.00, 1637053.06| +| 0.00,-0.60, 6146860.13| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5999999999999865, 0.6000000000001228)",True,lzw, +MaxarImagery/HighFreq/Northland/MataiBay/Shorelines/MataiBay_11OCT2014.shp,MaxarImagery/HighFreq/Northland/MataiBay/Imagery/STACK/MataiBay_11OCT2014.tif,100.0,5,GTiff,uint8,,5208,4550,3,,"| 0.40, 0.00, 1637053.03| +| 0.00,-0.40, 6146859.70| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.3999999999999911, 0.4)",True,lzw, +MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_24AUG2017.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_24AUG2017.tif,100.0,0,GTiff,uint8,,5593,15291,3,,"| 0.50, 0.00, 1448999.55| +| 0.00,-0.50, 5299683.77| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_23JUNE2019.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_23JUNE2019.tif,100.0,6,GTiff,uint8,,5722,15645,3,,"| 0.49, 0.00, 1448999.72| +| 0.00,-0.49, 5299683.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.4886845052242279, 0.4886845052242279)",True,lzw, +MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_27AUG2004.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_27AUG2004.tif,100.0,2,GTiff,uint8,,4660,12742,3,,"| 0.60, 0.00, 1448999.45| +| 0.00,-0.60, 5299683.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.6, 0.6000000000000146)",True,lzw, +MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_19OCT2010.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_19OCT2010.tif,100.0,5,GTiff,uint8,,5593,15291,3,,"| 0.50, 0.00, 1448999.55| +| 0.00,-0.50, 5299683.77| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_14DEC2014.shp,MaxarImagery/HighFreq/WestCoast/GreymouthSouth/Imagery/Stack/GreymouthSouth_14DEC2014.tif,100.0,3,GTiff,uint8,,5593,15291,3,,"| 0.50, 0.00, 1448999.55| +| 0.00,-0.50, 5299683.77| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/WestCoast/Hunt Beach/Shorelines/HuntBeach_11DEC2017.shp,MaxarImagery/HighFreq/WestCoast/Hunt Beach/Imagery/Stack/HuntBeach_11DEC2017.tif,100.0,0,GTiff,uint8,,14927,15170,3,,"| 0.47, 0.00, 1329137.88| +| 0.00,-0.47, 5179018.95| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.47375741600990295, 0.47375741600990295)",False,lzw, +MaxarImagery/HighFreq/WestCoast/Hunt Beach/Shorelines/HuntBeach_29JAN2007.shp,MaxarImagery/HighFreq/WestCoast/Hunt Beach/Imagery/Stack/HuntBeach_29JAN2007.tif,100.0,5,GTiff,uint8,,11786,11978,3,,"| 0.60, 0.00, 1329137.62| +| 0.00,-0.60, 5179018.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.6000000000000079, 0.5999999999999844)",True,lzw, +MaxarImagery/HighFreq/WestCoast/Hunt Beach/Shorelines/HuntBeach_28FEB2022.shp,MaxarImagery/HighFreq/WestCoast/Hunt Beach/Imagery/Stack/HuntBeach_28FEB2022.tif,100.0,7,GTiff,uint8,,14143,14374,3,,"| 0.50, 0.00, 1329138.00| +| 0.00,-0.50, 5179019.34| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/WestCoast/Hunt Beach/Shorelines/HuntBeach_30DEC2011.shp,MaxarImagery/HighFreq/WestCoast/Hunt Beach/Imagery/Stack/HuntBeach_30DEC2011.tif,100.0,4,GTiff,uint8,,14143,14374,3,,"| 0.50, 0.00, 1329138.00| +| 0.00,-0.50, 5179019.34| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_12MAR2012.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_12MAR2012.tif,100.0,0,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| +| 0.00,-0.50, 5168421.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_08MAR2022.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_08MAR2022.tif,100.0,6,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| +| 0.00,-0.50, 5168421.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_30OCT2016.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_30OCT2016.tif,100.0,0,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| +| 0.00,-0.50, 5168421.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_14MAR2015.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_14MAR2015.tif,100.0,0,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| +| 0.00,-0.50, 5168421.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/WestCoast/Ohinemaka/Shorelines/Ohinemaka_25MAR2010.shp,MaxarImagery/HighFreq/WestCoast/Ohinemaka/Imagery/Stack/Ohinemaka_25MAR2010.tif,100.0,6,GTiff,uint8,,9997,10174,3,,"| 0.50, 0.00, 1316943.66| +| 0.00,-0.50, 5168421.84| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_02MAR2019.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_02MAR2019.tif,100.0,8,GTiff,uint8,,15190,5773,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1475048.97| +| 0.00,-0.50, 5379424.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_14JUNE2010.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_14JUNE2010.tif,100.0,3,GTiff,uint8,,15190,5773,3,,"| 0.50, 0.00, 1475048.97| +| 0.00,-0.50, 5379424.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_28MAR2012.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_28MAR2012.tif,100.0,3,GTiff,uint8,,15943,6058,3,,"| 0.48, 0.00, 1475049.01| +| 0.00,-0.48, 5379424.02| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.4763697385787964, 0.4763697385787964)",True,lzw, +MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_07MAR2017.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_07MAR2017.tif,100.0,7,GTiff,uint8,,15503,5891,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1475049.17| +| 0.00,-0.49, 5379424.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4898717999458313, 0.4898717999458313)",True,lzw, +MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_30MAR2020.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_30MAR2020.tif,100.0,7,GTiff,uint8,,15190,5773,3,,"| 0.50, 0.00, 1475048.97| +| 0.00,-0.50, 5379424.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/WestCoast/CartersBeach/Shorelines/CartersBeach_24JUNE2005.shp,MaxarImagery/HighFreq/WestCoast/CartersBeach/Imagery/Stack/CartersBeach_24JUNE2005_3.tif,100.0,4,GTiff,uint8,,16711,14502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1474914.35| +| 0.00,-0.60, 5373818.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000055, 0.6000000000000129)",True,lzw, +MaxarImagery/HighFreq/WestCoast/Ngakawau/Shorelines/Ngakawau_14Feb2011.shp,MaxarImagery/HighFreq/WestCoast/Ngakawau/Imagery/Stack/Ngakawau_14Feb2011.tif,100.0,13,GTiff,uint8,,23088,21891,4,,"| 0.62, 0.00, 1493619.38| +| 0.00,-0.63, 5394527.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,21,"(0.6247724731657095, 0.6266145502891813)",True,lzw, +MaxarImagery/HighFreq/WestCoast/Westport/Shorelines/Westport_24JUN2005.shp,MaxarImagery/HighFreq/WestCoast/Westport/Stack/Westport_24JUN2005.tif,100.0,5,GTiff,uint8,,31896,32045,3,,"| 0.60, 0.00, 1474685.88| +| 0.00,-0.60, 5383853.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5999999999999956, 0.5999999999999709)",False,lzw, +MaxarImagery/HighFreq/WestCoast/Westport/Shorelines/Westport_06Apr2012.shp,MaxarImagery/HighFreq/WestCoast/Westport/Stack/Westport_06Apr2012.tif,100.0,5,GTiff,uint8,,24558,8851,4,,"| 0.50, 0.00, 1482531.22| +| 0.00,-0.50, 5381811.38| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_13SEP2012.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_13SEP2012.tif,100.0,0,GTiff,uint8,,6454,16369,3,,"| 0.60, 0.00, 2063148.47| +| 0.00,-0.60, 5747926.42| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.6000000000000216, 0.6000000000000227)",False,lzw, +MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_20FEB2021.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_20FEB2021.tif,100.0,0,GTiff,uint8,,7744,19643,3,,"| 0.50, 0.00, 2063148.26| +| 0.00,-0.50, 5747926.33| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_10JAN2017.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_10JAN2017.tif,100.0,0,GTiff,uint8,,7744,19643,3,,"| 0.50, 0.00, 2063148.26| +| 0.00,-0.50, 5747926.33| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",False,lzw, +MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_31MAY2007.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_31MAY2007.tif,100.0,0,GTiff,uint8,,6454,16369,3,,"| 0.60, 0.00, 2063148.47| +| 0.00,-0.60, 5747926.42| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6000000000000216, 0.6000000000000227)",False,lzw, +MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Shorelines/Tolaga_KaiauaBay_22MAR2003.shp,MaxarImagery/HighFreq/Gisborne/Tolaga_KaiauaBay/Imagery/Stack/Tolaga_KaiauaBay_22MAR2003.tif,100.0,0,GTiff,uint8,,6454,16369,3,,"| 0.60, 0.00, 2063148.47| +| 0.00,-0.60, 5747926.42| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.6000000000000216, 0.6000000000000227)",False,lzw, +MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_04MAY2004.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_04MAY2004.tif,100.0,3,GTiff,uint8,,9623,6861,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 2069262.26| +| 0.00,-0.60, 5825334.40| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000049, 0.5999999999999457)",True,lzw, +MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_22JAN2020.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_22JAN2020.tif,100.0,6,GTiff,uint8,,15224,10854,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 2069262.69| +| 0.00,-0.38, 5825334.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3792296350002289, 0.3792296350002289)",True,lzw, +MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_11APR2013.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_11APR2013.tif,100.0,4,GTiff,uint8,,11547,8233,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2069262.46| +| 0.00,-0.50, 5825334.40| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_02JAN2010.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_02JAN2010.tif,100.0,3,GTiff,uint8,,11547,8233,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2069262.46| +| 0.00,-0.50, 5825334.40| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Gisborne/TeAraroa/Shorelines/TeAraroa_20FEB2016.shp,MaxarImagery/HighFreq/Gisborne/TeAraroa/Imagery/Stack/TeAraroa_20FEB2016.tif,100.0,5,GTiff,uint8,,15205,10841,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 2069262.71| +| 0.00,-0.38, 5825334.13| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.37970030307769775, 0.37970030307769775)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_27DEC2019.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_27DEC2019.tif,100.0,7,GTiff,uint8,,15365,14822,3,,"| 0.48, 0.00, 2040756.51| +| 0.00,-0.48, 5710312.95| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.4795076847076416, 0.4795076847076416)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_04JAN2004.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_04JAN2004.tif,100.0,5,GTiff,uint8,,12279,11845,3,,"| 0.60, 0.00, 2040756.68| +| 0.00,-0.60, 5710313.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5999999999999924, 0.6)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_03DEC2012.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_03DEC2012.tif,100.0,5,GTiff,uint8,,12279,11845,3,,"| 0.60, 0.00, 2040756.68| +| 0.00,-0.60, 5710313.15| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5999999999999924, 0.6)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_26JULY2003.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_26JULY2003.tif,100.0,14,GTiff,uint8,,11104,10993,3,,"| 0.60, 0.00, 2040756.68| +| 0.00,-0.60, 5709831.91| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.6000000000000126, 0.5999999999999831)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Wainui/Shorelines/Wainui_22NOV2016.shp,MaxarImagery/HighFreq/Gisborne/Wainui/Imagery/Stack/Wainui_22NOV2016.tif,100.0,8,GTiff,uint8,,15076,14544,3,,"| 0.49, 0.00, 2040756.54| +| 0.00,-0.49, 5710313.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.488669216632843, 0.488669216632843)",True,lzw, +MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_12MAR2018.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_12MAR2018.tif,100.0,5,GTiff,uint8,,7107,12427,3,,"| 0.50, 0.00, 2068022.83| +| 0.00,-0.50, 5782444.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_22MAR2003.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_22MAR2003.tif,100.0,9,GTiff,uint8,,5922,10356,3,,"| 0.60, 0.00, 2068022.93| +| 0.00,-0.60, 5782444.41| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5999999999999921, 0.599999999999964)",True,lzw, +MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_21DEC2014.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_21DEC2014.tif,100.0,11,GTiff,uint8,,7107,12427,3,,"| 0.50, 0.00, 2068022.83| +| 0.00,-0.50, 5782444.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_06FEB2009.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_06FEB2009.tif,100.0,10,GTiff,uint8,,7107,12427,3,,"| 0.50, 0.00, 2068022.83| +| 0.00,-0.50, 5782444.21| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Gisborne/WaipiroBay/Shorelines/WaipiroBay_15AUG2021.shp,MaxarImagery/HighFreq/Gisborne/WaipiroBay/Imagery/Stack/WaipiroBay_15AUG2021.tif,100.0,9,GTiff,uint8,,7411,12957,3,,"| 0.48, 0.00, 2068022.62| +| 0.00,-0.48, 5782444.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.4795490801334381, 0.4795490801334381)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Gisborne/Shorelines/Gisborne_31AUG2005.shp,MaxarImagery/HighFreq/Gisborne/Gisborne/Imagery/Stack/Gisborne_31AUG2005.tif,100.0,12,GTiff,uint8,,15447,16602,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 2028202.87| +| 0.00,-0.60, 5708328.06| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.599999999999997, 0.5999999999999551)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Gisborne/Shorelines/Gisborne_28SEP2021.shp,MaxarImagery/HighFreq/Gisborne/Gisborne/Imagery/Stack/Gisborne_28SEP2021.tif,100.0,6,GTiff,uint8,,18537,19923,3,,"| 0.50, 0.00, 2028202.47| +| 0.00,-0.50, 5708328.48| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Gisborne/Shorelines/Gisborne_02FEB2015.shp,MaxarImagery/HighFreq/Gisborne/Gisborne/Imagery/Stack/Gisborne_02FEB2015.tif,100.0,12,GTiff,uint8,,19408,20862,3,,"| 0.48, 0.00, 2028202.85| +| 0.00,-0.48, 5708328.55| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,9,"(0.47751331329345703, 0.47751331329345703)",True,lzw, +MaxarImagery/HighFreq/Gisborne/Gisborne/Shorelines/Gisborne_19SPR2011.shp,MaxarImagery/HighFreq/Gisborne/Gisborne/Imagery/Stack/Gisborne_19SPR2011.tif,100.0,12,GTiff,uint8,,18537,19923,3,,"| 0.50, 0.00, 2028202.47| +| 0.00,-0.50, 5708328.48| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiMid/Shorelines/KapitiMid_19JAN2006.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_19JAN2006.tif,100.0,12,GTiff,uint8,,9073,12183,3,,"| 0.60, 0.00, 1766444.38| +| 0.00,-0.60, 5476275.65| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.6000000000000051, 0.5999999999999847)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiMid/Shorelines/KapitiMid_25AUG2017.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_25AUG2017.tif,100.0,11,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| +| 0.00,-0.50, 5476275.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiMid/Shorelines/KapitiMid_31OCT2019.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_31OCT2019.tif,100.0,15,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| +| 0.00,-0.50, 5476275.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiMid/Shorelines/KapitiMid_05APR2011.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_05APR2011.tif,100.0,19,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| +| 0.00,-0.50, 5476275.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Wellington/Otaki/Shorelines/Otaki_26OCT2005.shp,MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_26OCT2005.tif,100.0,13,GTiff,uint8,,8365,16716,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1775767.25| +| 0.00,-0.60, 5492577.70| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.6000000000000334)",True,lzw, +MaxarImagery/HighFreq/Wellington/Otaki/Shorelines/Otaki_03MAR2010.shp,MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_03MAR2010_2.tif,100.0,9,GTiff,uint8,,2110,3901,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1775755.25| +| 0.00,-0.50, 5484393.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Wellington/Otaki/Shorelines/Otaki_11APR2002.shp,MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_11APR2002_2.tif,100.0,9,GTiff,uint8,,520,472,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1775754.97| +| 0.00,-0.60, 5482756.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.6000000000003947)",True,lzw, +MaxarImagery/HighFreq/Wellington/Otaki/Shorelines/Otaki_25JAN2015.shp,MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_25JAN2015_2.tif,100.0,14,GTiff,uint8,,2351,4428,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1775755.25| +| 0.00,-0.49, 5484597.79| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4875184893608093, 0.4875184893608093)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_23MAY2011.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_23MAY2011_2.tif,100.0,9,GTiff,uint8,,2755,4185,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1762992.60| +| 0.00,-0.50, 5461375.65| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_11MAR2005.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_11MAR2005_2.tif,100.0,10,GTiff,uint8,,636,689,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1762992.80| +| 0.00,-0.60, 5459738.63| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999997804, 0.599999999999189)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_27APR2020.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_27APR2020_1.tif,100.0,9,GTiff,uint8,,7509,16676,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1763085.80| +| 0.00,-0.50, 5469558.73| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_29MAR2018.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_29MAR2018_1.tif,100.0,14,GTiff,uint8,,10802,16827,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.34, 0.00, 1763208.69| +| 0.00,-0.34, 5469558.50| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3361758589744568, 0.3361758589744568)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_21MAY2015.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_21MAY2015_2.tif,100.0,6,GTiff,uint8,,3022,4644,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1762992.55| +| 0.00,-0.49, 5461550.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.48928919434547424, 0.48928919434547424)",True,lzw, +MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_27MAR2009.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_27MAR2009_1.tif,100.0,8,GTiff,uint8,,6382,16625,3,,"| 0.60, 0.00, 1763010.96| +| 0.00,-0.60, 5469558.32| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5999999999999927, 0.6)",True,lzw, +Retrolens/HawkesBay/Nuhaka/Shorelines/Nuhaka_23OCT1978.shp,Retrolens/HawkesBay/Nuhaka/Stack/Nuhaka_23OCT1978_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,14464,6899,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 2010620.93| +| 0.00,-0.53, 5667079.03| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.530193561446156, 0.5301935614461566)",True,, +Retrolens/HawkesBay/Nuhaka/Shorelines/Nuhaka_16JAN2003.shp,Retrolens/HawkesBay/Nuhaka/Stack/Nuhaka_16JAN2003_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5458,3009,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 2010981.63| +| 0.00,-1.13, 5666983.56| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.134699425569467, 1.1346994255693867)",True,, +Retrolens/HawkesBay/Nuhaka/Shorelines/Nuhaka_01NOV1942.shp,Retrolens/HawkesBay/Nuhaka/Stack/Nuhaka_1NOV1942_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,10699,5531,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 2010900.26| +| 0.00,-0.55, 5666815.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5473160491284179, 0.5473160491284718)",True,, +Retrolens/HawkesBay/Nuhaka/Shorelines/Nuhaka_13SEP1962.shp,Retrolens/HawkesBay/Nuhaka/Stack/Nuhaka_13SEP1962_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13176,6297,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 2010687.32| +| 0.00,-0.45, 5666655.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.44929621706256356, 0.449296217062566)",True,, +Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_4MAR1943.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_4MAR1943_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,18971,8935,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1962122.39| +| 0.00,-0.49, 5664899.36| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.48877463717154784, 0.48877463717155356)",True,, +Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_16JAN2003.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_16JAN2003_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8073,3913,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 1962003.26| +| 0.00,-1.13, 5664849.95| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1290617156708627, 1.1290617156709544)",True,, +Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_13SEP1962.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_13SEP1962_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,17060,7343,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1962833.21| +| 0.00,-0.47, 5664366.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4719741249187595, 0.4719741249187612)",True,, +Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_9SEP1981.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_9SEP1981_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11924,5130,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1962468.79| +| 0.00,-0.70, 5664323.66| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6994382586086175, 0.6994382586086906)",True,, +Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_1DEC1970.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_1DEC1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,14354,5786,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1961851.93| +| 0.00,-0.69, 5664568.67| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6857706639575136, 0.6857706639575111)",True,, +Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_23SEP1980.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_23SEP1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7880,14401,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1942543.86| +| 0.00,-0.73, 5599318.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7322044454369608, 0.7322044454369601)",True,, +Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_17DEC1996.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_17DEC1996_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5034,8273,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 1942089.47| +| 0.00,-1.39, 5600036.06| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3888825487989649, 1.3888825487989829)",True,, +Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_15AUG1963.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_15AUG1963_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8437,14465,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1942415.39| +| 0.00,-0.72, 5599417.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7175905435920403, 0.7175905435920699)",True,, +Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_19APR1950.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_19APR1950_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7805,9915,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1943560.52| +| 0.00,-0.57, 5598933.65| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5668389241206045, 0.566838924120595)",True,, +Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_18SEP1951.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_18SEP1951_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3868,11531,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1942788.66| +| 0.00,-0.54, 5595181.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.543693618835015, 0.543693618835028)",True,, +Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_16JAN2003.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_16JAN2003_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,12445,2253,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 1997710.53| +| 0.00,-1.13, 5668116.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1332146888130519, 1.1332146888131691)",True,, +Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_27DEC1978.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_27DEC1978_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,33484,6575,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1997593.32| +| 0.00,-0.44, 5668393.19| +| 0.00, 0.00, 1.00|",,6575,False,pixel,0,"(0.4384227914156324, 0.4384227914156343)",True,, +Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_13SEP1962.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_13SEP1962_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,29305,5171,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1998164.06| +| 0.00,-0.46, 5668042.72| +| 0.00, 0.00, 1.00|",,5171,False,pixel,0,"(0.4605832455325741, 0.46058324553264085)",True,, +Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_11OCT1970.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_11OCT1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,20318,4678,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1997781.18| +| 0.00,-0.70, 5668838.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7047586543829875, 0.704758654382994)",True,, +Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_01NOV1942.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_1NOV1942_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,26833,4520,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1997960.98| +| 0.00,-0.51, 5667908.34| +| 0.00, 0.00, 1.00|",,4520,False,pixel,0,"(0.5074194888328777, 0.507419488832882)",True,, +Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_17OCT1986.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_17OCT1986_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,48088,7195,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.16, 0.00, 1999328.29| +| 0.00,-0.16, 5667867.96| +| 0.00, 0.00, 1.00|",,7195,False,pixel,0,"(0.15601915372412412, 0.15601915372412617)",True,, +Retrolens/HawkesBay/BayView/Shorelines/Bayview_17DEC1996.shp,Retrolens/HawkesBay/BayView/Stack/BayView_17DEC1996_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1841,4646,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1932642.57| +| 0.00,-1.43, 5628891.05| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4261576569891328, 1.426157656989092)",True,, +Retrolens/HawkesBay/BayView/Shorelines/Bayview_13APR1983.shp,Retrolens/HawkesBay/BayView/Stack/BayView_13APR1983_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12374,61914,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.15, 0.00, 1932873.50| +| 0.00,-0.15, 5632208.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.15319839510014477, 0.15319839510014022)",True,, +Retrolens/HawkesBay/BayView/Shorelines/Bayview_13MAR1953.shp,Retrolens/HawkesBay/BayView/Stack/BayView_13Mar1953_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3352,10988,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1932724.37| +| 0.00,-0.76, 5633080.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7577829164313097, 0.757782916431283)",True,, +Retrolens/HawkesBay/BayView/Shorelines/Bayview_06JUL1948.shp,Retrolens/HawkesBay/BayView/Stack/BayView_6JUL1948_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4490,20036,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1932857.29| +| 0.00,-0.50, 5632391.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5003841996321533, 0.5003841996321595)",True,, +Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_16JAN2003.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_16JAN2003_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,2847,7032,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.12, 0.00, 2022149.19| +| 0.00,-1.12, 5670440.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1179240848786487, 1.1179240848786973)",True,, +Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_27DEC1978.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_27DEC1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3400,6581,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 2021349.39| +| 0.00,-1.44, 5670841.89| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.441527068575036, 1.4415270685750519)",True,, +Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_13SEP1962.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_13SEP1962_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,6606,16760,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 2022345.80| +| 0.00,-0.46, 5670495.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4622394829657737, 0.4622394829657849)",True,, +Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_10OCT1973.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_10OCT1973_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4523,11001,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2021775.18| +| 0.00,-0.72, 5670452.82| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7188084312759319, 0.7188084312759421)",True,, +Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_25FEB1938.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_25FEB1938_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5025,15791,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 2022470.64| +| 0.00,-0.48, 5670395.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.47948942373006315, 0.47948942373004644)",True,, +Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_18SEP1981.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_18SEP1981_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4578,11812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 2021886.40| +| 0.00,-0.71, 5670587.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7088412669057136, 0.7088412669056959)",True,, +Retrolens/HawkesBay/TableCape/Shorelines/TableCape_16JAN2003.shp,Retrolens/HawkesBay/TableCape/Stack/TableCape_16JAN2003_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3155,2868,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 2030156.09| +| 0.00,-1.13, 5661050.73| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1265944385780067, 1.1265944385780293)",True,, +Retrolens/HawkesBay/TableCape/Shorelines/TableCape_27JUN1938.shp,Retrolens/HawkesBay/TableCape/Stack/TableCape_27JUN1938_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5519,5177,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2030375.99| +| 0.00,-0.52, 5660836.08| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5157316581514927, 0.5157316581515017)",True,, +Retrolens/HawkesBay/TableCape/Shorelines/TableCape_18SEP1981.shp,Retrolens/HawkesBay/TableCape/Stack/TableCape_18SEP1981_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4366,4319,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 2030202.92| +| 0.00,-0.67, 5660971.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6728908063054483, 0.6728908063054195)",True,, +Retrolens/HawkesBay/TableCape/Shorelines/TableCape_10OCT1973.shp,Retrolens/HawkesBay/TableCape/Stack/TableCape_10OCT1973_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4040,3883,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 2030304.61| +| 0.00,-0.71, 5660935.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7104960955490386, 0.7104960955490418)",True,, +Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_4AUG1969.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_4AUG1969_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6141,8567,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1937286.06| +| 0.00,-0.68, 5610330.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6801847940203312, 0.680184794020343)",True,, +Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_17DEC1996.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_17DEC1996_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5941,5248,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1936824.76| +| 0.00,-1.46, 5610936.35| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4591012515506316, 1.4591012515506363)",True,, +Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_6JUL1948.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_6JUL1948_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14651,14676,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1938061.32| +| 0.00,-0.48, 5610571.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.47999679081898844, 0.4799967908189914)",True,, +Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_16NOV1939.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_16NOV1939_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,13170,14333,3,,"| 0.41, 0.00, 1938143.21| +| 0.00,-0.41, 5610218.82| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,7,"(0.41185174905583644, 0.41185174905582933)",True,, +Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_19AUG1980.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_19AUG1980_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,11086,10326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1937193.76| +| 0.00,-0.70, 5610565.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7036387180418399, 0.7036387180418329)",True,, +Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_26NOV1988.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_26NOV1988_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9709,9613,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1937716.02| +| 0.00,-0.73, 5610603.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7329852546923797, 0.7329852546923793)",True,, +Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_23SEP1963.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_23SEP1963_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10921,10103,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1937557.66| +| 0.00,-0.72, 5610443.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7194725906528568, 0.7194725906528554)",True,, +Retrolens/HawkesBay/AhuririPoint/Shorelines/AhuririPoint_20JAN1945.shp,Retrolens/HawkesBay/AhuririPoint/Stack/AhuririPoint_20JAN1945_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4491,5381,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2019275.84| +| 0.00,-0.50, 5644810.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5006579696708857, 0.5006579696708766)",True,, +Retrolens/HawkesBay/Waihua/Shorelines/Waihua_01DEC1970.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_1DEC1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,16270,5403,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1969592.39| +| 0.00,-0.69, 5667264.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6912143999234428, 0.6912143999235278)",True,, +Retrolens/HawkesBay/Waihua/Shorelines/Waihua_13SEP1962.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_13SEP1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,34717,13237,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1969923.58| +| 0.00,-0.30, 5667645.97| +| 0.00, 0.00, 1.00|",,13237,False,pixel,0,"(0.2960836016500917, 0.29608360165008957)",True,, +Retrolens/HawkesBay/Waihua/Shorelines/Waihua_09SEP1981.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_09SEP1981_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12536,4205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1970180.22| +| 0.00,-0.74, 5666658.80| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.737167892087189, 0.7371678920872465)",True,, +Retrolens/HawkesBay/Waihua/Shorelines/Waihua_07NOV1942.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_07NOV1942_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16002,4710,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1971633.90| +| 0.00,-0.50, 5666608.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49774537072527164, 0.49774537072526864)",True,, +Retrolens/HawkesBay/Waihua/Shorelines/Waihua_16JAN2003.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_16JAN2003_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10901,4649,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 1968557.18| +| 0.00,-1.13, 5668620.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1302661724738368, 1.1302661724738372)",True,, +Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_13SEP1943.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_13SEP1943_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6558,13686,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.39, 0.00, 1936378.27| +| 0.00,-0.39, 5614766.60| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.3872445737819857, 0.3872445737819884)",True,, +Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_17DEC1996.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_17DEC1996_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2643,6028,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1935631.49| +| 0.00,-1.44, 5617878.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4406584827958793, 1.4406584827958617)",True,, +Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_19AUG1980.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_19AUG1980_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,5696,14256,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1935777.77| +| 0.00,-0.70, 5617498.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7031716990555712, 0.7031716990555604)",True,, +Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_5SEP1964.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_5SEP1964_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,6061,17023,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1936396.90| +| 0.00,-0.44, 5617145.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4365564589010669, 0.43655645890108985)",True,, +Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_6JUL1948.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_6JUL1948_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5782,17297,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1936304.04| +| 0.00,-0.45, 5617283.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4534585657578257, 0.45345856575782606)",True,, +Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_29SEP1977.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_29SEP1977_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4994,11676,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1935914.35| +| 0.00,-0.71, 5617032.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7072780690590255, 0.7072780690590317)",True,, +Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_26NOV1988.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_26NOV1988_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,4408,11592,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1935971.56| +| 0.00,-0.74, 5617932.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7384080175577009, 0.7384080175576948)",True,, +Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_26SEP1972.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_26SEP1972_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,6342,22895,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1936470.34| +| 0.00,-0.23, 5617300.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.23214579740359595, 0.2321457974035899)",True,, Retrolens/HawkesBay/WhakakiLagoon/Shorelines/WhakakiLagoon_13SEP1962.shp,Retrolens/HawkesBay/WhakakiLagoon/Stack/WhakakiLagoon_13SEP1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,31195,1446,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1985271.69| | 0.00,-0.46, 5667778.44| -| 0.00, 0.00, 1.00|",,1446,False,,pixel,0,"(0.4590772906328607, 0.4590772906328612)",True, +| 0.00, 0.00, 1.00|",,1446,False,pixel,0,"(0.4590772906328607, 0.4590772906328612)",True,, +Retrolens/HawkesBay/WhakakiLagoon/Shorelines/WhakakiLagoon_23OCT1978.shp,Retrolens/HawkesBay/WhakakiLagoon/Stack/WhakakiLagoon_23OCT1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,31290,2030,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1984922.99| +| 0.00,-0.44, 5667801.18| +| 0.00, 0.00, 1.00|",,2030,False,pixel,0,"(0.4367608117685704, 0.4367608117687475)",True,, +Retrolens/HawkesBay/WhakakiLagoon/Shorelines/WhakakiLagoon_01NOV1942.shp,Retrolens/HawkesBay/WhakakiLagoon/Stack/WhakakiLagoon_01NOV1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,,26336,2924,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1985414.34| +| 0.00,-0.51, 5668213.54| +| 0.00, 0.00, 1.00|",,2924,False,pixel,0,"(0.5103823395016565, 0.5103823395016591)",False,, +Retrolens/HawkesBay/WhakakiLagoon/Shorelines/WhakakiLagoon_16JAN2003.shp,Retrolens/HawkesBay/WhakakiLagoon/Stack/WhakakiLagoon_16JAN2003_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,12516,1706,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 1984788.73| +| 0.00,-1.13, 5668261.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1297647817489402, 1.1297647817489436)",True,, +Retrolens/HawkesBay/WhakakiLagoon/Shorelines/WhakakiLagoon_26SEP1970.shp,Retrolens/HawkesBay/WhakakiLagoon/Stack/WhakakiLagoon_26SEP1970_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,20311,2335,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1984721.72| +| 0.00,-0.69, 5668126.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6932974069532167, 0.6932974069532829)",True,, +Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_27JAN1999.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_27JAN1999_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6562,3932,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1912837.57| +| 0.00,-1.48, 5541645.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4769243640306127, 1.4769243640305962)",True,, +Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_14OCT1980.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_14OCT1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11854,5503,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1913709.10| +| 0.00,-0.78, 5541837.03| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7790386525610454, 0.7790386525610458)",True,, +Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_25MAR1965.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_25MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7846,2808,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1916718.37| +| 0.00,-0.72, 5541691.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7217192742558709, 0.7217192742558981)",True,, +Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_07SEP1944.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_07SEP1944_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,,4740,10760,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1910913.70| +| 0.00,-0.49, 5536328.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4940602487347576, 0.4940602487347826)",True,, +Retrolens/HawkesBay/Porangahau/Shorelines/Porangahau_23NOV1976.shp,Retrolens/HawkesBay/Porangahau/Stack/Porangahau_23NOV1976_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7682,6340,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.83, 0.00, 1908954.48| +| 0.00,-1.83, 5542343.15| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.832847437903283, 1.8328474379032968)",True,, +Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_22JAN1979.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_22JAN1979_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,4931,2249,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.71, 0.00, 1978283.83| +| 0.00,-1.71, 5668895.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.7068665583935856, 1.7068665583935605)",True,, +Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_7NOV1942.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_7NOV1942_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,14696,4441,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1978905.65| +| 0.00,-0.49, 5668246.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4937039123872384, 0.4937039123872407)",True,, +Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_13SEP1962.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_13SEP1962_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,15624,4648,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1978698.04| +| 0.00,-0.46, 5668093.82| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4585768717307864, 0.4585768717307864)",True,, +Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_11OCT1970.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_11OCT1970_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,10420,3318,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1978653.75| +| 0.00,-0.72, 5668487.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7243313434771744, 0.7243313434771799)",True,, +Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_16JAN2003.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_16JAN2003_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,6719,2826,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.14, 0.00, 1978171.59| +| 0.00,-1.14, 5668493.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1389593081070604, 1.1389593081070954)",True,, +Retrolens/HawkesBay/Wairoa/Shorelines/Wairoa_15JUN1939.shp,Retrolens/HawkesBay/Wairoa/Stack/Wairoa_15JUN1939_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,23495,7295,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1979819.68| +| 0.00,-0.22, 5668032.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.22030240481705105, 0.22030240481705332)",True,, +Retrolens/HawkesBay/Napier/Shorelines/Napier_26NOV1988.shp,Retrolens/HawkesBay/Napier/Stack/Napier_26NOV1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2793,10255,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1936160.79| +| 0.00,-0.74, 5624354.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.743972226570374, 0.7439722265703999)",True,, +Retrolens/HawkesBay/Napier/Shorelines/Napier_04AUG1969.shp,Retrolens/HawkesBay/Napier/Stack/Napier_04AUG1969_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2548,9766,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1936210.87| +| 0.00,-0.67, 5623068.16| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6724534940645808, 0.6724534940645717)",True,, +Retrolens/HawkesBay/Napier/Shorelines/Napier_19AUG1980.shp,Retrolens/HawkesBay/Napier/Stack/Napier_19AUG1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2439,10050,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1936313.30| +| 0.00,-0.72, 5623741.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.71610700288112, 0.7161070028811101)",True,, +Retrolens/HawkesBay/Napier/Shorelines/Napier_07APR1943.shp,Retrolens/HawkesBay/Napier/Stack/Napier_07APR1943_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2032,4657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1936720.01| +| 0.00,-0.56, 5623252.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5564897679182972, 0.5564897679182844)",True,, +Retrolens/HawkesBay/Napier/Shorelines/Napier_06JUL1948.shp,Retrolens/HawkesBay/Napier/Stack/Napier_06JUL1948_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2846,14879,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1936378.72| +| 0.00,-0.44, 5623435.53| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.44144941463419224, 0.4414494146341729)",True,, +Retrolens/HawkesBay/Whirinaki/Shorelines/Whirinaki_13APR1962.shp,Retrolens/HawkesBay/Whirinaki/Stack/Whirinaki_13APR1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,15415,24274,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.29, 0.00, 1934245.71| +| 0.00,-0.29, 5639049.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2926695628331396, 0.29266956283315637)",True,, +Retrolens/HawkesBay/Whirinaki/Shorelines/Whirinaki_07JUN1948.shp,Retrolens/HawkesBay/Whirinaki/Stack/Whirinaki_07JUN1948_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6452,11123,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1934147.31| +| 0.00,-0.51, 5637569.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5069587087283669, 0.5069587087283983)",True,, +Retrolens/HawkesBay/Whirinaki/Shorelines/Whirinaki_10JUL1981.shp,Retrolens/HawkesBay/Whirinaki/Stack/Whirinaki_10JUL1981_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7051,8309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1933863.12| +| 0.00,-0.77, 5638082.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7655480182540452, 0.7655480182540797)",True,, +Retrolens/HawkesBay/OpoutamaBeach/Shorelines/OpoutamaBeach_1NOV1942.shp,Retrolens/HawkesBay/OpoutamaBeach/Stack/OpoutamaBeach_1NOV1942_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8368,8273,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2017738.01| +| 0.00,-0.50, 5666118.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5043218777329186, 0.5043218777329586)",True,, Retrolens/HawkesBay/OpoutamaBeach/Shorelines/OpoutamaBeach_18SEP1981.shp,Retrolens/HawkesBay/OpoutamaBeach/Stack/OpoutamaBeach_18SEP1981_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6555,6642,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 2017524.74| | 0.00,-0.68, 5666118.31| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.681536670240256, 0.6815366702402743)",True, +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.681536670240256, 0.6815366702402743)",True,, Retrolens/HawkesBay/OpoutamaBeach/Shorelines/OpoutamaBeach_10OCT1973.shp,Retrolens/HawkesBay/OpoutamaBeach/Stack/OpoutamaBeach_10OCT1973_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6469,6365,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 2017637.54| | 0.00,-0.73, 5666213.66| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7335962908908487, 0.7335962908908736)",True, +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7335962908908487, 0.7335962908908736)",True,, Retrolens/HawkesBay/OpoutamaBeach/Shorelines/OpoutamaBeach_25FEB1938.shp,Retrolens/HawkesBay/OpoutamaBeach/Stack/OpoutamaBeach_25FEB1938_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7606,8127,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 2017912.06| | 0.00,-0.53, 5665979.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5267034130385344, 0.5267034130385465)",True, +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5267034130385344, 0.5267034130385465)",True,, Retrolens/HawkesBay/OpoutamaBeach/Shorelines/OpoutamaBeach_16JAN2003.shp,Retrolens/HawkesBay/OpoutamaBeach/Stack/OpoutamaBeach_16JAN2003_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4046,4497,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.12, 0.00, 2017685.08| | 0.00,-1.12, 5666279.04| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1211978268041494, 1.1211978268041487)",True, -Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_13JAN2000.shp,Retrolens/Nelson/BoulderBank/Stack/BoulderBank_13JAN2000_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2644,2875,3,,"| 1.52, 0.00, 1620238.52| -| 0.00,-1.52, 5434910.41| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,4,"(1.516526186266444, 1.516526186266347)",True, -Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_20NOV1983.shp,Retrolens/Nelson/BoulderBank/Stack/BoulderBank_20NOV1983_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10887,12350,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1620716.01| -| 0.00,-0.74, 5439578.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.735722809807076, 0.7357228098070694)",True, -Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_06FEB1967.shp,Retrolens/Nelson/BoulderBank/Stack/BoulderBank_06FEB1967_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2741,2760,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.35, 0.00, 1619590.07| -| 0.00,-3.35, 5439219.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.3501613137946933, 3.3501613137946613)",True, -Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_14MAR1948.shp,Retrolens/Nelson/BoulderBank/Stack/BoulderBank_14MAR1948_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,14294,14453,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1620710.62| -| 0.00,-0.54, 5438432.27| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5379681084951872, 0.5379681084952006)",True, -Retrolens/Nelson/Nelson/Shorelines/Nelson_05DEC1983_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_05DEC1983_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,6633,7248,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1616424.62| -| 0.00,-0.76, 5431287.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7564157781496346, 0.7564157781496471)",True, -Retrolens/Nelson/Nelson/Shorelines/Nelson_13SEP1985_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_13SEP1985_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,6813,7624,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1616048.36| -| 0.00,-0.75, 5431584.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7532305717537294, 0.7532305717537892)",True, -Retrolens/Nelson/Nelson/Shorelines/Nelson_11JAN1981_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_11JAN1981_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3784,4114,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1616225.65| -| 0.00,-1.40, 5431493.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4024430535697767, 1.4024430535698384)",True, -Retrolens/Nelson/Nelson/Shorelines/Nelson_06FEB1967_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_06FEB1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,1578,1747,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.39, 0.00, 1616272.16| -| 0.00,-3.39, 5431333.06| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(3.390120603935321, 3.3901206039352867)",True, -Retrolens/Nelson/Nelson/Shorelines/Nelson_13JAN2000_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_13JAN2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3510,4050,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.47, 0.00, 1616173.59| -| 0.00,-1.47, 5431337.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.46621176511304, 1.4662117651130222)",True, -Retrolens/Nelson/Nelson/Shorelines/Nelson_22SEP1969_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_22SEP1969_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7269,7850,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1616152.20| -| 0.00,-0.74, 5431124.89| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7386182705459975, 0.738618270546008)",True, -Retrolens/Nelson/Nelson/Shorelines/Nelson_01FEB1960_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_01FEB1960_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,2796,3639,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1617981.96| -| 0.00,-1.30, 5431373.76| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3005747167577264, 1.3005747167576809)",True, -Retrolens/Nelson/Nelson/Shorelines/Nelson_14MAR1948_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_14MAR1948_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,7918,9958,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1616962.91| -| 0.00,-0.55, 5431063.00| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5517301544127822, 0.5517301544127902)",True, -Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_26SEP1972.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_26SEP1972_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,6342,22895,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1936470.34| -| 0.00,-0.23, 5617300.14| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.23214579740359595, 0.2321457974035899)",True, -Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_12DEC1996.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_12DEC1996_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6376,4568,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1950645.40| -| 0.00,-1.41, 5661187.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4141620830832493, 1.4141620830832549)",True, -Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_02DEC1988.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_2DEC1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6093,4803,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1951338.18| -| 0.00,-0.81, 5658939.16| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8079194770142697, 0.8079194770142818)",True, -Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_09SEP1981.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_9SEP1981_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,14485,8855,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1952585.49| -| 0.00,-0.72, 5662151.83| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7244774122352747, 0.7244774122352757)",True, -Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_13SEP1962.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_13SEP1962_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,22944,12280,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1952374.82| -| 0.00,-0.46, 5661768.29| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4567158997946576, 0.45671589979462035)",True, -Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_16JAN2003.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_16JAN2003_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9446,4945,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.12, 0.00, 1952454.94| -| 0.00,-1.12, 5661742.04| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1152257341730571, 1.1152257341731442)",True, -Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_04MAR1943.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_4MAR1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,20155,11619,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1952641.31| -| 0.00,-0.50, 5661453.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4996615199674835, 0.49966151996749986)",True, -Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_17DEC1996.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_17DEC1996_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,1808,4933,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.49, 0.00, 1941137.30| -| 0.00,-1.49, 5589056.49| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4935411042853184, 1.4935411042853821)",True, -Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_09DEC1972.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_09DEC1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3361,10606,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1941081.55| -| 0.00,-0.70, 5589385.18| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7048339443789766, 0.7048339443789718)",True, -Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_23SEP1980.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_23SEP1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3780,11449,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1941140.55| -| 0.00,-0.73, 5589900.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.731451541553042, 0.7314515415530599)",True, -Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_15AUG1963.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_15AUG1963_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3188,10721,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1941225.71| -| 0.00,-0.69, 5589097.94| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6931673460203274, 0.6931673460203497)",True, -Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_31MAR1952.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_31MAR1952_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3669,7475,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1941254.38| -| 0.00,-0.56, 5585813.29| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5631161061215574, 0.5631161061215859)",True, -Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_18SEP1951.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_18SEP1951_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3363,8576,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1941506.33| -| 0.00,-0.54, 5589515.17| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5429782858403654, 0.5429782858404023)",True, +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1211978268041494, 1.1211978268041487)",True,, Retrolens/HawkesBay/OpoutamaBeach/Shorelines/OpoutamaBeach_13SEP1962.shp,Retrolens/HawkesBay/OpoutamaBeach/Stack/OpoutamaBeach_13SEP1962_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,8913,7724,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 2017789.99| -| 0.00,-0.48, 5666296.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.47570421560754184, 0.4757042156075668)",True, -Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_01DEC1970.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_1DEC1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14055,7414,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1952808.59| -| 0.00,-0.69, 5661301.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6923130882869643, 0.6923130882870269)",True, -Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_26NOV1988.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_26NOV1988_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,4408,11592,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1935971.56| -| 0.00,-0.74, 5617932.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7384080175577009, 0.7384080175576948)",True, -Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_29SEP1977.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_29SEP1977_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4994,11676,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1935914.35| -| 0.00,-0.71, 5617032.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7072780690590255, 0.7072780690590317)",True, -Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_6JUL1948.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_6JUL1948_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5782,17297,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1936304.04| -| 0.00,-0.45, 5617283.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4534585657578257, 0.45345856575782606)",True, -Retrolens/HawkesBay/BayView/Shorelines/Bayview_17DEC1996.shp,Retrolens/HawkesBay/BayView/Stack/BayView_17DEC1996_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1841,4646,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1932642.57| -| 0.00,-1.43, 5628891.05| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4261576569891328, 1.426157656989092)",True, -Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_17OCT1986.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_17OCT1986_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,48088,7195,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.16, 0.00, 1999328.29| -| 0.00,-0.16, 5667867.96| -| 0.00, 0.00, 1.00|",,7195,False,,pixel,0,"(0.15601915372412412, 0.15601915372412617)",True, -Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_01NOV1942.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_1NOV1942_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,26833,4520,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1997960.98| -| 0.00,-0.51, 5667908.34| -| 0.00, 0.00, 1.00|",,4520,False,,pixel,0,"(0.5074194888328777, 0.507419488832882)",True, -Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_11OCT1970.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_11OCT1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,20318,4678,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1997781.18| -| 0.00,-0.70, 5668838.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7047586543829875, 0.704758654382994)",True, -Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_13SEP1962.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_13SEP1962_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,29305,5171,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1998164.06| -| 0.00,-0.46, 5668042.72| -| 0.00, 0.00, 1.00|",,5171,False,,pixel,0,"(0.4605832455325741, 0.46058324553264085)",True, -Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_27DEC1978.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_27DEC1978_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,33484,6575,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1997593.32| -| 0.00,-0.44, 5668393.19| -| 0.00, 0.00, 1.00|",,6575,False,,pixel,0,"(0.4384227914156324, 0.4384227914156343)",True, -Retrolens/HawkesBay/Tahaenui/Shorelines/Tahaenui_16JAN2003.shp,Retrolens/HawkesBay/Tahaenui/Stack/Tahaenui_16JAN2003_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,12445,2253,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 1997710.53| -| 0.00,-1.13, 5668116.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1332146888130519, 1.1332146888131691)",True, -Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_18SEP1951.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_18SEP1951_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3868,11531,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1942788.66| -| 0.00,-0.54, 5595181.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.543693618835015, 0.543693618835028)",True, -Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_19APR1950.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_19APR1950_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7805,9915,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1943560.52| -| 0.00,-0.57, 5598933.65| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5668389241206045, 0.566838924120595)",True, -Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_15AUG1963.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_15AUG1963_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8437,14465,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1942415.39| -| 0.00,-0.72, 5599417.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7175905435920403, 0.7175905435920699)",True, -Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_17DEC1996.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_17DEC1996_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5034,8273,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 1942089.47| -| 0.00,-1.39, 5600036.06| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3888825487989649, 1.3888825487989829)",True, -Retrolens/HawkesBay/OceanBeach/Shorelines/OceanBeach_23SEP1980.shp,Retrolens/HawkesBay/OceanBeach/Stack/OceanBeach_23SEP1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7880,14401,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1942543.86| -| 0.00,-0.73, 5599318.09| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7322044454369608, 0.7322044454369601)",True, -Retrolens/HawkesBay/BayView/Shorelines/Bayview_13APR1983.shp,Retrolens/HawkesBay/BayView/Stack/BayView_13APR1983_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12374,61914,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.15, 0.00, 1932873.50| -| 0.00,-0.15, 5632208.42| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.15319839510014477, 0.15319839510014022)",True, -Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_1DEC1970.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_1DEC1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,14354,5786,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1961851.93| -| 0.00,-0.69, 5664568.67| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6857706639575136, 0.6857706639575111)",True, -Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_13SEP1962.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_13SEP1962_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,17060,7343,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1962833.21| -| 0.00,-0.47, 5664366.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4719741249187595, 0.4719741249187612)",True, -Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_16JAN2003.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_16JAN2003_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8073,3913,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 1962003.26| -| 0.00,-1.13, 5664849.95| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1290617156708627, 1.1290617156709544)",True, -Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_4MAR1943.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_4MAR1943_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,18971,8935,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1962122.39| -| 0.00,-0.49, 5664899.36| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.48877463717154784, 0.48877463717155356)",True, -Retrolens/HawkesBay/Nuhaka/Shorelines/Nuhaka_13SEP1962.shp,Retrolens/HawkesBay/Nuhaka/Stack/Nuhaka_13SEP1962_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13176,6297,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 2010687.32| -| 0.00,-0.45, 5666655.34| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.44929621706256356, 0.449296217062566)",True, -Retrolens/HawkesBay/Nuhaka/Shorelines/Nuhaka_01NOV1942.shp,Retrolens/HawkesBay/Nuhaka/Stack/Nuhaka_1NOV1942_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,10699,5531,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 2010900.26| -| 0.00,-0.55, 5666815.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5473160491284179, 0.5473160491284718)",True, -Retrolens/HawkesBay/Nuhaka/Shorelines/Nuhaka_16JAN2003.shp,Retrolens/HawkesBay/Nuhaka/Stack/Nuhaka_16JAN2003_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5458,3009,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 2010981.63| -| 0.00,-1.13, 5666983.56| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.134699425569467, 1.1346994255693867)",True, -Retrolens/HawkesBay/Nuhaka/Shorelines/Nuhaka_23OCT1978.shp,Retrolens/HawkesBay/Nuhaka/Stack/Nuhaka_23OCT1978_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,14464,6899,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 2010620.93| -| 0.00,-0.53, 5667079.03| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.530193561446156, 0.5301935614461566)",True, -MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_27MAR2009.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_27MAR2009_1.tif,100.0,8,GTiff,uint8,,6382,16625,3,,"| 0.60, 0.00, 1763010.96| -| 0.00,-0.60, 5469558.32| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5999999999999927, 0.6)",True, -MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_21MAY2015.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_21MAY2015_2.tif,100.0,6,GTiff,uint8,,3022,4644,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1762992.55| -| 0.00,-0.49, 5461550.83| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.48928919434547424, 0.48928919434547424)",True, -MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_29MAR2018.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_29MAR2018_1.tif,100.0,14,GTiff,uint8,,10802,16827,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.34, 0.00, 1763208.69| -| 0.00,-0.34, 5469558.50| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.3361758589744568, 0.3361758589744568)",True, -MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_27APR2020.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_27APR2020_1.tif,100.0,9,GTiff,uint8,,7509,16676,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1763085.80| -| 0.00,-0.50, 5469558.73| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -MaxarImagery/HighFreq/Wellington/KapitiSouth/Shorelines/KapitiSouth_11MAR2005.shp,MaxarImagery/HighFreq/Wellington/KapitiSouth/Imagery/Stack/KapitiSouth_11MAR2005_2.tif,100.0,10,GTiff,uint8,,636,689,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1762992.80| -| 0.00,-0.60, 5459738.63| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5999999999997804, 0.599999999999189)",True, -Retrolens/HawkesBay/MohakaRiver_East/Shorelines/MohakaRiver_East_9SEP1981.shp,Retrolens/HawkesBay/MohakaRiver_East/Stack/MohakaRiver_East_9SEP1981_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11924,5130,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1962468.79| -| 0.00,-0.70, 5664323.66| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6994382586086175, 0.6994382586086906)",True, +| 0.00,-0.48, 5666296.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.47570421560754184, 0.4757042156075668)",True,, +Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_18SEP1951.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_18SEP1951_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3363,8576,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1941506.33| +| 0.00,-0.54, 5589515.17| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5429782858403654, 0.5429782858404023)",True,, +Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_31MAR1952.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_31MAR1952_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3669,7475,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1941254.38| +| 0.00,-0.56, 5585813.29| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5631161061215574, 0.5631161061215859)",True,, +Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_15AUG1963.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_15AUG1963_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3188,10721,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1941225.71| +| 0.00,-0.69, 5589097.94| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6931673460203274, 0.6931673460203497)",True,, +Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_23SEP1980.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_23SEP1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3780,11449,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1941140.55| +| 0.00,-0.73, 5589900.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.731451541553042, 0.7314515415530599)",True,, +Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_09DEC1972.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_09DEC1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3361,10606,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1941081.55| +| 0.00,-0.70, 5589385.18| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7048339443789766, 0.7048339443789718)",True,, +Retrolens/HawkesBay/Waimarama/Shorelines/Waimarama_17DEC1996.shp,Retrolens/HawkesBay/Waimarama/Stack/Waimarama_17DEC1996_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,1808,4933,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.49, 0.00, 1941137.30| +| 0.00,-1.49, 5589056.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4935411042853184, 1.4935411042853821)",True,, +Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_04MAR1943.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_4MAR1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,20155,11619,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1952641.31| +| 0.00,-0.50, 5661453.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4996615199674835, 0.49966151996749986)",True,, +Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_16JAN2003.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_16JAN2003_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9446,4945,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.12, 0.00, 1952454.94| +| 0.00,-1.12, 5661742.04| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1152257341730571, 1.1152257341731442)",True,, +Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_13SEP1962.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_13SEP1962_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,22944,12280,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1952374.82| +| 0.00,-0.46, 5661768.29| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4567158997946576, 0.45671589979462035)",True,, +Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_09SEP1981.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_9SEP1981_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,14485,8855,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1952585.49| +| 0.00,-0.72, 5662151.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7244774122352747, 0.7244774122352757)",True,, +Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_02DEC1988.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_2DEC1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6093,4803,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1951338.18| +| 0.00,-0.81, 5658939.16| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8079194770142697, 0.8079194770142818)",True,, +Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_01DEC1970.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_1DEC1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14055,7414,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1952808.59| +| 0.00,-0.69, 5661301.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6923130882869643, 0.6923130882870269)",True,, +Retrolens/HawkesBay/MohakaRiver/Shorelines/MohakaRiver_12DEC1996.shp,Retrolens/HawkesBay/MohakaRiver/Stack/MohakaRiver_12DEC1996_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6376,4568,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1950645.40| +| 0.00,-1.41, 5661187.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4141620830832493, 1.4141620830832549)",True,, +Retrolens/Nelson/Nelson/Shorelines/Nelson_14MAR1948_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_14MAR1948_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,7918,9958,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1616962.91| +| 0.00,-0.55, 5431063.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5517301544127822, 0.5517301544127902)",True,, +Retrolens/Nelson/Nelson/Shorelines/Nelson_01FEB1960_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_01FEB1960_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,2796,3639,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1617981.96| +| 0.00,-1.30, 5431373.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3005747167577264, 1.3005747167576809)",True,, +Retrolens/Nelson/Nelson/Shorelines/Nelson_22SEP1969_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_22SEP1969_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7269,7850,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1616152.20| +| 0.00,-0.74, 5431124.89| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7386182705459975, 0.738618270546008)",True,, +Retrolens/Nelson/Nelson/Shorelines/Nelson_13JAN2000_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_13JAN2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3510,4050,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.47, 0.00, 1616173.59| +| 0.00,-1.47, 5431337.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.46621176511304, 1.4662117651130222)",True,, +Retrolens/Nelson/Nelson/Shorelines/Nelson_06FEB1967_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_06FEB1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,1578,1747,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.39, 0.00, 1616272.16| +| 0.00,-3.39, 5431333.06| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.390120603935321, 3.3901206039352867)",True,, +Retrolens/Nelson/Nelson/Shorelines/Nelson_11JAN1981_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_11JAN1981_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3784,4114,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1616225.65| +| 0.00,-1.40, 5431493.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4024430535697767, 1.4024430535698384)",True,, +Retrolens/Nelson/Nelson/Shorelines/Nelson_13SEP1985_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_13SEP1985_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,6813,7624,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1616048.36| +| 0.00,-0.75, 5431584.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7532305717537294, 0.7532305717537892)",True,, +Retrolens/Nelson/Nelson/Shorelines/Nelson_05DEC1983_mosaic.shp,Retrolens/Nelson/Nelson/Stack/Nelson_05DEC1983_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,6633,7248,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1616424.62| +| 0.00,-0.76, 5431287.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7564157781496346, 0.7564157781496471)",True,, +Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_14MAR1948.shp,Retrolens/Nelson/BoulderBank/Stack/BoulderBank_14MAR1948_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,14294,14453,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1620710.62| +| 0.00,-0.54, 5438432.27| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5379681084951872, 0.5379681084952006)",True,, +Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_06FEB1967.shp,Retrolens/Nelson/BoulderBank/Stack/BoulderBank_06FEB1967_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2741,2760,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.35, 0.00, 1619590.07| +| 0.00,-3.35, 5439219.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.3501613137946933, 3.3501613137946613)",True,, +Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_20NOV1983.shp,Retrolens/Nelson/BoulderBank/Stack/BoulderBank_20NOV1983_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10887,12350,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1620716.01| +| 0.00,-0.74, 5439578.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.735722809807076, 0.7357228098070694)",True,, +Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_13JAN2000.shp,Retrolens/Nelson/BoulderBank/Stack/BoulderBank_13JAN2000_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2644,2875,3,,"| 1.52, 0.00, 1620238.52| +| 0.00,-1.52, 5434910.41| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,4,"(1.516526186266444, 1.516526186266347)",True,, Retrolens/Nelson/BoulderBank/Shorelines/BoulderBank_17JAN1957.shp,Retrolens/Nelson/BoulderBank/Stack/BoulderBank_17JAN1957_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4797,4837,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.59, 0.00, 1620954.03| | 0.00,-1.59, 5438995.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.5921680718665305, 1.5921680718665745)",True, -Retrolens/HawkesBay/BayView/Shorelines/Bayview_13MAR1953.shp,Retrolens/HawkesBay/BayView/Stack/BayView_13Mar1953_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3352,10988,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1932724.37| -| 0.00,-0.76, 5633080.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7577829164313097, 0.757782916431283)",True, -Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_16JAN2003.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_16JAN2003_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,2847,7032,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.12, 0.00, 2022149.19| -| 0.00,-1.12, 5670440.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1179240848786487, 1.1179240848786973)",True, -Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_5SEP1964.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_5SEP1964_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,6061,17023,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1936396.90| -| 0.00,-0.44, 5617145.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4365564589010669, 0.43655645890108985)",True, -Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_19AUG1980.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_19AUG1980_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,5696,14256,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1935777.77| -| 0.00,-0.70, 5617498.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7031716990555712, 0.7031716990555604)",True, -Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_17DEC1996.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_17DEC1996_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2643,6028,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1935631.49| -| 0.00,-1.44, 5617878.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4406584827958793, 1.4406584827958617)",True, -Retrolens/HawkesBay/Awatoto/Shorelines/Awatoto_13SEP1943.shp,Retrolens/HawkesBay/Awatoto/Stack/Awatoto_13SEP1943_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6558,13686,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.39, 0.00, 1936378.27| -| 0.00,-0.39, 5614766.60| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.3872445737819857, 0.3872445737819884)",True, -Retrolens/HawkesBay/Waihua/Shorelines/Waihua_16JAN2003.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_16JAN2003_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10901,4649,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 1968557.18| -| 0.00,-1.13, 5668620.12| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1302661724738368, 1.1302661724738372)",True, -Retrolens/HawkesBay/Waihua/Shorelines/Waihua_07NOV1942.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_07NOV1942_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16002,4710,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1971633.90| -| 0.00,-0.50, 5666608.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.49774537072527164, 0.49774537072526864)",True, -Retrolens/HawkesBay/Waihua/Shorelines/Waihua_09SEP1981.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_09SEP1981_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12536,4205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1970180.22| -| 0.00,-0.74, 5666658.80| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.737167892087189, 0.7371678920872465)",True, -Retrolens/HawkesBay/Waihua/Shorelines/Waihua_13SEP1962.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_13SEP1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,34717,13237,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1969923.58| -| 0.00,-0.30, 5667645.97| -| 0.00, 0.00, 1.00|",,13237,False,,pixel,0,"(0.2960836016500917, 0.29608360165008957)",True, -Retrolens/HawkesBay/Waihua/Shorelines/Waihua_01DEC1970.shp,Retrolens/HawkesBay/Waihua/Stack/Waihua_1DEC1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,16270,5403,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1969592.39| -| 0.00,-0.69, 5667264.34| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6912143999234428, 0.6912143999235278)",True, -Retrolens/HawkesBay/AhuririPoint/Shorelines/AhuririPoint_20JAN1945.shp,Retrolens/HawkesBay/AhuririPoint/Stack/AhuririPoint_20JAN1945_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4491,5381,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2019275.84| -| 0.00,-0.50, 5644810.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5006579696708857, 0.5006579696708766)",True, -Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_23SEP1963.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_23SEP1963_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10921,10103,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1937557.66| -| 0.00,-0.72, 5610443.68| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7194725906528568, 0.7194725906528554)",True, -Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_26NOV1988.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_26NOV1988_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9709,9613,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1937716.02| -| 0.00,-0.73, 5610603.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7329852546923797, 0.7329852546923793)",True, -Retrolens/HawkesBay/BayView/Shorelines/Bayview_06JUL1948.shp,Retrolens/HawkesBay/BayView/Stack/BayView_6JUL1948_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4490,20036,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1932857.29| -| 0.00,-0.50, 5632391.23| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5003841996321533, 0.5003841996321595)",True, -Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_19AUG1980.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_19AUG1980_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,11086,10326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1937193.76| -| 0.00,-0.70, 5610565.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7036387180418399, 0.7036387180418329)",True, -Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_6JUL1948.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_6JUL1948_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14651,14676,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1938061.32| -| 0.00,-0.48, 5610571.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.47999679081898844, 0.4799967908189914)",True, -Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_17DEC1996.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_17DEC1996_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5941,5248,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1936824.76| -| 0.00,-1.46, 5610936.35| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4591012515506316, 1.4591012515506363)",True, -Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_4AUG1969.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_4AUG1969_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6141,8567,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1937286.06| -| 0.00,-0.68, 5610330.11| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6801847940203312, 0.680184794020343)",True, -Retrolens/HawkesBay/TableCape/Shorelines/TableCape_10OCT1973.shp,Retrolens/HawkesBay/TableCape/Stack/TableCape_10OCT1973_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4040,3883,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 2030304.61| -| 0.00,-0.71, 5660935.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7104960955490386, 0.7104960955490418)",True, -Retrolens/HawkesBay/TableCape/Shorelines/TableCape_18SEP1981.shp,Retrolens/HawkesBay/TableCape/Stack/TableCape_18SEP1981_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4366,4319,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 2030202.92| -| 0.00,-0.67, 5660971.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6728908063054483, 0.6728908063054195)",True, -Retrolens/HawkesBay/TableCape/Shorelines/TableCape_27JUN1938.shp,Retrolens/HawkesBay/TableCape/Stack/TableCape_27JUN1938_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5519,5177,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2030375.99| -| 0.00,-0.52, 5660836.08| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5157316581514927, 0.5157316581515017)",True, -Retrolens/HawkesBay/TableCape/Shorelines/TableCape_16JAN2003.shp,Retrolens/HawkesBay/TableCape/Stack/TableCape_16JAN2003_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3155,2868,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 2030156.09| -| 0.00,-1.13, 5661050.73| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.1265944385780067, 1.1265944385780293)",True, -Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_18SEP1981.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_18SEP1981_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4578,11812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 2021886.40| -| 0.00,-0.71, 5670587.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7088412669057136, 0.7088412669056959)",True, -Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_25FEB1938.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_25FEB1938_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5025,15791,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 2022470.64| -| 0.00,-0.48, 5670395.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.47948942373006315, 0.47948942373004644)",True, -Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_10OCT1973.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_10OCT1973_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4523,11001,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2021775.18| -| 0.00,-0.72, 5670452.82| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7188084312759319, 0.7188084312759421)",True, -Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_13SEP1962.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_13SEP1962_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,6606,16760,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 2022345.80| -| 0.00,-0.46, 5670495.39| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4622394829657737, 0.4622394829657849)",True, -Retrolens/HawkesBay/MahangaBeach/Shorelines/MahangaBeach_27DEC1978.shp,Retrolens/HawkesBay/MahangaBeach/Stack/MahangaBeach_27DEC1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3400,6581,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 2021349.39| -| 0.00,-1.44, 5670841.89| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.441527068575036, 1.4415270685750519)",True, -Retrolens/HawkesBay/Clifton_Haumoana/Shorelines/Clifton_Haumoana_16NOV1939.shp,Retrolens/HawkesBay/Clifton_Haumoana/Stack/Clifton_Haumoana_16NOV1939_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,13170,14333,3,,"| 0.41, 0.00, 1938143.21| -| 0.00,-0.41, 5610218.82| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,7,"(0.41185174905583644, 0.41185174905582933)",True, -MaxarImagery/HighFreq/Wellington/Otaki/Shorelines/Otaki_25JAN2015.shp,MaxarImagery/HighFreq/Wellington/Otaki/Imagery/Stack/Otaki_25JAN2015_2.tif,100.0,14,GTiff,uint8,,2351,4428,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1775755.25| -| 0.00,-0.49, 5484597.79| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4875184893608093, 0.4875184893608093)",True, +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5921680718665305, 1.5921680718665745)",True,, Retrolens/Nelson/Glenduan_North/Shorelines/Glenduan_North_22SEP1969.shp,Retrolens/Nelson/Glenduan_North/Stack/Glenduan_North_22SEP1969_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,14909,10435,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1625581.21| | 0.00,-0.71, 5444445.31| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7123571038208518, 0.712357103820867)",True, +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7123571038208518, 0.712357103820867)",True,, +Retrolens/Nelson/Glenduan_North/Shorelines/Glenduan_North_20NOV1983.shp,Retrolens/Nelson/Glenduan_North/Stack/Glenduan_North_20NOV1983_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,14018,10369,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1625255.90| +| 0.00,-0.75, 5444717.82| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7514935616890275, 0.7514935616890273)",True,, Retrolens/Nelson/Glenduan_North/Shorelines/Glenduan_North_17JAN1957.shp,Retrolens/Nelson/Glenduan_North/Stack/Glenduan_North_17JAN1957_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,7386,5693,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.56, 0.00, 1625344.05| | 0.00,-1.56, 5445745.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.564866986951522, 1.5648669869515142)",True, -Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_25FEB1978.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_25FEB1978_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,16289,5061,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1279185.82| -| 0.00,-0.80, 4826998.19| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7999999999999972, 0.7999999999999632)",True, -Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_10SEP2010.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_10SEP2010.tif,100.0,6,GTiff,uint8,,18596,4719,3,,"| 0.50, 0.00, 1280793.76| -| 0.00,-0.50, 4826287.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.5, 0.5)",True, -Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07FEB2018.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_07FEB2018.tif,100.0,5,GTiff,uint8,,25803,6548,3,,"| 0.36, 0.00, 1280793.62| -| 0.00,-0.36, 4826287.01| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.3603507876396179, 0.3603507876396179)",True, -Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_15APR1948.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_15APR1948_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,19178,5303,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1280731.61| -| 0.00,-0.50, 4826136.72| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Southland/MartinsBay/Shorelines/MartinsBay_02APR1953.shp,Retrolens/Southland/MartinsBay/Stack/MartinsBay_02APR1953_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6226,13701,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1198890.47| -| 0.00,-0.59, 5080027.42| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5872951098981021, 0.5872951098981152)",True, -Retrolens/Southland/MartinsBay/Shorelines/MartinsBay_17FEB1975.shp,Retrolens/Southland/MartinsBay/Stack/MartinsBay_17FEB1975_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5386,10427,3,,"| 0.77, 0.00, 1198560.93| -| 0.00,-0.77, 5080307.54| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,4,"(0.7660423917019781, 0.766042391701974)",True, -Retrolens/Southland/DoughboyBay/Shorelines/DoughboyBay_25Feb1978.shp,Retrolens/Southland/DoughboyBay/Stack/DoughboyBay_25FEB1978_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5325,4910,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1196427.80| -| 0.00,-0.59, 4778221.05| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5924368018432228, 0.592436801843239)",True, -Retrolens/Southland/DoughboyBay/Shorelines/DoughboyBay_10Feb1958.shp,Retrolens/Southland/DoughboyBay/Stack/DoughboyBay_10FEB1958_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2598,1889,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.64, 0.00, 1195668.81| -| 0.00,-1.64, 4778066.19| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.6439533118681775, 1.6439533118684142)",True, -Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_28NOV1998.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_28NOV1998_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5249,5271,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.36, 0.00, 1225634.09| -| 0.00,-1.36, 4856187.64| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3635068950809734, 1.363506895080958)",True, -Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_02NOV1984.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_02NOV1984_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8834,8950,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1226020.12| -| 0.00,-0.71, 4855542.31| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7079724178012772, 0.7079724178012647)",True, -Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_01MAR1956.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_01MAR1956_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,12452,12611,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1225861.07| -| 0.00,-0.53, 4855678.43| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5280642588287983, 0.5280642588287958)",True, -Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_11FEB1978.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_11FEB1978_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5647,5659,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.34, 0.00, 1225111.24| -| 0.00,-1.34, 4856481.19| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.337777243478282, 1.3377772434783286)",True, -Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_21FEB1967.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_21FEB1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,3638,3639,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.92, 0.00, 1225800.94| -| 0.00,-1.92, 4856015.23| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9169573348420408, 1.9169573348420426)",True, -Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_26FEB1977.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_26FEB1977_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,7952,2748,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1267497.83| -| 0.00,-1.38, 4835134.99| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3814988968363868, 1.381498896836451)",True, -Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_15APR1948.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_15APR1948_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2023,3087,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1277752.17| -| 0.00,-0.54, 4833659.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,,0,"(0.5369985490115253, 0.5369985490116606)",True, -Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_03JAN1962.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_03JAN1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,20154,5922,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1270159.98| -| 0.00,-0.43, 4834454.96| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4316551335503766, 0.4316551335503834)",True, -Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_15MAR1951.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_15MAR1951_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10954,5413,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1273668.14| -| 0.00,-0.50, 4834480.16| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4956994503717579, 0.495699450371757)",True, -Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_21FEB1967.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3053,1866,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.88, 0.00, 1273637.53| -| 0.00,-1.88, 4835181.26| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8806904764642955, 1.8806904764643333)",True, -Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_04OCT1938.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_4OCT1938_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,13960,3046,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1270112.58| -| 0.00,-0.46, 4834336.10| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4582143736347746, 0.45821437363476736)",True, -Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_11Feb1978.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_11FEB1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5094,3184,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.32, 0.00, 1199706.57| -| 0.00,-1.32, 4853395.88| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3221964282153247, 1.3221964282153325)",True, -Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_12Feb1969.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_12FEB1969_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,2087,1267,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.57, 0.00, 1199983.94| -| 0.00,-2.57, 4852657.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.5724800662543656, 2.5724800662545526)",True, -Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_27Feb1976.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_27FEB1976_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,7918,4550,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1199911.62| -| 0.00,-0.74, 4853102.08| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.744584111746486, 0.7445841117465234)",True, -Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_18Oct1985.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_18OCT1985_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,9227,5747,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1199212.12| -| 0.00,-0.72, 4852991.62| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7246333380158915, 0.7246333380158954)",True, -Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_10Mar1963.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_10MAR1963_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,11766,5884,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1199257.86| -| 0.00,-0.56, 4852896.91| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5587403229195558, 0.5587403229195599)",True, -Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_03JAN1962.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_03JAN1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,27418,11352,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1259266.61| -| 0.00,-0.43, 4834320.26| -| 0.00, 0.00, 1.00|",,11352,False,,pixel,0,"(0.429338531916746, 0.4293385319167438)",True, -Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_21FEB1967.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6903,3247,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1279849.17| -| 0.00,-1.80, 4828370.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.7999999999999865, 1.7999999999998852)",True, -Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_05FEB2007.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_LDS_05FEB2007_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14823,7958,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1280039.50| -| 0.00,-0.75, 4828768.50| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.75, 0.75)",True, -Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07NOV2020.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_07NOV2020.tif,100.0,5,GTiff,uint8,,20839,5288,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1280793.76| -| 0.00,-0.45, 4826287.00| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.4461754858493805, 0.4461754858493805)",True, -Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_31DEC2014.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_31DEC2014.tif,100.0,3,GTiff,uint8,,18596,4719,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1280793.76| -| 0.00,-0.50, 4826287.07| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Retrolens/Taranaki/New Plymouth District Council/TongaporutuRiver/Shorelines/TongaporutuRiver_07NOV1970.shp,Retrolens/Taranaki/New Plymouth District Council/TongaporutuRiver/Stack/TongaporutuRiver_7NOV1970_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,10876,18134,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1734561.79| -| 0.00,-0.40, 5704476.23| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.3999999999999914, 0.3999999999999795)",True, -Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_15FEB1976.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_15FEB1976_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8788,3279,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1220210.25| -| 0.00,-0.75, 4856860.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7544358720434955, 0.754435872043602)",True, -Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_10DEC1958.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_10DEC1958_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9250,2892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1220057.85| -| 0.00,-0.53, 4857004.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5276774358834215, 0.5276774358835824)",True, -Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_18OCT1985.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_18OCT1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9988,3414,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1220141.19| -| 0.00,-0.71, 4856771.41| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7082649210866693, 0.7082649210866762)",True, -Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_21FEB1967.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_21FEB1967_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3919,1928,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.92, 0.00, 1219839.01| -| 0.00,-1.92, 4857873.71| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9233084220682066, 1.9233084220682652)",True, -Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_28NOV1998.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_28NOV1998_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5845,2917,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.36, 0.00, 1219736.79| -| 0.00,-1.36, 4857996.04| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3627120028562218, 1.3627120028561213)",True, -Retrolens/Southland/CoalRiver/Shorelines/CoalRiver_18MAR1965.shp,Retrolens/Southland/CoalRiver/Stack/CoalRiver_18MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2324,2034,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.83, 0.00, 1106599.85| -| 0.00,-1.83, 4944627.71| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8253961692140606, 1.8253961692142027)",True, -Retrolens/Southland/CoalRiver/Shorelines/CoalRiver_10FEB2023.shp,MaxarImagery/HighFreq/Southland/CoalRiver/Stack/CoalRiver_10FEB2023_mosaic.tif,100.0,3,GTiff,uint8,,9334,8228,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1107685.04| -| 0.00,-0.30, 4943794.17| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.299999999999995, 0.3000000000000453)",True, -Retrolens/Southland/CoalRiver/Shorelines/CoalRiver_14MAR1990.shp,Retrolens/Southland/CoalRiver/Stack/CoalRiver_14MAR1990_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,1519,1192,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.10, 0.00, 1107176.84| -| 0.00,-2.10, 4943907.87| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.100331167218357, 2.100331167218544)",True, -Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_05FEB2007.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_LDS_05FEB2007_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6218,4526,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1295065.50| -| 0.00,-0.75, 4826208.75| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.75, 0.75)",True, -Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_21FEB1967.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_21FEB1967_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2496,1615,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1295344.53| -| 0.00,-1.80, 4826057.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8000000000000187, 1.8)",True, -Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_15APR1948.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_15APR1948_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7776,5699,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1295680.82| -| 0.00,-0.50, 4826156.58| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_26FEB1977.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_26FEB1977_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9032,4373,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.36, 0.00, 1259563.79| -| 0.00,-1.36, 4834993.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.355213709404963, 1.3552137094049566)",True, -Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_25FEB1978.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_25FEB1978_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3956,2841,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.85, 0.00, 1295657.95| -| 0.00,-0.85, 4825798.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.8500000000000235, 0.8499999999998689)",True, -Retrolens/Southland/Riverton/Shorelines/Riverton_21Feb1967.shp,Retrolens/Southland/Riverton/Stack/Riverton_21FEB1967_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3390,2625,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1215560.36| -| 0.00,-1.80, 4857025.94| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.8, 1.8)",True, -Retrolens/Southland/Riverton/Shorelines/Riverton_27Feb1976.shp,Retrolens/Southland/Riverton/Stack/Riverton_27FEB1976_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,10714,9968,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1215744.33| -| 0.00,-0.70, 4857766.89| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7000000000000044, 0.6999999999999627)",True, -Retrolens/Southland/Riverton/Shorelines/Riverton_15Feb1952.shp,Retrolens/Southland/Riverton/Stack/Riverton_15FEB1952_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,10249,10689,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1216071.57| -| 0.00,-0.50, 4857153.55| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Southland/Riverton/Shorelines/Riverton_08Oct1985.shp,Retrolens/Southland/Riverton/Stack/Riverton_8OCT1985_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,11909,6930,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1214902.55| -| 0.00,-0.75, 4857261.43| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.753199706298722, 0.7531997062987548)",True, -Retrolens/Southland/Riverton/Shorelines/Riverton_11Feb1978.shp,Retrolens/Southland/Riverton/Stack/Riverton_11FEB1978_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,5868,5068,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1215560.10| -| 0.00,-1.30, 4857372.57| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.299999999999984, 1.3000000000000735)",False, -Retrolens/Southland/Riverton/Shorelines/Riverton_10Dec1958.shp,Retrolens/Southland/Riverton/Stack/Riverton_10DEC1958_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,16403,5945,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1216578.26| -| 0.00,-0.50, 4857828.03| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",False, -Retrolens/Southland/Riverton/Shorelines/Riverton_24Feb1968.shp,Retrolens/Southland/Riverton/Stack/Riverton_24FEB1968_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,3954,3739,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1215341.05| -| 0.00,-1.90, 4858268.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9000000000000234, 1.8999999999999004)",False, -Retrolens/Southland/TeWaewaeBay_East1/Shorelines/TeWaewaeBay_East1_05MAR1976.shp,Retrolens/Southland/TeWaewaeBay_East1/Stack/TeWaewaeBay_East1_05MAR1976_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,4307,8657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1192099.49| -| 0.00,-0.77, 4864509.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7659482382436198, 0.7659482382436074)",True, -Retrolens/Southland/TeWaewaeBay_East1/Shorelines/TeWaewaeBay_East1_22MAR1946.shp,Retrolens/Southland/TeWaewaeBay_East1/Stack/TeWaewaeBay_East1_22MAR1946_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,,6666,10987,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1191471.77| -| 0.00,-0.57, 4863929.07| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5660236726568505, 0.5660236726568483)",True, -Retrolens/Southland/TeWaewaeBay_East1/Shorelines/TeWaewaeBay_East1_18OCT1985.shp,Retrolens/Southland/TeWaewaeBay_East1/Stack/TeWaewaeBay_East1_18OCT1985_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,4747,8482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1192121.66| -| 0.00,-0.73, 4863822.50| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7274353199022678, 0.7274353199022888)",True, -Retrolens/Southland/TeWaewaeBay_East1/Shorelines/TeWaewaeBay_East1_10MAR1963.shp,Retrolens/Southland/TeWaewaeBay_East1/Stack/TeWaewaeBay_East1_10MAR1963_mosaic.jp2,100.0,18,JP2OpenJPEG,uint16,256.0,5833,12303,3,,"| 0.56, 0.00, 1191903.09| -| 0.00,-0.56, 4864146.03| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,10,"(0.5560770330193968, 0.5560770330194084)",True, -Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07OCT1985.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_07OCT1985_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,16261,6283,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1280189.01| -| 0.00,-0.70, 4827657.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6999999999999972, 0.6999999999999407)",True, -Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_07OCT1985.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_07OCT1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5943,4050,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1295308.32| -| 0.00,-0.70, 4825983.63| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7000000000000157, 0.7)",True, -Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_15MAR1951.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_15MAR1951_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,22135,8522,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1259579.18| -| 0.00,-0.49, 4834028.01| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4926131829039619, 0.49261318290399814)",True, -Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_02DEC1969.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_02DEC1969_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6898,3333,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.94, 0.00, 1258413.06| -| 0.00,-1.94, 4835291.37| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9447163781840082, 1.9447163781841355)",True, -Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_17OCT1985.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_17OCT1985_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,16166,6875,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1259437.42| -| 0.00,-0.72, 4834508.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7158935658294991, 0.7158935658295046)",True, -Retrolens/Southland/CurioBay/Shorelines/CurioBay_15APR1948.shp,Retrolens/Southland/CurioBay/Stack/CurioBay_15APR1948_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9712,9788,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1300922.20| -| 0.00,-0.50, 4828737.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Southland/CurioBay/Shorelines/CurioBay_17OCT1985.shp,Retrolens/Southland/CurioBay/Stack/CurioBay_17OCT1985_mosiac.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5167,5092,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1301411.47| -| 0.00,-0.72, 4828204.40| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7244515514537206, 0.7244515514536414)",True, -Retrolens/Southland/CurioBay/Shorelines/CurioBay_14NOV2011.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_14NOV2011.tif,100.0,2,GTiff,uint8,,5696,5081,3,,"| 0.60, 0.00, 1301596.68| -| 0.00,-0.60, 4827797.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,3,"(0.6000000000000163, 0.5999999999999267)",True, -Retrolens/Southland/CurioBay/Shorelines/CurioBay_25FEB1978.shp,Retrolens/Southland/CurioBay/Stack/CurioBay_25FEB1978_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4365,3726,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.89, 0.00, 1301293.89| -| 0.00,-0.89, 4827932.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.889628339428316, 0.8896283394283646)",True, -Retrolens/Southland/CurioBay/Shorelines/CurioBay_19FEB2008.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_19FEB2008.tif,100.0,2,GTiff,uint8,,5696,5081,3,"LOCAL_CS[""unnamed"",UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.60, 0.00, 1301596.68| -| 0.00,-0.60, 4827797.76| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6000000000000163, 0.5999999999999267)",True, -Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_11FEB1978.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_11FEB1978.jpg,100.0,1,JPEG,uint8,,9016,8544,3,,"| 1.00, 0.00, 0.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.564866986951522, 1.5648669869515142)",True,, +Retrolens/Nelson/Glenduan_North/Shorelines/Glenduan_North_29APR1943.shp,Retrolens/Nelson/Glenduan_North/Stack/Glenduan_North_29APR1943_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,19978,14725,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1626395.50| +| 0.00,-0.48, 5444807.10| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.48127167790191894, 0.48127167790192094)",True,, +Retrolens/Marlborough/WairauRiver/Shorelines/WairauRiver_04DEC2000.shp,Retrolens/Marlborough/WairauRiver/Stack/WairauRiver_4DEC2000_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9782,11271,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1684505.62| +| 0.00,-1.42, 5407837.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.421728946949675, 1.4217289469496774)",True,, +Retrolens/Marlborough/WairauRiver/Shorelines/WairauRiver_10MAY1947.shp,Retrolens/Marlborough/WairauRiver/Stack/WairauRiver_10MAY1947_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,18329,24321,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1687755.53| +| 0.00,-0.53, 5405604.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5346850053114909, 0.5346850053114732)",True,, +Retrolens/Marlborough/CliffordBay/Shorelines/CliffordBay_22SEP1947.shp,Retrolens/Marlborough/CliffordBay/Stack/CliffordBay_22SEP1947_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,12755,39284,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.37, 0.00, 1695328.57| +| 0.00,-0.37, 5393440.90| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.3707066635953891, 0.3707066635953894)",True,, +Retrolens/Marlborough/CliffordBay/Shorelines/CliffordBay_14SEP1969.shp,Retrolens/Marlborough/CliffordBay/Stack/CliffordBay_14SEP1969_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,8016,20258,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1695094.28| +| 0.00,-0.73, 5393720.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7251088770744918, 0.7251088770744725)",True,, +Retrolens/Marlborough/CliffordBay/Shorelines/CliffordBay_04DEC2000.shp,Retrolens/Marlborough/CliffordBay/Stack/CliffordBay_4DEC2000_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2491,5382,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1694450.12| +| 0.00,-1.42, 5393939.21| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4235426400919358, 1.4235426400919988)",True,, +Retrolens/Marlborough/CliffordBay/Shorelines/CliffordBay_31JAN1986.shp,Retrolens/Marlborough/CliffordBay/Stack/CliffordBay_31JAN1986_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4108,11764,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.04, 0.00, 1695221.95| +| 0.00,-1.04, 5391722.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.0432210624165956, 1.0432210624166054)",True,, +Retrolens/Marlborough/WaimaRiver_South/Shorelines/WaimaRiver_South_14SEP1969.shp,Retrolens/Marlborough/WaimaRiver_South/Imagery/Stack/WaimaRiver_South_14SEP1969_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,18045,19931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1684897.85| +| 0.00,-0.70, 5365274.05| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7046544262167788, 0.7046544262167905)",True,, +Retrolens/Marlborough/WaimaRiver_South/Shorelines/WaimaRiver_South_14SEP1985.shp,Retrolens/Marlborough/WaimaRiver_South/Imagery/Stack/WaimaRiver_South_14SEP1985_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,11464,12580,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.00, 0.00, 1685490.50| +| 0.00,-1.00, 5364968.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.0022651142435577, 1.0022651142435555)",True,, +Retrolens/Marlborough/WaimaRiver_South/Shorelines/WaimaRiver_South_22SEP1947.shp,Retrolens/Marlborough/WaimaRiver_South/Imagery/Stack/WaimaRiver_South_22SEP1947_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,18586,20731,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.58, 0.00, 1686299.91| +| 0.00,-0.58, 5364485.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5839560664016671, 0.5839560664016801)",True,, +Retrolens/Marlborough/CloudyBay/Shorelines/CloudyBay_25SEP1980.shp,Retrolens/Marlborough/CloudyBay/Imagery/Stack/CloudyBay_25SEP1980_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,13614,50290,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1685404.09| +| 0.00,-0.25, 5417205.63| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2528438030296457, 0.2528438030296541)",True,, +Retrolens/Marlborough/CloudyBay/Shorelines/CloudyBay_16DEC1948.shp,Retrolens/Marlborough/CloudyBay/Imagery/Stack/CloudyBay_16DEC1948_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7640,26378,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1685045.58| +| 0.00,-0.56, 5418777.66| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5644071090321607, 0.564407109032162)",True,, +Retrolens/Marlborough/CloudyBay/Shorelines/CloudyBay_04DEC2000.shp,Retrolens/Marlborough/CloudyBay/Imagery/Stack/CloudyBay_4DEC2000_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4384,11478,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1683981.26| +| 0.00,-1.46, 5419925.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4613941264546235, 1.4613941264546346)",True,, +Retrolens/Marlborough/CloudyBay/Shorelines/CloudyBay_20MAR1973.shp,Retrolens/Marlborough/CloudyBay/Imagery/Stack/CloudyBay_20MAR1973_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8201,18917,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1683917.51| +| 0.00,-0.75, 5417232.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7528901370695634, 0.7528901370695665)",True,, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_11MAR1971.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_11MAR1971_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,6193,4988,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.95, 0.00, 1203511.10| +| 0.00,-1.95, 4858106.52| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9539644848372235, 1.9539644848372348)",True,, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_27FEB1976.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_27FEB1976_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,11870,5104,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1205259.16| +| 0.00,-0.70, 4854649.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7, 0.6999999999999635)",True,, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_01FEB2013.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_01FEB2013.tif,100.0,5,GTiff,uint8,,13572,7762,3,,"| 0.50, 0.00, 1205815.50| +| 0.00,-0.50, 4854130.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_15FEB1952.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_15FEB1952_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,20520,5620,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1204825.60| +| 0.00,-0.50, 4854189.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_11FEB1978.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_11FEB1978_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5350,4194,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1205111.40| +| 0.00,-1.30, 4854638.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3, 1.3000000000000445)",True,, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_12FEB1969.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_12FEB1969_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3179,2750,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.50, 0.00, 1204381.79| +| 0.00,-2.50, 4855629.65| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.5, 2.5)",True,, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_03MAR1967.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_03MAR1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,19282,8764,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1205531.45| +| 0.00,-0.24, 4854314.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2395796304451134, 0.2395796304451117)",True,, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_19MAR1981.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_19MAR1981_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,24167,8974,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1205383.11| +| 0.00,-0.25, 4854652.60| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.25, 0.25)",True,, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_03FEB2007.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_03FEB2007.tif,100.0,5,GTiff,uint8,,11310,6467,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1205815.54| +| 0.00,-0.60, 4854129.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.6000000000000288)",True,lzw, +Retrolens/Southland/ColacBay/Shorelines/ColacBay_10MAR1963.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_10MAR1963_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13454,10357,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1204413.58| +| 0.00,-0.50, 4854613.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_17OCT1985.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_17OCT1985_mosaic.tif,100.0,1,GTiff,uint16,256.0,12317,6433,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1244008.97| +| 0.00,-0.72, 4831117.73| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.7223400191545586, 0.7223400191545658)",True,, +Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_12FEB1969.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_12FEB1969.jpg,100.0,1,JPEG,uint8,,7272,6908,3,,"| 1.00, 0.00, 0.00| | 0.00, 1.00, 0.00| -| 0.00, 0.00, 1.00|",,1,False,jpeg,pixel,15,"(1.0, 1.0)",True,ycbcr -Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_28NOV1998.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_28NOV1998_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7971,5360,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1242600.90| -| 0.00,-1.30, 4833338.19| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3000000000000058, 1.3)",True, -Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_01MAR1962.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_01MAR1962_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16831,5851,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1243264.12| -| 0.00,-0.45, 4830042.52| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.44999999999999724, 0.4500000000000318)",True, +| 0.00, 0.00, 1.00|",,1,False,pixel,18,"(1.0, 1.0)",True,jpeg,ycbcr Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_15MAR1951.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_15MAR1951_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,15583,6446,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1243639.03| | 0.00,-0.50, 4831370.25| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_12FEB1969.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_12FEB1969.jpg,100.0,1,JPEG,uint8,,7272,6908,3,,"| 1.00, 0.00, 0.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_01MAR1962.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_01MAR1962_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16831,5851,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1243264.12| +| 0.00,-0.45, 4830042.52| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.44999999999999724, 0.4500000000000318)",True,, +Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_28NOV1998.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_28NOV1998_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7971,5360,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1242600.90| +| 0.00,-1.30, 4833338.19| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3000000000000058, 1.3)",True,, +Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_11FEB1978.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_11FEB1978.jpg,100.0,1,JPEG,uint8,,9016,8544,3,,"| 1.00, 0.00, 0.00| | 0.00, 1.00, 0.00| -| 0.00, 0.00, 1.00|",,1,False,jpeg,pixel,18,"(1.0, 1.0)",True,ycbcr -Retrolens/Southland/Tiwai_Point/Shorelines/TiwaiPoint_17OCT1985.shp,Retrolens/Southland/Tiwai_Point/Stack/TiwaiPoint_17OCT1985_mosaic.tif,100.0,1,GTiff,uint16,256.0,12317,6433,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1244008.97| -| 0.00,-0.72, 4831117.73| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.7223400191545586, 0.7223400191545658)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_10MAR1963.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_10MAR1963_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13454,10357,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1204413.58| -| 0.00,-0.50, 4854613.30| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, +| 0.00, 0.00, 1.00|",,1,False,pixel,15,"(1.0, 1.0)",True,jpeg,ycbcr +Retrolens/Southland/CurioBay/Shorelines/CurioBay_19FEB2008.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_19FEB2008.tif,100.0,2,GTiff,uint8,,5696,5081,3,"LOCAL_CS[""unnamed"",UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.60, 0.00, 1301596.68| +| 0.00,-0.60, 4827797.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000163, 0.5999999999999267)",True,lzw, +Retrolens/Southland/CurioBay/Shorelines/CurioBay_25FEB1978.shp,Retrolens/Southland/CurioBay/Stack/CurioBay_25FEB1978_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4365,3726,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.89, 0.00, 1301293.89| +| 0.00,-0.89, 4827932.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.889628339428316, 0.8896283394283646)",True,, +Retrolens/Southland/CurioBay/Shorelines/CurioBay_14NOV2011.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_14NOV2011.tif,100.0,2,GTiff,uint8,,5696,5081,3,,"| 0.60, 0.00, 1301596.68| +| 0.00,-0.60, 4827797.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.6000000000000163, 0.5999999999999267)",True,lzw, +Retrolens/Southland/CurioBay/Shorelines/CurioBay_17OCT1985.shp,Retrolens/Southland/CurioBay/Stack/CurioBay_17OCT1985_mosiac.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5167,5092,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1301411.47| +| 0.00,-0.72, 4828204.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7244515514537206, 0.7244515514536414)",True,, +Retrolens/Southland/CurioBay/Shorelines/CurioBay_15APR1948.shp,Retrolens/Southland/CurioBay/Stack/CurioBay_15APR1948_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9712,9788,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1300922.20| +| 0.00,-0.50, 4828737.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, Retrolens/Southland/CurioBay/Shorelines/CurioBay_27APR2016.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_27APR2016.tif,100.0,2,GTiff,uint8,,6836,6098,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1301596.47| | 0.00,-0.50, 4827798.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.5, 0.5)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_03FEB2007.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_03FEB2007.tif,100.0,5,GTiff,uint8,,11310,6467,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1205815.54| -| 0.00,-0.60, 4854129.61| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,0,"(0.6, 0.6000000000000288)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_03MAR1967.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_03MAR1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,19282,8764,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1205531.45| -| 0.00,-0.24, 4854314.34| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.2395796304451134, 0.2395796304451117)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_12FEB1969.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_12FEB1969_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3179,2750,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.50, 0.00, 1204381.79| -| 0.00,-2.50, 4855629.65| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.5, 2.5)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_11FEB1978.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_11FEB1978_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5350,4194,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1205111.40| -| 0.00,-1.30, 4854638.45| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3, 1.3000000000000445)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_15FEB1952.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_15FEB1952_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,20520,5620,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1204825.60| -| 0.00,-0.50, 4854189.42| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_01FEB2013.shp,MaxarImagery/HighFreq/Southland/ColacBay/Imagery/Stack/ColacBay_01FEB2013.tif,100.0,5,GTiff,uint8,,13572,7762,3,,"| 0.50, 0.00, 1205815.50| -| 0.00,-0.50, 4854130.00| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_27FEB1976.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_27FEB1976_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,11870,5104,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1205259.16| -| 0.00,-0.70, 4854649.47| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7, 0.6999999999999635)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_11MAR1971.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_11MAR1971_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,6193,4988,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.95, 0.00, 1203511.10| -| 0.00,-1.95, 4858106.52| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9539644848372235, 1.9539644848372348)",True, -Retrolens/Marlborough/CliffordBay/Shorelines/CliffordBay_31JAN1986.shp,Retrolens/Marlborough/CliffordBay/Stack/CliffordBay_31JAN1986_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4108,11764,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.04, 0.00, 1695221.95| -| 0.00,-1.04, 5391722.74| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.0432210624165956, 1.0432210624166054)",True, -Retrolens/Marlborough/CliffordBay/Shorelines/CliffordBay_04DEC2000.shp,Retrolens/Marlborough/CliffordBay/Stack/CliffordBay_4DEC2000_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2491,5382,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1694450.12| -| 0.00,-1.42, 5393939.21| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4235426400919358, 1.4235426400919988)",True, -Retrolens/Marlborough/CliffordBay/Shorelines/CliffordBay_14SEP1969.shp,Retrolens/Marlborough/CliffordBay/Stack/CliffordBay_14SEP1969_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,8016,20258,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1695094.28| -| 0.00,-0.73, 5393720.48| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7251088770744918, 0.7251088770744725)",True, -Retrolens/Marlborough/CliffordBay/Shorelines/CliffordBay_22SEP1947.shp,Retrolens/Marlborough/CliffordBay/Stack/CliffordBay_22SEP1947_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,12755,39284,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.37, 0.00, 1695328.57| -| 0.00,-0.37, 5393440.90| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.3707066635953891, 0.3707066635953894)",True, -Retrolens/Nelson/Glenduan_North/Shorelines/Glenduan_North_29APR1943.shp,Retrolens/Nelson/Glenduan_North/Stack/Glenduan_North_29APR1943_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,19978,14725,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1626395.50| -| 0.00,-0.48, 5444807.10| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.48127167790191894, 0.48127167790192094)",True, -Retrolens/Southland/ColacBay/Shorelines/ColacBay_19MAR1981.shp,Retrolens/Southland/ColacBay/Stack/ColacBay_19MAR1981_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,24167,8974,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1205383.11| -| 0.00,-0.25, 4854652.60| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.25, 0.25)",True, -Retrolens/Nelson/Glenduan_North/Shorelines/Glenduan_North_20NOV1983.shp,Retrolens/Nelson/Glenduan_North/Stack/Glenduan_North_20NOV1983_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,14018,10369,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1625255.90| -| 0.00,-0.75, 5444717.82| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7514935616890275, 0.7514935616890273)",True, +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, Retrolens/Southland/CurioBay/Shorelines/CurioBay_21FEB1967.shp,Retrolens/Southland/CurioBay/Stack/CurioBay_21FEB1967_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2097,1700,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1301098.99| | 0.00,-1.90, 4827894.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.9000000000000221, 1.9)",True, +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9000000000000221, 1.9)",True,, +Retrolens/Southland/CurioBay/Shorelines/CurioBay_23AUG2019.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_23AUG2019.tif,100.0,1,GTiff,uint8,,6836,6098,3,,"| 0.50, 0.00, 1301596.47| +| 0.00,-0.50, 4827798.16| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, Retrolens/Southland/CurioBay/Shorelines/CurioBay_07DEC2020.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_07DEC2020.tif,100.0,3,GTiff,uint8,,7594,6775,3,,"| 0.45, 0.00, 1301596.83| | 0.00,-0.45, 4827797.73| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.4500000000000061, 0.45)",True, -Retrolens/Southland/BigBay/Shorelines/BigBay_21FEB1967.shp,Retrolens/Southland/BigBay/Stack/BigBay_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1463,2351,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.39, 0.00, 1208047.10| -| 0.00,-2.39, 5085224.10| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(2.388995570270854, 2.3889955702708794)",True, -Retrolens/Southland/BigBay/Shorelines/BigBay_09MAR1985.shp,Retrolens/Southland/BigBay/Stack/BigBay_09MAR1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2276,3865,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.70, 0.00, 1207772.45| -| 0.00,-1.70, 5085377.90| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.695646596150264, 1.6956465961503162)",True, -Retrolens/Southland/BigBay/Shorelines/BigBay_30DEC1984.shp,Retrolens/Southland/BigBay/Stack/BigBay_30DEC1984_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2159,3871,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.74, 0.00, 1207930.28| -| 0.00,-1.74, 5085612.61| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.7376558442308683, 1.737655844230968)",True, -Retrolens/Southland/BigBay/Shorelines/BigBay_15FEB1952.shp,Retrolens/Southland/BigBay/Stack/BigBay_15FEB1952_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6412,10852,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1207622.15| -| 0.00,-0.55, 5084666.02| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.552017857239559, 0.5520178572395923)",True, -Retrolens/Southland/BigBay/Shorelines/BigBay_17MAR1979.shp,Retrolens/Southland/BigBay/Stack/BigBay_17MAR1979_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6693,12495,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1207945.24| -| 0.00,-0.48, 5084920.13| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.4769240796548825, 0.47692407965488665)",True, -Retrolens/Southland/BigBay/Shorelines/BigBay_02APRL1953.shp,Retrolens/Southland/BigBay/Stack/BigBay_02APRL1953_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5067,9572,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.62, 0.00, 1208102.32| -| 0.00,-0.62, 5084958.50| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6218672472343418, 0.6218672472343582)",True, -Retrolens/Southland/BigBay/Shorelines/BigBay_18FEB1988.shp,Retrolens/Southland/BigBay/Stack/BigBay_18FEB1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7213,12534,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1207711.10| -| 0.00,-0.53, 5085584.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5308367784312451, 0.5308367784312779)",True, -Retrolens/Southland/BigBay/Shorelines/BigBay_17FEB1975.shp,Retrolens/Southland/BigBay/Stack/BigBay_17FEB1975_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3990,7820,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1208067.13| -| 0.00,-0.77, 5085088.86| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.7710307651679067, 0.7710307651679353)",True, -Retrolens/Southland/ToetoeBay_west/Shorelines/ToetoesBay_west_15MAR1951.shp,Retrolens/Southland/ToetoeBay_west/Stack/ToetoesBay_west_15MAR1951_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,19812,6060,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1250684.30| -| 0.00,-0.51, 4831124.46| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5103491172506459)",True, -Retrolens/Southland/CosyNook/Shorelines/CosyNook_08OCT1985.shp,Retrolens/Southland/CosyNook/Stack/CosyNook_08OCT1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5113,4087,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1191268.56| -| 0.00,-0.75, 4856173.81| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.75, 0.75)",True, -Retrolens/Southland/CosyNook/Shorelines/CosyNook_10MAR1963.shp,Retrolens/Southland/CosyNook/Stack/CosyNook_10MAR1963_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6545,4678,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1191978.29| -| 0.00,-0.50, 4856218.33| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5, 0.5)",True, -Retrolens/Southland/CosyNook/Shorelines/CosyNook_27FEB1976.shp,Retrolens/Southland/CosyNook/Stack/CosyNook_27FEB1976_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5071,3361,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1191647.07| -| 0.00,-0.70, 4856178.12| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6999999999999909, 0.7000000000000555)",True, -Retrolens/Southland/CurioBay/Shorelines/CurioBay_23AUG2019.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_23AUG2019.tif,100.0,1,GTiff,uint8,,6836,6098,3,,"| 0.50, 0.00, 1301596.47| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.4500000000000061, 0.45)",True,lzw, +Retrolens/Southland/CurioBay/Shorelines/CurioBay_24OCT2014.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_24OCT2014.tif,100.0,3,GTiff,uint8,,6836,6098,3,,"| 0.50, 0.00, 1301596.47| | 0.00,-0.50, 4827798.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,4,"(0.5, 0.5)",True, -Retrolens/Southland/CosyNook/Shorelines/CosyNook_15FEB1952.shp,Retrolens/Southland/CosyNook/Stack/CosyNook_15FEB1952_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6168,4527,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1191419.30| -| 0.00,-0.60, 4856445.70| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6000000000000075, 0.6000000000000412)",True, -Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_28NOV1998.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_28NOV1998_mosaic.jp2,100.0,2,JP2OpenJPEG,uint8,,3534,5379,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1230880.52| -| 0.00,-1.43, 4850483.42| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.4329625658196674, 1.4329625658196095)",True, -Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_15FEB1952.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_15FEB1952_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6306,11302,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1232160.42| -| 0.00,-0.51, 4848870.00| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.5061649816660722, 0.506164981666102)",True, -Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_11FEB1978.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_11FEB1978_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3092,4572,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.35, 0.00, 1231007.77| -| 0.00,-1.35, 4850167.43| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.3520734851446001, 1.3520734851445746)",True, -Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_15NOV1985.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_15NOV1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5308,7952,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1231725.13| -| 0.00,-0.74, 4848841.22| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.737245465902427, 0.7372454659023905)",True, -Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_12FEB1969.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_12FEB1969_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2506,4088,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.91, 0.00, 1231031.90| -| 0.00,-1.91, 4850333.28| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.912397171787569, 1.9123971717875932)",True, -Retrolens/Southland/OretiBeachSouth/Shorelines/OretiBeachSouth_28JAN1998.shp,Retrolens/Southland/OretiBeachSouth/Stack/OretiBeachSouth_28JAN1998.tif,100.0,5,GTiff,uint16,256.0,5057,4275,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.35, 0.00, 1233714.47| -| 0.00,-1.35, 4844661.31| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(1.3499999999999908, 1.35)",True, -Retrolens/Southland/OretiBeachSouth/Shorelines/OretiBeachSouth_12FEB1969.shp,Retrolens/Southland/OretiBeachSouth/Stack/OretiBeachSouth_12FEB1969.tif,100.0,1,GTiff,uint16,256.0,4200,4325,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1233699.84| -| 0.00,-1.90, 4845670.30| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(1.9, 1.9)",True, -Retrolens/Southland/OretiBeachSouth/Shorelines/OreitBeachSouth_17FEB1974.shp,Retrolens/Southland/OretiBeachSouth/Stack/OreitBeachSouth_17FEB1974.tif,100.0,8,GTiff,uint16,256.0,21676,17321,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1234654.02| -| 0.00,-0.25, 4843538.07| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.25, 0.25)",True, -Retrolens/Southland/OretiBeachSouth/Shorelines/OretiBeachSouth_17OCT1985.shp,Retrolens/Southland/OretiBeachSouth/Stack/OretiBeachSouth_17OCT1985.tif,100.0,7,GTiff,uint16,256.0,9507,7694,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1233528.76| -| 0.00,-0.70, 4844141.13| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,0,"(0.6999999999999902, 0.6999999999999758)",True, -Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_25FEB1978.shp,Retrolens/Southland/MasonsBay/Stack/MasonsBay_25FEB1978_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,13203,19094,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1194409.53| -| 0.00,-0.60, 4795408.66| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.6046042533129432, 0.6046042533129387)",True, +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_10DEC1958.shp,Retrolens/Southland/MasonsBay/Stack/MasonsBay_10DEC1958_mosaic.jp2,100.0,8,JP2OpenJPEG,uint8,,7521,9162,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.61, 0.00, 1192723.70| | 0.00,-1.61, 4797112.80| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(1.6080503848105139, 1.6080503848105256)",True, -Retrolens/Southland/CurioBay/Shorelines/CurioBay_24OCT2014.shp,MaxarImagery/HighFreq/Southland/CurioBay/Imagery/Stack/CurioBay_24OCT2014.tif,100.0,3,GTiff,uint8,,6836,6098,3,,"| 0.50, 0.00, 1301596.47| -| 0.00,-0.50, 4827798.16| -| 0.00, 0.00, 1.00|",128.0,128,True,lzw,pixel,5,"(0.5, 0.5)",True, +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.6080503848105139, 1.6080503848105256)",True,, +Retrolens/Southland/MasonsBay/Shorelines/MasonsBay_25FEB1978.shp,Retrolens/Southland/MasonsBay/Stack/MasonsBay_25FEB1978_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,13203,19094,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1194409.53| +| 0.00,-0.60, 4795408.66| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6046042533129432, 0.6046042533129387)",True,, +Retrolens/Southland/OretiBeachSouth/Shorelines/OretiBeachSouth_17OCT1985.shp,Retrolens/Southland/OretiBeachSouth/Stack/OretiBeachSouth_17OCT1985.tif,100.0,7,GTiff,uint16,256.0,9507,7694,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1233528.76| +| 0.00,-0.70, 4844141.13| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6999999999999902, 0.6999999999999758)",True,, +Retrolens/Southland/OretiBeachSouth/Shorelines/OreitBeachSouth_17FEB1974.shp,Retrolens/Southland/OretiBeachSouth/Stack/OreitBeachSouth_17FEB1974.tif,100.0,8,GTiff,uint16,256.0,21676,17321,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1234654.02| +| 0.00,-0.25, 4843538.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.25, 0.25)",True,, +Retrolens/Southland/OretiBeachSouth/Shorelines/OretiBeachSouth_12FEB1969.shp,Retrolens/Southland/OretiBeachSouth/Stack/OretiBeachSouth_12FEB1969.tif,100.0,1,GTiff,uint16,256.0,4200,4325,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1233699.84| +| 0.00,-1.90, 4845670.30| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(1.9, 1.9)",True,, +Retrolens/Southland/OretiBeachSouth/Shorelines/OretiBeachSouth_28JAN1998.shp,Retrolens/Southland/OretiBeachSouth/Stack/OretiBeachSouth_28JAN1998.tif,100.0,5,GTiff,uint16,256.0,5057,4275,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.35, 0.00, 1233714.47| +| 0.00,-1.35, 4844661.31| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(1.3499999999999908, 1.35)",True,, +Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_12FEB1969.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_12FEB1969_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2506,4088,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.91, 0.00, 1231031.90| +| 0.00,-1.91, 4850333.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.912397171787569, 1.9123971717875932)",True,, +Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_15NOV1985.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_15NOV1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5308,7952,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1231725.13| +| 0.00,-0.74, 4848841.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.737245465902427, 0.7372454659023905)",True,, +Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_11FEB1978.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_11FEB1978_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3092,4572,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.35, 0.00, 1231007.77| +| 0.00,-1.35, 4850167.43| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3520734851446001, 1.3520734851445746)",True,, +Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_15FEB1952.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_15FEB1952_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6306,11302,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1232160.42| +| 0.00,-0.51, 4848870.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5061649816660722, 0.506164981666102)",True,, +Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_28NOV1998.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_28NOV1998_mosaic.jp2,100.0,2,JP2OpenJPEG,uint8,,3534,5379,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1230880.52| +| 0.00,-1.43, 4850483.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4329625658196674, 1.4329625658196095)",True,, Retrolens/Southland/OretiBeachMid/Shorelines/OretiBeachMid_28FEB1962.shp,Retrolens/Southland/OretiBeachMid/Stack/OretiBeachMid_28FEB1962_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4726,8709,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1233097.38| | 0.00,-0.43, 4846832.69| -| 0.00, 0.00, 1.00|",1024.0,1024,True,,pixel,0,"(0.429279343388871, 0.42927934338889084)",True, -Gabrielle/Shorelines/Gisborne/TolagaBay/TolagaBay_21FEB2023.shp,Gabrielle/Imagery/post_storm/Region/Gisborne/TolagaBay/TolagaBay_21FEB2023.tif,100.0,2,GTiff,uint16,256.0,7786,7378,4,,"| 0.50, 0.00, 2061598.08| -| 0.00,-0.50, 5741693.06| -| 0.00, 0.00, 1.00|",128.0,128,True,,pixel,6,"(0.5, 0.5)",True, +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.429279343388871, 0.42927934338889084)",True,, +Retrolens/Southland/CosyNook/Shorelines/CosyNook_15FEB1952.shp,Retrolens/Southland/CosyNook/Stack/CosyNook_15FEB1952_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6168,4527,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1191419.30| +| 0.00,-0.60, 4856445.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6000000000000075, 0.6000000000000412)",True,, +Retrolens/Southland/CosyNook/Shorelines/CosyNook_27FEB1976.shp,Retrolens/Southland/CosyNook/Stack/CosyNook_27FEB1976_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5071,3361,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1191647.07| +| 0.00,-0.70, 4856178.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6999999999999909, 0.7000000000000555)",True,, +Retrolens/Southland/CosyNook/Shorelines/CosyNook_10MAR1963.shp,Retrolens/Southland/CosyNook/Stack/CosyNook_10MAR1963_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6545,4678,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1191978.29| +| 0.00,-0.50, 4856218.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Southland/CosyNook/Shorelines/CosyNook_08OCT1985.shp,Retrolens/Southland/CosyNook/Stack/CosyNook_08OCT1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5113,4087,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1191268.56| +| 0.00,-0.75, 4856173.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.75, 0.75)",True,, +Retrolens/Southland/ToetoeBay_west/Shorelines/ToetoesBay_west_15MAR1951.shp,Retrolens/Southland/ToetoeBay_west/Stack/ToetoesBay_west_15MAR1951_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,19812,6060,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1250684.30| +| 0.00,-0.51, 4831124.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5103491172506459)",True,, +Retrolens/Southland/BigBay/Shorelines/BigBay_17FEB1975.shp,Retrolens/Southland/BigBay/Stack/BigBay_17FEB1975_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3990,7820,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1208067.13| +| 0.00,-0.77, 5085088.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7710307651679067, 0.7710307651679353)",True,, +Retrolens/Southland/BigBay/Shorelines/BigBay_18FEB1988.shp,Retrolens/Southland/BigBay/Stack/BigBay_18FEB1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7213,12534,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1207711.10| +| 0.00,-0.53, 5085584.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5308367784312451, 0.5308367784312779)",True,, +Retrolens/Southland/BigBay/Shorelines/BigBay_02APRL1953.shp,Retrolens/Southland/BigBay/Stack/BigBay_02APRL1953_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5067,9572,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.62, 0.00, 1208102.32| +| 0.00,-0.62, 5084958.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6218672472343418, 0.6218672472343582)",True,, +Retrolens/Southland/BigBay/Shorelines/BigBay_17MAR1979.shp,Retrolens/Southland/BigBay/Stack/BigBay_17MAR1979_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6693,12495,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1207945.24| +| 0.00,-0.48, 5084920.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4769240796548825, 0.47692407965488665)",True,, +Retrolens/Southland/BigBay/Shorelines/BigBay_15FEB1952.shp,Retrolens/Southland/BigBay/Stack/BigBay_15FEB1952_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6412,10852,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1207622.15| +| 0.00,-0.55, 5084666.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.552017857239559, 0.5520178572395923)",True,, +Retrolens/Southland/BigBay/Shorelines/BigBay_30DEC1984.shp,Retrolens/Southland/BigBay/Stack/BigBay_30DEC1984_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2159,3871,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.74, 0.00, 1207930.28| +| 0.00,-1.74, 5085612.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.7376558442308683, 1.737655844230968)",True,, +Retrolens/Southland/BigBay/Shorelines/BigBay_09MAR1985.shp,Retrolens/Southland/BigBay/Stack/BigBay_09MAR1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2276,3865,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.70, 0.00, 1207772.45| +| 0.00,-1.70, 5085377.90| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.695646596150264, 1.6956465961503162)",True,, +Retrolens/Southland/BigBay/Shorelines/BigBay_21FEB1967.shp,Retrolens/Southland/BigBay/Stack/BigBay_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1463,2351,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.39, 0.00, 1208047.10| +| 0.00,-2.39, 5085224.10| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.388995570270854, 2.3889955702708794)",True,, +Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_17OCT1985.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_17OCT1985_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,16166,6875,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1259437.42| +| 0.00,-0.72, 4834508.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7158935658294991, 0.7158935658295046)",True,, +Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_02DEC1969.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_02DEC1969_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6898,3333,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.94, 0.00, 1258413.06| +| 0.00,-1.94, 4835291.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9447163781840082, 1.9447163781841355)",True,, +Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_15MAR1951.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_15MAR1951_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,22135,8522,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1259579.18| +| 0.00,-0.49, 4834028.01| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4926131829039619, 0.49261318290399814)",True,, +Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_26FEB1977.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_26FEB1977_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9032,4373,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.36, 0.00, 1259563.79| +| 0.00,-1.36, 4834993.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.355213709404963, 1.3552137094049566)",True,, +Retrolens/Southland/ToetoesBay_east/Shorelines/ToetoesBay_east_03JAN1962.shp,Retrolens/Southland/ToetoesBay_east/Stack/ToetoesBay_east_03JAN1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,27418,11352,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1259266.61| +| 0.00,-0.43, 4834320.26| +| 0.00, 0.00, 1.00|",,11352,False,pixel,0,"(0.429338531916746, 0.4293385319167438)",True,, +Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_10Mar1963.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_10MAR1963_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,11766,5884,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1199257.86| +| 0.00,-0.56, 4852896.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5587403229195558, 0.5587403229195599)",True,, +Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_18Oct1985.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_18OCT1985_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,9227,5747,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1199212.12| +| 0.00,-0.72, 4852991.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7246333380158915, 0.7246333380158954)",True,, +Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_27Feb1976.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_27FEB1976_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,7918,4550,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1199911.62| +| 0.00,-0.74, 4853102.08| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.744584111746486, 0.7445841117465234)",True,, +Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_12Feb1969.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_12FEB1969_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,2087,1267,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.57, 0.00, 1199983.94| +| 0.00,-2.57, 4852657.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.5724800662543656, 2.5724800662545526)",True,, +Retrolens/Southland/KawakaputaBay/Shorelines/KawakaputaBay_11Feb1978.shp,Retrolens/Southland/KawakaputaBay/Stack/KawakaputaBay_11FEB1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5094,3184,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.32, 0.00, 1199706.57| +| 0.00,-1.32, 4853395.88| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3221964282153247, 1.3221964282153325)",True,, +Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_04OCT1938.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_4OCT1938_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,13960,3046,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1270112.58| +| 0.00,-0.46, 4834336.10| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4582143736347746, 0.45821437363476736)",True,, +Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_21FEB1967.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3053,1866,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.88, 0.00, 1273637.53| +| 0.00,-1.88, 4835181.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8806904764642955, 1.8806904764643333)",True,, +Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_15MAR1951.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_15MAR1951_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10954,5413,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1273668.14| +| 0.00,-0.50, 4834480.16| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4956994503717579, 0.495699450371757)",True,, +Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_03JAN1962.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_03JAN1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,20154,5922,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1270159.98| +| 0.00,-0.43, 4834454.96| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4316551335503766, 0.4316551335503834)",True,, +Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_15APR1948.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_15APR1948_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2023,3087,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1277752.17| +| 0.00,-0.54, 4833659.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.5369985490115253, 0.5369985490116606)",True,, +Retrolens/Southland/Toetoes_Harbour/Shorelines/Toetoes_Harbour_26FEB1977.shp,Retrolens/Southland/Toetoes_Harbour/Stack/Toetoes_Harbour_26FEB1977_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,7952,2748,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1267497.83| +| 0.00,-1.38, 4835134.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3814988968363868, 1.381498896836451)",True,, +Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_21FEB1967.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_21FEB1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,3638,3639,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.92, 0.00, 1225800.94| +| 0.00,-1.92, 4856015.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9169573348420408, 1.9169573348420426)",True,, +Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_11FEB1978.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_11FEB1978_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5647,5659,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.34, 0.00, 1225111.24| +| 0.00,-1.34, 4856481.19| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.337777243478282, 1.3377772434783286)",True,, +Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_01MAR1956.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_01MAR1956_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,12452,12611,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1225861.07| +| 0.00,-0.53, 4855678.43| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5280642588287983, 0.5280642588287958)",True,, +Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_02NOV1984.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_02NOV1984_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8834,8950,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1226020.12| +| 0.00,-0.71, 4855542.31| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7079724178012772, 0.7079724178012647)",True,, +Retrolens/Southland/OretiBeach_MiddleWest/Shorelines/OretiBeach_MiddleWest_28NOV1998.shp,Retrolens/Southland/OretiBeach_MiddleWest/Stack/OretiBeach_MiddleWest_28NOV1998_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5249,5271,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.36, 0.00, 1225634.09| +| 0.00,-1.36, 4856187.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3635068950809734, 1.363506895080958)",True,, +Retrolens/Southland/DoughboyBay/Shorelines/DoughboyBay_10Feb1958.shp,Retrolens/Southland/DoughboyBay/Stack/DoughboyBay_10FEB1958_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2598,1889,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.64, 0.00, 1195668.81| +| 0.00,-1.64, 4778066.19| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.6439533118681775, 1.6439533118684142)",True,, +Retrolens/Southland/DoughboyBay/Shorelines/DoughboyBay_25Feb1978.shp,Retrolens/Southland/DoughboyBay/Stack/DoughboyBay_25FEB1978_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5325,4910,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1196427.80| +| 0.00,-0.59, 4778221.05| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5924368018432228, 0.592436801843239)",True,, +Retrolens/Southland/MartinsBay/Shorelines/MartinsBay_17FEB1975.shp,Retrolens/Southland/MartinsBay/Stack/MartinsBay_17FEB1975_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5386,10427,3,,"| 0.77, 0.00, 1198560.93| +| 0.00,-0.77, 5080307.54| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,4,"(0.7660423917019781, 0.766042391701974)",True,, +Retrolens/Southland/MartinsBay/Shorelines/MartinsBay_02APR1953.shp,Retrolens/Southland/MartinsBay/Stack/MartinsBay_02APR1953_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6226,13701,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1198890.47| +| 0.00,-0.59, 5080027.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5872951098981021, 0.5872951098981152)",True,, +Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_15APR1948.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_15APR1948_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,19178,5303,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1280731.61| +| 0.00,-0.50, 4826136.72| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07FEB2018.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_07FEB2018.tif,100.0,5,GTiff,uint8,,25803,6548,3,,"| 0.36, 0.00, 1280793.62| +| 0.00,-0.36, 4826287.01| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.3603507876396179, 0.3603507876396179)",True,lzw, +Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_10SEP2010.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_10SEP2010.tif,100.0,6,GTiff,uint8,,18596,4719,3,,"| 0.50, 0.00, 1280793.76| +| 0.00,-0.50, 4826287.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5, 0.5)",True,lzw, +Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_25FEB1978.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_25FEB1978_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,16289,5061,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1279185.82| +| 0.00,-0.80, 4826998.19| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999972, 0.7999999999999632)",True,, +Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_21FEB1967.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6903,3247,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1279849.17| +| 0.00,-1.80, 4828370.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.7999999999999865, 1.7999999999998852)",True,, +Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_05FEB2007.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_LDS_05FEB2007_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14823,7958,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1280039.50| +| 0.00,-0.75, 4828768.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.75, 0.75)",True,, +Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07NOV2020.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_07NOV2020.tif,100.0,5,GTiff,uint8,,20839,5288,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1280793.76| +| 0.00,-0.45, 4826287.00| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4461754858493805, 0.4461754858493805)",True,lzw, +Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_31DEC2014.shp,MaxarImagery/HighFreq/Southland/WaipapaPoint/Imagery/Stack/WaipapaPoint_31DEC2014.tif,100.0,3,GTiff,uint8,,18596,4719,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1280793.76| +| 0.00,-0.50, 4826287.07| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +Retrolens/Southland/WaipapaPoint/Shorelines/WaipapaPoint_07OCT1985.shp,Retrolens/Southland/WaipapaPoint/Stack/WaipapaPoint_07OCT1985_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,16261,6283,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1280189.01| +| 0.00,-0.70, 4827657.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6999999999999972, 0.6999999999999407)",True,, +Retrolens/Southland/TeWaewaeBay_East1/Shorelines/TeWaewaeBay_East1_10MAR1963.shp,Retrolens/Southland/TeWaewaeBay_East1/Stack/TeWaewaeBay_East1_10MAR1963_mosaic.jp2,100.0,18,JP2OpenJPEG,uint16,256.0,5833,12303,3,,"| 0.56, 0.00, 1191903.09| +| 0.00,-0.56, 4864146.03| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,10,"(0.5560770330193968, 0.5560770330194084)",True,, +Retrolens/Southland/TeWaewaeBay_East1/Shorelines/TeWaewaeBay_East1_18OCT1985.shp,Retrolens/Southland/TeWaewaeBay_East1/Stack/TeWaewaeBay_East1_18OCT1985_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,4747,8482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1192121.66| +| 0.00,-0.73, 4863822.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7274353199022678, 0.7274353199022888)",True,, +Retrolens/Southland/TeWaewaeBay_East1/Shorelines/TeWaewaeBay_East1_22MAR1946.shp,Retrolens/Southland/TeWaewaeBay_East1/Stack/TeWaewaeBay_East1_22MAR1946_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,,6666,10987,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1191471.77| +| 0.00,-0.57, 4863929.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5660236726568505, 0.5660236726568483)",True,, +Retrolens/Southland/TeWaewaeBay_East1/Shorelines/TeWaewaeBay_East1_05MAR1976.shp,Retrolens/Southland/TeWaewaeBay_East1/Stack/TeWaewaeBay_East1_05MAR1976_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,4307,8657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1192099.49| +| 0.00,-0.77, 4864509.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7659482382436198, 0.7659482382436074)",True,, +Retrolens/Southland/Riverton/Shorelines/Riverton_24Feb1968.shp,Retrolens/Southland/Riverton/Stack/Riverton_24FEB1968_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,3954,3739,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1215341.05| +| 0.00,-1.90, 4858268.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9000000000000234, 1.8999999999999004)",False,, +Retrolens/Southland/Riverton/Shorelines/Riverton_10Dec1958.shp,Retrolens/Southland/Riverton/Stack/Riverton_10DEC1958_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,16403,5945,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1216578.26| +| 0.00,-0.50, 4857828.03| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",False,, +Retrolens/Southland/Riverton/Shorelines/Riverton_11Feb1978.shp,Retrolens/Southland/Riverton/Stack/Riverton_11FEB1978_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,5868,5068,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1215560.10| +| 0.00,-1.30, 4857372.57| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.299999999999984, 1.3000000000000735)",False,, +Retrolens/Southland/Riverton/Shorelines/Riverton_08Oct1985.shp,Retrolens/Southland/Riverton/Stack/Riverton_8OCT1985_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,11909,6930,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1214902.55| +| 0.00,-0.75, 4857261.43| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.753199706298722, 0.7531997062987548)",True,, +Retrolens/Southland/Riverton/Shorelines/Riverton_15Feb1952.shp,Retrolens/Southland/Riverton/Stack/Riverton_15FEB1952_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,10249,10689,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1216071.57| +| 0.00,-0.50, 4857153.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Southland/Riverton/Shorelines/Riverton_27Feb1976.shp,Retrolens/Southland/Riverton/Stack/Riverton_27FEB1976_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,10714,9968,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1215744.33| +| 0.00,-0.70, 4857766.89| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7000000000000044, 0.6999999999999627)",True,, +Retrolens/Southland/Riverton/Shorelines/Riverton_21Feb1967.shp,Retrolens/Southland/Riverton/Stack/Riverton_21FEB1967_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3390,2625,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1215560.36| +| 0.00,-1.80, 4857025.94| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8, 1.8)",True,, +Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_07OCT1985.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_07OCT1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5943,4050,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1295308.32| +| 0.00,-0.70, 4825983.63| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7000000000000157, 0.7)",True,, +Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_25FEB1978.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_25FEB1978_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3956,2841,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.85, 0.00, 1295657.95| +| 0.00,-0.85, 4825798.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8500000000000235, 0.8499999999998689)",True,, +Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_15APR1948.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_15APR1948_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7776,5699,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1295680.82| +| 0.00,-0.50, 4826156.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_21FEB1967.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_21FEB1967_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2496,1615,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1295344.53| +| 0.00,-1.80, 4826057.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8000000000000187, 1.8)",True,, +Retrolens/Southland/HaldaneBay/Shorelines/HaldaneBay_05FEB2007.shp,Retrolens/Southland/HaldaneBay/Stack/HaldaneBay_LDS_05FEB2007_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6218,4526,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1295065.50| +| 0.00,-0.75, 4826208.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.75, 0.75)",True,, +Retrolens/Southland/CoalRiver/Shorelines/CoalRiver_14MAR1990.shp,Retrolens/Southland/CoalRiver/Stack/CoalRiver_14MAR1990_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,1519,1192,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.10, 0.00, 1107176.84| +| 0.00,-2.10, 4943907.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.100331167218357, 2.100331167218544)",True,, +Retrolens/Southland/CoalRiver/Shorelines/CoalRiver_10FEB2023.shp,MaxarImagery/HighFreq/Southland/CoalRiver/Stack/CoalRiver_10FEB2023_mosaic.tif,100.0,3,GTiff,uint8,,9334,8228,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1107685.04| +| 0.00,-0.30, 4943794.17| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.299999999999995, 0.3000000000000453)",True,lzw, +Retrolens/Southland/CoalRiver/Shorelines/CoalRiver_18MAR1965.shp,Retrolens/Southland/CoalRiver/Stack/CoalRiver_18MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2324,2034,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.83, 0.00, 1106599.85| +| 0.00,-1.83, 4944627.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8253961692140606, 1.8253961692142027)",True,, +Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_28NOV1998.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_28NOV1998_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5845,2917,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.36, 0.00, 1219736.79| +| 0.00,-1.36, 4857996.04| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3627120028562218, 1.3627120028561213)",True,, +Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_21FEB1967.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_21FEB1967_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3919,1928,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.92, 0.00, 1219839.01| +| 0.00,-1.92, 4857873.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9233084220682066, 1.9233084220682652)",True,, +Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_18OCT1985.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_18OCT1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9988,3414,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1220141.19| +| 0.00,-0.71, 4856771.41| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7082649210866693, 0.7082649210866762)",True,, +Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_10DEC1958.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_10DEC1958_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9250,2892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1220057.85| +| 0.00,-0.53, 4857004.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5276774358834215, 0.5276774358835824)",True,, +Retrolens/Southland/OretiBeach_West/Shorelines/OretiBeach_west_15FEB1976.shp,Retrolens/Southland/OretiBeach_West/Stack/OretiBeach_west_15FEB1976_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8788,3279,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1220210.25| +| 0.00,-0.75, 4856860.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7544358720434955, 0.754435872043602)",True,, +Retrolens/Taranaki/CapeEgmont/Shorelines/CapeEgmont_08NOV1970.shp,Retrolens/Taranaki/CapeEgmont/Stack/CapeEgmont_8NOV1970_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5401,12125,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1664002.73| +| 0.00,-0.69, 5656983.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.69246765069852, 0.6924676506985555)",True,, +Retrolens/Taranaki/CapeEgmont/Shorelines/CapeEgmont_19SEP1955.shp,Retrolens/Taranaki/CapeEgmont/Stack/CapeEgmont_19SEP1955_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,5709,15722,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1664328.09| +| 0.00,-0.50, 5657079.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49615315394582094, 0.4961531539458268)",True,, +Retrolens/Taranaki/CapeEgmont/Shorelines/CapeEgmont_05DEC2020.shp,MaxarImagery/HighFreq/Taranaki/CapeEgmont/Imagery/Stack/CapeEgmont_05DEC2020.tif,100.0,6,GTiff,uint8,,7627,22427,3,,"| 0.33, 0.00, 1664666.27| +| 0.00,-0.33, 5656765.04| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.33285921812057495, 0.33285921812057495)",True,lzw, +Retrolens/Taranaki/CapeEgmont/Shorelines/CapeEgmont_06SEP1965.shp,Retrolens/Taranaki/CapeEgmont/Stack/CapeEgmont_6SEP1965_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,1924,4438,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.87, 0.00, 1664146.30| +| 0.00,-1.87, 5657126.52| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8653297389183665, 1.8653297389183008)",False,, +Retrolens/Taranaki/TongaporutuRiver/Shorelines/TongaporutuRiver_07NOV1970.shp,Retrolens/Taranaki/TongaporutuRiver/Stack/TongaporutuRiver_7NOV1970_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,10876,18134,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1734561.79| +| 0.00,-0.40, 5704476.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.3999999999999914, 0.3999999999999795)",True,, +Retrolens/Taranaki/TongaporutuRiver/Shorelines/TongaporutuRiver_16OCT1945.shp,Retrolens/Taranaki/TongaporutuRiver/Stack/TongaporutuRiver_16OCT1945_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,9145,14080,3,,"| 0.50, 0.00, 1734806.91| +| 0.00,-0.50, 5704536.04| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,6,"(0.5, 0.5)",True,, +Retrolens/Taranaki/PariokariwaPoint/Shorelines/PariokariwaPoint_7NOV1970_beach.shp,Retrolens/Taranaki/PariokariwaPoint/Stack/PariokariwaPoint_7NOV1970_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10270,9364,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1726763.35| +| 0.00,-0.90, 5698339.06| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9, 0.8999999999999602)",True,, +Retrolens/Taranaki/PariokariwaPoint/Shorelines/PariokariwaPoint_7NOV1970_cliff.shp,Retrolens/Taranaki/PariokariwaPoint/Stack/PariokariwaPoint_7NOV1970_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,10270,9364,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1726763.35| +| 0.00,-0.90, 5698339.06| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9, 0.8999999999999602)",True,, +Retrolens/Taranaki/PariokariwaPoint/Shorelines/PariokariwaPoint_5MAR1943_cliff.shp,Retrolens/Taranaki/PariokariwaPoint/Stack/PariokariwaPoint_5MAR1943_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9997,8800,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1726900.64| +| 0.00,-0.50, 5694365.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/PariokariwaPoint/Shorelines/PariokariwaPoint_5MAR1943_beach.shp,Retrolens/Taranaki/PariokariwaPoint/Stack/PariokariwaPoint_5MAR1943_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9997,8800,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1726900.64| +| 0.00,-0.50, 5694365.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/PariokariwaPoint/Shorelines/PariokariwaPoint_1APR1979_cliff.shp,Retrolens/Taranaki/PariokariwaPoint/Stack/PariokariwaPoint_1APR1979_mosaic.jp2,100.0,25,JP2OpenJPEG,uint16,256.0,11836,10776,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1726579.96| +| 0.00,-0.80, 5698413.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8000000000000039, 0.7999999999999827)",True,, +Retrolens/Taranaki/PariokariwaPoint/Shorelines/PariokariwaPoint_16DEC1945_cliff.shp,Retrolens/Taranaki/PariokariwaPoint/Stack/PariokariwaPoint_16DEC1945_mosaic.jp2,100.0,27,JP2OpenJPEG,uint16,256.0,13284,10478,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1729272.35| +| 0.00,-0.50, 5698348.63| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/NewPlymouth/Shorelines/NewPlymouth_8NOV1970_cliff.shp,Retrolens/Taranaki/NewPlymouth/Stack/NewPlymouth_8NOV1970_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,20148,12973,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1685135.63| +| 0.00,-0.60, 5679850.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6000000000000023, 0.5999999999999857)",True,, +Retrolens/Taranaki/NewPlymouth/Shorelines/NewPlymouth_14JAN2000_beach.shp,Retrolens/Taranaki/NewPlymouth/Stack/NewPlymouth_14JAN2000_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8383,5309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1684891.72| +| 0.00,-1.40, 5679544.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3999999999999944, 1.3999999999999297)",True,, +Retrolens/Taranaki/NewPlymouth/Shorelines/NewPlymouth_8NOV1970_beach.shp,Retrolens/Taranaki/NewPlymouth/Stack/NewPlymouth_8NOV1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,20148,12973,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1685135.63| +| 0.00,-0.60, 5679850.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6000000000000023, 0.5999999999999857)",True,, +Retrolens/Taranaki/NewPlymouth/Shorelines/NewPlymouth_14JAN2000_cliff.shp,Retrolens/Taranaki/NewPlymouth/Stack/NewPlymouth_14JAN2000_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8383,5309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1684891.72| +| 0.00,-1.40, 5679544.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3999999999999944, 1.3999999999999297)",True,, +Retrolens/Taranaki/NewPlymouth/Shorelines/NewPlymouth_14AUG1950_cliff.shp,Retrolens/Taranaki/NewPlymouth/Stack/NewPlymouth_14AUG1950_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,56494,32665,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1685313.71| +| 0.00,-0.20, 5678879.03| +| 0.00, 0.00, 1.00|",,32665,False,pixel,0,"(0.20000000000000082, 0.2)",True,, +Retrolens/Taranaki/NewPlymouth/Shorelines/NewPlymouth_14AUG1950_beach.shp,Retrolens/Taranaki/NewPlymouth/Stack/NewPlymouth_14AUG1950_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,56494,32665,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1685313.71| +| 0.00,-0.20, 5678879.03| +| 0.00, 0.00, 1.00|",,32665,False,pixel,0,"(0.20000000000000082, 0.2)",True,, +Retrolens/Taranaki/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_5MAR1943.shp,Retrolens/Taranaki/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_5MAR1943_mosaic.jp2,100.0,42,JP2OpenJPEG,uint16,256.0,16369,17612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1719889.32| +| 0.00,-0.50, 5691295.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_5MAR1943_beach.shp,Retrolens/Taranaki/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_5MAR1943_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16369,17612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1719889.32| +| 0.00,-0.50, 5691295.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_7NOV1970.shp,Retrolens/Taranaki/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_7NOV1970_mosaic.jp2,100.0,33,JP2OpenJPEG,uint16,256.0,9944,9121,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1719507.18| +| 0.00,-0.95, 5691530.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9495245024247149, 0.9495245024247186)",True,, +Retrolens/Taranaki/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_7NOV1970_beach.shp,Retrolens/Taranaki/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_7NOV1970_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9944,9121,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1719507.18| +| 0.00,-0.95, 5691530.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9495245024247149, 0.9495245024247186)",True,, +Retrolens/Taranaki/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_1APR1979.shp,Retrolens/Taranaki/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_1APR1979_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,10654,9966,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1719841.26| +| 0.00,-0.80, 5690846.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999956, 0.7999999999999813)",True,, +Retrolens/Taranaki/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_9FEB1982_beach.shp,Retrolens/Taranaki/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_9FEB1982_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,6045,6102,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1719620.82| +| 0.00,-1.40, 5690815.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4, 1.3999999999999695)",True,, +Retrolens/Taranaki/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_1APR1979_beach.shp,Retrolens/Taranaki/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_1APR1979_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10654,9966,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1719841.26| +| 0.00,-0.80, 5690846.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999956, 0.7999999999999813)",True,, +Retrolens/Taranaki/KaupokonuiBeach/Shorelines/KaupokonuiBeach_07MAR2022.shp,MaxarImagery/HighFreq/Taranaki/KaupokonuiBeach/Imagery/Stack/KaupokonuiBeach_07MAR2022.tif,100.0,6,GTiff,uint8,,14366,5045,3,,"| 0.49, 0.00, 1688377.40| +| 0.00,-0.49, 5620805.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.49202677607536316, 0.49202677607536316)",True,lzw, +Retrolens/Taranaki/KaupokonuiBeach/Shorelines/KaupokonuiBeach_28AUG1972.shp,Retrolens/Taranaki/KaupokonuiBeach/Stack/KaupokonuiBeach_28AUG1972_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,10782,5240,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1688104.85| +| 0.00,-0.71, 5621495.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7120729920210652, 0.7120729920210829)",True,, +Retrolens/Taranaki/New Plymouth District Council/TongaporutuRiver/Shorelines/TongaporutuRiver_07NOV1970.shp,Retrolens/Taranaki/New Plymouth District Council/TongaporutuRiver/Stack/TongaporutuRiver_7NOV1970_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,10876,18134,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1734561.79| +| 0.00,-0.40, 5704476.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.3999999999999914, 0.3999999999999795)",True,, +Retrolens/Taranaki/New Plymouth District Council/TongaporutuRiver/Shorelines/TongaporutuRiver_16OCT1945.shp,Retrolens/Taranaki/New Plymouth District Council/TongaporutuRiver/Stack/TongaporutuRiver_16OCT1945_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,9145,14080,3,,"| 0.50, 0.00, 1734806.91| +| 0.00,-0.50, 5704536.04| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,6,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_7NOV1970_beach.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_7NOV1970_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10270,9364,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1726763.35| +| 0.00,-0.90, 5698339.06| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9, 0.8999999999999602)",True,, +Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_7NOV1970_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_7NOV1970_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,10270,9364,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1726763.35| +| 0.00,-0.90, 5698339.06| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9, 0.8999999999999602)",True,, +Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_5MAR1943_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_5MAR1943_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9997,8800,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1726900.64| +| 0.00,-0.50, 5694365.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_5MAR1943_beach.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_5MAR1943_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9997,8800,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1726900.64| +| 0.00,-0.50, 5694365.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_1APR1979_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_1APR1979_mosaic.jp2,100.0,25,JP2OpenJPEG,uint16,256.0,11836,10776,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1726579.96| +| 0.00,-0.80, 5698413.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8000000000000039, 0.7999999999999827)",True,, +Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Shorelines/PariokariwaPoint_16DEC1945_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/PariokariwaPoint/Stack/PariokariwaPoint_16DEC1945_mosaic.jp2,100.0,27,JP2OpenJPEG,uint16,256.0,13284,10478,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1729272.35| +| 0.00,-0.50, 5698348.63| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_8NOV1970_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_8NOV1970_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,20148,12973,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1685135.63| +| 0.00,-0.60, 5679850.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6000000000000023, 0.5999999999999857)",True,, +Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_14JAN2000_beach.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_14JAN2000_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8383,5309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1684891.72| +| 0.00,-1.40, 5679544.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3999999999999944, 1.3999999999999297)",True,, +Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_8NOV1970_beach.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_8NOV1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,20148,12973,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1685135.63| +| 0.00,-0.60, 5679850.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6000000000000023, 0.5999999999999857)",True,, +Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_14JAN2000_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_14JAN2000_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8383,5309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1684891.72| +| 0.00,-1.40, 5679544.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3999999999999944, 1.3999999999999297)",True,, +Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_14AUG1950_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_14AUG1950_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,56494,32665,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1685313.71| +| 0.00,-0.20, 5678879.03| +| 0.00, 0.00, 1.00|",,32665,False,pixel,0,"(0.20000000000000082, 0.2)",True,, +Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Shorelines/NewPlymouth_14AUG1950_beach.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth/Stack/NewPlymouth_14AUG1950_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,56494,32665,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1685313.71| +| 0.00,-0.20, 5678879.03| +| 0.00, 0.00, 1.00|",,32665,False,pixel,0,"(0.20000000000000082, 0.2)",True,, +Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_5MAR1943.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_5MAR1943_mosaic.jp2,100.0,42,JP2OpenJPEG,uint16,256.0,16369,17612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1719889.32| +| 0.00,-0.50, 5691295.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_5MAR1943_beach.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_5MAR1943_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16369,17612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1719889.32| +| 0.00,-0.50, 5691295.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_7NOV1970.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_7NOV1970_mosaic.jp2,100.0,33,JP2OpenJPEG,uint16,256.0,9944,9121,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1719507.18| +| 0.00,-0.95, 5691530.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9495245024247149, 0.9495245024247186)",True,, +Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_7NOV1970_beach.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_7NOV1970_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9944,9121,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1719507.18| +| 0.00,-0.95, 5691530.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9495245024247149, 0.9495245024247186)",True,, +Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_1APR1979.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_1APR1979_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,10654,9966,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1719841.26| +| 0.00,-0.80, 5690846.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999956, 0.7999999999999813)",True,, +Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_9FEB1982_beach.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_9FEB1982_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,6045,6102,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1719620.82| +| 0.00,-1.40, 5690815.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4, 1.3999999999999695)",True,, +Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Shorelines/UrenuiRiver_North_1APR1979_beach.shp,Retrolens/Taranaki/New Plymouth District Council/UrenuiRiver_North_AOI/Stack/UrenuiRiver_North_1APR1979_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10654,9966,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1719841.26| +| 0.00,-0.80, 5690846.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999956, 0.7999999999999813)",True,, +Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_10FEB1970_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_10FEB1970_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,9047,5482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1680371.67| +| 0.00,-0.60, 5672879.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999949, 0.600000000000034)",True,, +Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_10FEB1970_beach.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_10FEB1970_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9047,5482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1680371.67| +| 0.00,-0.60, 5672879.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999949, 0.600000000000034)",True,, +Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_14JAN2000_beach.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_14JAN2000_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4203,2579,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1680365.03| +| 0.00,-1.30, 5672921.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2999999999999778, 1.3000000000000722)",True,, +Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_14AUG1950_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_14AUG1950_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8813,4823,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1680371.35| +| 0.00,-0.50, 5672002.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_14AUG1950_beach.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_14AUG1950_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8813,4823,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1680371.35| +| 0.00,-0.50, 5672002.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/Oakura/Shorelines/Oakura_14JAN2000_cliff.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura/Stack/Oakura_14JAN2000_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4203,2579,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1680365.03| +| 0.00,-1.30, 5672921.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2999999999999778, 1.3000000000000722)",True,, +Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_16SEP1958.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_16SEP1958_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7147,2417,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1712897.15| +| 0.00,-1.10, 5684853.60| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.0999999999999934, 1.1000000000000771)",True,, +Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_14AUG1950.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_14AUG1950_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7389,4575,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1713218.21| +| 0.00,-0.50, 5684778.18| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_5MAR1943.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_5MAR1943_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,5298,3389,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1718146.76| +| 0.00,-0.50, 5684363.67| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_8NOV1970.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_8NOV1970_mosaic.jp2,100.0,27,JP2OpenJPEG,uint16,256.0,11326,3223,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1713079.82| +| 0.00,-0.70, 5684660.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6999999999999958, 0.6999999999998844)",True,, +Retrolens/Taranaki/New Plymouth District Council/Onaero/Shorelines/Onaero_1APR1979.shp,Retrolens/Taranaki/New Plymouth District Council/Onaero/Stack/Onaero_1APR1979_mosaic.jp2,100.0,22,JP2OpenJPEG,uint16,256.0,8515,3065,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1714327.40| +| 0.00,-0.80, 5684600.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999798163295031, 0.8000273779520786)",True,, +Retrolens/Taranaki/New Plymouth District Council/Waitara/Shorelines/Waitara_08NOV1970.shp,Retrolens/Taranaki/New Plymouth District Council/Waitara/Stack/Waitara_8NOV1970_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,15487,3520,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1703500.33| +| 0.00,-0.72, 5685053.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7158091867048768, 0.7158091867048907)",True,, +Retrolens/Taranaki/New Plymouth District Council/Waitara/Shorelines/Waitara_16SEP1958.shp,Retrolens/Taranaki/New Plymouth District Council/Waitara/Stack/Waitara_16SEP1958_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,9544,1812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.17, 0.00, 1703467.24| +| 0.00,-1.17, 5684834.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.165176125967999, 1.165176125968011)",True,, +Retrolens/Taranaki/New Plymouth District Council/Waitara/Shorelines/Waitara_14AUG1950.shp,Retrolens/Taranaki/New Plymouth District Council/Waitara/Stack/Waitara_14AUG1950_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,18639,5270,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1703853.10| +| 0.00,-0.53, 5685309.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5267461833561788, 0.5267461833561747)",True,, +Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Shorelines/MohakatinoRiver_1APR1979.shp,Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Stack/MohakatinoRiver_1APR1979_mosaic.jp2,100.0,28,JP2OpenJPEG,uint16,256.0,4493,13931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1737355.73| +| 0.00,-0.80, 5714927.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999793, 0.7999999999999866)",True,, +Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Shorelines/MohakatinoRiver_1APR1950.shp,Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Stack/MohakatinoRiver_1APR1950_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,2715,6471,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1739316.04| +| 0.00,-0.50, 5714804.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Shorelines/MohakatinoRiver_16OCT1945.shp,Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Stack/MohakatinoRiver_16OCT1945_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,5536,14925,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1737496.71| +| 0.00,-0.50, 5711222.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Shorelines/MohakatinoRiver_29JAN1964.shp,Retrolens/Taranaki/New Plymouth District Council/MohakatinoRiver/Stack/MohakatinoRiver_29JAN1964_mosaic.jp2,100.0,41,JP2OpenJPEG,uint16,256.0,14329,53114,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1737906.29| +| 0.00,-0.20, 5714746.57| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.20000000000000326, 0.1999999999999965)",True,, +Retrolens/Taranaki/New Plymouth District Council/NewPlymouth_Airport/Shorelines/NewPlymouth Airport_14JAN2000.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth_Airport/Stack/NewPlymouth_Airport_14JAN2000_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4771,3148,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.49, 0.00, 1694447.40| +| 0.00,-1.49, 5681882.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4948306220994623, 1.4948306220996026)",True,, +Retrolens/Taranaki/New Plymouth District Council/NewPlymouth_Airport/Shorelines/NewPlymouth Airport_14AUG1950.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth_Airport/Stack/NewPlymouth_Airport_14AUG1950_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6047,5171,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1698386.91| +| 0.00,-0.55, 5682704.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5505300278054455, 0.5505300278054434)",True,, +Retrolens/Taranaki/New Plymouth District Council/NewPlymouth_Airport/Shorelines/NewPlymouth Airport_08NOV1970.shp,Retrolens/Taranaki/New Plymouth District Council/NewPlymouth_Airport/Stack/NewPlymouth_Airport_8NOV1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14636,10931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1694925.28| +| 0.00,-0.70, 5685148.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7034588427042722, 0.7034588427042691)",True,, +Retrolens/Taranaki/New Plymouth District Council/Oakura_South/Shorelines/Oakura_South_10FEB1970.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura_South/Stack/Oakura_South_10FEB1970_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,17702,12074,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1670309.97| +| 0.00,-0.60, 5670454.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999974, 0.6000000000000308)",True,, +Retrolens/Taranaki/New Plymouth District Council/Oakura_South/Shorelines/Oakura_South_14JAN2000.shp,Retrolens/Taranaki/New Plymouth District Council/Oakura_South/Stack/Oakura_South_14JAN2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7457,4812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1670728.54| +| 0.00,-1.30, 5669930.80| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3000000000000125, 1.2999999999999226)",True,, +Retrolens/Taranaki/WainuiBeach/Shorelines/WainuiBeach_27MAR1962.shp,Retrolens/Taranaki/WainuiBeach/Stack/WainuiBeach_27MAR1962_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,20390,7741,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1743821.13| +| 0.00,-0.44, 5588290.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4392463205388737, 0.4392463205388965)",True,, +Retrolens/Taranaki/WainuiBeach/Shorelines/WainuiBeach_04FEB1982.shp,Retrolens/Taranaki/WainuiBeach/Stack/WainuiBeach_04FEB1982_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6584,2316,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1743426.38| +| 0.00,-1.44, 5588343.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4395973456224012, 1.4395973456224076)",True,, +Retrolens/Taranaki/HangatahuaRiver_South/Shorelines/HangatahuaRiver_South_13AUG2013.shp,MaxarImagery/HighFreq/Taranaki/HangatahuaRiver_South/Imagery/Stack/HangatahuaRiver_South_13AUG2013.tif,100.0,7,GTiff,uint8,,8941,13987,4,,"| 0.50, 0.00, 1666598.96| +| 0.00,-0.50, 5663720.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +Retrolens/Taranaki/HangatahuaRiver_South/Shorelines/HangatahuaRiver_South_22MAY1950.shp,Retrolens/Taranaki/HangatahuaRiver_South/Stack/HangatahuaRiver_South_22MAY1950_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8859,13816,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1666305.50| +| 0.00,-0.54, 5664005.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5441146193639151, 0.5441146193639245)",True,, +Retrolens/Taranaki/HangatahuaRiver_South/Shorelines/HangatahuaRiver_South_10FEB1970.shp,Retrolens/Taranaki/HangatahuaRiver_South/Stack/HangatahuaRiver_South_10FEB1970_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,7011,11087,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1666138.85| +| 0.00,-0.73, 5664266.36| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7287148699646457, 0.728714869964639)",True,, +Retrolens/Taranaki/HangatahuaRiver_South/Shorelines/HangatahuaRiver_South_07SEP2020.shp,MaxarImagery/HighFreq/Taranaki/HangatahuaRiver_South/Imagery/Stack/HangatahuaRiver_South_07SEP2020.tif,100.0,12,GTiff,uint8,,8941,13987,3,,"| 0.50, 0.00, 1666598.96| +| 0.00,-0.50, 5663720.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +Retrolens/Taranaki/HangatahuaRiver_South/Shorelines/HangatahuaRiver_South_11JUN2004.shp,MaxarImagery/HighFreq/Taranaki/HangatahuaRiver_South/Imagery/Stack/HangatahuaRiver_South_11JUN2004.tif,100.0,9,GTiff,uint8,,7452,11656,3,,"| 0.60, 0.00, 1666598.76| +| 0.00,-0.60, 5663720.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5999999999999938, 0.6000000000000479)",True,lzw, +Retrolens/Taranaki/Manutahi/Shorelines/Manutahi_07SEP1967.shp,Retrolens/Taranaki/Manutahi/Stack/Manutahi__07SEP1967_mosaic.jp2,100.0,38,JP2OpenJPEG,uint16,256.0,7384,8979,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.87, 0.00, 1713602.34| +| 0.00,-0.87, 5611679.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8661955104749685, 0.8661955104750187)",True,, +Retrolens/Taranaki/Manutahi/Shorelines/Manutahi_04FEB1982.shp,Retrolens/Taranaki/Manutahi/Stack/Manutahi_04FEB1982_mosaic.jp2,100.0,29,JP2OpenJPEG,uint16,256.0,4820,5382,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1713222.89| +| 0.00,-1.46, 5611740.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4610306991346826, 1.4610306991346247)",True,, +Retrolens/Taranaki/Manutahi/Shorelines/Manutahi_08MAY1951.shp,Retrolens/Taranaki/Manutahi/Stack/Manutahi_08MAY1951_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,11819,15415,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1713790.35| +| 0.00,-0.50, 5611377.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5007761048702821, 0.5007761048702835)",True,, +Retrolens/Taranaki/Oakura/Shorelines/Oakura_10FEB1970_cliff.shp,Retrolens/Taranaki/Oakura/Stack/Oakura_10FEB1970_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,9047,5482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1680371.67| +| 0.00,-0.60, 5672879.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999949, 0.600000000000034)",True,, +Retrolens/Taranaki/Oakura/Shorelines/Oakura_10FEB1970_beach.shp,Retrolens/Taranaki/Oakura/Stack/Oakura_10FEB1970_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9047,5482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1680371.67| +| 0.00,-0.60, 5672879.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999949, 0.600000000000034)",True,, +Retrolens/Taranaki/Oakura/Shorelines/Oakura_14JAN2000_beach.shp,Retrolens/Taranaki/Oakura/Stack/Oakura_14JAN2000_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4203,2579,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1680365.03| +| 0.00,-1.30, 5672921.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2999999999999778, 1.3000000000000722)",True,, +Retrolens/Taranaki/Oakura/Shorelines/Oakura_14AUG1950_cliff.shp,Retrolens/Taranaki/Oakura/Stack/Oakura_14AUG1950_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8813,4823,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1680371.35| +| 0.00,-0.50, 5672002.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/Oakura/Shorelines/Oakura_14AUG1950_beach.shp,Retrolens/Taranaki/Oakura/Stack/Oakura_14AUG1950_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8813,4823,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1680371.35| +| 0.00,-0.50, 5672002.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/Oakura/Shorelines/Oakura_14JAN2000_cliff.shp,Retrolens/Taranaki/Oakura/Stack/Oakura_14JAN2000_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4203,2579,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1680365.03| +| 0.00,-1.30, 5672921.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2999999999999778, 1.3000000000000722)",True,, +Retrolens/Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_8NOV1970.shp,Retrolens/Taranaki/OpunakeBeach/Stack/OpunakeBeach_8NOV1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,15112,15894,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1666060.97| +| 0.00,-0.68, 5640727.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6838332185676685, 0.6838332185676649)",True,, +Retrolens/Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_16APR1953_cliff.shp,Retrolens/Taranaki/OpunakeBeach/Stack/OpunakeBeach_16APR1953_mosaic.jp2,100.0,28,JP2OpenJPEG,uint16,256.0,16132,18375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1667279.03| +| 0.00,-0.48, 5638946.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4837552660398075, 0.48375526603980334)",True,, +Retrolens/Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_8NOV1970_cliff.shp,Retrolens/Taranaki/OpunakeBeach/Stack/OpunakeBeach_8NOV1970_mosaic.jp2,100.0,20,JP2OpenJPEG,uint16,256.0,15112,15894,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1666060.97| +| 0.00,-0.68, 5640727.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6838332185676685, 0.6838332185676649)",True,, +Retrolens/Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_16APR1953.shp,Retrolens/Taranaki/OpunakeBeach/Stack/OpunakeBeach_16APR1953_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,16132,18375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1667279.03| +| 0.00,-0.48, 5638946.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4837552660398075, 0.48375526603980334)",True,, +Retrolens/Taranaki/ManaBay/Shorelines/ManaBay_07APR1949.shp,Retrolens/Taranaki/ManaBay/Stack/ManaBay_07APR1949_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,17597,15033,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1724239.11| +| 0.00,-0.54, 5598897.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5406876438028578, 0.5406876438028646)",True,, +Retrolens/Taranaki/ManaBay/Shorelines/ManaBay_05APR1962.shp,Retrolens/Taranaki/ManaBay/Stack/ManaBay_05APR1962_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,22790,18018,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1723930.74| +| 0.00,-0.44, 5598892.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4420063302318409, 0.4420063302318582)",True,, +Retrolens/Taranaki/Onaero/Shorelines/Onaero_16SEP1958.shp,Retrolens/Taranaki/Onaero/Stack/Onaero_16SEP1958_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7147,2417,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1712897.15| +| 0.00,-1.10, 5684853.60| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.0999999999999934, 1.1000000000000771)",True,, +Retrolens/Taranaki/Onaero/Shorelines/Onaero_14AUG1950.shp,Retrolens/Taranaki/Onaero/Stack/Onaero_14AUG1950_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7389,4575,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1713218.21| +| 0.00,-0.50, 5684778.18| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/Onaero/Shorelines/Onaero_5MAR1943.shp,Retrolens/Taranaki/Onaero/Stack/Onaero_5MAR1943_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,5298,3389,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1718146.76| +| 0.00,-0.50, 5684363.67| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/Onaero/Shorelines/Onaero_8NOV1970.shp,Retrolens/Taranaki/Onaero/Stack/Onaero_8NOV1970_mosaic.jp2,100.0,27,JP2OpenJPEG,uint16,256.0,11326,3223,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1713079.82| +| 0.00,-0.70, 5684660.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6999999999999958, 0.6999999999998844)",True,, +Retrolens/Taranaki/Onaero/Shorelines/Onaero_1APR1979.shp,Retrolens/Taranaki/Onaero/Stack/Onaero_1APR1979_mosaic.jp2,100.0,22,JP2OpenJPEG,uint16,256.0,8515,3065,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1714327.40| +| 0.00,-0.80, 5684600.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999798163295031, 0.8000273779520786)",True,, +Retrolens/Taranaki/Waitara/Shorelines/Waitara_08NOV1970.shp,Retrolens/Taranaki/Waitara/Stack/Waitara_8NOV1970_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,15487,3520,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1703500.33| +| 0.00,-0.72, 5685053.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7158091867048768, 0.7158091867048907)",True,, +Retrolens/Taranaki/Waitara/Shorelines/Waitara_16SEP1958.shp,Retrolens/Taranaki/Waitara/Stack/Waitara_16SEP1958_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,9544,1812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.17, 0.00, 1703467.24| +| 0.00,-1.17, 5684834.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.165176125967999, 1.165176125968011)",True,, +Retrolens/Taranaki/Waitara/Shorelines/Waitara_14AUG1950.shp,Retrolens/Taranaki/Waitara/Stack/Waitara_14AUG1950_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,18639,5270,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1703853.10| +| 0.00,-0.53, 5685309.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5267461833561788, 0.5267461833561747)",True,, +Retrolens/Taranaki/Hawera_WaihiBeach/Shorelines/Hawera_WaihiBeach_08MAY1951.shp,Retrolens/Taranaki/Hawera_WaihiBeach/Stack/Hawera_WaihiBeach_8MAY1951_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,19721,11067,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1703667.96| +| 0.00,-0.50, 5617396.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4976916830596141, 0.4976916830596099)",True,, +Retrolens/Taranaki/Hawera_WaihiBeach/Shorelines/Hawera_WaihiBeach_15OCT1965.shp,Retrolens/Taranaki/Hawera_WaihiBeach/Stack/Hawera_WaihiBeach_15OCT1965_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,5652,3859,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.82, 0.00, 1703370.29| +| 0.00,-1.82, 5617704.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8228954087972251, 1.8228954087972282)",True,, +Retrolens/Taranaki/Hawera_WaihiBeach/Shorelines/Hawera_WaihiBeach_04FEB1982.shp,Retrolens/Taranaki/Hawera_WaihiBeach/Stack/Hawera_WaihiBeach_4FEB1982_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,7303,4650,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1703394.93| +| 0.00,-1.44, 5617717.01| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4425940671537159, 1.4425940671537112)",True,, +Retrolens/Taranaki/South Taranaki/CapeEgmont/Shorelines/CapeEgmont_08NOV1970.shp,Retrolens/Taranaki/South Taranaki/CapeEgmont/Stack/CapeEgmont_8NOV1970_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5401,12125,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1664002.73| +| 0.00,-0.69, 5656983.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.69246765069852, 0.6924676506985555)",True,, +Retrolens/Taranaki/South Taranaki/CapeEgmont/Shorelines/CapeEgmont_19SEP1955.shp,Retrolens/Taranaki/South Taranaki/CapeEgmont/Stack/CapeEgmont_19SEP1955_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,5709,15722,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1664328.09| +| 0.00,-0.50, 5657079.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49615315394582094, 0.4961531539458268)",True,, +Retrolens/Taranaki/South Taranaki/CapeEgmont/Shorelines/CapeEgmont_06SEP1965.shp,Retrolens/Taranaki/South Taranaki/CapeEgmont/Stack/CapeEgmont_6SEP1965_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,1924,4438,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.87, 0.00, 1664146.30| +| 0.00,-1.87, 5657126.52| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8653297389183665, 1.8653297389183008)",False,, +Retrolens/Taranaki/South Taranaki/KaupokonuiBeach/Shorelines/KaupokonuiBeach_28AUG1972.shp,Retrolens/Taranaki/South Taranaki/KaupokonuiBeach/Stack/KaupokonuiBeach_28AUG1972_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,10782,5240,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1688104.85| +| 0.00,-0.71, 5621495.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7120729920210652, 0.7120729920210829)",True,, +Retrolens/Taranaki/South Taranaki/WainuiBeach/Shorelines/WainuiBeach_27MAR1962.shp,Retrolens/Taranaki/South Taranaki/WainuiBeach/Stack/WainuiBeach_27MAR1962_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,20390,7741,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1743821.13| +| 0.00,-0.44, 5588290.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4392463205388737, 0.4392463205388965)",True,, +Retrolens/Taranaki/South Taranaki/WainuiBeach/Shorelines/WainuiBeach_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/WainuiBeach/Stack/WainuiBeach_04FEB1982_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6584,2316,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1743426.38| +| 0.00,-1.44, 5588343.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4395973456224012, 1.4395973456224076)",True,, +Retrolens/Taranaki/South Taranaki/HangatahuaRiver_South/Shorelines/HangatahuaRiver_South_22MAY1950.shp,Retrolens/Taranaki/South Taranaki/HangatahuaRiver_South/Stack/HangatahuaRiver_South_22MAY1950_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8859,13816,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1666305.50| +| 0.00,-0.54, 5664005.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5441146193639151, 0.5441146193639245)",True,, +Retrolens/Taranaki/South Taranaki/HangatahuaRiver_South/Shorelines/HangatahuaRiver_South_10FEB1970.shp,Retrolens/Taranaki/South Taranaki/HangatahuaRiver_South/Stack/HangatahuaRiver_South_10FEB1970_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,7011,11087,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1666138.85| +| 0.00,-0.73, 5664266.36| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7287148699646457, 0.728714869964639)",True,, +Retrolens/Taranaki/South Taranaki/Manutahi/Shorelines/Manutahi_07SEP1967.shp,Retrolens/Taranaki/South Taranaki/Manutahi/Stack/Manutahi__07SEP1967_mosaic.jp2,100.0,38,JP2OpenJPEG,uint16,256.0,7384,8979,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.87, 0.00, 1713602.34| +| 0.00,-0.87, 5611679.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8661955104749685, 0.8661955104750187)",True,, +Retrolens/Taranaki/South Taranaki/Manutahi/Shorelines/Manutahi_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/Manutahi/Stack/Manutahi_04FEB1982_mosaic.jp2,100.0,29,JP2OpenJPEG,uint16,256.0,4820,5382,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1713222.89| +| 0.00,-1.46, 5611740.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4610306991346826, 1.4610306991346247)",True,, +Retrolens/Taranaki/South Taranaki/Manutahi/Shorelines/Manutahi_08MAY1951.shp,Retrolens/Taranaki/South Taranaki/Manutahi/Stack/Manutahi_08MAY1951_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,11819,15415,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1713790.35| +| 0.00,-0.50, 5611377.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5007761048702821, 0.5007761048702835)",True,, +Retrolens/Taranaki/South Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_8NOV1970.shp,Retrolens/Taranaki/South Taranaki/OpunakeBeach/Stack/OpunakeBeach_8NOV1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,15112,15894,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1666060.97| +| 0.00,-0.68, 5640727.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6838332185676685, 0.6838332185676649)",True,, +Retrolens/Taranaki/South Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_16APR1953_cliff.shp,Retrolens/Taranaki/South Taranaki/OpunakeBeach/Stack/OpunakeBeach_16APR1953_mosaic.jp2,100.0,28,JP2OpenJPEG,uint16,256.0,16132,18375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1667279.03| +| 0.00,-0.48, 5638946.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4837552660398075, 0.48375526603980334)",True,, +Retrolens/Taranaki/South Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_8NOV1970_cliff.shp,Retrolens/Taranaki/South Taranaki/OpunakeBeach/Stack/OpunakeBeach_8NOV1970_mosaic.jp2,100.0,20,JP2OpenJPEG,uint16,256.0,15112,15894,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1666060.97| +| 0.00,-0.68, 5640727.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6838332185676685, 0.6838332185676649)",True,, +Retrolens/Taranaki/South Taranaki/OpunakeBeach/Shorelines/OpunakeBeach_16APR1953.shp,Retrolens/Taranaki/South Taranaki/OpunakeBeach/Stack/OpunakeBeach_16APR1953_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,16132,18375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1667279.03| +| 0.00,-0.48, 5638946.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4837552660398075, 0.48375526603980334)",True,, +Retrolens/Taranaki/South Taranaki/ManaBay/Shorelines/ManaBay_07APR1949.shp,Retrolens/Taranaki/South Taranaki/ManaBay/Stack/ManaBay_07APR1949_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,17597,15033,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1724239.11| +| 0.00,-0.54, 5598897.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5406876438028578, 0.5406876438028646)",True,, +Retrolens/Taranaki/South Taranaki/ManaBay/Shorelines/ManaBay_05APR1962.shp,Retrolens/Taranaki/South Taranaki/ManaBay/Stack/ManaBay_05APR1962_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,22790,18018,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1723930.74| +| 0.00,-0.44, 5598892.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4420063302318409, 0.4420063302318582)",True,, +Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Shorelines/Hawera_WaihiBeach_08MAY1951.shp,Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Stack/Hawera_WaihiBeach_8MAY1951_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,19721,11067,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1703667.96| +| 0.00,-0.50, 5617396.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4976916830596141, 0.4976916830596099)",True,, +Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Shorelines/Hawera_WaihiBeach_15OCT1965.shp,Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Stack/Hawera_WaihiBeach_15OCT1965_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,5652,3859,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.82, 0.00, 1703370.29| +| 0.00,-1.82, 5617704.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8228954087972251, 1.8228954087972282)",True,, +Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Shorelines/Hawera_WaihiBeach_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/Hawera_WaihiBeach/Stack/Hawera_WaihiBeach_4FEB1982_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,7303,4650,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1703394.93| +| 0.00,-1.44, 5617717.01| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4425940671537159, 1.4425940671537112)",True,, +Retrolens/Taranaki/South Taranaki/Kakaramea/Shorelines/Kakaramea_19MAR1984.shp,Retrolens/Taranaki/South Taranaki/Kakaramea/Stack/Kakaramea_19MAR1984_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,8497,9448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1718379.07| +| 0.00,-0.77, 5604988.84| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7693788910257675, 0.769378891025763)",True,, +Retrolens/Taranaki/South Taranaki/Kakaramea/Shorelines/Kakaramea_07SEP1967.shp,Retrolens/Taranaki/South Taranaki/Kakaramea/Stack/Kakaramea_07SEP1967_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7262,8012,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.89, 0.00, 1718709.78| +| 0.00,-0.89, 5605034.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.887390809372507, 0.887390809372524)",True,, +Retrolens/Taranaki/South Taranaki/Oeo/Shorelines/Oeo_8MAY1951.shp,Retrolens/Taranaki/South Taranaki/Oeo/Stack/Oeo_8MAY1951_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,13539,9020,3,,"| 0.50, 0.00, 1681142.06| +| 0.00,-0.50, 5624633.67| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,5,"(0.5026243792007962, 0.5026243792008402)",True,, +Retrolens/Taranaki/South Taranaki/Oeo/Shorelines/Oeo_28OCT1972.shp,Retrolens/Taranaki/South Taranaki/Oeo/Stack/Oeo_28OCT1972_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,11900,6338,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1680732.91| +| 0.00,-0.70, 5624346.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7046343918853565, 0.7046343918853613)",True,, +Retrolens/Taranaki/South Taranaki/OhaweBeach/Shorelines/OhaweBeach_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/OhaweBeach/Stack/OhaweBeach_04FEB1982_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,5859,1855,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.45, 0.00, 1695013.54| +| 0.00,-1.45, 5619275.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4460830653894516, 1.4460830653894623)",True,, +Retrolens/Taranaki/South Taranaki/OhaweBeach/Shorelines/OhaweBeach_28AUG1972.shp,Retrolens/Taranaki/South Taranaki/OhaweBeach/Stack/OhaweBeach_28AUG1972_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,13368,4073,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1695104.21| +| 0.00,-0.70, 5619169.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7027028311261656, 0.7027028311261659)",True,, +Retrolens/Taranaki/South Taranaki/OhaweBeach/Shorelines/OhaweBeach_08MAY1951.shp,Retrolens/Taranaki/South Taranaki/OhaweBeach/Stack/OhaweBeach_08MAY1951_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,19216,5026,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1695190.67| +| 0.00,-0.48, 5619036.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4827106700055003, 0.4827106700054975)",True,, +Retrolens/Taranaki/South Taranaki/Pihama/Shorelines/Pihama_08MAY1951.shp,Retrolens/Taranaki/South Taranaki/Pihama/Stack/Pihama_8MAY1951_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,14519,14024,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1675290.87| +| 0.00,-0.50, 5629196.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49549728747968436, 0.4954972874797021)",True,, +Retrolens/Taranaki/South Taranaki/Pihama/Shorelines/Pihama_28AUG1972.shp,Retrolens/Taranaki/South Taranaki/Pihama/Stack/Pihama_28AUG1972_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,10975,9770,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1675115.45| +| 0.00,-0.71, 5629295.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7088664271351764, 0.7088664271352105)",True,, +Retrolens/Taranaki/South Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_07APR1949.shp,Retrolens/Taranaki/South Taranaki/WaipipiBeach/Stack/WaipipiBeach_07APR1949_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,23028,8281,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1733219.46| +| 0.00,-0.49, 5592014.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.48730040347396, 0.48730040347396375)",True,, +Retrolens/Taranaki/South Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_04FEB1982.shp,Retrolens/Taranaki/South Taranaki/WaipipiBeach/Stack/WaipipiBeach_04FEB1982_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,8901,4531,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1733065.28| +| 0.00,-1.38, 5592629.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3841364840127708, 1.384136484012779)",True,, +Retrolens/Taranaki/South Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_07SEP1967.shp,Retrolens/Taranaki/South Taranaki/WaipipiBeach/Stack/WaipipiBeach_07SEP1967_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,14308,7331,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.84, 0.00, 1733132.89| +| 0.00,-0.84, 5592772.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8394125966443371, 0.839412596644337)",True,, +Retrolens/Taranaki/South Taranaki/Rahotu/Shorelines/Rahotu_3SEP1954.shp,Retrolens/Taranaki/South Taranaki/Rahotu/Stack/Rahotu_3SEP1954_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,6517,18705,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1664610.69| +| 0.00,-0.51, 5648682.78| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5128854876903962, 0.5128854876903947)",True,, +Retrolens/Taranaki/South Taranaki/Rahotu/Shorelines/Rahotu_8NOV1970.shp,Retrolens/Taranaki/South Taranaki/Rahotu/Stack/Rahotu_8NOV1970_mosaic.jp2,100.0,18,JP2OpenJPEG,uint16,256.0,5843,15972,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1664188.01| +| 0.00,-0.68, 5649902.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6833378891597673, 0.6833378891597626)",True,, +Retrolens/Taranaki/MohakatinoRiver/Shorelines/MohakatinoRiver_1APR1979.shp,Retrolens/Taranaki/MohakatinoRiver/Stack/MohakatinoRiver_1APR1979_mosaic.jp2,100.0,28,JP2OpenJPEG,uint16,256.0,4493,13931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1737355.73| +| 0.00,-0.80, 5714927.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999793, 0.7999999999999866)",True,, +Retrolens/Taranaki/MohakatinoRiver/Shorelines/MohakatinoRiver_1APR1950.shp,Retrolens/Taranaki/MohakatinoRiver/Stack/MohakatinoRiver_1APR1950_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,2715,6471,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1739316.04| +| 0.00,-0.50, 5714804.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/MohakatinoRiver/Shorelines/MohakatinoRiver_16OCT1945.shp,Retrolens/Taranaki/MohakatinoRiver/Stack/MohakatinoRiver_16OCT1945_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,5536,14925,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1737496.71| +| 0.00,-0.50, 5711222.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Taranaki/MohakatinoRiver/Shorelines/MohakatinoRiver_29JAN1964.shp,Retrolens/Taranaki/MohakatinoRiver/Stack/MohakatinoRiver_29JAN1964_mosaic.jp2,100.0,41,JP2OpenJPEG,uint16,256.0,14329,53114,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1737906.29| +| 0.00,-0.20, 5714746.57| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.20000000000000326, 0.1999999999999965)",True,, +Retrolens/Taranaki/Kakaramea/Shorelines/Kakaramea_19MAR1984.shp,Retrolens/Taranaki/Kakaramea/Stack/Kakaramea_19MAR1984_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,8497,9448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1718379.07| +| 0.00,-0.77, 5604988.84| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7693788910257675, 0.769378891025763)",True,, +Retrolens/Taranaki/Kakaramea/Shorelines/Kakaramea_07SEP1967.shp,Retrolens/Taranaki/Kakaramea/Stack/Kakaramea_07SEP1967_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7262,8012,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.89, 0.00, 1718709.78| +| 0.00,-0.89, 5605034.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.887390809372507, 0.887390809372524)",True,, +Retrolens/Taranaki/NewPlymouth_Airport/Shorelines/NewPlymouth Airport_14JAN2000.shp,Retrolens/Taranaki/NewPlymouth_Airport/Stack/NewPlymouth_Airport_14JAN2000_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4771,3148,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.49, 0.00, 1694447.40| +| 0.00,-1.49, 5681882.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4948306220994623, 1.4948306220996026)",True,, +Retrolens/Taranaki/NewPlymouth_Airport/Shorelines/NewPlymouth Airport_14AUG1950.shp,Retrolens/Taranaki/NewPlymouth_Airport/Stack/NewPlymouth_Airport_14AUG1950_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6047,5171,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1698386.91| +| 0.00,-0.55, 5682704.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5505300278054455, 0.5505300278054434)",True,, +Retrolens/Taranaki/NewPlymouth_Airport/Shorelines/NewPlymouth Airport_08NOV1970.shp,Retrolens/Taranaki/NewPlymouth_Airport/Stack/NewPlymouth_Airport_8NOV1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14636,10931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1694925.28| +| 0.00,-0.70, 5685148.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7034588427042722, 0.7034588427042691)",True,, +Retrolens/Taranaki/Oeo/Shorelines/Oeo_8MAY1951.shp,Retrolens/Taranaki/Oeo/Stack/Oeo_8MAY1951_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,13539,9020,3,,"| 0.50, 0.00, 1681142.06| +| 0.00,-0.50, 5624633.67| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,5,"(0.5026243792007962, 0.5026243792008402)",True,, +Retrolens/Taranaki/Oeo/Shorelines/Oeo_28OCT1972.shp,Retrolens/Taranaki/Oeo/Stack/Oeo_28OCT1972_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,11900,6338,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1680732.91| +| 0.00,-0.70, 5624346.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7046343918853565, 0.7046343918853613)",True,, +Retrolens/Taranaki/Oeo/Shorelines/Oeo_18MAR2022.shp,MaxarImagery/HighFreq/Taranaki/Oeo/Imagery/Stack/Oeo_18MAR2022.tif,100.0,11,GTiff,uint8,,14152,5773,3,,"| 0.49, 0.00, 1681487.22| +| 0.00,-0.49, 5623318.11| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,19,"(0.49356809258461, 0.49356809258461)",True,lzw, +Retrolens/Taranaki/OhaweBeach/Shorelines/OhaweBeach_04FEB1982.shp,Retrolens/Taranaki/OhaweBeach/Stack/OhaweBeach_04FEB1982_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,5859,1855,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.45, 0.00, 1695013.54| +| 0.00,-1.45, 5619275.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4460830653894516, 1.4460830653894623)",True,, +Retrolens/Taranaki/OhaweBeach/Shorelines/OhaweBeach_28AUG1972.shp,Retrolens/Taranaki/OhaweBeach/Stack/OhaweBeach_28AUG1972_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,13368,4073,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1695104.21| +| 0.00,-0.70, 5619169.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7027028311261656, 0.7027028311261659)",True,, +Retrolens/Taranaki/OhaweBeach/Shorelines/OhaweBeach_08MAY1951.shp,Retrolens/Taranaki/OhaweBeach/Stack/OhaweBeach_08MAY1951_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,19216,5026,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1695190.67| +| 0.00,-0.48, 5619036.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4827106700055003, 0.4827106700054975)",True,, +Retrolens/Taranaki/Pihama/Shorelines/Pihama_08MAY1951.shp,Retrolens/Taranaki/Pihama/Stack/Pihama_8MAY1951_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,14519,14024,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1675290.87| +| 0.00,-0.50, 5629196.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49549728747968436, 0.4954972874797021)",True,, +Retrolens/Taranaki/Pihama/Shorelines/Pihama_28AUG1972.shp,Retrolens/Taranaki/Pihama/Stack/Pihama_28AUG1972_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,10975,9770,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1675115.45| +| 0.00,-0.71, 5629295.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7088664271351764, 0.7088664271352105)",True,, +Retrolens/Taranaki/Pihama/Shorelines/Pihama_18MAR2022.shp,MaxarImagery/HighFreq/Taranaki/Pihama/Imagery/Stack/Pihama_18MAR2022.tif,100.0,13,GTiff,uint8,,12742,12547,3,,"| 0.49, 0.00, 1675850.70| +| 0.00,-0.49, 5628873.18| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,14,"(0.49356809258461, 0.49356809258461)",True,lzw, +Retrolens/Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_07APR1949.shp,Retrolens/Taranaki/WaipipiBeach/Stack/WaipipiBeach_07APR1949_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,23028,8281,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1733219.46| +| 0.00,-0.49, 5592014.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.48730040347396, 0.48730040347396375)",True,, +Retrolens/Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_08JUN2021.shp,MaxarImagery/HighFreq/Taranaki/WaipipiBeach/Imagery/Stack/WaipipiBeach_08JUN2021_2.tif,100.0,11,GTiff,uint8,,22079,8376,3,,"| 0.50, 0.00, 1733411.11| +| 0.00,-0.50, 5591595.95| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,8,"(0.5, 0.5)",True,lzw, +Retrolens/Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_04FEB1982.shp,Retrolens/Taranaki/WaipipiBeach/Stack/WaipipiBeach_04FEB1982_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,8901,4531,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1733065.28| +| 0.00,-1.38, 5592629.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3841364840127708, 1.384136484012779)",True,, +Retrolens/Taranaki/WaipipiBeach/Shorelines/WaipipiBeach_07SEP1967.shp,Retrolens/Taranaki/WaipipiBeach/Stack/WaipipiBeach_07SEP1967_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,14308,7331,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.84, 0.00, 1733132.89| +| 0.00,-0.84, 5592772.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8394125966443371, 0.839412596644337)",True,, +Retrolens/Taranaki/Oakura_South/Shorelines/Oakura_South_10FEB1970.shp,Retrolens/Taranaki/Oakura_South/Stack/Oakura_South_10FEB1970_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,17702,12074,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1670309.97| +| 0.00,-0.60, 5670454.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999974, 0.6000000000000308)",True,, +Retrolens/Taranaki/Oakura_South/Shorelines/Oakura_South_14JAN2000.shp,Retrolens/Taranaki/Oakura_South/Stack/Oakura_South_14JAN2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7457,4812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1670728.54| +| 0.00,-1.30, 5669930.80| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3000000000000125, 1.2999999999999226)",True,, +Retrolens/Taranaki/Rahotu/Shorelines/Rahotu_05DEC2020.shp,MaxarImagery/HighFreq/Taranaki/Rahotu/Imagery/Stack/Rahotu_05DEC2020.tif,100.0,15,GTiff,uint8,,6840,29408,3,,"| 0.33, 0.00, 1665096.86| +| 0.00,-0.33, 5649383.30| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.33294877409935, 0.33294877409935)",True,lzw, +Retrolens/Taranaki/Rahotu/Shorelines/Rahotu_3SEP1954.shp,Retrolens/Taranaki/Rahotu/Stack/Rahotu_3SEP1954_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,6517,18705,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1664610.69| +| 0.00,-0.51, 5648682.78| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5128854876903962, 0.5128854876903947)",True,, +Retrolens/Taranaki/Rahotu/Shorelines/Rahotu_8NOV1970.shp,Retrolens/Taranaki/Rahotu/Stack/Rahotu_8NOV1970_mosaic.jp2,100.0,18,JP2OpenJPEG,uint16,256.0,5843,15972,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1664188.01| +| 0.00,-0.68, 5649902.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6833378891597673, 0.6833378891597626)",True,, +Retrolens/Auckland/Taurangaruru/Shorelines/Taurangruru_29APR1942.shp,Retrolens/Auckland/Taurangaruru/Stack/Taurangruru_29APR1942.jp2,100.0,11,JP2OpenJPEG,uint8,,5213,11690,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1744006.86| +| 0.00,-0.50, 5878736.52| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Taurangaruru/Shorelines/Taurangaruru_21FEB1969.shp,Retrolens/Auckland/Taurangaruru/Stack/Taurangaruru_21FEB1969_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,,6469,14754,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1743989.70| +| 0.00,-0.50, 5878740.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Taurangaruru/Shorelines/Taurangaruru_22JUL1981.shp,Retrolens/Auckland/Taurangaruru/Stack/Taurangaruru_22JUL1981_mosaic.jp2,100.0,13,JP2OpenJPEG,uint8,,6445,14771,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1743992.75| +| 0.00,-0.50, 5878758.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/TawhitokinoBeach/Shorelines/TawhitokinoBeach_14OCT1980.shp,Retrolens/Auckland/TawhitokinoBeach/Stack/TawhitokinoBeach_14OCT1980_mosaic.jp2,100.0,9,JP2OpenJPEG,uint8,,8548,5704,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1796097.11| +| 0.00,-0.50, 5910132.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/TawhitokinoBeach/Shorelines/TawhitokinoBeach_19AUG1960.shp,Retrolens/Auckland/TawhitokinoBeach/Stack/TawhitokinoBeach_19AUG1960.jp2,100.0,11,JP2OpenJPEG,uint8,,8553,5688,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1796092.73| +| 0.00,-0.50, 5910118.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/TawhitokinoBeach/Shorelines/TawhitokinoBeach_2JAN2004.shp,Retrolens/Auckland/TawhitokinoBeach/Stack/TawhitokinoBeach_2JAN2004.jp2,100.0,7,JP2OpenJPEG,uint8,,8583,5766,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1796076.74| +| 0.00,-0.50, 5910141.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_02JAN2004.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_02JAN2004_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,2827,8591,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1727164.77| +| 0.00,-1.42, 5918025.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4164250539379377, 1.4164250539379424)",True,, +Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_19AUG1960.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_19AUG1960_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4405,13155,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1729256.60| +| 0.00,-0.43, 5911623.95| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.43328428164507166, 0.43328428164503957)",True,, +Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_24OCT1980.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_24OCT1980_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,5264,16579,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1727365.74| +| 0.00,-0.72, 5917860.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7245310690558016, 0.7245310690558215)",True,, +Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_09AUG1955.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_09AUG1955_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,6560,14702,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1727364.29| +| 0.00,-0.50, 5917934.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49814123344301, 0.4981412334430219)",True,, +Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_20MAR1988.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_20MAR1988_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,5661,17827,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1727344.22| +| 0.00,-0.68, 5917930.93| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6787192223882647, 0.6787192223882701)",True,, +Retrolens/Auckland/KarekareBethells/Shorelines/KarekareBethells_14APR1940.shp,Retrolens/Auckland/KarekareBethells/Stack/KarekareBethells_14APR1940_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,5942,19743,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1728141.23| +| 0.00,-0.51, 5915940.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.505154524726418, 0.5051545247264145)",True,, +Retrolens/Auckland/Whatipu/Shorelines/Whatipu_14MAY1954.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_14MAY1954_mosaic.tif,100.0,5,GTiff,uint16,256.0,6615,5136,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1731537.86| +| 0.00,-0.55, 5900213.78| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.55, 0.5499999999999637)",True,, +Retrolens/Auckland/Whatipu/Shorelines/Whatipu_30APR1969.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_30APR1969_mosaic.tif,100.0,4,GTiff,uint16,256.0,2941,3511,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1730501.54| +| 0.00,-1.80, 5903598.25| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(1.8000000000000158, 1.799999999999947)",True,, +Retrolens/Auckland/Whatipu/Shorelines/Whatipu_14APR1940.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_14APR1940_mosaic.tif,100.0,15,GTiff,uint16,256.0,9020,15541,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1730570.69| +| 0.00,-0.50, 5906009.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Whatipu/Shorelines/Whatipu_19AUG1960.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_19AUG1960_mosaic.tif,100.0,9,GTiff,uint16,256.0,11933,21980,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1730294.51| +| 0.00,-0.40, 5907001.24| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3999999999999961, 0.4)",True,, +Retrolens/Auckland/Whatipu/Shorelines/Whatipu_17NOV1987.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_17NOV1987_mosaic.tif,100.0,2,GTiff,uint16,256.0,6069,6517,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1730656.74| +| 0.00,-0.90, 5903285.93| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.9000000000000153, 0.8999999999999714)",True,, +Retrolens/Auckland/Whatipu/Shorelines/Whatipu_24OCT1980.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_24OCT1980_mosaic.tif,100.0,7,GTiff,uint16,256.0,6774,11727,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1730510.39| +| 0.00,-0.75, 5906719.40| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.75, 0.75)",True,, +Retrolens/Auckland/Whatipu/Shorelines/Whatipu_29MAR1949.shp,Retrolens/Auckland/Whatipu/Stack/Whatipu_29MAR1949_mosaic.tif,100.0,3,GTiff,uint16,256.0,4470,5092,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1731590.52| +| 0.00,-0.50, 5900619.49| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/WairoaBay/Shorelines/WairoaBay_2JAN2004.shp,Retrolens/Auckland/WairoaBay/Stack/WairoaBay_2JAN2004.jp2,100.0,3,JP2OpenJPEG,uint8,,4319,3362,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1789430.10| +| 0.00,-0.50, 5911135.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/WairoaBay/Shorelines/WairoaBay_01MAR1988.shp,Retrolens/Auckland/WairoaBay/Stack/WairoaBay_01MAR1988.jp2,100.0,6,JP2OpenJPEG,uint8,,6364,3376,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1788404.39| +| 0.00,-0.50, 5911136.95| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/WairoaBay/Shorelines/WairoaBay_19AUG1960.shp,Retrolens/Auckland/WairoaBay/Stack/WairoaBay_19AUG1960_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,,6417,3393,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1788391.00| +| 0.00,-0.50, 5911136.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Omaha/Shorelines/Omaha_05DEC1973.shp,Retrolens/Auckland/Omaha/Stack/Omaha_05DEC1973.jp2,100.0,3,JP2OpenJPEG,uint8,,5192,9964,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1759049.35| +| 0.00,-0.43, 5979449.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4326914205798486, 0.43269142057987425)",True,, +Retrolens/Auckland/Omaha/Shorelines/Omaha_02SEP1982.shp,Retrolens/Auckland/Omaha/Stack/Omaha_02SEP1982.jpg,100.0,1,JPEG,uint8,,3511,6047,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1758988.90| +| 0.00,-0.73, 5979563.54| +| 0.00, 0.00, 1.00|",,1,False,pixel,0,"(0.7330681326, 0.7330681326)",True,jpeg,ycbcr +Retrolens/Auckland/Omaha/Shorelines/Omaha_02MAY1996.shp,Retrolens/Auckland/Omaha/Stack/Omaha_02MAY1996.jp2,100.0,1,JP2OpenJPEG,uint8,,1694,2907,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.54, 0.00, 1758940.54| +| 0.00,-1.54, 5979559.31| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5437142739117524, 1.5437142739116012)",True,, +Retrolens/Auckland/Omaha/Shorelines/Omaha_19FEB1992.shp,Retrolens/Auckland/Omaha/Stack/Omaha_19FEB1992.jp2,100.0,2,JP2OpenJPEG,uint8,,3243,5993,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1759088.93| +| 0.00,-0.75, 5979594.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.750761451743712, 0.7507614517437122)",True,, +Retrolens/Auckland/Omaha/Shorelines/Omaha_11OCT1963.shp,Retrolens/Auckland/Omaha/Stack/Omaha_11OCT1963.jp2,100.0,2,JP2OpenJPEG,uint8,,3509,6037,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1758944.06| +| 0.00,-0.67, 5979514.93| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6732730105143475, 0.6732730105143186)",True,, +Retrolens/Auckland/Oneroa_PalmBeach/Shorelines/Oneroa_PalmBeach_4APR1972.shp,Retrolens/Auckland/Oneroa_PalmBeach/STACK/Oneroa_PalmBeach_4APR1972.jp2,100.0,10,JP2OpenJPEG,uint8,,7481,5803,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1779065.72| +| 0.00,-0.50, 5928363.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Oneroa_PalmBeach/Shorelines/Oneroa_PalmBeach_21OCT1987.shp,Retrolens/Auckland/Oneroa_PalmBeach/STACK/Oneroa_PalmBeach_21OCT1987.jp2,100.0,16,JP2OpenJPEG,uint8,,7553,5866,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1779065.95| +| 0.00,-0.50, 5928404.57| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Oneroa_PalmBeach/Shorelines/Oneroa_PalmBeach_24OCT1980.shp,Retrolens/Auckland/Oneroa_PalmBeach/STACK/Oneroa_PalmBeach_24OCT1980.jp2,100.0,13,JP2OpenJPEG,uint8,,7488,5857,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1779057.29| +| 0.00,-0.50, 5928382.95| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Oneroa_PalmBeach/Shorelines/Oneroa_PalmBeach2NOV1961.shp,Retrolens/Auckland/Oneroa_PalmBeach/STACK/Oneroa_PalmBeach2NOV1961.jp2,100.0,14,JP2OpenJPEG,uint8,,7478,5774,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1779058.70| +| 0.00,-0.50, 5928374.65| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Oneroa_PalmBeach/Shorelines/Oneroa_PalmBeach_02JAN2004.shp,Retrolens/Auckland/Oneroa_PalmBeach/STACK/Oneroa_PalmBeach_02JAN2004.jp2,100.0,12,JP2OpenJPEG,uint8,,7473,5764,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1779069.42| +| 0.00,-0.50, 5928362.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/WaitaraStream_North/Shorelines/WaitaraStream_North_3NOV1961.shp,Retrolens/Auckland/WaitaraStream_North/Stack/WaitaraStream_North_3NOV1961.jp2,100.0,5,JP2OpenJPEG,uint8,,7177,14721,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1737660.63| +| 0.00,-0.50, 5893367.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_29DEC1939.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_29DEC1939.jp2,100.0,6,JP2OpenJPEG,uint8,,10191,7484,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1779953.39| +| 0.00,-0.50, 5917194.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_24OCT1980.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_24OCT1980_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,7272,5466,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1779962.93| +| 0.00,-0.70, 5917240.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6999999999999872, 0.700000000000034)",True,, +Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_21OCT1987.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_21OCT1987_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,7265,5398,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1779964.46| +| 0.00,-0.70, 5917209.43| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7, 0.699999999999931)",True,, +Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_19AUG1960.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_19AUG1960_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,11139,8674,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1779695.42| +| 0.00,-0.50, 5917474.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/OmanaBeach/Shorelines/OmanaBeach_14APR1972.shp,Retrolens/Auckland/OmanaBeach/Stack/OmanaBeach_14APR1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7001,5888,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1779962.13| +| 0.00,-0.60, 5917206.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6000000000000133, 0.5999999999999683)",True,, +Retrolens/Auckland/PakiriBeach_North/Shorelines/PakiriBeach_North_12MAR1995.shp,Retrolens/Auckland/PakiriBeach_North/Stack/PakiriBeach_North_12MAR1995_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,8467,10428,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1747292.12| +| 0.00,-0.74, 5997200.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.7395500944000027, 0.7395500944000121)",True,, +Retrolens/Auckland/PakiriBeach_North/Shorelines/PakiriBeach_North_09FEB1982.shp,Retrolens/Auckland/PakiriBeach_North/Stack/PakiriBeach_North_09FEB1982_mosaic.jp2,100.0,9,JP2OpenJPEG,uint8,255.0,17475,21524,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1747292.68| +| 0.00,-0.36, 5997200.19| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.3582886455999754, 0.35828864559997825)",True,, +Retrolens/Auckland/PakiriBeach_North/Shorelines/PakiriBeach_North_15JAN1977.shp,Retrolens/Auckland/PakiriBeach_North/Stack/PakiriBeach_North_15JAN1977_mosaic.jp2,100.0,10,JP2OpenJPEG,uint8,,9175,11300,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1747292.31| +| 0.00,-0.68, 5997200.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.682475454699989, 0.6824754546999734)",True,, +Retrolens/Auckland/LongBay/Shorelines/LongBay_29MAR1981.shp,Retrolens/Auckland/LongBay/Stack/LongBay_29MAR1981_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2685,8339,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1755635.98| +| 0.00,-0.70, 5941434.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7, 0.6999999999999776)",True,, +Retrolens/Auckland/LongBay/Shorelines/LongBay_19JAN1973.shp,Retrolens/Auckland/LongBay/Stack/LongBay_19JAN1973_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4758,14567,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1755628.65| +| 0.00,-0.40, 5941440.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.3999999999999902, 0.3999999999999872)",True,, +Retrolens/Auckland/LongBay/Shorelines/LongBay_27APR1963.shp,Retrolens/Auckland/LongBay/Stack/LongBay_27APR1963_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4684,14566,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1755649.07| +| 0.00,-0.40, 5941434.94| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4000000000000199, 0.40000000000002556)",True,, +Retrolens/Auckland/LongBay/Shorelines/LongBay_20MAR1988.shp,Retrolens/Auckland/LongBay/Stack/LongBay_20MAR1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2761,8352,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1755607.00| +| 0.00,-0.70, 5941457.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6999999999999831, 0.7000000000000446)",True,, +Retrolens/Auckland/LongBay/Shorelines/LongBay_19SEP1950.shp,Retrolens/Auckland/LongBay/Stack/LongBay_19SEP1950_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3038,7091,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1756012.02| +| 0.00,-0.50, 5939153.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Muriwai4/Shorelines/Muriwai4_02JAN2004.shp,Retrolens/Auckland/Muriwai4/Stack/Muriwai4_02JAN2004_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3141,3907,3,,"| 1.43, 0.00, 1709827.62| +| 0.00,-1.43, 5953339.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,5,"(1.4307327832380563, 1.4307327832381134)",True,, +Retrolens/Auckland/Muriwai4/Shorelines/Muriwai4_29MAR1981.shp,Retrolens/Auckland/Muriwai4/Stack/Muriwai4_29MAR1981_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,0.0,10934,14135,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1705885.20| +| 0.00,-0.74, 5958517.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.74049215173624, 0.7404921517362485)",True,, +Retrolens/Auckland/BrownsBay/Shorelines/BrownsBay_20MAR1988.shp,Retrolens/Auckland/BrownsBay/Stack/BrownsBay_20MAR1988.jp2,100.0,7,JP2OpenJPEG,uint8,,4846,9462,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1755351.32| +| 0.00,-0.69, 5936485.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6945991080967414, 0.6945991080967523)",False,, +Retrolens/Auckland/MuriwaiSouth/Shorelines/MuriwaiSouth_02JAN2004.shp,Retrolens/Auckland/MuriwaiSouth/Stack/MuriwaiSouth_02JAN2004_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,,2359,4237,3,,"| 1.43, 0.00, 1724350.03| +| 0.00,-1.43, 5928547.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,12,"(1.4267784461932556, 1.4267784461932085)",True,, +Retrolens/Auckland/Muriwai2/Shorelines/Muriwai2_02JAN2004.shp,Retrolens/Auckland/Muriwai2/Stack/Muriwai2_02JAN2004_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5585,7611,3,,"| 1.42, 0.00, 1715853.14| +| 0.00,-1.42, 5942497.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,10,"(1.4230889079394862, 1.4230889079395073)",True,, +Retrolens/Auckland/Muriwai2/Shorelines/Muriwai2_29MAR1981.shp,Retrolens/Auckland/Muriwai2/Stack/Muriwai2_29MAR1981_mosaic.jpg,100.0,11,JPEG,uint8,0.0,9439,14083,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0,AUTHORITY[""EPSG"",""8901""]],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1716950.21| +| 0.00,-0.72, 5942160.79| +| 0.00, 0.00, 1.00|",,1,False,pixel,0,"(0.7193338741, 0.7193338741)",True,jpeg,ycbcr +Retrolens/Auckland/TeArai/Shorelines/TeArai_15JAN1977.shp,Retrolens/Auckland/TeArai/Stack/TeArai_15JAN1977_mosaic.jp2,100.0,2,JP2OpenJPEG,uint8,,6728,9235,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1744437.50| +| 0.00,-0.68, 6002601.27| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.6824752574588042, 0.6824458694936628)",True,, +Retrolens/Auckland/TeArai/Shorelines/TeArai_07FEB1982.shp,Retrolens/Auckland/TeArai/Stack/TeArai_07FEB1982_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,11391,14823,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1744246.06| +| 0.00,-0.45, 6002670.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.45013161539999463, 0.45013161539997004)",True,, +Retrolens/Auckland/TeArai/Shorelines/TeArai_05FEB1996.shp,Retrolens/Auckland/TeArai/Stack/TeArai_05FEB1996_mosaic.jp2,100.0,3,JP2OpenJPEG,uint8,,6275,8611,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1744436.86| +| 0.00,-0.73, 6002601.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.7319246845999993, 0.7319246846000378)",True,, +Retrolens/Auckland/Orewa/Shorelines/Orewa_25AUG1970.shp,Retrolens/Auckland/Orewa/Stack/Orewa_25AUG1970.jp2,100.0,9,JP2OpenJPEG,uint8,,4908,17780,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1751022.37| +| 0.00,-0.27, 5952799.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.26823333074059225, 0.26823333074056926)",True,, +Retrolens/Auckland/Orewa/Shorelines/Orewa_12SEP1961.shp,Retrolens/Auckland/Orewa/Stack/Orewa_12SEP1961.jp2,100.0,7,JP2OpenJPEG,uint8,,3277,10609,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1750932.71| +| 0.00,-0.42, 5952407.72| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4239929802469235, 0.42399298024690996)",True,, +Retrolens/Auckland/Orewa/Shorelines/Orewa_17DEC1957.shp,Retrolens/Auckland/Orewa/Stack/Orewa_17DEC1957.jp2,100.0,5,JP2OpenJPEG,uint8,,3211,12444,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.41, 0.00, 1750976.54| +| 0.00,-0.41, 5953124.53| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4091911199826043, 0.40919111998259605)",True,, +Retrolens/Auckland/Orewa/Shorelines/Orewa_02JAN1981.shp,Retrolens/Auckland/Orewa/Stack/Orewa_02JAN1981.jp2,100.0,6,JP2OpenJPEG,uint8,,5615,18669,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1750935.29| +| 0.00,-0.27, 5952957.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2657728713630671, 0.2657728713630654)",True,, +Retrolens/Auckland/Orewa/Shorelines/Orewa_24APR1940.shp,Retrolens/Auckland/Orewa/Stack/Orewa_24APR1940.jp2,100.0,2,JP2OpenJPEG,uint8,,3125,7338,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1750931.67| +| 0.00,-0.50, 5951563.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49927661816485225, 0.4992766181648216)",True,, +Retrolens/Auckland/Orewa/Shorelines/Orewa_17APR1941.shp,Retrolens/Auckland/Orewa/Stack/Orewa_17APR1941.jp2,100.0,1,JP2OpenJPEG,uint8,,1770,3304,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1751224.22| +| 0.00,-0.53, 5952895.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5251812985633884, 0.5251812985633132)",False,, +Retrolens/Auckland/Orewa/Shorelines/Orewa_01MAR1988.shp,Retrolens/Auckland/Orewa/Stack/Orewa_01MAR1988.jp2,100.0,5,JP2OpenJPEG,uint8,,2155,7255,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1750967.91| +| 0.00,-0.69, 5952859.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6908648086502163, 0.6908648086502521)",True,, +Retrolens/Auckland/WaitaraStream_South/Shorelines/WaitaraStream_South_18DEC1961.shp,Retrolens/Auckland/WaitaraStream_South/Stack/WaitaraStream_South_18DEC1961.jp2,100.0,25,JP2OpenJPEG,uint8,,6846,15389,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1740871.37| +| 0.00,-0.50, 5886259.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/OnetangiBay/Shorelines/OnetangiBay_2JAN2004.shp,Retrolens/Auckland/OnetangiBay/Stack/OnetangiBay_2JAN2004.jp2,100.0,6,JP2OpenJPEG,uint8,,8312,3068,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1783917.72| +| 0.00,-0.50, 5927994.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/OnetangiBay/Shorelines/OnetangiBay_24OCT1980.shp,Retrolens/Auckland/OnetangiBay/Stack/OnetangiBay_24OCT1980.jp2,100.0,4,JP2OpenJPEG,uint8,,8322,3036,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1783916.39| +| 0.00,-0.50, 5927993.15| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/SnellsBeach/Shorelines/SnellsBeach_2SEP1982.shp,Retrolens/Auckland/SnellsBeach/Stack/SnellsBeach_2SEP1982.jp2,100.0,9,JP2OpenJPEG,uint8,,8382,8559,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1754931.04| +| 0.00,-0.50, 5969687.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/SnellsBeach/Shorelines/SnellsBeach_29FEB1992.shp,Retrolens/Auckland/SnellsBeach/Stack/SnellsBeach_29FEB1992.jp2,100.0,11,JP2OpenJPEG,uint8,,8364,8544,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1754936.14| +| 0.00,-0.50, 5969677.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/SnellsBeach/Shorelines/SnellsBeach_5APR1973.shp,Retrolens/Auckland/SnellsBeach/Stack/SnellsBeach_5APR1973.jp2,100.0,14,JP2OpenJPEG,uint8,,7556,8415,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1754933.87| +| 0.00,-0.50, 5969670.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Muriwai3/Shorelines/Muriwai3_29MAR1981.shp,Retrolens/Auckland/Muriwai3/Stack/Muriwai3_29MAR1981_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9952,12357,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1712253.07| +| 0.00,-0.72, 5949613.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7232178633833887, 0.7232178633833937)",True,, +Retrolens/Auckland/Muriwai3/Shorelines/Muriwai3_02JAN2004.shp,Retrolens/Auckland/Muriwai3/Stack/Muriwai3_02JAN2004_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5055,6825,3,,"| 1.38, 0.00, 1712081.57| +| 0.00,-1.38, 5949639.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,4,"(1.383158757219931, 1.3831587572199302)",True,, +Retrolens/Auckland/MedlandsKaitoke/Shorelines/MedlandsKaitoke_20APR1960.shp,Retrolens/Auckland/MedlandsKaitoke/Stack/MedlandsKaitoke_20APR1960_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8068,13085,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1821901.86| +| 0.00,-0.45, 5988937.21| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.45258791353113154, 0.4525879135311225)",True,, +Retrolens/Auckland/MedlandsKaitoke/Shorelines/MedlandsKaitoke_21FEB1942.shp,Retrolens/Auckland/MedlandsKaitoke/Stack/MedlandsKaitoke_21FEB1942_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4224,8821,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1821924.61| +| 0.00,-0.49, 5988875.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49197233145500696, 0.49197233145503927)",True,, +Retrolens/Auckland/MedlandsKaitoke/Shorelines/MedlandsKaitohe_21OCT1979.shp,Retrolens/Auckland/MedlandsKaitoke/Stack/MedlandsKaitohe_21OCT1979_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,8234,13052,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1821851.83| +| 0.00,-0.46, 5988956.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4561989650374357, 0.45619896503745905)",True,, +Retrolens/Auckland/Muriwai1/Shorelines/Muriwai1_02JAN2004.shp,Retrolens/Auckland/Muriwai1/Stack/Muriwai1_02JAN2004_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3511,4815,3,,"| 1.45, 0.00, 1721380.08| +| 0.00,-1.45, 5933868.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,3,"(1.4493706534196613, 1.4493706534195958)",True,, +Retrolens/Auckland/Muriwai1/Shorelines/Muriwai1_29OCT1981.shp,Retrolens/Auckland/Muriwai1/Stack/Muriwai1_29OCT1981_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,10161,12130,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1720596.74| +| 0.00,-0.71, 5935796.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7113360635493879, 0.7113360635494016)",True,, +Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_29FEB1992.shp,Retrolens/Auckland/PakiriBeach/Stack/PakiriBeach_29FEB1992_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,18689,13835,1,,"| 0.37, 0.00, 1751592.21| +| 0.00,-0.37, 5989953.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,5,"(0.3689892818999965, 0.36898928189998204)",True,, +Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_24OCT1953.shp,Retrolens/Auckland/PakiriBeach/Stack/Unclipped/PakiriBeach_24OCT1953_mosaic.jp2,100.0,8,JP2OpenJPEG,uint8,,269723,42035,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1685988.05| +| 0.00,-0.26, 5995149.20| +| 0.00, 0.00, 1.00|",,42035,False,,0,"(0.26308470950000773, 0.26308470950001633)",True,, +Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_15JAN1977.shp,Retrolens/Auckland/PakiriBeach/Stack/PakiriBeach_15JAN1977_mosaic.jp2,100.0,7,JP2OpenJPEG,uint8,,10105,9693,1,,"| 0.68, 0.00, 1751591.90| +| 0.00,-0.68, 5991463.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,4,"(0.6824754547000113, 0.6824754547000309)",True,, +Retrolens/Auckland/PakiriBeach/Shorelines/PakiriBeach_09FEB1982.shp,Retrolens/Auckland/PakiriBeach/Stack/PakiriBeach_09FEB1982_mosaic.jp2,100.0,3,JP2OpenJPEG,uint8,255.0,8930,18463,1,,"| 0.36, 0.00, 1751592.14| +| 0.00,-0.36, 5991463.27| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,5,"(0.35828864559998436, 0.3582886455999569)",True,, +Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_12NOV1987.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_12NOV1987.jp2,100.0,5,JP2OpenJPEG,uint8,,5851,3831,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1790811.05| +| 0.00,-0.76, 5910683.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7598394727141542, 0.7598394727141358)",True,, +Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_28SEP1968.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_28SEP1968.jp2,100.0,4,JP2OpenJPEG,uint8,,2699,2649,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1790205.69| +| 0.00,-1.80, 5910680.66| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.7966134099429698, 1.7966134099429703)",True,, +Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_02JAN2004.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_02JAN2004.jp2,100.0,9,JP2OpenJPEG,uint8,,3906,2547,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.09, 0.00, 1790944.12| +| 0.00,-1.09, 5910782.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.0889234559011898, 1.0889234559012275)",True,, +Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_24OCT1980.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_24OCT1980.jp2,100.0,6,JP2OpenJPEG,uint8,,5512,3171,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1791103.85| +| 0.00,-0.74, 5910436.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7350534250517832, 0.7350534250518029)",True,, +Retrolens/Auckland/KawakawaBay/Shorelines/KawakawaBay_19AUG1960.shp,Retrolens/Auckland/KawakawaBay/Stack/KawakawaBay_19AUG1960.jp2,100.0,4,JP2OpenJPEG,uint8,,8723,5516,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1791259.30| +| 0.00,-0.45, 5910607.56| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.44712450755171257, 0.4471245075517251)",False,, +Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_01JAN2004.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_01JAN2004.jp2,100.0,1,JP2OpenJPEG,uint8,,2550,5248,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.15, 0.00, 1801564.84| +| 0.00,-1.15, 5905286.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.152219683012432, 1.152219683012468)",True,, +Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_24OCT1980.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_24OCT1980.jp2,100.0,2,JP2OpenJPEG,uint8,,2373,5985,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1802556.66| +| 0.00,-0.73, 5904108.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7250908764811752, 0.7250908764812134)",True,, +Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_12NOV1987.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_12NOV1987.jp2,100.0,1,JP2OpenJPEG,uint8,,1830,5029,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.93, 0.00, 1802622.86| +| 0.00,-0.93, 5904320.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.92849494935792, 0.9284949493578727)",True,, +Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_12MAY1944.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_12MAY1944.jp2,100.0,3,JP2OpenJPEG,uint8,,2727,8606,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1802731.01| +| 0.00,-0.53, 5904074.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5265186053012072, 0.5265186053012263)",True,, +Retrolens/Auckland/MatingarahiPoint/Shorelines/MatingarahiPoint_22AUG1960.shp,Retrolens/Auckland/MatingarahiPoint/Stack/MatingarahiPoint_22AUG1960.jp2,100.0,4,JP2OpenJPEG,uint8,,3270,10326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1802730.68| +| 0.00,-0.44, 5903949.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4428036835277453, 0.4428036835277498)",True,, +Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_12NOV1987.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_12NOV1987_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4067,4663,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1799888.55| +| 0.00,-0.90, 5907663.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9000000000000115, 0.90000000000004)",False,, +Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_29DEC1939.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_29DEC1939_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4345,3318,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1801229.52| +| 0.00,-0.50, 5905176.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.5, 0.5)",True,, +Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_22AUG1960.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_22AUG1960_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,8707,10245,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1799911.16| +| 0.00,-0.40, 5907616.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.40000000000000535, 0.4)",True,, +Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_4JUN1974.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_4JUN1974_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8196,7354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1800156.61| +| 0.00,-0.40, 5906424.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.39999999999998864, 0.39999999999994934)",True,, +Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_2JAN2004.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_2JAN2004_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3478,3847,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1799864.24| +| 0.00,-1.10, 5907676.80| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1000000000000134, 1.1000000000000485)",False,, +Retrolens/Auckland/Tapapakanga/Shorelines/Tapapakanga_24OCT1980.shp,Retrolens/Auckland/Tapapakanga/Stack/Tapapakanga_24OCT1980_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5262,5994,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1799897.04| +| 0.00,-0.70, 5907700.31| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6999999999999823, 0.6999999999999689)",True,, +Retrolens/Manawatu/Akitio/Shorelines/Akitio_27NOV1994.shp,Retrolens/Manawatu/Akitio/Stack/Akitio_27NOV1994_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3644,3528,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1887009.54| +| 0.00,-1.46, 5501624.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4551554858554452, 1.4551554858555718)",True,, +Retrolens/Manawatu/Akitio/Shorelines/Akitio_25MAY1944.shp,Retrolens/Manawatu/Akitio/Stack/Akitio_25MAY1944_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9504,9724,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1887225.57| +| 0.00,-0.52, 5501709.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5198346475813058, 0.5198346475813138)",True,, +Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_15MAR1939.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_15MAR1939_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,12614,26909,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1784969.61| +| 0.00,-0.40, 5518169.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4000000000000074, 0.39999999999998614)",True,, +Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_21FEB2001.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_21FEB2001_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2462,6949,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1785366.46| +| 0.00,-1.44, 5518631.21| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4404911690181277, 1.4404911690181588)",True,, +Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_03FEB1964.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_03FEB1964_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5234,14507,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1785364.11| +| 0.00,-0.60, 5517132.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999822, 0.6000000000000129)",True,, +Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_28APR1948.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_28APR1948_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10993,31520,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1785422.65| +| 0.00,-0.30, 5517570.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.29999999999999155, 0.3)",True,, +Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_30NOV1978.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_30NOV1978_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1772,4860,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.60, 0.00, 1785339.12| +| 0.00,-1.60, 5516296.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5999999999999737, 1.6)",True,, +Retrolens/Manawatu/Waitarere/Shorelines/Waitarere_29OCT1985.shp,Retrolens/Manawatu/Waitarere/Stack/Waitarere_29OCT1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9607,29671,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1785521.87| +| 0.00,-0.30, 5517583.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.3000000000000097, 0.2999999999999937)",True,, +Retrolens/Manawatu/HimatangiBeach_North/Shorelines/HimatangiBeach_North_21FEB2001.shp,Retrolens/Manawatu/HimatangiBeach_North/Stack/HimatangiBeach_North_21FEB2001_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1067,6488,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1788468.55| +| 0.00,-1.40, 5536897.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4000000000000437, 1.4000000000000288)",True,, +Retrolens/Manawatu/HimatangiBeach_North/Shorelines/HimatangiBeach_North_15MAR1939.shp,Retrolens/Manawatu/HimatangiBeach_North/Stack/HimatangiBeach_North_15MAR1939_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,2330,22686,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1788753.08| +| 0.00,-0.40, 5536841.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4, 0.4000000000000164)",True,, +Retrolens/Manawatu/HimatangiBeach_North/Shorelines/HimatangiBeach_North_29OCT1985.shp,Retrolens/Manawatu/HimatangiBeach_North/Stack/HimatangiBeach_North_29OCT1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5179,48020,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1788599.21| +| 0.00,-0.20, 5537390.79| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.200000000000009, 0.2)",True,, +Retrolens/Manawatu/HimatangiBeach_North/Shorelines/HimatangiBeach_North_21MAR1968.shp,Retrolens/Manawatu/HimatangiBeach_North/Stack/HimatangiBeach_North_21MAR1968_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,1650,15408,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1788695.49| +| 0.00,-0.60, 5537024.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6, 0.5999999999999879)",True,, +Retrolens/Manawatu/WaikawaBeach/Shorelines/WaikawaBeach_11OCT1967.shp,Retrolens/Manawatu/WaikawaBeach/Stack/WaikawaBeach_11OCT1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5373,11808,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1779825.48| +| 0.00,-0.80, 5501229.08| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999826, 0.8000000000000316)",True,, +Retrolens/Manawatu/WaikawaBeach/Shorelines/WaikawaBeach_15JAN1957.shp,Retrolens/Manawatu/WaikawaBeach/Stack/WaikawaBeach_15JAN1957_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4731,10421,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1779903.38| +| 0.00,-0.90, 5501243.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8999999999999803, 0.9000000000000358)",True,, +Retrolens/Manawatu/WaikawaBeach/Shorelines/WaikawaBeach_9APR1972.shp,Retrolens/Manawatu/WaikawaBeach/Stack/WaikawaBeach_9APR1972_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,8426,17391,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1780050.55| +| 0.00,-0.50, 5500677.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Manawatu/WaikawaBeach/Shorelines/WaikawaBeach_17MAR1983.shp,Retrolens/Manawatu/WaikawaBeach/Stack/WaikawaBeach_17MAR1983_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5211,11702,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1780056.37| +| 0.00,-0.80, 5501338.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8000000000000089, 0.7999999999999682)",True,, +Retrolens/Manawatu/HokioBeach/Shorelines/HokioBeach_21FEB2001.shp,Retrolens/Manawatu/HokioBeach/Stack/HokioBeach_21FEB2001_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1281,2468,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1784695.62| +| 0.00,-1.40, 5509478.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3999999999999273, 1.4000000000000754)",True,, +Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_21FEB2001.shp,Retrolens/Manawatu/HimatangiBeach_South/Stack/HimatangiBeach_South_21FEB2001_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1866,7968,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1787059.07| +| 0.00,-1.40, 5528144.54| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3999999999999502, 1.4000000000000234)",True,, +Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_15MAR1939.shp,Retrolens/Manawatu/HimatangiBeach_South/Stack/HimatangiBeach_South_15MAR1939_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,1374,6274,4,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.70, 0.00, 1787377.67| +| 0.00,-1.70, 5528136.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.700000000000034, 1.6999999999999702)",True,, +Retrolens/Manawatu/WhangaehuRiver/Shorelines/WhangaehuRiver_7SEP1967.shp,Retrolens/Manawatu/WhangaehuRiver/Stack/WhangaehuRiver_7SEP1967_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9633,12124,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1775233.63| +| 0.00,-0.80, 5571016.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999904, 0.8000000000000154)",True,, +Retrolens/Manawatu/WhangaehuRiver/Shorelines/WhangaehuRiver_4FEB1982.shp,Retrolens/Manawatu/WhangaehuRiver/Stack/WhangaehuRiver_4FEB1982_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6270,7842,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1774943.07| +| 0.00,-1.30, 5571274.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3, 1.2999999999999525)",True,, +Retrolens/Manawatu/WhangaehuRiver/Shorelines/WhangaehuRiver_30AUG1942.shp,Retrolens/Manawatu/WhangaehuRiver/Stack/WhangaehuRiver_30AUG1942_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,15536,19362,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1775206.09| +| 0.00,-0.50, 5571000.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Manawatu/WhanganuiSouth/Shorelines/WhanganuiSouth_08MAR1986.shp,Retrolens/Manawatu/WhanganuiSouth/Stack/WhanganuiSouth_08MAR1986.tif,100.0,1,GTiff,uint16,256.0,7767,6391,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1768890.66| +| 0.00,-0.73, 5576844.08| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.7271235023251204, 0.7271235023251121)",True,, +Retrolens/Manawatu/WhanganuiSouth/Shorelines/WhanganuiSouth_07SEP1967.shp,Retrolens/Manawatu/WhanganuiSouth/Stack/WhanganuiSouth_07SEP1967.jp2,100.0,1,JP2OpenJPEG,uint8,,5412,4205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1769161.51| +| 0.00,-0.91, 5576735.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9051633287571041, 0.9051633287571131)",True,, +Retrolens/Manawatu/CastleCliff/Shorelines/CastleCliff_7SEP1967.shp,Retrolens/Manawatu/CastleCliff/Stack/CastleCliff_7SEP1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3382,3908,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1767082.25| +| 0.00,-0.90, 5579513.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9000000000000138, 0.9000000000000477)",True,, +Retrolens/Manawatu/CastleCliff/Shorelines/CastleCliff_10JUN1942.shp,Retrolens/Manawatu/CastleCliff/Stack/CastleCliff_10JUN1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6437,7542,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1766870.76| +| 0.00,-0.50, 5579640.16| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Manawatu/CastleCliff/Shorelines/CastleCliff_8MAR1986.shp,Retrolens/Manawatu/CastleCliff/Stack/CastleCliff_8MAR1986_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4189,4900,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1767153.26| +| 0.00,-0.70, 5579458.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7000000000000112, 0.7)",True,, +Retrolens/Manawatu/CastleCliff/Shorelines/CastleCliff_7APR1949.shp,Retrolens/Manawatu/CastleCliff/Stack/CastleCliff_7APR1949_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9271,11117,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1768203.81| +| 0.00,-0.20, 5578125.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.199999999999995, 0.2000000000000335)",True,, +Retrolens/Manawatu/SantoftForestMid/Shorelines/SantoftForestMid_29OCT1985.shp,Retrolens/Manawatu/SantoftForestMid/Stack/SantoftForestMid_29OCT1985_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12598,40717,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1785842.98| +| 0.00,-0.20, 5553836.82| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2000000000000074, 0.20000000000000914)",True,, +Retrolens/Manawatu/SantoftForestMid/Shorelines/SantoftForestMid_23MAY1949.shp,Retrolens/Manawatu/SantoftForestMid/Stack/SantoftForestMid_23MAY1949_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4182,13661,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1785808.35| +| 0.00,-0.60, 5553838.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999889, 0.5999999999999728)",True,, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_18SEP1985.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_18SEP1985_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3244,5016,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1601323.29| +| 0.00,-0.78, 5449540.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7765394633155145, 0.7765394633155364)",True,, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_22SEP1969.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_22SEP1969_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2669,5775,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1601405.59| +| 0.00,-0.74, 5450078.66| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7383533152194192, 0.7383533152194444)",True,, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_04FEB1967.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_04FEB1967_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,768,1475,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.29, 0.00, 1601305.43| +| 0.00,-3.29, 5450507.75| +| 0.00, 0.00, 1.00|",,1024,False,pixel,0,"(3.288501051211218, 3.2885010512110036)",True,, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_28AUG2006.tif,100.0,7,GTiff,uint8,,2781,7502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1601818.27| +| 0.00,-0.60, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999498, 0.5999999999999007)",True,lzw, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_19FEB2010.tif,100.0,5,GTiff,uint8,,2781,7502,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1601818.27| +| 0.00,-0.60, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5999999999999498, 0.5999999999999007)",True,lzw, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_23DEC2014.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_23DEC2014.tif,100.0,7,GTiff,uint8,,3337,9002,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1601818.47| +| 0.00,-0.50, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_19MAY1958.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_19MAY1958_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1416,3769,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.23, 0.00, 1601525.79| +| 0.00,-1.23, 5450485.41| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2343198958337753, 1.2343198958338077)",True,, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_03FEB2021.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_03FEB2021.tif,100.0,5,GTiff,uint8,,3337,9002,3,,"| 0.50, 0.00, 1601818.47| +| 0.00,-0.50, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_27MAR1947.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_27MAR1947_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3285,8187,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1601350.47| +| 0.00,-0.55, 5449899.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5543137593408182, 0.5543137593408705)",True,, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_13JAN2000.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_13JAN2000_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1307,2442,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1601572.29| +| 0.00,-1.48, 5449362.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4828168883192543, 1.4828168883192048)",True,, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_31JAN1980.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_31JAN1980_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2175,4311,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1601255.12| +| 0.00,-1.40, 5450140.93| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4024784602680853, 1.4024784602680658)",True,, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_19APR2017.shp,MaxarImagery/HighFreq/Tasman/MoutereSpit/Imagery/Stack/MoutereSpit_19APR2017.tif,100.0,8,GTiff,uint8,,3337,9002,3,,"| 0.50, 0.00, 1601818.47| +| 0.00,-0.50, 5449180.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Retrolens/Tasman/MoutereSpit/Shorelines/MoutereSpit_22FEB1940.shp,Retrolens/Tasman/MoutereSpit/Stack/MoutereSpit_22FEB1940_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,4411,9582,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1601138.75| +| 0.00,-0.50, 5450012.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5014736747379832, 0.5014736747379472)",True,, +Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_07NOV1984.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_07NOV1984_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7636,10697,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1572598.35| +| 0.00,-0.73, 5514722.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7289649464134573, 0.7289649464134808)",True,, +Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_11OCT1950.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_11OCT1950_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9050,11886,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1573862.32| +| 0.00,-0.51, 5514606.05| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5137852140433716, 0.5137852140434022)",True,, +Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_16SEP1954.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_16SEP1954_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8961,11635,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1572634.47| +| 0.00,-0.51, 5512767.63| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.508612193575761, 0.5086121935757588)",True,, +Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_20OCT1975.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_20OCT1975_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4500,6650,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.23, 0.00, 1572852.86| +| 0.00,-1.23, 5514682.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2288034831026258, 1.2288034831026666)",True,, +Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_30JAN1980.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_30JAN1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3130,4179,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.91, 0.00, 1572446.56| +| 0.00,-1.91, 5514621.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9077440033428008, 1.9077440033428108)",True,, +Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_06FEB1977.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_06FEB1977_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4454,5881,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1572256.29| +| 0.00,-1.44, 5514911.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4353906257960654, 1.4353906257960758)",True,, +Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_29OCT1972.shp,Retrolens/Tasman/PortPuponga/Stack/PortPuponga_29OCT1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7522,11142,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1572856.92| +| 0.00,-0.71, 5514661.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7059669315695368, 0.7059669315695777)",True,, +Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_27AUG2019.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_27AUG2019.tif,100.0,2,GTiff,uint8,,12576,17686,3,,"| 0.38, 0.00, 1573135.16| +| 0.00,-0.38, 5513988.61| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.37692931294441223, 0.37692931294441223)",True,lzw, +Retrolens/Tasman/PortPuponga/Shorelines/PortPuponga_24JAN2009.shp,MaxarImagery/HighFreq/Tasman/PortPuponga/Imagery/Stack/PortPuponga_24JAN2009.tif,100.0,2,GTiff,uint8,,7900,11111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1573135.22| +| 0.00,-0.60, 5513988.25| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6, 0.6000000000000503)",True,lzw, +Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_02APR1973.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_02APR1973_mosaic.jp2,100.0,16,JP2OpenJPEG,uint16,256.0,9584,8093,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1592333.53| +| 0.00,-0.71, 5486386.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7065821308060063, 0.7065821308060334)",True,, +Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_21FEB2002.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_21FEB2002_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,5260,4028,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1592011.68| +| 0.00,-1.38, 5485999.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3795088747520259, 1.3795088747520436)",True,, +Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_31JAN1980.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_31JAN1980_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,4109,3085,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.86, 0.00, 1591873.05| +| 0.00,-1.86, 5486381.06| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8599888761445673, 1.8599888761444818)",True,, +Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_09APR1965.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_09APR1965_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,8295,6189,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1592734.42| +| 0.00,-0.80, 5486111.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.798740765043142, 0.7987407650431387)",True,, +Retrolens/Tasman/WainuiBay/Shorelines/WainuiBay_08FEB1952.shp,Retrolens/Tasman/WainuiBay/Stack/WainuiBay_08FEB1952_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,12247,9817,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1592578.77| +| 0.00,-0.55, 5486020.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5546527987826391, 0.5546527987826466)",True,, +Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_21FEB2002.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_21FEB2002_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,7234,2773,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1583543.85| +| 0.00,-1.38, 5482792.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3819045969178858, 1.3819045969179278)",True,, +Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_08FEB1952.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_08FEB1952_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,17088,6942,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1583874.14| +| 0.00,-0.56, 5483085.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5645642831558406, 0.5645642831558815)",True,, +Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_17FEB1968.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_17FEB1968_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3067,1423,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.42, 0.00, 1583494.35| +| 0.00,-3.42, 5482984.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.417304778151988, 3.4173047781522037)",True,, +Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_02APR1973.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_02APR1973_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,11267,5596,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1585511.39| +| 0.00,-0.69, 5482812.27| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6880472363361915, 0.6880472363362234)",True,, +Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_31JAN1980.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_31JAN1980_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5631,2656,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.85, 0.00, 1583387.04| +| 0.00,-1.85, 5483304.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8525251787249064, 1.852525178724914)",True,, +Retrolens/Tasman/PoharaBeach/Shorelines/PoharaBeach_09APR1965.shp,Retrolens/Tasman/PoharaBeach/Stack/PoharaBeach_09APR1965.mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,12946,5156,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1583794.32| +| 0.00,-0.75, 5482949.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7539064552350148, 0.7539064552350645)",True,, +Retrolens/Tasman/Mapua/Shorelines/Mapua_13SEP1985.shp,Retrolens/Tasman/Mapua/Stack/Mapua_13SEP1985_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,15771,14375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1605814.20| +| 0.00,-0.74, 5438809.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7368151606069865, 0.7368151606069959)",True,, +Retrolens/Tasman/Mapua/Shorelines/Mapua_22FEB1940.shp,Retrolens/Tasman/Mapua/Stack/Mapua_22FEB1940.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7170,11619,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1606316.59| +| 0.00,-0.51, 5438451.31| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5143246313095264, 0.5143246313095174)",True,, +Retrolens/Tasman/Mapua/Shorelines/Mapua_16OCT1974.shp,Retrolens/Tasman/Mapua/Stack/Mapua_16OCT1974_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5796,13662,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1606805.16| +| 0.00,-0.25, 5437506.06| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.25, 0.25)",True,, +Retrolens/Tasman/Mapua/Shorelines/Mapua_22SEP1969.shp,Retrolens/Tasman/Mapua/Stack/Mapua_22SEP1969_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,15479,14297,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1606056.13| +| 0.00,-0.71, 5438744.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7133640977053736, 0.7133640977053414)",True,, +Retrolens/Tasman/Mapua/Shorelines/Mapua_06DEC1946.shp,Retrolens/Tasman/Mapua/Stack/Mapua_06DEC1946_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,18788,19940,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1604739.91| +| 0.00,-0.54, 5441464.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5414606007824657, 0.5414606007824885)",True,, +Retrolens/Tasman/Mapua/Shorelines/Mapua_13JAN2000.shp,Retrolens/Tasman/Mapua/Stack/Mapua_13JAN2000_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9020,7919,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1604519.78| +| 0.00,-1.48, 5439598.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4788800081703037, 1.4788800081703164)",True,, +Retrolens/Tasman/Mapua/Shorelines/Mapua_11JAN1981.shp,Retrolens/Tasman/Mapua/Stack/Mapua_11JAN1981_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8949,7926,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1605316.32| +| 0.00,-1.41, 5439435.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4087462102432762, 1.408746210243219)",True,, +Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_08FEB1952.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_08FEB1952_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,13300,12656,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1575598.20| +| 0.00,-0.54, 5488660.15| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5435360188358218, 0.543536018835841)",True,, +Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_29OCT1972.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_29OCT1972_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,12938,14527,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1573831.05| +| 0.00,-0.71, 5491761.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7099252407103646, 0.7099252407103567)",True,, +Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_17FEB1968.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_17FEB1968_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3005,2873,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.42, 0.00, 1573626.72| +| 0.00,-3.42, 5491522.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.4187655208607555, 3.4187655208607715)",True,, +Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_09APR1965.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_09APR1965_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9220,6597,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1576929.33| +| 0.00,-0.74, 5486554.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7367087999785545, 0.7367087999786247)",True,, +Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_11OCT1950.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_11OCT1950_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5902,8899,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1573866.57| +| 0.00,-0.56, 5491691.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5612431671711046, 0.561243167171111)",True,, +Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_21FEB2002.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_21FEB2002_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,4784,3613,3,,"| 1.41, 0.00, 1577246.94| +| 0.00,-1.41, 5486384.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,6,"(1.4092194904596331, 1.4092194904595687)",True,, +Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_27MAR1938.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_27MAR1938_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,26000,27110,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.34, 0.00, 1574061.49| +| 0.00,-0.34, 5491621.94| +| 0.00, 0.00, 1.00|",,27110,False,pixel,0,"(0.343205762869956, 0.3432057628699392)",True,, +Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_31JAN1980.shp,Retrolens/Tasman/ TakakaRiver_North/Stack/TakakaRiver_31JAN1980_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,7182,7115,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1573705.82| +| 0.00,-1.40, 5491528.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.397074637127374, 1.3970746371273322)",True,, +Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_21FEB2002_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,2217,7312,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.32, 0.00, 1603055.87| +| 0.00,-1.32, 5475062.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3249917291350541, 1.3249917291350617)",True,, +Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_26JAN1974_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,3904,14717,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1603336.32| +| 0.00,-0.68, 5475521.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6761112856738543, 0.6761112856738339)",True,, +Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_07NOV1952_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3453,3812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1603625.79| +| 0.00,-0.63, 5468084.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6303610239155556, 0.6303610239155465)",True,, +Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_31JAN1980_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,2062,6636,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1603052.96| +| 0.00,-1.40, 5475024.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3957084543768372, 1.3957084543767793)",True,, +Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_04MAY1944_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,3374,10445,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1603351.90| +| 0.00,-0.74, 5473221.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7435789010115548, 0.7435789010115236)",True,, +Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp,Retrolens/Tasman/ TorrentBay/Stack/TorrentBay_09APR1965_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,3314,12191,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1603372.40| +| 0.00,-0.76, 5475018.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7633183777172683, 0.7633183777172489)",True,, +Retrolens/Tasman/Motueka/Shorelines/Motueka_19MAY1958.shp,Retrolens/Tasman/Motueka/Stack/Motueka_19MAY1958_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5734,8279,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.25, 0.00, 1596592.42| +| 0.00,-1.25, 5456849.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.25, 1.25)",True,, +Retrolens/Tasman/Motueka/Shorelines/Motueka_27MAR1947.shp,Retrolens/Tasman/Motueka/Stack/Motueka_27MAR1947_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8806,13153,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1598643.43| +| 0.00,-0.55, 5456395.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5500000000000053, 0.5500000000000284)",True,, +Retrolens/Tasman/Motueka/Shorelines/Motueka_22SEP1969.shp,Retrolens/Tasman/Motueka/Stack/Motueka_22SEP1969_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,7772,12373,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1598711.60| +| 0.00,-0.70, 5457279.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.699999999999988, 0.6999999999999699)",True,, +Retrolens/Tasman/SandyBay/Shorelines/SandyBay_26JAN1974.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_26JAN1974_mosaic.jp2,100.0,27,JP2OpenJPEG,uint16,256.0,7675,10822,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1599820.63| +| 0.00,-0.69, 5465315.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6929989647691772, 0.6929989647691837)",True,, +Retrolens/Tasman/SandyBay/Shorelines/SandyBay_21FEB2002.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_21FEB2002_mosaic.jp2,100.0,31,JP2OpenJPEG,uint16,256.0,4087,7247,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 1599202.81| +| 0.00,-1.39, 5465962.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3902310153594433, 1.390231015359487)",True,, +Retrolens/Tasman/SandyBay/Shorelines/SandyBay_31JAN1980.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_31JAN1980_mosaic.jp2,100.0,30,JP2OpenJPEG,uint16,256.0,4359,8214,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1598758.65| +| 0.00,-1.42, 5466560.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.419474522177402, 1.4194745221773912)",True,, +Retrolens/Tasman/SandyBay/Shorelines/SandyBay_17Nov1952.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_17NOV1952_mosaic.jp2,100.0,19,JP2OpenJPEG,uint16,256.0,7781,11028,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1599973.84| +| 0.00,-0.64, 5465603.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6396013204734392, 0.6396013204734449)",True,, +Retrolens/Tasman/SandyBay/Shorelines/SandyBay_27MAR1947.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_27MAR1947_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2550,3746,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1600952.96| +| 0.00,-0.57, 5457586.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5707998511066441, 0.57079985110662)",True,, +Retrolens/Tasman/SandyBay/Shorelines/SandyBay_04May1944.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_04MAY1944_mosaic.jp2,100.0,25,JP2OpenJPEG,uint16,256.0,6536,13304,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1600101.58| +| 0.00,-0.77, 5466077.01| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7659303385963064, 0.765930338596303)",True,, +Retrolens/Tasman/SandyBay/Shorelines/SandyBay_19May1958.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_19MAY1958_mosaic.jp2,100.0,16,JP2OpenJPEG,uint16,256.0,2700,5414,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.27, 0.00, 1600084.98| +| 0.00,-1.27, 5463097.31| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.27399737574643, 1.2739973757464176)",True,, +Retrolens/Tasman/SandyBay/Shorelines/SandyBay_09APR1965.shp,Retrolens/Tasman/SandyBay/Stack/SandyBay_09APR_1965_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,6450,10842,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1599982.96| +| 0.00,-0.75, 5465584.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7474295456639253, 0.7474295456639136)",True,, +Retrolens/Tasman/Totaranui/Shorelines/Totaranui_26JAN1974.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_26JAN1974_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,7537,13556,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1598905.70| +| 0.00,-0.68, 5485589.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6796118099328884, 0.6796118099328738)",True,, +Retrolens/Tasman/Totaranui/Shorelines/Totaranui_31JAN1980.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_31JAN1980_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,2304,4794,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.87, 0.00, 1598490.69| +| 0.00,-1.87, 5485506.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8679793368737592, 1.8679793368738251)",True,, +Retrolens/Tasman/Totaranui/Shorelines/Totaranui_21FEB2002.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_21FEB2002_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,4103,6511,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1598577.42| +| 0.00,-1.41, 5485676.88| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4149099850997395, 1.4149099850996807)",True,, +Retrolens/Tasman/Totaranui/Shorelines/Totaranui_08FEB1952.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_08FEB1952_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,8926,16326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1599127.23| +| 0.00,-0.55, 5485302.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5529905762061456, 0.5529905762061346)",True,, +Retrolens/Tasman/Totaranui/Shorelines/Totaranui_09APR1965.shp,Retrolens/Tasman/Totaranui/Stack/Totaranui_09APR1965_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,7100,11542,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1598770.25| +| 0.00,-0.79, 5485405.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7902063658086478, 0.7902063658086412)",True,, +Retrolens/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_30JAN1980.shp,Retrolens/Tasman/RuataniwhaInlet/Stack/RuataniwhaInlet_30JAN1980_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,2689,12812,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 1571696.25| +| 0.00,-1.39, 5507960.29| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3940123414744403, 1.394012341474477)",True,, +Retrolens/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_10OCT1967.shp,Retrolens/Tasman/RuataniwhaInlet/Stack/RuataniwhaInlet_10OCT1967_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,1223,5209,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.54, 0.00, 1571482.86| +| 0.00,-3.54, 5508328.57| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.543546940364897, 3.5435469403648763)",True,, +Retrolens/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_29OCT1972.shp,Retrolens/Tasman/RuataniwhaInlet/Stack/RuataniwhaInlet_29OCT1972_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,4480,24909,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1572247.97| +| 0.00,-0.69, 5507953.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6932242739828195, 0.6932242739828024)",True,, +Retrolens/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_11OCT1950.shp,Retrolens/Tasman/RuataniwhaInlet/Stack/RuataniwhaInlet_11OCT1950_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5228,32331,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1572348.54| +| 0.00,-0.51, 5507057.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5107133965371012, 0.5107133965370944)",True,, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_19APR2017.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_19APR2017.tif,100.0,5,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| +| 0.00,-0.50, 5446080.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_10AUG2003.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_10AUG2003.tif,100.0,8,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| +| 0.00,-0.60, 5446080.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000179, 0.6000000000000276)",True,lzw, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_31JAN1980.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_31JAN1980_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4917,6845,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1600979.23| +| 0.00,-1.40, 5447041.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3997952365892727, 1.3997952365892659)",True,, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_19FEB2010.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_19FEB2010.tif,100.0,7,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| +| 0.00,-0.60, 5446080.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000179, 0.6000000000000276)",True,lzw, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_01JUL2020.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_01JUL2020.tif,100.0,7,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| +| 0.00,-0.50, 5446080.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_13JAN2000.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_13JAN2000_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4333,5889,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.56, 0.00, 1600876.70| +| 0.00,-1.56, 5446719.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5612584834782648, 1.5612584834782057)",True,, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_22FEB1940.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_22FEB1940_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,13693,18735,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1600900.45| +| 0.00,-0.51, 5446946.16| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.511912839679574, 0.5119128396795739)",True,, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_13SEP1985.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_13SEP1985_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,9149,12379,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1600630.63| +| 0.00,-0.73, 5446547.78| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.734200372026301, 0.7342003720263065)",True,, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_19MAY1958.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_19MAY1958_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,7129,8554,3,,"| 1.60, 0.00, 1596378.12| +| 0.00,-1.60, 5448792.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,5,"(1.599999999999987, 1.6000000000000436)",True,, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_28AUG2006.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_28AUG2006.tif,100.0,5,GTiff,uint8,,7839,13469,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602120.79| +| 0.00,-0.60, 5446080.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6000000000000179, 0.6000000000000276)",True,lzw, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_25JUN2013.shp,MaxarImagery/HighFreq/Tasman/MoutereRiver/Imagery/Stack/MoutereRiver_25JUN2013.tif,100.0,5,GTiff,uint8,,9408,16163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602120.69| +| 0.00,-0.50, 5446080.83| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_06DEC1946.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_06DEC1946_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4716,7142,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1604247.59| +| 0.00,-0.55, 5441308.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5541369378253438, 0.5541369378254041)",True,, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_27MAR1947.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_27MAR1947_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9893,13352,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1600983.27| +| 0.00,-0.55, 5446786.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5499656405060552, 0.5499656405060654)",True,, +Retrolens/Tasman/MoutereRiver/Shorelines/MoutereRiver_04FEB1967.shp,Retrolens/Tasman/MoutereRiver/Stack/MoutereRiver_04FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4509,4447,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.00, 0.00, 1597994.17| +| 0.00,-3.00, 5449018.73| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.0, 3.0)",True,, +Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_25SEP1980.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_25SEP1980_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,40776,13999,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1648252.28| +| 0.00,-0.20, 5304433.19| +| 0.00, 0.00, 1.00|",,13999,False,pixel,0,"(0.19999999999999885, 0.1999999999999867)",True,, +Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_13JAN2000.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_13JAN2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5168,1874,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.60, 0.00, 1648147.96| +| 0.00,-1.60, 5304428.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.600000000000009, 1.6000000000001988)",True,, +Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_8DEC1972.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_8DEC1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,35868,13404,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1648267.50| +| 0.00,-0.20, 5304354.46| +| 0.00, 0.00, 1.00|",,13404,False,pixel,0,"(0.2000000000000026, 0.1999999999999861)",True,, +Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_10DEC1942.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_10DEC1942_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,10139,3467,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1648219.57| +| 0.00,-0.80, 5304414.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999954, 0.7999999999998926)",True,, +Retrolens/Canterbury/GoochBay/Shorelines/GoochBay_8OCT1961.shp,Retrolens/Canterbury/GoochBay/Stack/GoochBay_8OCT1961_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7345,2481,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1648187.65| +| 0.00,-1.10, 5304375.57| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1, 1.0999999999998498)",True,, +Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_22FEB1987.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_22FEB1987_mosaic.jp2,100.0,20,JP2OpenJPEG,uint16,256.0,6949,18602,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1453516.06| +| 0.00,-0.78, 5071705.17| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7809870268075754, 0.7809870268075833)",True,, +Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_19SEP1953.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_19SEP1953_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,10419,37111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1453175.98| +| 0.00,-0.54, 5071683.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5439047927437514, 0.5439047927437608)",True,, +Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_19JAN1999.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_19JAN1999_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2961,5208,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1454495.19| +| 0.00,-1.48, 5071618.72| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.477999967103887, 1.4779999671039312)",True,, +Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_25FEB1972.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_25FEB1972_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,15305,36802,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1454195.14| +| 0.00,-0.24, 5070780.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.24480623307469618, 0.24480623307469684)",True,, +Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_04MAR1967.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_04MAR1967_mosaic.jp2,100.0,20,JP2OpenJPEG,uint16,256.0,12489,45912,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1453479.68| +| 0.00,-0.42, 5071728.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.42321283041023566, 0.4232128304102359)",True,, +Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_21FEB1981.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_21FEB1981_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,2271,9668,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1453318.95| +| 0.00,-0.77, 5059530.19| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7690920124881507, 0.7690920124881788)",True,, +Retrolens/Canterbury/WainononLagoon_PareoaRiver/Shorelines/WainonoLagoon_PareoraRiver_22JUN1938.shp,Retrolens/Canterbury/WainononLagoon_PareoaRiver/Stack/WainonoLagoon_PareoraRiver_22JUN1938_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,7012,14666,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1455221.61| +| 0.00,-0.46, 5071479.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.460052007760371, 0.4600520077603847)",True,, +Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_3NOV1965.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_3NOV1965_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,6475,9545,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1624608.24| +| 0.00,-0.60, 5258677.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6, 0.6)",True,, +Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_30JAN2003.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_30JAN2003_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,3059,4774,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1624546.45| +| 0.00,-1.30, 5259123.53| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2999999999999847, 1.3000000000000391)",True,, +Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_25FEB1979.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_25FEB1979_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5509,8634,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1624535.06| +| 0.00,-0.70, 5258970.21| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7000000000000085, 0.6999999999999784)",True,, +Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_7OCT1955.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_7OCT1955_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,7357,11102,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1624698.50| +| 0.00,-0.50, 5258711.73| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/GoreBay/Shorelines/GoreBay_14NOV1985.shp,Retrolens/Canterbury/GoreBay/Stack/GoreBay_14NOV1985_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2870,4559,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1624548.47| +| 0.00,-1.40, 5259186.79| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4, 1.3999999999999182)",True,, +Retrolens/Canterbury/Motunau/Shorelines/Motunau_06OCT1955.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_06OCT1955_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9264,6779,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1609195.15| +| 0.00,-0.55, 5241952.53| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5527444124504144, 0.5527444124504263)",True,, +Retrolens/Canterbury/Motunau/Shorelines/Motunau_10OCT1950.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_10OCT1950_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,17950,14279,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1601840.81| +| 0.00,-0.53, 5240337.56| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5298251230352555, 0.5298251230352504)",True,, +Retrolens/Canterbury/Motunau/Shorelines/Motunau_19SEP1968.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_19SEP1968_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,14130,10927,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1601809.70| +| 0.00,-0.69, 5240263.66| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6864839587131251, 0.6864839587131348)",True,, +Retrolens/Canterbury/Motunau/Shorelines/Motunau_14NOV1986.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_14NOV1986_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,9204,6958,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.49, 0.00, 1600924.78| +| 0.00,-1.49, 5242281.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4948897979098335, 1.494889797909856)",True,, +Retrolens/Canterbury/Motunau/Shorelines/Motunau_12MAR1974.shp,Retrolens/Canterbury/Motunau/Stack/Motunau_12MAR1974_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15032,11995,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1601904.76| +| 0.00,-0.64, 5240515.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6416092004336168, 0.6416092004335829)",True,, +Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_02OCT1966.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_02OCT1966_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5577,3596,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.94, 0.00, 1520808.80| +| 0.00,-1.94, 5137880.93| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9431295633383756, 1.9431295633384413)",True,, +Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_29SEP1998.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_29SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9060,5527,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.52, 0.00, 1519488.33| +| 0.00,-1.52, 5138870.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5229051842544152, 1.5229051842544479)",True,, +Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_25FEB1976.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_25FEB1976_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,31623,18134,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1521898.69| +| 0.00,-0.32, 5137517.75| +| 0.00, 0.00, 1.00|",,18134,False,pixel,0,"(0.319538305766602, 0.3195383057666007)",True,, +Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_22MAY1952.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_22MAY1952_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,18168,10913,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1521815.58| +| 0.00,-0.54, 5137742.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5370826897071582, 0.537082689707167)",True,, +Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Shorelines/RakaiaRiverSouth_AshburtonRiverNorth_31OCT1987.shp,Retrolens/Canterbury/RakaiaRiverSouth_AshburtonRiverNorth/Stack/RakaiaRiverSouth_AshburtonRiverNorth_31OCT1987_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12556,7259,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.89, 0.00, 1521261.71| +| 0.00,-0.89, 5138339.79| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8892416809056166, 0.8892416809056222)",True,, +Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_19JAN1999.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_19JAN1999_mosaic.jp2,100.0,18,JP2OpenJPEG,uint16,256.0,4125,10120,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1457051.73| +| 0.00,-1.41, 5084536.05| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.409084326986901, 1.4090843269869266)",True,, +Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_07FEB1985.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_07FEB1985_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,26523,70625,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.16, 0.00, 1457720.83| +| 0.00,-0.16, 5082536.93| +| 0.00, 0.00, 1.00|",,70625,False,pixel,0,"(0.1648356977173328, 0.16483569771733167)",True,, +Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_19FEB1977.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_19FEB1977_mosaic.jp2,100.0,22,JP2OpenJPEG,uint16,256.0,8158,18151,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1456621.65| +| 0.00,-0.78, 5084379.03| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7849906034736576, 0.7849906034736637)",True,, +Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_10APR1938.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_10APR1938_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,11504,28448,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1457392.28| +| 0.00,-0.46, 5083795.10| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4642897863047687, 0.4642897863047752)",True,, +Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_18OCT1967.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_18OCT1967_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,7629,19417,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1457482.24| +| 0.00,-0.67, 5083956.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6739930435861007, 0.6739930435861163)",True,, +Retrolens/Canterbury/PareoraRiver_Timaru/Shorelines/PareoraRiver_Timaru_02MAY1956.shp,Retrolens/Canterbury/PareoraRiver_Timaru/Stack/PareoraRiver_Timaru_02MAY1956_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,8161,23892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.55, 0.00, 1457926.63| +| 0.00,-0.55, 5084161.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5479016454009716, 0.5479016454009644)",True,, +Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_8APR1960.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_8APR1960_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11642,6600,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.20, 0.00, 1510056.64| +| 0.00,-1.20, 5133785.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.199999999999992, 1.2)",True,, +Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_31OCT1965.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_31OCT1965_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,14874,8964,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1506808.07| +| 0.00,-0.60, 5128240.78| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999938, 0.6000000000000416)",True,, +Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_22MAY1952.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_22MAY1952_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,30303,19931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1507117.61| +| 0.00,-0.50, 5132889.98| +| 0.00, 0.00, 1.00|",,19931,False,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_31OCT1987.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_31OCT1987_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,26506,17990,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1507381.83| +| 0.00,-0.60, 5133611.19| +| 0.00, 0.00, 1.00|",,17990,False,pixel,0,"(0.6000000000000035, 0.6)",True,, +Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_29SEP1998.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_29SEP1998_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,12100,7971,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 1506629.45| +| 0.00,-1.40, 5133981.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4, 1.4000000000000468)",True,, +Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_25FEB1976.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_25FEB1976_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,51776,34568,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1507235.97| +| 0.00,-0.30, 5133251.61| +| 0.00, 0.00, 1.00|",,34568,False,pixel,0,"(0.3000000000000009, 0.30000000000001076)",True,, +Retrolens/Canterbury/AshburtonRiver_North/Shorelines/AshburtonRiver_North_5JUN1942.shp,Retrolens/Canterbury/AshburtonRiver_North/Stack/AshburtonRiver_North_5JUN1942_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,26846,17647,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1508000.88| +| 0.00,-0.50, 5132486.91| +| 0.00, 0.00, 1.00|",,17647,False,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/OkainsBay/Shorelines/OkainsBay_17JAN1941.shp,Retrolens/Canterbury/OkainsBay/Stack/OkainsBay_17JAN1941_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,9840,9965,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1602510.68| +| 0.00,-0.50, 5166311.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/OkainsBay/Shorelines/OkainsBay_28OCT1984.shp,Retrolens/Canterbury/OkainsBay/Stack/OkainsBay_28OCT1984_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8768,8208,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1602150.18| +| 0.00,-0.70, 5166622.54| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7000000000000106, 0.6999999999999547)",True,, +Retrolens/Canterbury/OkainsBay/Shorelines/OkainsBay_2OCT1966.shp,Retrolens/Canterbury/OkainsBay/Stack/OkainsBay_2OCT1966_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3120,2931,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1601832.75| +| 0.00,-1.90, 5166506.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9, 1.9000000000001271)",True,, +Retrolens/Canterbury/OkainsBay/Shorelines/OkainsBay_17SEP1975.shp,Retrolens/Canterbury/OkainsBay/Stack/OkainsBay_17SEP1975_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8282,8245,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1602505.62| +| 0.00,-0.60, 5166263.89| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5999999999999944, 0.6)",True,, +Retrolens/Canterbury/Washdyke/Shorelines/Washdyke_26FEB1958.shp,Retrolens/Canterbury/Washdyke/stack/Washdyke_26FEB1958_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,12474,20116,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.18, 0.00, 1460398.37| +| 0.00,-0.18, 5088372.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.17658763299221303, 0.1765876329922206)",True,, +Retrolens/Canterbury/Washdyke/Shorelines/Washdyke_19JAN1999.shp,Retrolens/Canterbury/Washdyke/stack/Washdyke_19JAN1999_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,3405,4093,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1459296.26| +| 0.00,-1.41, 5090267.82| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4064191943245137, 1.4064191943246143)",True,, +Retrolens/Canterbury/Washdyke/Shorelines/Washdyke_18AUG1967.shp,Retrolens/Canterbury/Washdyke/stack/Washdyke_18AUG1967_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,6140,7933,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1459579.51| +| 0.00,-0.70, 5090150.72| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6964514676304777, 0.6964514676304683)",True,, +Retrolens/Canterbury/Washdyke/Shorelines/Washdyke_19FEB1977.shp,Retrolens/Canterbury/Washdyke/stack/Washdyke_19FEB1977_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,6038,7215,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1459367.01| +| 0.00,-0.76, 5090234.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7604069557302681, 0.7604069557302965)",True,, +Retrolens/Canterbury/Washdyke/Shorelines/Washdyke_22FEB1987.shp,Retrolens/Canterbury/Washdyke/stack/Washdyke_22FEB1987_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,8440,12471,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1460037.76| +| 0.00,-0.42, 5090044.65| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.42211119350585513, 0.42211119350586296)",True,, +Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_6MAY1943.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_6MAY1943_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,16231,3589,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1562668.23| +| 0.00,-0.50, 5147267.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_28OCT1984.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_28OCT1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,22095,3844,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1562157.82| +| 0.00,-0.70, 5147857.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7, 0.6999999999999515)",True,, +Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_18JAN1941.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_18JAN1941_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,18215,1690,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1568525.87| +| 0.00,-0.50, 5147535.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_9MAY1955.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_9MAY1955_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,24951,3892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1564620.70| +| 0.00,-0.50, 5147703.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_5DEC2000.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_5DEC2000_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12663,2231,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1561559.73| +| 0.00,-1.30, 5148002.35| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2999999999999927, 1.2999999999999166)",True,, +Retrolens/Canterbury/KaitoreteSpitEast/Shorelines/KaitoreteSpitEast_17SEP1975.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_17SEP1975_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,26388,4677,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1561942.88| +| 0.00,-0.60, 5147825.07| +| 0.00, 0.00, 1.00|",,4677,False,pixel,0,"(0.6000000000000018, 0.6000000000000398)",True,, +Retrolens/Canterbury/KaitoreteSpitEast/Stack/Shorelines/KaitoreteSpitEast_28OCT1984.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_28OCT1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,22095,3844,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1562157.82| +| 0.00,-0.70, 5147857.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7, 0.6999999999999515)",True,, +Retrolens/Canterbury/KaitoreteSpitEast/Stack/Shorelines/KaitoreteSpitEast_18JAN1941.shp,Retrolens/Canterbury/KaitoreteSpitEast/Stack/KaitoreteSpitEast_18JAN1941_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,18215,1690,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1568525.87| +| 0.00,-0.50, 5147535.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_10DEC1942.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_10DEC1942_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5140,15417,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1655436.88| +| 0.00,-0.80, 5313005.73| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8, 0.7999999999999758)",True,, +Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_24OCT1974.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_24OCT1974_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,11368,23170,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1654798.40| +| 0.00,-0.60, 5314378.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6000000000000041, 0.6)",True,, +Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_13JAN2000.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_13JAN2000_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,4660,9267,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.50, 0.00, 1655190.90| +| 0.00,-1.50, 5314926.73| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5, 1.5)",True,, +Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_19JAN2022.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_19JAN2022_LDS.TIF,100.0,12,GTiff,uint8,,27716,44376,4,,"| 0.30, 0.00, 1653930.40| +| 0.00,-0.30, 5314912.80| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,10,"(0.2999999999999597, 0.2999999999999538)",True,lzw, +Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_25SEP1980.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_25SEP1980_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,31155,68202,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1655241.84| +| 0.00,-0.20, 5314561.88| +| 0.00, 0.00, 1.00|",,68202,False,pixel,0,"(0.2, 0.20000000000000545)",True,, +Retrolens/Canterbury/KaikouraBeach/Stack/Shorelines/KaikouraBeach_8OCT1961.shp,Retrolens/Canterbury/KaikouraBeach/Stack/KaikouraBeach_8OCT1961_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,6397,13218,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1654652.63| +| 0.00,-1.10, 5314967.35| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.0999999999999928, 1.0999999999999859)",True,, +Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_26SEP1973.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_26SEP1973_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13073,35354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1577673.07| +| 0.00,-0.20, 5183202.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.20000000000000712, 0.19999999999999474)",True,, +Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_28DEC1984.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_28DEC1984_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5924,11195,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1576927.36| +| 0.00,-0.70, 5183725.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7000000000000078, 0.7)",True,, +Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_13SEP1940.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_13SEP1940_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6102,14264,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1577494.48| +| 0.00,-0.50, 5183397.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_16AUG1950.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_16AUG1950_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7727,17375,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1577556.61| +| 0.00,-0.40, 5183399.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.400000000000006, 0.4)",True,, +Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_26NOV1994.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_26NOV1994_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2816,5374,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1577239.18| +| 0.00,-1.30, 5183120.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3000000000000165, 1.3000000000000347)",True,, +Retrolens/Canterbury/SouthNewBrighton/Shorelines/SouthNewBrighton_21SEP1961.shp,Retrolens/Canterbury/SouthNewBrighton/Stack/SouthNewBrighton_21SEP1961_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,8142,17519,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1577396.04| +| 0.00,-0.40, 5183453.80| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.40000000000000574, 0.39999999999997876)",True,, +Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_20MAY1952.shp,Retrolens/Canterbury/KaitoreteSpitWest/Stack/KaitoreteSpitWest_20MAY1952_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,22662,4730,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1551154.00| +| 0.00,-0.52, 5146324.80| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5230568645893467, 0.5230568645894134)",True,, +Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_17SEP1975.shp,Retrolens/Canterbury/KaitoreteSpitWest/Stack/KaitoreteSpitWest_17SEP1975_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,17097,3530,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1551167.27| +| 0.00,-0.70, 5146297.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6950219960062436, 0.6950219960062746)",True,, +Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_28OCT1984.shp,Retrolens/Canterbury/KaitoreteSpitWest/Stack/KaitoreteSpitWest_28OCT1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,15754,3326,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1551318.87| +| 0.00,-0.74, 5146255.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7350985182245299, 0.7350985182245372)",True,, +Retrolens/Canterbury/KaitoreteSpitWest/Shorelines/KaitoreteSpitWest_05DEC2000.shp,Retrolens/Canterbury/KaitoreteSpitWest/Stack/KaitoreteSpitWest_05DEC2000_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9542,2598,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1550910.55| +| 0.00,-1.38, 5146956.08| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.380916388122076, 1.3809163881221311)",True,, +Retrolens/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_31OCT1987.shp,Retrolens/Canterbury/RakaiaSouth/Stack/RakaiaSouth_31OCT1987_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,9496,6241,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1530474.65| +| 0.00,-0.70, 5140177.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6963422811615292, 0.6963422811615354)",True,, +Retrolens/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_16DEC1942.shp,Retrolens/Canterbury/RakaiaSouth/Stack/RakaiaSouth_16DEC1942_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,10998,5730,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1530062.97| +| 0.00,-0.57, 5139274.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5673581459345045, 0.5673581459344955)",True,, +Retrolens/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_25FEB1976.shp,Retrolens/Canterbury/RakaiaSouth/Stack/RakaiaSouth_25FEB1976_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,13648,8965,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.33, 0.00, 1532207.23| +| 0.00,-0.33, 5139792.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.3273193878779837, 0.3273193878779781)",True,, +Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/Shorelines/WaitakiRiver_WainonoLagoon_06OCT1980.shp,Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/stack/WaitakiRiver_WainonoLagoon_06OCT1980_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,4032,30322,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1453434.48| +| 0.00,-0.75, 5050465.21| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7547999270850957, 0.7547999270851034)",True,, +Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/Shorelines/WaitakiRiver_WainonoLagoon_20MAY1971.shp,Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/stack/WaitakiRiver_WainonoLagoon_20MAY1971_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,11618,116023,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.13, 0.00, 1454230.65| +| 0.00,-0.13, 5039453.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.12846879922567786, 0.12846879922567628)",True,, +Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/Shorelines/WaitakiRiver_WainonoLagoon_03MAY1943.shp,Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/stack/WaitakiRiver_WainonoLagoon_03MAY1943_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,7556,50278,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1452642.24| +| 0.00,-0.49, 5045037.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4875169460020285, 0.487516946002039)",True,, +Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/Shorelines/WaitakiRiver_WainonoLagoon_14APR1967.shp,Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/stack/WaitakiRiver_WainonoLagoon_14APR1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6051,75022,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1452935.20| +| 0.00,-0.43, 5052957.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4263888478486587, 0.4263888478486626)",True,, +Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/Shorelines/WaitakiRiver_WainonoLagoon_28FEB1963.shp,Retrolens/Canterbury/WaitakiRiver_WainonoLagoon/stack/WaitakiRiver_WainonoLagoon_28FEB1963_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,5309,43493,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1453943.48| +| 0.00,-0.43, 5045063.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4336261130005604, 0.43362611300054105)",True,, +Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_31OCT1987.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_31OCT1987_mosaic.jp2,100.0,25,JP2OpenJPEG,uint16,256.0,10352,6915,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1499328.63| +| 0.00,-0.90, 5124606.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9000000000000045, 0.9)",True,, +Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_31OCT1965.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_31OCT1965_mosaic.jp2,100.0,21,JP2OpenJPEG,uint16,256.0,15920,10570,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1499150.87| +| 0.00,-0.60, 5124561.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6, 0.6)",True,, +Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_25FEB1976.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_25FEB1976_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,19400,12735,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1502392.07| +| 0.00,-0.30, 5124384.54| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.3, 0.3)",True,, +Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_27MAY1952.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_27MAY1952_mosaic.jp2,100.0,24,JP2OpenJPEG,uint16,256.0,17824,12399,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1499498.89| +| 0.00,-0.50, 5124481.57| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/AshburtonRiver/Shorelines/AshburtonRiver_21MAY1941.shp,Retrolens/Canterbury/AshburtonRiver/Stack/AshburtonRiver_21MAY1941_mosaic.jp2,100.0,23,JP2OpenJPEG,uint16,256.0,17302,11048,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1499495.90| +| 0.00,-0.50, 5124189.54| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_13SEP1940.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_13SEP1940_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5627,14772,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1576022.41| +| 0.00,-0.52, 5190019.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.522383252889486, 0.5223832528894697)",True,, +Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_21SEP1961.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_21SEP1961_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4427,4626,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1577263.28| +| 0.00,-0.40, 5184188.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4000000000000105, 0.4000000000000805)",True,, +Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_26NOV1994.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_26NOV1994_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3714,11482,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.30, 0.00, 1574672.55| +| 0.00,-1.30, 5196660.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2999999999999874, 1.2999999999999676)",True,, +Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_28SEP1984.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_28SEP1984_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5737,19951,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1575457.79| +| 0.00,-0.70, 5196123.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6999999999999837, 0.7000000000000093)",True,, +Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_waimakaririRiver_14MAY1963.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_waimakaririRiver_14MAY1963_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5299,14043,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1575052.20| +| 0.00,-0.40, 5196292.14| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.40000000000001756, 0.4000000000000133)",True,, +Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_WaimakaririRiver_29SEP1973.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_WaimakaririRiver_29SEP1973_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,16818,68374,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1575340.16| +| 0.00,-0.20, 5196239.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.20000000000000553, 0.19999999999999726)",True,, +Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Shorelines/NewBrighton_waimakaririRiver_11SEP1962.shp,Retrolens/Canterbury/NewBrighton_WaimakaririRiver/Stack/NewBrighton_waimakaririRiver_11SEP1962_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6541,21354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1576096.74| +| 0.00,-0.40, 5191727.29| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.39999999999998576, 0.39999999999998254)",True,, +Retrolens/Otago/KatikiBeach/Stack/Shorelines/KatikiBeach_18APR1947.shp,Retrolens/Otago/KatikiBeach/Stack/KatikiBeach_18APR1947_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,8750,14490,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1427762.29| +| 0.00,-0.60, 4972200.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6, 0.6)",False,, +Retrolens/Otago/KatikiBeach/Stack/Shorelines/KatikiBeach_14MAR1967.shp,Retrolens/Otago/KatikiBeach/Stack/KatikiBeach_14MAR1967_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,9468,13881,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1427791.43| +| 0.00,-0.60, 4971617.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6000000000000049, 0.5999999999999731)",False,, +Retrolens/Otago/KatikiBeach/Stack/Shorelines/KatikiBeach_12MAR1979.shp,Retrolens/Otago/KatikiBeach/Stack/KatikiBeach_12MAR1979_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,45491,84204,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.10, 0.00, 1428200.39| +| 0.00,-0.10, 4971868.33| +| 0.00, 0.00, 1.00|",,84204,False,pixel,0,"(0.10000000000000205, 0.10000000000000442)",False,, +Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_17MAR2000.shp,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_17MAR2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2243,2485,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1422274.32| +| 0.00,-1.48, 4927388.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.482910311171545, 1.4829103111714814)",True,, +Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956.shp,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4432,5474,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1422477.01| +| 0.00,-0.64, 4927439.27| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6369955328275073, 0.636995532827579)",True,, +Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_14FEB1972.shp,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_14FEB1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4178,5368,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1422415.19| +| 0.00,-0.71, 4927547.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7120580182797193, 0.7120580182796977)",True,, +Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_16FEB1985.shp,Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Stack/Ryans_Pipikaretu_Penguin_TeRauoneBeach_16FEB1985_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3988,4985,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1422413.40| +| 0.00,-0.74, 4927560.15| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7389447029309633, 0.73894470293101)",True,, +Retrolens/Otago/Oamaru/Shorelines/Oamaru_27FEB1972.shp,Retrolens/Otago/Oamaru/Stack/Oamaru_27FEB1972_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,11681,12264,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1439838.35| +| 0.00,-0.63, 5010819.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6270729802284303, 0.6270729802284312)",True,, +Retrolens/Otago/Oamaru/Shorelines/Oamaru_30AUG1955.shp,Retrolens/Otago/Oamaru/Stack/Oamaru_30AUG1955_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,11642,12741,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1439886.66| +| 0.00,-0.63, 5010955.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6299338427000811, 0.6299338427000727)",True,, +Retrolens/Otago/Oamaru/Shorelines/Oamaru_14FEB1982.shp,Retrolens/Otago/Oamaru/Stack/Oamaru_14FEB1982_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,7729,8295,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.92, 0.00, 1440054.27| +| 0.00,-0.92, 5010668.65| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9192521799365867, 0.919252179936585)",True,, +Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_17MAR2000.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_17MAR2000_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,3523,2949,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1413862.38| +| 0.00,-1.48, 4933389.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4763374056824645, 1.4763374056824363)",True,, +Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_07MAR1975.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_07MAR1975_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,3536,2728,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1413840.25| +| 0.00,-1.44, 4933165.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(1.4409822480621637, 1.4409822480622652)",True,, +Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_29JAN2019.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_29JAN2019.tif,100.0,5,GTiff,uint8,,13058,10668,3,,"| 0.30, 0.00, 1414426.00| +| 0.00,-0.30, 4932875.10| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.2999999999999929, 0.3000000000000349)",True,lzw, +Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_16FEB1985.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_16FEB1985_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,6441,5303,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1414028.52| +| 0.00,-0.72, 4933263.36| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7210486761945768, 0.7210486761945687)",True,, +Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_08MAR1956.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_08MAR1956_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7479,6608,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1413983.35| +| 0.00,-0.60, 4933288.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5984743686738709, 0.5984743686738767)",True,, +Retrolens/Otago/LongBeach_PurakaunuiBay/Shorelines/LongBeach_PurakaunuiBay_20FEB1967.shp,Retrolens/Otago/LongBeach_PurakaunuiBay/Stack/LongBeach_PurakaunuiBay_20FEB1967_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,2667,2069,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.88, 0.00, 1413910.36| +| 0.00,-1.88, 4933293.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.881051678596278, 1.8810516785962599)",True,, +Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_20FEB1975.shp,Retrolens/Otago/CoalPoint_SmithsBeach/Stack/CoalPoint_SmithsBeach_20FEB1975_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,9522,8052,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1360345.93| +| 0.00,-0.71, 4871576.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7111884325875153, 0.7111884325875041)",True,, +Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_26FEB1946.shp,Retrolens/Otago/CoalPoint_SmithsBeach/Stack/CoalPoint_SmithsBeach_26FEB1946_mosaic.jp2,100.0,16,JP2OpenJPEG,uint16,256.0,12817,11235,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1360413.20| +| 0.00,-0.51, 4871533.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5119569218150053, 0.5119569218150101)",True,, +Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_03NOV1995.shp,Retrolens/Otago/CoalPoint_SmithsBeach/Stack/CoalPoint_SmithsBeach_03NOV1995_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,3629,2890,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.99, 0.00, 1360198.57| +| 0.00,-1.99, 4871695.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9949725170249721, 1.994972517024919)",True,, +Retrolens/Otago/CoalPoint_SmithsBeach/Shorelines/CoalPoint_SmithsBeach_16APR1982.shp,Retrolens/Otago/CoalPoint_SmithsBeach/Stack/CoalPoint_SmithsBeach_16APR1982_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,6946,5747,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.97, 0.00, 1360458.60| +| 0.00,-0.97, 4871520.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9661514817232834, 0.9661514817232894)",True,, +Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_24FEB1958.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_24FEB1958_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7247,11646,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1416749.83| +| 0.00,-0.47, 4946987.89| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4674722337135327, 0.46747223371356755)",True,, +Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_18FEB1975.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_18FEB1975_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4192,4051,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1417191.69| +| 0.00,-0.72, 4947057.65| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7215191398635404, 0.7215191398636224)",True,, +Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_01MAR1969.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_01MAR1969_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2694,7132,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.66, 0.00, 1416855.81| +| 0.00,-0.66, 4946373.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6609072570840094, 0.6609072570839978)",True,, +Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_08MAR1982.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_08MAR1982_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3686,5886,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.92, 0.00, 1416730.77| +| 0.00,-0.92, 4946970.21| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9178709348154441, 0.9178709348154515)",True,, +Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_20MAR1987.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_20MAR1987_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4855,7202,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1416477.43| +| 0.00,-0.78, 4946980.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7755534529562725, 0.7755534529562608)",True,, +Retrolens/Otago/Waikouaiti/Shorelines/Waikouaiti_14NOV1998.shp,Retrolens/Otago/Waikouaiti/Stack/Waikouaiti_14NOV1998_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,2407,3781,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.51, 0.00, 1416697.35| +| 0.00,-1.51, 4947017.27| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5122718342499035, 1.5122718342499355)",True,, +Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_21FEB1967.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2431,2449,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.83, 0.00, 1347144.58| +| 0.00,-1.83, 4849381.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8333099079631532, 1.833309907963208)",True,, +Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_26FEB1975.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_26FEB1975_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6261,6422,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1347147.97| +| 0.00,-0.70, 4849414.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7029303538772481, 0.7029303538773124)",True,, +Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_28DEC2020.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_28DEC2020_LDS.tif,100.0,5,GTiff,uint8,,14336,13871,3,,"| 0.30, 0.00, 1347175.90| +| 0.00,-0.30, 4849236.90| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.30000000000000326, 0.29999999999998656)",True,lzw, +Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_15NOV1985.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_15NOV1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5914,5892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1347185.67| +| 0.00,-0.73, 4849196.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7275453455602712, 0.7275453455602651)",True,, +Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_03NOV1995.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_03NOV1995_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3481,3337,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1346984.25| +| 0.00,-1.38, 4849446.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3798336227253483, 1.379833622725336)",True,, +Retrolens/Otago/Jacks_Surat_CannibalBay/Shorelines/Jacks_Surat_CannibalBay_15APR1948.shp,Retrolens/Otago/Jacks_Surat_CannibalBay/Stack/Jacks_Surat_CannibalBay_15APR1948_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8044,8111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1347185.08| +| 0.00,-0.54, 4849295.59| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.537860096332699, 0.5378600963327178)",True,, +Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_27FEB1972.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_27FEB1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10577,13229,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 1445018.03| +| 0.00,-0.65, 5017377.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6470646051420721, 0.6470646051420632)",True,, +Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_14FEB1982.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_14FEB1982_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10649,14689,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.93, 0.00, 1444814.12| +| 0.00,-0.93, 5022376.56| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9267238101155684, 0.9267238101155627)",True,, +Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_17FEB1978.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_17FEB1978_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6937,10273,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 1444469.57| +| 0.00,-1.39, 5022505.93| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3938155664445269, 1.39381556644449)",True,, +Retrolens/Otago/NorthOamaru/Shorelines/OamaruNorth_31JAN2021.shp,Retrolens/Otago/NorthOamaru/Stack/OamaruNorth_31JAN2021.tif,100.0,4,GTiff,uint8,,24229,34406,3,,"| 0.37, 0.00, 1445206.87| +| 0.00,-0.37, 5021994.34| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.36960816383361816, 0.36960816383361816)",True,lzw, +Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_09MAY1955.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_09MAY1955_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,17865,26846,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1445198.38| +| 0.00,-0.50, 5022177.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49811576733726926, 0.49811576733727553)",True,, +Retrolens/Otago/NorthOamaru/Shorelines/NorthOamaru_26OCT1966.shp,Retrolens/Otago/NorthOamaru/Stack/NorthOamaru_26OCT1966_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,8555,12445,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1450154.03| +| 0.00,-0.49, 5022485.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4924023160382437, 0.4924023160382405)",True,, +Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_03NOV1995.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_03NOV1995_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,4244,4697,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.99, 0.00, 1385523.01| +| 0.00,-1.99, 4908822.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9892396837772786, 1.9892396837772715)",True,, +Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_08MAR1982.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_08MAR1982_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,8756,9693,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1385496.86| +| 0.00,-0.95, 4908728.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9549180193107893, 0.9549180193107898)",True,, +Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_15FEB1979.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_15FEB1979_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,10366,12115,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1385596.73| +| 0.00,-0.76, 4908642.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7575791649222879, 0.7575791649222897)",True,, +Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_10MAR1949.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_10MAR1949_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,15184,17652,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1385521.68| +| 0.00,-0.50, 4908277.21| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5038890711019924, 0.503889071101993)",True,, +Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_02MAR1962.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_02MAR1962_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,18560,20819,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1385593.00| +| 0.00,-0.44, 4908753.08| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.44347600204331183, 0.44347600204331233)",True,, +Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_20FEB1967.shp,Retrolens/Otago/Taieri_Brighton/Stack/Taieri_Brighton_20FEB1967_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,4979,5453,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.79, 0.00, 1385128.93| +| 0.00,-1.79, 4908833.65| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.7858889730149465, 1.7858889730149863)",True,, +Retrolens/Otago/Tautuku_Beach/Shorelines/Tautuku_Beach_21FEB1967.shp,Retrolens/Otago/Tautuku_Beach/Stack/Tautuku_Beach_21FEB1967_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,2236,2487,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.91, 0.00, 1324964.06| +| 0.00,-1.91, 4836473.02| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9082507602027026, 1.9082507602027892)",True,, +Retrolens/Otago/Tautuku_Beach/Shorelines/Tautuku_Beach_17OCT1985.shp,Retrolens/Otago/Tautuku_Beach/Stack/Tautuku_Beach_17OCT1985_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,6014,6121,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1324944.15| +| 0.00,-0.74, 4836330.78| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7414088858493443, 0.7414088858493261)",True,, +Retrolens/Otago/Tautuku_Beach/Shorelines/Tautuku_Beach_15APR1948.shp,Retrolens/Otago/Tautuku_Beach/Stack/Tautuku_Beach_15APR1948_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7655,8349,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1325060.04| +| 0.00,-0.53, 4836269.79| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.5338851230548406, 0.5338851230547853)",True,, +Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_02MAR1962.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_02MAR1962_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,17096,5630,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1393404.71| +| 0.00,-0.45, 4910951.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.44606247011730754, 0.44606247011730926)",True,, +Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_14JAN2018.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_14JAN2018_LDS.tif,100.0,3,GTiff,uint8,,74069,23094,3,,"| 0.10, 0.00, 1393448.80| +| 0.00,-0.10, 4910843.40| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.09999999999999874, 0.0999999999999758)",True,lzw, +Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_16FEB1985.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_16FEB1985_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,10499,3787,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1393399.65| +| 0.00,-0.72, 4910942.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7215781963383509, 0.7215781963383865)",True,, +Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_17MAR2000.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_17MAR2000_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5435,2036,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.45, 0.00, 1393136.03| +| 0.00,-1.45, 4911046.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4546583520819578, 1.4546583520819403)",True,, +Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_03NOV1995.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_03NOV1995_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3914,1357,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.99, 0.00, 1393213.90| +| 0.00,-1.99, 4911040.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9908925884318343, 1.9908925884320245)",True,, +Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_18FEB1970.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_18FEB1970_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,11131,3727,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1393377.47| +| 0.00,-0.68, 4910943.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6810418427345141, 0.6810418427345846)",True,, +Retrolens/Otago/Kaikorai/Shorelines/Kaikorai_29MAR1947.shp,Retrolens/Otago/Kaikorai/Stack/Kaikorai_29MAR1947_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,43437,12517,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.17, 0.00, 1393554.32| +| 0.00,-0.17, 4910995.55| +| 0.00, 0.00, 1.00|",,12517,False,pixel,0,"(0.1706082605278197, 0.17060826052781744)",True,, +Retrolens/Otago/Aramoana/Shorelines/Aramoana_08MAR1956.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_08MAR1956_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8134,6928,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1418176.33| +| 0.00,-0.59, 4930760.78| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5908078762748958, 0.5908078762748887)",True,, +Retrolens/Otago/Aramoana/Shorelines/Aramoana_16FEB1985.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_16FEB1985_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,7146,5518,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1418259.32| +| 0.00,-0.74, 4930685.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7385547769884703, 0.7385547769884807)",True,, +Retrolens/Otago/Aramoana/Shorelines/Aramoana_20FEB1967.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_20FEB1967_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,3073,2314,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1418033.19| +| 0.00,-1.80, 4930578.78| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8034114911875743, 1.8034114911874584)",True,, +Retrolens/Otago/Aramoana/Shorelines/Aramoana_07MAR1975.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_07MAR1975_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,4143,3267,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1417804.06| +| 0.00,-1.46, 4930907.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(1.462521372591587, 1.462521372591597)",True,, +Retrolens/Otago/Aramoana/Shorelines/Aramoana_17MAR2000.shp,Retrolens/Otago/Aramoana/Stack/Aramoana_17MAR2000_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3484,2835,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.46, 0.00, 1417927.39| +| 0.00,-1.46, 4930838.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4644502428764328, 1.4644502428762707)",True,, +Retrolens/Otago/Aramoana/Shorelines/Aramoana_08JULY2019.shp,MaxarImagery/HighFreq/Otago/Aramoana/Imagery/Stack/Aramoana_08JULY2019.tif,100.0,10,GTiff,uint8,,10928,8227,3,,"| 0.39, 0.00, 1418391.40| +| 0.00,-0.39, 4930131.37| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.3937685489654541, 0.3937685489654541)",True,lzw, +Retrolens/Otago/Warrington/Shorelines/Warrington_20FEB1967.shp,Retrolens/Otago/Warrington/Imagery/Stack/Warrington_20FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1286,1910,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1412685.33| +| 0.00,-1.90, 4935709.10| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8964418336302968, 1.8964418336305358)",True,, +Retrolens/Otago/Warrington/Shorelines/Warrington_17NOV2017.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_17NOV2017.tif,100.0,5,GTiff,uint8,,3561,6269,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1413003.02| +| 0.00,-0.50, 4935531.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +Retrolens/Otago/Warrington/Shorelines/Warrington_20MAR2014.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_20MAR2014.tif,100.0,4,GTiff,uint8,,2970,5226,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1413002.82| +| 0.00,-0.60, 4935531.33| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5998212099075317, 0.5998212099075317)",True,lzw, +Retrolens/Otago/Warrington/Shorelines/Warrington_17MAR2000.shp,Retrolens/Otago/Warrington/Imagery/Stack/Warrington_17MAR2000_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,1683,2519,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1412675.06| +| 0.00,-1.42, 4935693.88| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4236212980830283, 1.4236212980831076)",True,, +Retrolens/Otago/Warrington/Shorelines/Warrington_28DEC2011.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_28DEC2011.tif,100.0,4,GTiff,uint8,,3561,6269,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1413003.02| +| 0.00,-0.50, 4935531.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.5, 0.5)",True,lzw, +Retrolens/Otago/Warrington/Shorelines/Warrington_18AUG2007.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_18AUG2007.tif,100.0,3,GTiff,uint8,,2969,5224,3,,"| 0.60, 0.00, 1413002.71| +| 0.00,-0.60, 4935531.47| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.600000000000047, 0.6000000000000714)",True,lzw, +Retrolens/Otago/Warrington/Shorelines/Warrington_16FEB1985.shp,Retrolens/Otago/Warrington/Imagery/Stack/Warrington_16FEB1985_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3376,5051,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1412705.55| +| 0.00,-0.72, 4935663.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7233340146629166, 0.7233340146629996)",True,, +Retrolens/Otago/Warrington/Shorelines/Warrington_09MAR1982.shp,Retrolens/Otago/Warrington/Imagery/Stack/Warrington_09MAR1982_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3665,5520,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.66, 0.00, 1412655.52| +| 0.00,-0.66, 4935744.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6605802346018396, 0.6605802346017563)",True,, +Retrolens/Otago/Warrington/Shorelines/Warrington_07MAR1975.shp,Retrolens/Otago/Warrington/Imagery/Stack/Warrington_07MAR1975_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,1856,2597,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1412530.25| +| 0.00,-1.44, 4935747.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(1.4426936754626412, 1.4426936754626198)",True,, +Retrolens/Otago/Warrington/Shorelines/Warrington_16SEP2019.shp,MaxarImagery/HighFreq/Otago/Warrington/Imagery/STACK/Warrington_16SEP2019.tif,100.0,4,GTiff,uint8,,3561,6269,3,,"| 0.50, 0.00, 1413003.02| +| 0.00,-0.50, 4935531.27| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Retrolens/Otago/Warrington/Shorelines/Warrington_08MAR1956.shp,Retrolens/Otago/Warrington/Imagery/Stack/Warrington_08MAR1956_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3443,4486,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.62, 0.00, 1412708.36| +| 0.00,-0.62, 4934938.18| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6217900289342564, 0.6217900289343425)",True,, +Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_08MAR1982.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_08MAR1982_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6455,4534,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.96, 0.00, 1371488.75| +| 0.00,-0.96, 4881229.41| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9625084748449082, 0.9625084748449331)",True,, +Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_03NOV1995.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_03NOV1995_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3122,2288,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.96, 0.00, 1371633.87| +| 0.00,-1.96, 4881213.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9580089368127778, 1.9580089368127203)",True,, +Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_28DEC2020.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_28DEC2020_LDS.tif,100.0,2,GTiff,uint8,,18370,12177,3,,"| 0.30, 0.00, 1371939.70| +| 0.00,-0.30, 4880876.10| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.3, 0.2999999999999694)",True,lzw, +Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_26FEB1975.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_26FEB1975_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3073,2249,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.82, 0.00, 1371835.59| +| 0.00,-1.82, 4881106.31| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.821597377107222, 1.8215973771070808)",True,, +Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_26FEB1946.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_26FEB1946_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11398,8480,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1371660.41| +| 0.00,-0.51, 4881189.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5067093632678147, 0.5067093632678185)",True,, +Retrolens/Otago/ChrystallsBeach/Shorelines/ChrystallsBeach_28FEB1962.shp,Retrolens/Otago/ChrystallsBeach/Stack/ChrystallsBeach_28FEB1962_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13318,9888,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1371788.78| +| 0.00,-0.42, 4881064.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4214729445497887, 0.4214729445498184)",True,, +Retrolens/Otago/Waipati_Beach/Shorelines/Waipati_Beach_21FEB1967.shp,Retrolens/Otago/Waipati_Beach/Stack/Waipati_Beach_21FEB1967_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4080,3404,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.80, 0.00, 1318961.63| +| 0.00,-1.80, 4834069.93| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8, 1.8000000000000547)",True,, +Retrolens/Otago/Waipati_Beach/Shorelines/Waipati_Beach_13FEB1982.shp,Retrolens/Otago/Waipati_Beach/Stack/Waipati_Beach_13FEB1982_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6153,4853,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1319659.38| +| 0.00,-0.80, 4833318.84| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999848, 0.8000000000000768)",True,, +Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_02MAR1962.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_02MAR1962_mosaic.jp2,100.0,20,JP2OpenJPEG,uint16,256.0,8139,19271,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1382753.69| +| 0.00,-0.43, 4900132.60| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4332880496999986, 0.43328804970001206)",True,, +Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBech_Mouth_01MAR1973.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBech_Mouth_01MAR1973_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,5492,12957,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1382784.52| +| 0.00,-0.64, 4900133.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.6416675896489045, 0.6416675896488979)",True,, +Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_26FEB1946.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_26FEB1946_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,7016,16235,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1382817.11| +| 0.00,-0.50, 4900050.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5011140927355131, 0.5011140927355157)",True,, +Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_08MAR1982.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_08MAR1982_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,4580,10139,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.82, 0.00, 1382701.97| +| 0.00,-0.82, 4900156.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8216616382157454, 0.8216616382157544)",True,, +Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_05FEB2021.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_05FEB2021_LDS.tif,100.0,20,GTiff,uint8,,10787,25953,3,,"| 0.30, 0.00, 1382908.30| +| 0.00,-0.30, 4899816.60| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.30000000000000865, 0.30000000000001437)",True,lzw, +Retrolens/Otago/TaieriBeach_Mouth/Shorelines/TaieriBeach_Mouth_10DEC1995.shp,Retrolens/Otago/TaieriBeach_Mouth/Stack/TaieriBeach_Mouth_10DEC1995_mosaic.jp2,100.0,17,JP2OpenJPEG,uint16,256.0,2676,5792,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.50, 0.00, 1382516.20| +| 0.00,-1.50, 4900281.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5032435468605458, 1.503243546860578)",True,, +Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_14NOV1998.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_14NOV1998_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,2952,4073,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.61, 0.00, 1421833.10| +| 0.00,-1.61, 4956909.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.6085109331003524, 1.6085109331002772)",True,, +Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_20FEB1975.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_20FEB1975_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5513,8268,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1422139.08| +| 0.00,-0.77, 4957099.67| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.770266200316078, 0.770266200316102)",True,, +Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_24Feb1958.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_24FEB1958_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5951,8091,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1422088.80| +| 0.00,-0.46, 4954486.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4627285698906696, 0.46272856989069006)",True,, +Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_20MAR1987.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_20MAR1987_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5769,8552,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1421997.68| +| 0.00,-0.78, 4957145.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7790373852756972, 0.7790373852757443)",True,, +Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_23Feb1959.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_23FEB1959_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5540,7010,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1423168.65| +| 0.00,-0.47, 4955923.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.47283981410544434, 0.47283981410539394)",True,, +Retrolens/Otago/PleasantRiver/Shorelines/PleasantRiver_21MAR2002.shp,Retrolens/Otago/PleasantRiver/Stack/PleasantRiver_21MAR2002_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,3120,4372,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1421983.11| +| 0.00,-1.43, 4956987.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4306058232819525, 1.430605823281907)",True,, +Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_09MAR1982_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_09MAR1982_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5470,4063,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1419239.81| +| 0.00,-0.78, 4918303.94| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7817101953296635, 0.7817101953296739)",True,, +Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_7MAR1975_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_7MAR1975_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,2882,1673,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1419230.66| +| 0.00,-1.43, 4917827.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(1.425043057151705, 1.425043057151544)",True,, +Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_18FEB1970_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_18FEB1970_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5996,4025,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1419154.97| +| 0.00,-0.71, 4917998.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7067293982912914, 0.7067293982913497)",True,, +Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_15OCT1942_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_15OCT1942_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8899,5738,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1419198.34| +| 0.00,-0.48, 4917975.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.48367299928392365, 0.4836729992839708)",True,, +Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_17MAR2000_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_17MAR2000_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,3480,2009,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 1419105.53| +| 0.00,-1.42, 4918049.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4190181270697362, 1.419018127069604)",True,, +Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_16FEB1985_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_16FEB1985_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6099,4126,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1418868.36| +| 0.00,-0.74, 4918001.29| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.73750651634662, 0.7375065163466348)",True,, +Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_24FEB1958_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_24FEB1958_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,10230,7311,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1419237.93| +| 0.00,-0.45, 4918282.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.44886765884857294, 0.4488676588485791)",True,, +Retrolens/Otago/AllansBeach/Shorelines/AllansBeach_20FEB1967_mosaic.shp,Retrolens/Otago/AllansBeach/Stack/AllansBeach_20FEB1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,2318,1567,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.84, 0.00, 1419199.42| +| 0.00,-1.84, 4918005.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.841547575929223, 1.8415475759290316)",True,, +Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_20FEB1967.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_20FEB1967_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3329,941,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.93, 0.00, 1405183.69| +| 0.00,-1.93, 4914059.25| +| 0.00, 0.00, 1.00|",,941,False,pixel,0,"(1.9268908965585014, 1.926890896558049)",True,, +Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_17MAR2000.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_17MAR2000_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4471,1049,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1405282.80| +| 0.00,-1.44, 4913927.75| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4385558826656912, 1.4385558826657097)",True,, +Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_05FEB2021.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_05FEB2021.tif,100.0,4,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| +| 0.00,-0.50, 4913672.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_24FEB1958.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_24FEB1958_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,12872,2821,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1405306.75| +| 0.00,-0.48, 4913854.56| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.47838732993936817, 0.4783873299393606)",True,, +Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_29MAR1947.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_29MAR1947_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,34559,7341,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.18, 0.00, 1405361.56| +| 0.00,-0.18, 4913877.80| +| 0.00, 0.00, 1.00|",,7341,False,pixel,0,"(0.17507316383760413, 0.17507316383760652)",True,, +Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_07MAR1975.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_07MAR1975_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,4792,1369,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.43, 0.00, 1405144.92| +| 0.00,-1.43, 4914127.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(1.4279881264928507, 1.4279881264930054)",True,, +Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_16FEB1985.shp,Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Stack/StKilda_Tomahawk_SmaillsBeach_16FEB1985_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8607,1892,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1405331.83| +| 0.00,-0.72, 4913945.97| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7171612399230917, 0.7171612399232516)",True,, +Retrolens/Otago/StKilda_Tomahawk_SmaillsBeach/Shorelines/StKilda_Tomahawk_SmaillsBeach_31JAN2017.shp,MaxarImagery/HighFreq/Otago/StKilda_Tomahawk_SmaillsBeach/Imagery/Stack/StKilda_Tomahawk_SmaillsBeach_31JAN2017.tif,100.0,3,GTiff,uint8,,11630,1802,3,,"| 0.50, 0.00, 1405487.47| +| 0.00,-0.50, 4913672.64| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,4,"(0.5, 0.5)",True,lzw, +Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_08MAR1982.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_08MAR1982_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,6315,6673,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.96, 0.00, 1366567.46| +| 0.00,-0.96, 4877500.96| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.959456965041119, 0.959456965041153)",True,, +Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_01MAR1962.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_01MAR1962_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,14790,15354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1366503.45| +| 0.00,-0.42, 4877537.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4204536438146493, 0.42045364381462313)",True,, +Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_26FEB1946.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_26FEB1946_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,12413,12928,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1366517.57| +| 0.00,-0.50, 4877536.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5021163398659508, 0.5021163398659434)",True,, +Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_20FEB1975.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_20FEB1975_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8486,8928,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1366458.58| +| 0.00,-0.74, 4877560.96| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7418545115472803, 0.7418545115472895)",True,, +Retrolens/Otago/MeaslyBeach/Shorelines/MeaslyBeach_10DEC1995.shp,Retrolens/Otago/MeaslyBeach/Stack/MeaslyBeach_10DEC1995_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4211,4400,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.48, 0.00, 1366535.51| +| 0.00,-1.48, 4877579.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4767454546072099, 1.4767454546071928)",True,, +Retrolens/Otago/BoulderBeach_SandflyBay/Shorelines/BoulderBeach_SandflyBay_18FEB1970.shp,Retrolens/Otago/BoulderBeach_SandflyBay/Stack/BoulderBeach_SandflyBay_18FEB1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7158,2759,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1413820.27| +| 0.00,-0.71, 4915830.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7123034444574688, 0.7123034444575823)",True,, +Retrolens/Otago/BoulderBeach_SandflyBay/Shorelines/BoulderBeach_SandflyBay_24FEB1958.shp,Retrolens/Otago/BoulderBeach_SandflyBay/Stack/BoulderBeach_SandflyBay_24FEB1958_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11475,4038,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1413893.78| +| 0.00,-0.44, 4915875.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.44083303186476375, 0.4408330318648064)",True,, +Retrolens/Otago/BoulderBeach_SandflyBay/Shorelines/BoulderBeach_SandflyBay_16FEB1985.shp,Retrolens/Otago/BoulderBeach_SandflyBay/Stack/BoulderBeach_SandflyBay_16FEB1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,7084,2900,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1413839.55| +| 0.00,-0.73, 4915954.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7262905948226909, 0.726290594822695)",True,, +Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_17OCT1985.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_17OCT1985_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12880,3787,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1329224.31| +| 0.00,-0.72, 4839064.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.721100800971447, 0.7211008009714511)",True,, +Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_13FEB1982.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_13FEB1982_mosaid.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10204,2955,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.88, 0.00, 1329140.86| +| 0.00,-0.88, 4839044.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8820787922994479, 0.8820787922994513)",True,, +Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_03NOV1995.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_03NOV1995_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4825,1365,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.99, 0.00, 1329142.85| +| 0.00,-1.99, 4839100.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.990879164841798, 1.9908791648415036)",True,, +Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_26FEB1975.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_26FEB1975_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,11230,2251,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1330399.38| +| 0.00,-0.70, 4838923.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6950019164613381, 0.6950019164613284)",True,, +Retrolens/Otago/TahakopaBay/Shorelines/TahakopaBay_15APR1948.shp,Retrolens/Otago/TahakopaBay/Stack/TahakopaBay_15APR1948_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,16178,4030,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1329245.15| +| 0.00,-0.54, 4838892.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.5373612276604065, 0.5373612276604284)",True,, +Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_17MAR2000.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_17MAR2000_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,1965,4499,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1422752.04| +| 0.00,-1.44, 4924280.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4412749168396697, 1.4412749168397017)",True,, +Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_24FEB1958.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_24FEB1958_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5572,13355,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1422905.00| +| 0.00,-0.46, 4924090.35| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4580568299973611, 0.4580568299973638)",True,, +Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_07MAR1975.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_07MAR1975_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,1909,4560,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.41, 0.00, 1422896.69| +| 0.00,-1.41, 4924280.63| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(1.4073333616166988, 1.4073333616166277)",True,, +Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_16FEB1985.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_16FEB1985_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4107,8885,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1422799.02| +| 0.00,-0.74, 4924213.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7372253004278188, 0.7372253004278092)",True,, +Retrolens/Otago/PapanuiBeach_WickliffeBay/Shorelines/PapanuiBeach_WickliffeBay_20FEB1967.shp,Retrolens/Otago/PapanuiBeach_WickliffeBay/Stack/PapanuiBeach_WickliffeBay_20FEB1967_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,1569,3727,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.85, 0.00, 1422545.38| +| 0.00,-1.85, 4924553.41| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8460795985894791, 1.8460795985895122)",True,, +Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_09OCT1962.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_09OCT1962.tif,100.0,3,GTiff,uint16,65535.0,23336,50329,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.18, 0.00, 1613222.64| +| 0.00,-0.18, 6128124.07| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.1806457388000015, 0.1806457388000015)",True,lzw, +Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_18NOV1977.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_18NOV1977.tif,100.0,5,GTiff,uint16,65535.0,15196,29596,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1603908.27| +| 0.00,-0.90, 6142855.64| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9000671198000014, 0.9000671198000014)",True,lzw, +Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_21NOV1986.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_21NOV1986.tif,100.0,1,GTiff,uint16,65535.0,8577,8953,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.02, 0.00, 1608822.36| +| 0.00,-1.02, 6125365.33| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.0217402221999987, 1.0217402221999987)",True,lzw, +Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_12OCT1950.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_12OCT1950.tif,100.0,1,GTiff,uint16,65535.0,19347,71964,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1613023.74| +| 0.00,-0.24, 6133184.41| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.23576349660000318, 0.23576349660000318)",True,lzw, +Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_11MAY1968.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_11MAY1968.tif,100.0,1,GTiff,uint16,65535.0,14990,12514,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1603908.77| +| 0.00,-0.91, 6127635.34| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9123785308999922, 0.9123785308999922)",True,lzw, +Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_03AUG1985.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_03AUG1985.tif,100.0,3,GTiff,uint16,65535.0,18538,26249,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.64, 0.00, 1605809.57| +| 0.00,-0.64, 6142552.52| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6352217267000011, 0.6352217267000011)",True,lzw, +Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_19OCT1965.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_19OCT1965.tif,100.0,2,GTiff,uint16,65535.0,40239,66191,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1606461.44| +| 0.00,-0.28, 6140824.78| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.276438818400009, 0.276438818400009)",True,lzw, +Retrolens/Northland/NinetyMile3/Shorelines/NinetyMile3_10JUN1982.shp,Retrolens/Northland/NinetyMile3/Stack/NinetyMile3_10JUN1982.tif,100.0,2,GTiff,uint16,65535.0,30313,41822,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1603908.51| +| 0.00,-0.45, 6142855.40| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4511764681999998, 0.4511764681999998)",True,lzw, +Retrolens/Northland/OmapereBeach/Shorelines/Omapere_05SEP1980.shp,Retrolens/Northland/OmapereBeach/Stack/Omapere_05SEP1980_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,17857,17921,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.15, 0.00, 1632856.37| +| 0.00,-0.15, 6069184.46| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.1522458243999905, 0.15224582440001605)",True,, +Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_31AUG1985.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_31AUG1985.tif,100.0,4,GTiff,uint16,65535.0,12014,21360,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1599444.53| +| 0.00,-0.52, 6152550.82| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5246486771999919, 0.5246486771999919)",True,lzw, +Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_19JAN1957.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_19JAN1957.tif,100.0,1,GTiff,uint16,65535.0,26079,14431,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1589340.88| +| 0.00,-0.63, 6162679.80| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6291090783999693, 0.6291090783999693)",True,lzw, +Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_24NOV1979.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_24NOV1979.tif,100.0,7,GTiff,uint16,65535.0,36912,48001,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1589340.94| +| 0.00,-0.44, 6162679.95| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.4444769628999989, 0.4444769628999989)",True,lzw, +Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_04FEB1977.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_04FEB1977.tif,100.0,3,GTiff,uint16,65535.0,25522,20292,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1589340.90| +| 0.00,-0.28, 6162679.80| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.27686141990000196, 0.27686141990000196)",True,lzw, +Retrolens/Northland/NinetyMile2/Shorelines/NinetyMile2_31JAN1985.shp,Retrolens/Northland/NinetyMile2/Stack/NinetyMile2_31JAN1985.tif,100.0,32,GTiff,uint16,65535.0,25913,29066,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1589340.72| +| 0.00,-0.63, 6162679.78| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.633135551199993, 0.633135551199993)",True,lzw, +Retrolens/Northland/Ahipara/Shorelines/Ahipara_12OCT1950.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_12OCT1950.tif,100.0,8,GTiff,uint16,65535.0,18069,36670,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1613023.74| +| 0.00,-0.24, 6116326.61| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2357634965999926, 0.2357634965999926)",True,lzw, +Retrolens/Northland/Ahipara/Shorelines/Ahipara_18NOV1977.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_18NOV1977.tif,100.0,8,GTiff,uint16,65535.0,7749,11310,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1610309.55| +| 0.00,-0.90, 6116327.06| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9000671197999973, 0.9000671197999973)",True,lzw, +Retrolens/Northland/Ahipara/Shorelines/Ahipara_21NOV1986.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_21NOV1986.tif,100.0,1,GTiff,uint16,65535.0,6827,9374,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.02, 0.00, 1610308.99| +| 0.00,-1.02, 6116327.01| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.0217402222000105, 1.0217402222000105)",True,lzw, +Retrolens/Northland/Ahipara/Shorelines/Ahipara_02MAY1960.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_02MAY1960.tif,100.0,6,GTiff,uint16,65535.0,8655,8351,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1610309.12| +| 0.00,-0.81, 6112876.61| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.8058371751999901, 0.8058371751999901)",True,lzw, +Retrolens/Northland/Ahipara/Shorelines/Ahipara_11JUN1972.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_11JUN1972.tif,100.0,5,GTiff,uint16,65535.0,5428,7418,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.29, 0.00, 1610308.97| +| 0.00,-1.29, 6115679.86| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.2851446400999706, 1.2851446400999706)",True,lzw, +Retrolens/Northland/Ahipara/Shorelines/Ahipara_07FEB1970.shp,Retrolens/Northland/Ahipara/Stack/Ahipara_07FEB1970.tif,100.0,3,GTiff,uint16,65535.0,7283,10629,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.96, 0.00, 1610309.07| +| 0.00,-0.96, 6116326.74| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9577517762000016, 0.9577517762000016)",True,lzw, +Retrolens/Northland/Houhora/Shorelines/Houhora_14AUG1944.shp,Retrolens/Northland/Houhora/Stack/Houhora_14AUG1944.tif,100.0,10,GTiff,uint16,65535.0,43653,42169,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1612575.11| +| 0.00,-0.31, 6149385.72| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3121556290999956, 0.3121556290999956)",True,lzw, +Retrolens/Northland/Houhora/Shorelines/Houhora_21MAR1983.shp,Retrolens/Northland/Houhora/Stack/Houhora_21MAR1983.tif,100.0,3,GTiff,uint16,65535.0,10275,28400,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1612575.00| +| 0.00,-0.46, 6149385.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4635016918999943, 0.4635016918999943)",True,lzw, +Retrolens/Northland/Houhora/Shorelines/Houhora_18NOV1977.shp,Retrolens/Northland/Houhora/Stack/Houhora_18NOV1977.tif,100.0,7,GTiff,uint16,65535.0,15051,14539,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1612574.56| +| 0.00,-0.91, 6149386.27| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9054133051999991, 0.9054133051999991)",True,lzw, +Retrolens/Northland/Houhora/Shorelines/Houhora_20FEB1984.shp,Retrolens/Northland/Houhora/Stack/Houhora_20FEB1984.tif,100.0,7,GTiff,uint16,65535.0,30456,32719,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1613948.18| +| 0.00,-0.40, 6149385.93| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.40232855969999476, 0.40232855969999476)",True,lzw, +Retrolens/Northland/Waipu/Shorelines/Waipu_20MAY1963.shp,Retrolens/Northland/Waipu/Stack/Waipu_20MAY1963_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,35192,72330,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1730333.72| +| 0.00,-0.21, 6026340.20| +| 0.00, 0.00, 1.00|",,72330,False,,0,"(0.21412490269999893, 0.21412490270000487)",True,, +Retrolens/Northland/Waipu/Shorelines/Waipu_10JAN1983.shp,Retrolens/Northland/Waipu/Stack/Waipu_10JAN1983_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,21354,43888,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1730333.72| +| 0.00,-0.35, 6026340.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.3528907404000023, 0.35289074040001556)",True,, +Retrolens/Northland/Waipu/Shorelines/Waipu_15JAN1977.shp,Retrolens/Northland/Waipu/Stack/Waipu_15JAN1977_mosaic.tif,100.0,3,GTiff,uint16,256.0,11041,22693,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1730333.72| +| 0.00,-0.68, 6026340.20| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6824754546999968, 0.6824754546999928)",True,, +Retrolens/Northland/Waipu/Shorelines/Waipu_12MAR1995.shp,Retrolens/Northland/Waipu/Stack/Waipu_12MAR1995_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10189,20942,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1730333.72| +| 0.00,-0.74, 6026340.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.7395500944000171, 0.7395500944000193)",True,, +Retrolens/Northland/Waipu/Shorelines/Waipu_10JAN1979.shp,Retrolens/Northland/Waipu/Stack/Waipu_10JAN1979_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,21954,45122,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.34, 0.00, 1730333.72| +| 0.00,-0.34, 6026340.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.34324342140000913, 0.3432434214000043)",True,, +Retrolens/Northland/Waipu/Shorelines/Waipu_21NOV1986.shp,Retrolens/Northland/Waipu/Stack/Waipu_21NOV1986_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,69466,142774,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.11, 0.00, 1730333.72| +| 0.00,-0.11, 6026340.20| +| 0.00, 0.00, 1.00|",,142774,False,,0,"(0.1084770536999991, 0.10847705370000485)",True,, +Retrolens/Northland/Waipu/Shorelines/Waipu_17JUN1966.shp,Retrolens/Northland/Waipu/Stack/Waipu_17JUN1966_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8040,16525,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1730333.72| +| 0.00,-0.94, 6026340.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.9372020209999871, 0.9372020209999966)",True,, +Retrolens/Northland/MarsdenPoint/Shorelines/MarsdenPoint_13MAR1950.shp,Retrolens/Northland/MarsdenPoint/Stack/MarsdenPoint_13MAR1950_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,24334,24641,1,,"| 0.26, 0.00, 1729874.69| +| 0.00,-0.26, 6033843.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,6,"(0.2586761838999723, 0.25867618389997166)",False,, +Retrolens/Northland/MarsdenPoint/Shorelines/MarsdenPoint_28MAY1942.shp,Retrolens/Northland/MarsdenPoint/Stack/MarsdenPoint_28MAY1942_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,17271,16332,1,,"| 0.22, 0.00, 1732387.44| +| 0.00,-0.22, 6033975.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,12,"(0.2196803294000027, 0.21968032939995025)",False,, +Retrolens/Northland/MarsdenPoint/Shorelines/MarsdenPoint_20FEB1984.shp,Retrolens/Northland/MarsdenPoint/Stack/MarsdenPoint_20FEB1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10897,14126,1,,"| 0.69, 0.00, 1728417.80| +| 0.00,-0.69, 6035144.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,6,"(0.688356488100021, 0.6883564880999913)",False,, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_06MAY1972.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_06MAY1972.tif,100.0,11,GTiff,uint16,65535.0,23602,30569,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1716929.38| +| 0.00,-0.22, 6100626.16| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.22190759970000618, 0.22190759970000618)",True,lzw, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_10JUN1968.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_10JUN1968.tif,100.0,17,GTiff,uint16,65535.0,9125,14621,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.97, 0.00, 1716928.69| +| 0.00,-0.97, 6097869.15| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.96572273609999, 0.96572273609999)",True,lzw, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_23AUG1971.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_23AUG1971.tif,100.0,10,GTiff,uint16,65535.0,19758,24845,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1721441.12| +| 0.00,-0.22, 6089383.83| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.21758700580000684, 0.21758700580000684)",True,lzw, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_13SEP1955.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_13SEP1955.tif,100.0,17,GTiff,uint16,65535.0,20133,16223,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1719407.67| +| 0.00,-0.27, 6089310.33| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.272553573499998, 0.272553573499998)",True,lzw, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_23OCT1953.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_23OCT1953.tif,100.0,7,GTiff,uint16,65535.0,21064,16670,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1716929.44| +| 0.00,-0.26, 6094451.85| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2625369377999927, 0.2625369377999927)",True,lzw, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_08DEC1975.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_08DEC1975.tif,100.0,6,GTiff,uint16,65535.0,40155,38365,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.18, 0.00, 1717659.22| +| 0.00,-0.18, 6093025.46| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.17958343839999383, 0.17958343839999383)",True,lzw, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_11MAY1968.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_11MAY1968.tif,100.0,8,GTiff,uint16,65535.0,9658,18498,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1716928.75| +| 0.00,-0.91, 6100626.20| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.912378530900006, 0.912378530900006)",True,lzw, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_04JAN1980.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_04JAN1980.tif,100.0,36,GTiff,uint16,65535.0,47427,90846,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1716929.43| +| 0.00,-0.19, 6100626.26| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.185771858199997, 0.185771858199997)",True,lzw, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_22AUG1971.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_22AUG1971.tif,100.0,3,GTiff,uint16,65535.0,18330,29282,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1716929.28| +| 0.00,-0.22, 6100626.24| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2157206289999876, 0.2157206289999876)",True,lzw, +Retrolens/Northland/TaupiriBay/Shorelines/TaupiriBay_29MAR1951.shp,Retrolens/Northland/TaupiriBay/Stack/TaupiriBay_29MAR1951.tif,100.0,23,GTiff,uint8,255.0,35079,67193,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1716929.33| +| 0.00,-0.25, 6100626.36| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2511692499999931, 0.2511692499999931)",True,lzw, +Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_18NOV1977.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_18NOV1977.tif,100.0,5,GTiff,uint16,65535.0,9015,12406,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1603821.86| +| 0.00,-0.90, 6109761.97| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9000671197999893, 0.9000671197999893)",True,lzw, +Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_12OCT1950.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_12OCT1950.tif,100.0,9,GTiff,uint16,65535.0,34287,47180,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1603821.96| +| 0.00,-0.24, 6109761.15| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.23664822200000216, 0.23664822200000216)",True,lzw, +Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_11JUN1972.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_11JUN1972.tif,100.0,2,GTiff,uint16,65535.0,6314,8689,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.29, 0.00, 1603821.56| +| 0.00,-1.29, 6109761.77| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.2851446401000026, 1.2851446401000026)",True,lzw, +Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_08FEB1982.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_08FEB1982.tif,100.0,4,GTiff,uint16,65535.0,18079,17071,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1604180.15| +| 0.00,-0.38, 6108920.74| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3777231947999949, 0.3777231947999949)",True,lzw, +Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_02MAY1960.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_02MAY1960.tif,100.0,6,GTiff,uint16,65535.0,10070,13856,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1603821.33| +| 0.00,-0.81, 6109761.25| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.805837175199996, 0.805837175199996)",True,lzw, +Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_11MAY1968.shp,Retrolens/Northland/TauroaPoint/Stack/TauroaPoint_11MAY1968.tif,100.0,19,GTiff,uint16,65535.0,8895,12238,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1603821.18| +| 0.00,-0.91, 6109761.85| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9123785308999872, 0.9123785308999872)",True,lzw, +Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_18NOV1977.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_18NOV1977.tif,100.0,43,GTiff,uint16,65535.0,24532,11074,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.11, 0.00, 1637644.36| +| 0.00,-0.11, 6129269.06| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.10842357700000145, 0.10842357700000145)",True,lzw, +Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_11FEB1971.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_11FEB1971.tif,100.0,8,GTiff,uint16,65535.0,6401,11448,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1632855.57| +| 0.00,-1.16, 6141390.64| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.1637708352000038, 1.1637708352000038)",True,lzw, +Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_14AUG1944.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_14AUG1944.tif,100.0,2,GTiff,uint16,65535.0,23859,42677,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1632856.48| +| 0.00,-0.31, 6141390.17| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3121556290999947, 0.3121556290999947)",True,lzw, +Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_21NOV1986.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_21NOV1986.tif,100.0,3,GTiff,uint16,65535.0,7995,13012,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1632856.25| +| 0.00,-0.90, 6139738.69| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.8969382084999874, 0.8969382084999874)",True,lzw, +Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_17MAR1961.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_17MAR1961.tif,100.0,3,GTiff,uint16,65535.0,12691,10409,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1632856.30| +| 0.00,-0.59, 6134177.38| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5868932428999938, 0.5868932428999938)",True,lzw, +Retrolens/Northland/TokerauBeach/Shorelines/TokerauBeach_20FEB1984.shp,Retrolens/Northland/TokerauBeach/Stack/TokerauBeach_20FEB1984.tif,100.0,26,GTiff,uint16,65535.0,18512,20351,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1632856.41| +| 0.00,-0.40, 6141390.05| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.40232855969999815, 0.40232855969999815)",True,lzw, +Retrolens/Northland/Rawara/Shorelines/Rawara_26MAY1947.shp,Retrolens/Northland/Rawara/Stack/Rawara_26MAY1947.tif,100.0,14,GTiff,uint8,255.0,31296,36267,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1600021.50| +| 0.00,-0.32, 6167791.84| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3246528904999981, 0.3246528904999981)",True,lzw, +Retrolens/Northland/Rawara/Shorelines/Rawara_24NOV1979.shp,Retrolens/Northland/Rawara/Stack/Rawara_24NOV1979.tif,100.0,11,GTiff,uint16,65535.0,22860,26490,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1600021.28| +| 0.00,-0.44, 6167791.88| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.44447696289999494, 0.44447696289999494)",True,lzw, +Retrolens/Northland/Rawara/Shorelines/Rawara_19JAN1957.shp,Retrolens/Northland/Rawara/Stack/Rawara_19JAN1957.tif,100.0,6,GTiff,uint16,65535.0,15329,18716,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1600021.26| +| 0.00,-0.63, 6167791.94| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.629109078399971, 0.629109078399971)",True,lzw, +Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_26MAY1947.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_26MAY1947.tif,100.0,4,GTiff,uint8,255.0,36486,7650,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1625117.17| +| 0.00,-0.32, 6150202.14| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3246528905000033, 0.3246528905000033)",True,lzw, +Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_11MAY1968.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_11MAY1968.tif,100.0,46,GTiff,uint16,65535.0,9073,9867,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.31, 0.00, 1625117.17| +| 0.00,-1.31, 6150202.22| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.3055227920999906, 1.3055227920999906)",True,lzw, +Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_20FEB1984.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_20FEB1984.tif,100.0,54,GTiff,uint16,65535.0,29441,32266,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1625117.22| +| 0.00,-0.40, 6150202.25| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.4023285596999919, 0.4023285596999919)",True,lzw, +Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_18NOV1977.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_18NOV1977.tif,100.0,5,GTiff,uint16,65535.0,13161,14424,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1625116.55| +| 0.00,-0.90, 6150202.88| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9000671198000004, 0.9000671198000004)",True,lzw, +Retrolens/Northland/Rangiputa/Shorelines/Rangiputa_14AUG1944.shp,Retrolens/Northland/Rangiputa/Stack/Rangiputa_14AUG1944.tif,100.0,10,GTiff,uint16,65535.0,37946,41315,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1625117.21| +| 0.00,-0.31, 6150117.73| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.31215562909999817, 0.31215562909999817)",True,lzw, +Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_04JAN1981.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_04JAN1981.tif,100.0,24,GTiff,uint16,65535.0,14721,26338,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1700735.10| +| 0.00,-0.19, 6097022.95| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.1886208524000065, 0.1886208524000065)",True,lzw, +Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_22NOV1976.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_22NOV1976.tif,100.0,36,GTiff,uint16,65535.0,22444,14058,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1700735.15| +| 0.00,-0.73, 6102326.97| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7306805676999945, 0.7306805676999945)",True,lzw, +Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_29MAR1951.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_29MAR1951.tif,100.0,50,GTiff,uint8,255.0,65291,40895,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1700735.19| +| 0.00,-0.25, 6102326.53| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2511692499999937, 0.2511692499999937)",True,lzw, +Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_22AUG1971.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_22AUG1971.tif,100.0,16,GTiff,uint16,65535.0,76020,37163,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1700735.13| +| 0.00,-0.22, 6102326.34| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.215720628999993, 0.215720628999993)",True,lzw, +Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_17MAR1961.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_17MAR1961.tif,100.0,27,GTiff,uint16,65535.0,27942,17502,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1700735.20| +| 0.00,-0.59, 6102326.68| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5868932429000014, 0.5868932429000014)",True,lzw, +Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_06MAY1972.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_06MAY1972.tif,100.0,17,GTiff,uint16,65535.0,33835,32961,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1709625.96| +| 0.00,-0.22, 6101156.96| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.22190759970000182, 0.22190759970000182)",True,lzw, +Retrolens/Northland/BayofIslands_East/Shorelines/Bayofislands_East_04JAN1980.shp,Retrolens/Northland/BayofIslands_East/Stack/BayofIslands_East_04JAN1980.tif,100.0,67,GTiff,uint16,65535.0,88275,55290,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1700735.14| +| 0.00,-0.19, 6102326.45| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.18577185819999514, 0.18577185819999514)",True,lzw, +Retrolens/Northland/LangsBeach/Shorelines/LangsBeach_06JAN1978.shp,Retrolens/Northland/LangsBeach/Stack/LangsBeach_06JAN1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10806,6599,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1735956.11| +| 0.00,-0.74, 6012362.96| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.7357619780999575, 0.7357619780999686)",True,, +Retrolens/Northland/LangsBeach/Shorelines/LangsBeach_20MAY1963.shp,Retrolens/Northland/LangsBeach/Stack/LangsBeach_20MAY1963_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,34821,17620,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1735789.28| +| 0.00,-0.21, 6011868.37| +| 0.00, 0.00, 1.00|",,17620,False,,0,"(0.21412490269998524, 0.2141249026999588)",True,, +Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_11MAY1968.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_11MAY1968_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,23614,32222,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.33, 0.00, 1737085.20| +| 0.00,-0.33, 6039917.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.32666823639999365, 0.3266682364000039)",True,, +Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_28MAY1942.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_28MAY1942_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,35114,47915,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1737085.20| +| 0.00,-0.22, 6039917.24| +| 0.00, 0.00, 1.00|",,47915,False,,0,"(0.21968032939999754, 0.21968032939999604)",True,, +Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_19DEC1984.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_19DEC1984_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,10324,14087,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1737085.20| +| 0.00,-0.75, 6039917.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.7471877562999563, 0.7471877562999831)",True,, +Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_13MAR1950.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_13MAR1950_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,29820,40692,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1737085.20| +| 0.00,-0.26, 6039917.24| +| 0.00, 0.00, 1.00|",,40692,False,,0,"(0.2586761838999873, 0.25867618389997915)",True,, +Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_17JUN1966.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_17JUN1966_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,8231,11231,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1737085.20| +| 0.00,-0.94, 6039917.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.9372020209999998, 0.9372020210000556)",True,, +Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_27APR1950.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_27APR1950_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,29389,40103,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1737085.20| +| 0.00,-0.26, 6039917.24| +| 0.00, 0.00, 1.00|",,40103,False,,0,"(0.2624698238999704, 0.26246982389997436)",True,, +Retrolens/Northland/WhangareiHeads/Shorelines/WhangareiHeads_07FEB1970.shp,Retrolens/Northland/WhangareiHeads/Stack/WhangareiHeads_07FEB1970_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,23766,32430,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1737085.20| +| 0.00,-0.32, 6039917.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.3245747041000201, 0.3245747041000289)",True,, +Retrolens/Northland/Whananaki/Shorelines/Whananaki_30APR1942.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_30APR1942.tif,100.0,11,GTiff,uint16,65535.0,16094,32710,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1730517.85| +| 0.00,-0.26, 6074800.63| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2558112472999837, 0.2558112472999837)",True,lzw, +Retrolens/Northland/Whananaki/Shorelines/Whananaki_03JAN1978.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_03JAN1978.tif,100.0,9,GTiff,uint16,65535.0,10191,23177,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1730517.89| +| 0.00,-0.28, 6074800.62| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.2847753962000033, 0.2847753962000033)",True,lzw, +Retrolens/Northland/Whananaki/Shorelines/Whananaki_20FEB1984.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_20FEB1984.tif,100.0,2,GTiff,uint16,65535.0,5982,12157,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1730517.69| +| 0.00,-0.69, 6074800.87| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6883564881000133, 0.6883564881000133)",True,lzw, +Retrolens/Northland/Whananaki/Shorelines/Whananaki_17MAR1961.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_17MAR1961.tif,100.0,8,GTiff,uint16,65535.0,7016,14258,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1730517.68| +| 0.00,-0.59, 6074800.80| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5868932428999943, 0.5868932428999943)",True,lzw, +Retrolens/Northland/Whananaki/Shorelines/Whananaki_29MAR1951.shp,Retrolens/Northland/Whananaki/Stack/Whananaki_29MAR1951.tif,100.0,25,GTiff,uint8,255.0,15131,33315,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1730517.84| +| 0.00,-0.25, 6074800.64| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.25116924999999013, 0.25116924999999013)",True,lzw, +Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_05FEB1996.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_05FEB1996.tif,100.0,6,GTiff,uint16,65535.0,30594,44902,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1665092.56| +| 0.00,-0.73, 6024618.49| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7319246846000018, 0.7319246846000018)",True,lzw, +Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_17JUN1966.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_17JUN1966.tif,100.0,5,GTiff,uint16,65535.0,26301,15831,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1662835.98| +| 0.00,-0.94, 6024618.40| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9372020210000026, 0.9372020210000026)",True,lzw, +Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_09FEB1982.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_09FEB1982.tif,100.0,6,GTiff,uint8,255.0,22762,29149,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1679329.26| +| 0.00,-0.36, 6002197.24| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.35828864559998347, 0.35828864559998347)",True,lzw, +Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_21FEB1984.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_21FEB1984.tif,100.0,2,GTiff,uint16,65535.0,23769,16194,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1662836.67| +| 0.00,-0.74, 6024618.55| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7352002262999996, 0.7352002262999996)",True,lzw, +Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_11MAY1938.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_11MAY1938.tif,100.0,2,GTiff,uint16,65535.0,22806,31384,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1682062.14| +| 0.00,-0.24, 5999215.75| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.23776949100000305, 0.23776949100000305)",True,lzw, +Retrolens/Northland/BayleysBeach/Shorelines/BayleysBeach_02APR1957.shp,Retrolens/Northland/BayleysBeach/Stack/BayleysBeach_02APR1957.tif,100.0,2,GTiff,uint16,65535.0,68108,85122,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1666854.62| +| 0.00,-0.21, 6020776.67| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.20827154980000528, 0.20827154980000528)",True,lzw, +Retrolens/Northland/HendersonsBay/Shorelines/HendersonsBay_21MAR1983.shp,Retrolens/Northland/HendersonsBay/Stack/HendersonsBay_21MAR1983.tif,100.0,2,GTiff,uint16,65535.0,11701,15367,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1609694.34| +| 0.00,-0.46, 6156840.72| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.4635016918999996, 0.4635016918999996)",True,lzw, +Retrolens/Northland/HendersonsBay/Shorelines/HendersonsBay_24NOV1979.shp,Retrolens/Northland/HendersonsBay/Stack/HendersonsBay_24NOV1979.tif,100.0,5,GTiff,uint16,65535.0,12201,16025,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1609694.43| +| 0.00,-0.44, 6156840.86| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.44447696290000904, 0.44447696290000904)",True,lzw, +Retrolens/Northland/HendersonsBay/Shorelines/HendersonsBay_26MAY1947.shp,Retrolens/Northland/HendersonsBay/Stack/HendersonsBay_26MAY1947.tif,100.0,6,GTiff,uint8,255.0,16704,21939,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1609694.53| +| 0.00,-0.32, 6156840.65| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3246528905000075, 0.3246528905000075)",True,lzw, +Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_15JAN1977.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_15JAN1977.tif,100.0,1,GTiff,uint16,65535.0,33054,26205,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1685314.66| +| 0.00,-0.68, 5993107.63| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.682475454700003, 0.682475454700003)",True,lzw, +Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_05FEB1996.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_05FEB1996.tif,100.0,5,GTiff,uint16,65535.0,30822,30802,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1685314.18| +| 0.00,-0.73, 5993107.67| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7319246846000003, 0.7319246846000003)",True,lzw, +Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_24OCT1953.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_24OCT1953.tif,100.0,1,GTiff,uint16,65535.0,83187,34274,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1685988.05| +| 0.00,-0.26, 5993107.40| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.26308470950000723, 0.26308470950000723)",True,lzw, +Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_11MAY1938.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_11MAY1938.tif,100.0,6,GTiff,uint16,65535.0,17360,17035,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1685314.59| +| 0.00,-0.24, 5993107.45| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2377694910000001, 0.2377694910000001)",True,lzw, +Retrolens/Northland/NorthHeadKaipara/Shorelines/NorthHeadKaipara_09FEB1982.shp,Retrolens/Northland/NorthHeadKaipara/Stack/NorthHeadKaipara_09FEB1982.tif,100.0,5,GTiff,uint8,255.0,62963,39175,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1685314.48| +| 0.00,-0.36, 5993107.46| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.35828864559998, 0.35828864559998)",True,lzw, +Retrolens/Northland/CapeReinga/Shorelines/CapeReinga_11FEB1971.shp,Retrolens/Northland/CapeReinga/Stack/CapeReinga_11FEB1971.tif,100.0,18,GTiff,uint16,65535.0,32540,10572,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1565662.93| +| 0.00,-1.16, 6195359.35| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.1637708351999958, 1.1637708351999958)",True,lzw, +Retrolens/Northland/CapeReinga/Shorelines/CapeReinga_05JAN1980.shp,Retrolens/Northland/CapeReinga/Stack/CapeReinga_05JAN1980.tif,100.0,20,GTiff,uint16,65535.0,70016,27284,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1571959.29| +| 0.00,-0.45, 6195359.18| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.45093247869999437, 0.45093247869999437)",True,lzw, +Retrolens/Northland/CapeReinga/Shorelines/CapeReinga_19JAN1957.shp,Retrolens/Northland/CapeReinga/Stack/CapeReinga_19JAN1957.tif,100.0,19,GTiff,uint16,65535.0,60195,19557,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1565662.47| +| 0.00,-0.63, 6195359.50| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6291090783999721, 0.6291090783999721)",True,lzw, +Retrolens/Northland/CapeReinga/Shorelines/CapeReinga_26MAY1947.shp,Retrolens/Northland/CapeReinga/Stack/CapeReinga_26MAY1947.tif,100.0,21,GTiff,uint8,255.0,116645,35741,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1565662.84| +| 0.00,-0.32, 6194659.14| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3246528905000027, 0.3246528905000027)",True,lzw, +Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_10JUN1982.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_10JUN1982.tif,100.0,3,GTiff,uint16,65535.0,12023,24124,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1585906.57| +| 0.00,-0.45, 6171781.67| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.45117646819999585, 0.45117646819999585)",True,lzw, +Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_31JAN1985.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_31JAN1985.tif,100.0,43,GTiff,uint16,65535.0,24007,30409,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1576131.61| +| 0.00,-0.63, 6180150.52| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6331355511999924, 0.6331355511999924)",True,lzw, +Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_04FEB1977.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_04FEB1977.tif,100.0,2,GTiff,uint16,65535.0,25523,33433,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1584264.92| +| 0.00,-0.28, 6170154.23| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.276861419900002, 0.276861419900002)",True,lzw, +Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_19JAN1957.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_19JAN1957.tif,100.0,11,GTiff,uint16,65535.0,26852,30604,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1574438.54| +| 0.00,-0.63, 6180150.79| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.629109078399975, 0.629109078399975)",True,lzw, +Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_24NOV1979.shp,Retrolens/Northland/NinetyMile1/Stack/NinetyMile1_24NOV1979.tif,100.0,12,GTiff,uint16,65535.0,38005,43316,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1574438.97| +| 0.00,-0.44, 6180150.56| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.44447696290000116, 0.44447696290000116)",True,lzw, +Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_30APR1942.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_30APR1942.tif,100.0,6,GTiff,uint16,65535.0,27893,40518,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1733751.82| +| 0.00,-0.26, 6063793.07| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.25581124729999044, 0.25581124729999044)",True,lzw, +Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_29JAN1969.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_29JAN1969.tif,100.0,41,GTiff,uint16,65535.0,7898,15213,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1733751.39| +| 0.00,-0.90, 6062703.39| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9035688153999946, 0.9035688153999946)",True,lzw, +Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_19MAY1942.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_19MAY1942.tif,100.0,10,GTiff,uint16,65535.0,23496,29510,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1735099.62| +| 0.00,-0.24, 6056130.30| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2430536744000002, 0.2430536744000002)",True,lzw, +Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_20FEB1984.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_20FEB1984.tif,100.0,10,GTiff,uint16,65535.0,10366,21553,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1733751.59| +| 0.00,-0.69, 6063793.36| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6883564881000042, 0.6883564881000042)",True,lzw, +Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_02MAY1985.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_02MAY1985.tif,100.0,30,GTiff,uint16,65535.0,9527,12415,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 1733751.90| +| 0.00,-0.75, 6058255.70| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7489617256000145, 0.7489617256000145)",True,lzw, +Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_17MAR1961.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_17MAR1961.tif,100.0,17,GTiff,uint16,65535.0,12159,25278,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1733751.47| +| 0.00,-0.59, 6063793.03| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5868932429000013, 0.5868932429000013)",True,lzw, +Retrolens/Northland/Ngunguru/Shorelines/Ngunguru_05MAR1946.shp,Retrolens/Northland/Ngunguru/Stack/Ngunguru_05MAR1946.tif,100.0,5,GTiff,uint16,65535.0,11503,15568,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1737059.90| +| 0.00,-0.25, 6063402.72| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2487869583000083, 0.2487869583000083)",True,lzw, +Retrolens/Northland/Parengarenga/Shorelines/Parengarenga_26MAY1947.shp,Retrolens/Northland/Parengarenga/Stack/Parengarenga_26MAY1947.tif,100.0,8,GTiff,uint8,255.0,23603,40685,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1595063.08| +| 0.00,-0.32, 6179904.64| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3246528905000014, 0.3246528905000014)",True,lzw, +Retrolens/Northland/Parengarenga/Shorelines/Parengarenga_09MAY1939.shp,Retrolens/Northland/Parengarenga/Stack/Parengarenga_09MAY1939.tif,100.0,5,GTiff,uint16,65535.0,31064,28594,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.17, 0.00, 1595063.34| +| 0.00,-0.17, 6176657.41| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.16700875930000142, 0.16700875930000142)",True,lzw, +Retrolens/Northland/Parengarenga/Shorelines/Parengarenga_05JAN1980.shp,Retrolens/Northland/Parengarenga/Stack/Parengarenga_05JAN1980.tif,100.0,4,GTiff,uint16,65535.0,16993,29292,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1595063.27| +| 0.00,-0.45, 6179904.82| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.45093247869999814, 0.45093247869999814)",True,lzw, +Retrolens/Northland/Parengarenga/Shorelines/Parengarenga_19JAN1957.shp,Retrolens/Northland/Parengarenga/Stack/Parengarenga_19JAN1957.tif,100.0,4,GTiff,uint16,65535.0,12180,20996,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1595063.26| +| 0.00,-0.63, 6179904.81| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6291090783999723, 0.6291090783999723)",True,lzw, +Retrolens/Northland/Owhata/Shorelines/Owhata_06NOV1942.shp,Retrolens/Northland/Owhata/Stack/Owhata_06NOV1942_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,10940,6417,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1613262.88| +| 0.00,-0.50, 6095555.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5027236098370393, 0.5027236098370481)",True,, +Retrolens/Northland/Owhata/Shorelines/Owhata_18NOV1977.shp,Retrolens/Northland/Owhata/Stack/Owhata18NOV1977.tif,100.0,7,GTiff,uint16,256.0,18037,17741,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.96, 0.00, 1608745.63| +| 0.00,-0.96, 6105414.17| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.956789374841818, 0.9567893748418094)",True,, +Retrolens/Northland/Owhata/Shorelines/Owhata_03OCT1981.shp,Retrolens/Northland/Owhata/Stack/Owhata_3OCT1981_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,13647,13209,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1610154.57| +| 0.00,-0.74, 6099722.63| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7445240771308071, 0.7445240771308123)",True,, +Retrolens/Northland/Owhata/Shorelines/Owhata_11MAY1968.shp,Retrolens/Northland/Owhata/Stack/Owhata_11MAY1968.tif,100.0,7,GTiff,uint16,256.0,14517,15314,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.99, 0.00, 1605680.80| +| 0.00,-0.99, 6100449.45| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9856950615374813, 0.9856950615375063)",True,, +Retrolens/Northland/Kaikai/Shorelines/Kaikai_20MAR1961.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_20MAR1961.tif,100.0,10,GTiff,uint16,65535.0,25624,32936,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1631600.85| +| 0.00,-0.80, 6068093.42| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.8033668128999913, 0.8033668128999913)",True,lzw, +Retrolens/Northland/Kaikai/Shorelines/Kaikai_08DEC1975.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_08DEC1975.tif,100.0,17,GTiff,uint16,65535.0,42034,61655,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.14, 0.00, 1635450.38| +| 0.00,-0.14, 6063719.02| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.1447420896999929, 0.1447420896999929)",True,lzw, +Retrolens/Northland/Kaikai/Shorelines/Kaikai_08MAR1977.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_08MAR1977.tif,100.0,4,GTiff,uint16,65535.0,30204,23658,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1631600.80| +| 0.00,-0.35, 6068092.77| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3497804255999818, 0.3497804255999818)",True,lzw, +Retrolens/Northland/Kaikai/Shorelines/Kaikai_02OCT1942.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_02OCT1942.tif,100.0,4,GTiff,uint16,65535.0,27190,36156,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1631600.91| +| 0.00,-0.25, 6068092.80| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.25105731779998547, 0.25105731779998547)",True,lzw, +Retrolens/Northland/Kaikai/Shorelines/Kaikai_29JAN1969.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_29JAN1969.tif,100.0,11,GTiff,uint16,65535.0,17586,23318,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1636296.07| +| 0.00,-0.90, 6062703.39| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9035688153999958, 0.9035688153999958)",True,lzw, +Retrolens/Northland/Kaikai/Shorelines/Kaikai_06JAN1978.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_06JAN1978.tif,100.0,22,GTiff,uint16,65535.0,56872,73163,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.15, 0.00, 1638631.20| +| 0.00,-0.15, 6059358.76| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.14946675909999765, 0.14946675909999765)",True,lzw, +Retrolens/Northland/Kaikai/Shorelines/Kaikai_12OCT1950.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_12OCT1950.tif,100.0,9,GTiff,uint16,65535.0,49203,69530,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1631600.91| +| 0.00,-0.24, 6068092.84| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.23664822200000196, 0.23664822200000196)",True,lzw, +Retrolens/Northland/Kaikai/Shorelines/Kaikai_21NOV1986.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_21NOV1986.tif,100.0,53,GTiff,uint16,65535.0,43372,47149,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.39, 0.00, 1634203.05| +| 0.00,-0.39, 6064201.51| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.3887500064000027, 0.3887500064000027)",True,lzw, +Retrolens/Northland/Kaikai/Shorelines/Kaikai_21FEB1984.shp,Retrolens/Northland/Kaikai/Stack/Kaikai_21FEB1984.tif,100.0,25,GTiff,uint16,65535.0,27999,35989,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1631600.95| +| 0.00,-0.74, 6068093.14| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7352002262999966, 0.7352002262999966)",True,lzw, +Retrolens/Northland/WhareanaBay/Shorelines/WhareanaBay_11FEB1971.shp,Retrolens/Northland/WhareanaBay/Stack/WhareanaBay_11FEB1971.tif,100.0,17,GTiff,uint16,65535.0,7621,11899,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1596234.03| +| 0.00,-1.16, 6193539.21| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.1637708351999854, 1.1637708351999854)",True,lzw, +Retrolens/Northland/WhareanaBay/Shorelines/WhareanaBay_19JAN1957.shp,Retrolens/Northland/WhareanaBay/Stack/WhareanaBay_19JAN1957.tif,100.0,23,GTiff,uint16,65535.0,14097,22012,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1596234.03| +| 0.00,-0.63, 6193539.49| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6291090783999795, 0.6291090783999795)",True,lzw, +Retrolens/Northland/WhareanaBay/Shorelines/WhareanaBay_26MAY1947.shp,Retrolens/Northland/WhareanaBay/Stack/WhareanaBay_26MAY1947.tif,100.0,13,GTiff,uint8,255.0,27317,42653,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1596234.10| +| 0.00,-0.32, 6193539.08| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.32465289049999985, 0.32465289049999985)",True,lzw, +Retrolens/Northland/WhareanaBay/Shorelines/WhareanaBay_05JAN1980.shp,Retrolens/Northland/WhareanaBay/Stack/WhareanaBay_05JAN1980.tif,100.0,12,GTiff,uint16,65535.0,19668,30709,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1596233.89| +| 0.00,-0.45, 6193539.22| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.45093247869999936, 0.45093247869999936)",True,lzw, +Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_09APR1948.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_09APR1948.tif,100.0,28,GTiff,uint16,65535.0,51584,25786,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1669961.50| +| 0.00,-0.25, 6129658.46| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.24918505629998988, 0.24918505629998988)",True,lzw, +Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_12OCT1950.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_12OCT1950.tif,100.0,22,GTiff,uint16,65535.0,63475,36631,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1669961.57| +| 0.00,-0.24, 6129658.33| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.23576349659999682, 0.23576349659999682)",True,lzw, +Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_04FEB1959.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_04FEB1959.tif,100.0,35,GTiff,uint16,65535.0,23714,14760,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1671051.15| +| 0.00,-0.59, 6129658.80| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5851344669000053, 0.5851344669000053)",True,lzw, +Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_22NOV1976.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_22NOV1976.tif,100.0,7,GTiff,uint16,65535.0,20482,11820,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1669961.08| +| 0.00,-0.73, 6129658.81| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7306805676999921, 0.7306805676999921)",True,lzw, +Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_11MAY1968.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_11MAY1968.tif,100.0,7,GTiff,uint16,65535.0,16403,7249,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1669961.33| +| 0.00,-0.91, 6127635.34| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9123785309000003, 0.9123785309000003)",True,lzw, +Retrolens/Northland/CavalliCoast/Shorelines/CavalliCoast_06JAN1978.shp,Retrolens/Northland/CavalliCoast/Stack/CavalliCoast_06JAN1978.tif,100.0,4,GTiff,uint16,65535.0,16534,9542,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1669961.24| +| 0.00,-0.91, 6129658.52| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9051619910000128, 0.9051619910000128)",True,lzw, +Retrolens/Northland/Pataua/Shorelines/Pataua_17MAR1961.shp,Retrolens/Northland/Pataua/Stack/Pataua_17MAR1961.tif,100.0,13,GTiff,uint16,65535.0,11773,16581,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1735617.20| +| 0.00,-0.59, 6049203.45| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5868932428999928, 0.5868932428999928)",True,lzw, +Retrolens/Northland/Pataua/Shorelines/Pataua_20FEB1984.shp,Retrolens/Northland/Pataua/Stack/Pataua_20FEB1984.tif,100.0,12,GTiff,uint16,65535.0,10038,14136,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1735617.04| +| 0.00,-0.69, 6049202.96| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6883564881000109, 0.6883564881000109)",True,lzw, +Retrolens/Northland/Pataua/Shorelines/Pataua_29JAN1969.shp,Retrolens/Northland/Pataua/Stack/Pataua_29JAN1969.tif,100.0,16,GTiff,uint16,65535.0,7647,10770,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1735617.26| +| 0.00,-0.90, 6049203.16| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9035688153999926, 0.9035688153999926)",True,lzw, +Retrolens/Northland/Pataua/Shorelines/Pataua_19MAY1942.shp,Retrolens/Northland/Pataua/Stack/Pataua_19MAY1942.tif,100.0,16,GTiff,uint16,65535.0,21366,18033,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1735617.33| +| 0.00,-0.24, 6049203.02| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.24305367439999964, 0.24305367439999964)",True,lzw, +Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_06JAN1978.shp,Retrolens/Northland/Mangawhai/Stack/Unclipped/Mangawhai_06JAN1978_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,24826,17784,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1732604.56| +| 0.00,-0.74, 6013350.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.735761978099997, 0.7357619781000183)",True,, +Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_20MAY1963.shp,Retrolens/Northland/Mangawhai/Stack/Mangawhai_20MAY1963_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16435,29656,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1742229.98| +| 0.00,-0.21, 6008058.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.214124902699991, 0.21412490269999915)",True,, +Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_09NOV2015.shp,Retrolens/Northland/Mangawhai/Stack/Mangawhai_09NOV2015.tif,100.0,4,GTiff,uint8,,6000,18000,3,EPSG:2193,"| 0.40, 0.00, 1741600.00| +| 0.00,-0.40, 6010800.00| +| 0.00, 0.00, 1.00|",,1,False,pixel,0,"(0.4, 0.4)",True,lzw, +Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_10JAN1983.shp,Retrolens/Northland/Mangawhai/Stack/Mangawhai_10JAN1983_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,12372,19075,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.35, 0.00, 1741903.25| +| 0.00,-0.35, 6007761.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.35289074039999657, 0.35289074040002155)",True,, +Retrolens/Northland/Mangawhai/Shorelines/Mangawhai_12MAR1995.shp,Retrolens/Northland/Mangawhai/Stack/Mangawhai_12MAR1995_mosaic.jp2,100.0,1,JP2OpenJPEG,uint8,,4938,7321,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1742617.42| +| 0.00,-0.74, 6006443.72| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.7395500943999973, 0.7395500943999447)",True,, +Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_14AUG1944.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_14AUG1944.tif,100.0,6,GTiff,uint16,65535.0,15671,8756,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1640193.07| +| 0.00,-0.31, 6129400.27| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3121556290999897, 0.3121556290999897)",True,lzw, +Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_12OCT1950.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_12OCT1950.tif,100.0,11,GTiff,uint16,65535.0,35374,11592,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1640192.89| +| 0.00,-0.24, 6129400.17| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.23576349659999593, 0.23576349659999593)",True,lzw, +Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_18NOV1977.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_18NOV1977.tif,100.0,12,GTiff,uint16,65535.0,76918,23997,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.11, 0.00, 1640193.08| +| 0.00,-0.11, 6129269.06| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.10842357700000023, 0.10842357700000023)",True,lzw, +Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_26JAN1972.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_26JAN1972.tif,100.0,4,GTiff,uint16,65535.0,29135,16943,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.10, 0.00, 1645490.27| +| 0.00,-0.10, 6128587.67| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.10442997630000223, 0.10442997630000223)",True,lzw, +Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_11FEB1971.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_11FEB1971.tif,100.0,2,GTiff,uint16,65535.0,5521,2349,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1640191.98| +| 0.00,-1.16, 6129400.31| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.1637708351999998, 1.1637708351999998)",True,lzw, +Retrolens/Northland/CoopersBeach/Shorelines/CoopersBeach_17MAR1961.shp,Retrolens/Northland/CoopersBeach/Stack/CoopersBeach_17MAR1961.tif,100.0,6,GTiff,uint16,65535.0,14210,4657,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1640193.05| +| 0.00,-0.59, 6129400.07| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5868932428999977, 0.5868932428999977)",True,lzw, +Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_20MAR1961.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_20MAR1961.tif,100.0,2,GTiff,uint16,65535.0,9277,8095,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1628206.62| +| 0.00,-0.80, 6074276.93| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.803366812899995, 0.803366812899995)",True,lzw, +Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_02MAY1960.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_02MAY1960.tif,100.0,3,GTiff,uint16,65535.0,17177,18182,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1621817.28| +| 0.00,-0.81, 6082425.64| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.8058371752000064, 0.8058371752000064)",True,lzw, +Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_11MAY1968.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_11MAY1968.tif,100.0,10,GTiff,uint16,65535.0,15171,10585,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1621817.85| +| 0.00,-0.91, 6082426.08| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.912378530899998, 0.912378530899998)",True,lzw, +Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_02OCT1942.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_02OCT1942.tif,100.0,1,GTiff,uint16,65535.0,19957,11020,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1630648.65| +| 0.00,-0.25, 6070540.61| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2510573177999935, 0.2510573177999935)",True,lzw, +Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_18NOV1977.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_18NOV1977.tif,100.0,11,GTiff,uint16,65535.0,15378,16279,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.90, 0.00, 1621817.80| +| 0.00,-0.90, 6082426.03| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9000671198000051, 0.9000671198000051)",True,lzw, +Retrolens/Northland/HokiangaNorth/Shorelines/HokiangaNorth_21FEB1984.shp,Retrolens/Northland/HokiangaNorth/Stack/HokiangaNorth_21FEB1984.tif,100.0,12,GTiff,uint16,65535.0,18827,19929,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1621817.64| +| 0.00,-0.74, 6082425.87| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7352002262999898, 0.7352002262999898)",True,lzw, +Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_17MAR1961.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_17MAR1961_mosaic.tif,100.0,2,GTiff,uint16,65535.0,3804,8586,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1729109.73| +| 0.00,-0.59, 6078886.17| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.586893242900015, 0.586893242900015)",True,lzw, +Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_17OCT1978.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_17OCT1978_mosaic.tif,100.0,8,GTiff,uint16,65535.0,3157,7126,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1729109.89| +| 0.00,-0.71, 6078886.78| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.707236474400031, 0.707236474400031)",True,lzw, +Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_20FEB1984.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_20FEB1984_mosaic.tif,100.0,6,GTiff,uint16,65535.0,3243,7321,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1729110.00| +| 0.00,-0.69, 6078886.26| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6883564881000133, 0.6883564881000133)",True,lzw, +Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_30APR1942.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_30APR1942_mosaic.tif,100.0,6,GTiff,uint16,65535.0,8726,18361,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1729110.12| +| 0.00,-0.26, 6078544.17| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2558112472999963, 0.2558112472999963)",True,lzw, +Retrolens/Northland/MimiwhangataBeach/Shorelines/Mimiwhangata_11MAY1968.shp,Retrolens/Northland/MimiwhangataBeach/Stack/Mimiwhangata_11MAY1968_mosaic.tif,100.0,7,GTiff,uint16,65535.0,2447,5524,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1729109.91| +| 0.00,-0.91, 6078886.96| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9123785308999717, 0.9123785308999717)",True,lzw, +Retrolens/Northland/Matapouri/Shorelines/Matapouri_30APR1942.shp,Retrolens/Northland/Matapouri/Stack/Matapouri30APR1942_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,25506,29632,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1733499.36| +| 0.00,-0.26, 6066435.47| +| 0.00, 0.00, 1.00|",20000.0,29632,True,,0,"(0.2558112472999858, 0.2558112472999973)",True,, +Retrolens/Northland/Matapouri/Shorelines/Matapouri_20FEB1984.shp,Retrolens/Northland/Matapouri/Stack/Matapouri20FEB1984_mosaic.tif,100.0,9,GTiff,uint16,65535.0,8086,6373,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1732412.05| +| 0.00,-0.69, 6066767.06| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.6883564881000032, 0.6883564881000032)",True,lzw, +Retrolens/Northland/Matapouri/Shorelines/Matapouri_17MAR1961.shp,Retrolens/Northland/Matapouri/Stack/Matapouri17MAR1961_mosaic.tif,100.0,3,GTiff,uint16,65535.0,9485,7475,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1732411.59| +| 0.00,-0.59, 6066766.82| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.586893242900002, 0.586893242900002)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_29MAR1951.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_29MAR1951.tif,100.0,26,GTiff,uint8,255.0,36708,66405,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1694460.48| +| 0.00,-0.25, 6109506.95| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.25116924999999235, 0.25116924999999235)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_31MAR1971.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_31MAR1971.tif,100.0,31,GTiff,uint16,65535.0,36061,66073,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.14, 0.00, 1698746.52| +| 0.00,-0.14, 6109030.75| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.13681754860000536, 0.13681754860000536)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_15APR1958.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_15APR1958.tif,100.0,1,GTiff,uint16,65535.0,21353,24089,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.12, 0.00, 1696093.85| +| 0.00,-0.12, 6099635.10| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.12469723729999824, 0.12469723729999824)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_11JAN1979.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_11JAN1979.tif,100.0,14,GTiff,uint16,65535.0,52307,67478,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.14, 0.00, 1694048.44| +| 0.00,-0.14, 6103615.43| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.13713993650000234, 0.13713993650000234)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_06FEB1968.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_06FEB1968.tif,100.0,14,GTiff,uint16,65535.0,11803,12603,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.88, 0.00, 1693329.59| +| 0.00,-0.88, 6112682.67| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.8769692244000056, 0.8769692244000056)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_04JAN1981.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_04JAN1981.tif,100.0,5,GTiff,uint16,65535.0,28809,22239,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1698077.81| +| 0.00,-0.19, 6097022.95| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.1886208524000005, 0.1886208524000005)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_04JAN1980.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_04JAN1980.tif,100.0,20,GTiff,uint16,65535.0,55717,106876,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1693329.53| +| 0.00,-0.19, 6112682.67| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.1857718581999967, 0.1857718581999967)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_04FEB1959.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_04FEB1959.tif,100.0,33,GTiff,uint16,65535.0,17690,33932,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1693329.56| +| 0.00,-0.59, 6112682.88| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5851344669000033, 0.5851344669000033)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_17MAR1961.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_17MAR1961.tif,100.0,6,GTiff,uint16,65535.0,17637,33831,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1693329.19| +| 0.00,-0.59, 6112683.00| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5868932429000023, 0.5868932429000023)",True,lzw, +Retrolens/Northland/BayofIslands_West/Shorelines/Bayofislands_West_06MAY1972.shp,Retrolens/Northland/BayofIslands_West/Stack/BayofIslands_West_06MAY1972.tif,100.0,2,GTiff,uint16,65535.0,18040,17345,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.07, 0.00, 1696823.14| +| 0.00,-0.07, 6098612.03| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.07184429329999634, 0.07184429329999634)",True,lzw, +Retrolens/Northland/MataiBay/Shorelines/MataiBay_20FEB1984.shp,Retrolens/Northland/MataiBay/Stack/MataiBay_20FEB1984.tif,100.0,15,GTiff,uint16,65535.0,14031,14586,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1636831.42| +| 0.00,-0.40, 6147085.82| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.40232855970000203, 0.40232855970000203)",True,lzw, +Retrolens/Northland/MataiBay/Shorelines/MataiBay_14AUG1944.shp,Retrolens/Northland/MataiBay/Stack/MataiBay_14AUG1944.tif,100.0,5,GTiff,uint16,65535.0,18084,18800,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1636831.16| +| 0.00,-0.31, 6147085.76| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.31215562909999695, 0.31215562909999695)",False,lzw, +Retrolens/Northland/MataiBay/Shorelines/MataiBay_11FEB1971.shp,Retrolens/Northland/MataiBay/Stack/MataiBay_11FEB1971.tif,100.0,11,GTiff,uint16,65535.0,4851,5043,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.16, 0.00, 1636831.01| +| 0.00,-1.16, 6147086.13| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(1.1637708352000067, 1.1637708352000067)",True,lzw, +Retrolens/Northland/TakouBay/Shorelines/TakouBay_07NOV1970.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_07NOV1970.tif,100.0,12,GTiff,uint16,65535.0,47184,16847,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1688589.53| +| 0.00,-0.23, 6115738.12| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.22786347999999526, 0.22786347999999526)",True,lzw, +Retrolens/Northland/TakouBay/Shorelines/TakouBay_17MAR1961.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_17MAR1961.tif,100.0,10,GTiff,uint16,65535.0,26437,16880,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1683825.63| +| 0.00,-0.59, 6121805.67| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5868932429, 0.5868932429)",True,lzw, +Retrolens/Northland/TakouBay/Shorelines/TakouBay_12OCT1950.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_12OCT1950.tif,100.0,21,GTiff,uint16,65535.0,65810,42017,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1683825.64| +| 0.00,-0.24, 6121805.52| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.23576349659999848, 0.23576349659999848)",True,lzw, +Retrolens/Northland/TakouBay/Shorelines/TakouBay_10JAN1979.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_10JAN1979.tif,100.0,13,GTiff,uint8,255.0,13116,13733,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1683825.25| +| 0.00,-0.72, 6121806.15| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7214315510000081, 0.7214315510000081)",True,lzw, +Retrolens/Northland/TakouBay/Shorelines/TakouBay_11MAY1968.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_11MAY1968.tif,100.0,15,GTiff,uint16,65535.0,17007,10859,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.91, 0.00, 1683824.92| +| 0.00,-0.91, 6121806.16| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9123785309000007, 0.9123785309000007)",True,lzw, +Retrolens/Northland/TakouBay/Shorelines/TakouBay_04FEB1959.shp,Retrolens/Northland/TakouBay/Stack/TakouBay_04FEB1959.tif,100.0,37,GTiff,uint16,65535.0,26517,16930,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1683825.22| +| 0.00,-0.59, 6121805.71| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.5851344669000011, 0.5851344669000011)",True,lzw, +Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_30SEP1952.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_30SEP1952.tif,100.0,1,GTiff,uint16,65535.0,19909,16680,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1662659.09| +| 0.00,-0.27, 6026196.51| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2655791429999902, 0.2655791429999902)",True,lzw, +Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_28MAY1942.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_28MAY1942.tif,100.0,3,GTiff,uint16,65535.0,68550,59748,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1652887.60| +| 0.00,-0.22, 6043366.37| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.21968032939999788, 0.21968032939999788)",True,lzw, +Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_06JAN1978.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_06JAN1978.tif,100.0,10,GTiff,uint16,65535.0,39532,46198,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.19, 0.00, 1652036.29| +| 0.00,-0.19, 6042134.64| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.18668380380000163, 0.18668380380000163)",True,lzw, +Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_04DEC1956.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_04DEC1956.tif,100.0,3,GTiff,uint16,65535.0,24887,34425,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1652499.91| +| 0.00,-0.22, 6042356.15| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.22489681000000328, 0.22489681000000328)",True,lzw, +Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_17JUN1966.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_17JUN1966.tif,100.0,13,GTiff,uint16,65535.0,19873,22126,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1649321.53| +| 0.00,-0.94, 6042503.02| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9372020210000034, 0.9372020210000034)",True,lzw, +Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_02MAR1961.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_02MAR1961.tif,100.0,7,GTiff,uint16,65535.0,59083,67892,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1655281.98| +| 0.00,-0.21, 6036319.46| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.21435256269999317, 0.21435256269999317)",True,lzw, +Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_20JAN1957.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_20JAN1957.tif,100.0,10,GTiff,uint16,65535.0,37723,42701,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.21, 0.00, 1659462.30| +| 0.00,-0.21, 6031751.79| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2132055455999998, 0.2132055455999998)",True,lzw, +Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_21FEB1984.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_21FEB1984.tif,100.0,8,GTiff,uint16,65535.0,25915,29381,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1648894.33| +| 0.00,-0.74, 6043366.89| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.7352002262999973, 0.7352002262999973)",True,lzw, +Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_10JAN1979.shp,Retrolens/Northland/ArangaBeach/Stack/ArangaBeach_10JAN1979.tif,100.0,20,GTiff,uint16,65535.0,52141,62929,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.34, 0.00, 1650049.60| +| 0.00,-0.34, 6043366.39| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.343243421400003, 0.343243421400003)",True,lzw, +Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_19JAN1957.shp,Retrolens/Northland/TwilightBeach/Stack/TwilightBeach_19JAN1957.tif,100.0,1,GTiff,uint16,65535.0,9707,11121,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1568580.28| +| 0.00,-0.63, 6185305.08| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.629109078399976, 0.629109078399976)",True,lzw, +Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_12DEC1980.shp,Retrolens/Northland/TwilightBeach/Stack/TwilightBeach_12DEC1980.tif,100.0,4,GTiff,uint8,255.0,6567,7525,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.93, 0.00, 1568580.43| +| 0.00,-0.93, 6185305.92| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.9298588903999849, 0.9298588903999849)",True,lzw, +Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_26MAY1947.shp,Retrolens/Northland/TwilightBeach/Stack/TwilightBeach_26MAY1947.tif,100.0,2,GTiff,uint8,255.0,18808,21551,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1568580.82| +| 0.00,-0.32, 6185305.24| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.32465289049999835, 0.32465289049999835)",True,lzw, +Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_10APR1971.shp,Retrolens/WestCoast/Chesterfield/Stack/Chesterfield_10APR1971_mosaic.jp2,100.0,15,JP2OpenJPEG,uint16,256.0,9401,12883,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.10, 0.00, 1437907.65| +| 0.00,-1.10, 5287072.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1000000000000099, 1.0999999999999854)",True,, +Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_02MAR1988.shp,Retrolens/WestCoast/Chesterfield/Stack/Chesterfield_02MAR1988_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,18713,24428,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1437323.46| +| 0.00,-0.57, 5287160.18| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.565735745113558, 0.5657357451135687)",True,, +Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_11NOV1963.shp,Retrolens/WestCoast/Chesterfield/Stack/Chesterfield_11NOV1963_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,42660,56527,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.20, 0.00, 1437536.30| +| 0.00,-0.20, 5284731.65| +| 0.00, 0.00, 1.00|",,56527,False,pixel,0,"(0.2, 0.2000000000000066)",True,, +Retrolens/WestCoast/Chesterfield/Shorelines/Chesterfield_27MAY1943.shp,Retrolens/WestCoast/Chesterfield/Stack/Chesterfield_27MAY1943_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,11830,17172,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1441275.87| +| 0.00,-0.50, 5286178.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_21May1945.shp,Retrolens/WestCoast/GreymouthSouth/Stack/GreymouthSouth_21MAY1945_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6274,16399,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1450521.27| +| 0.00,-0.22, 5299078.56| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.21857421141873973, 0.21857421141875635)",True,, +Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_18FEB1988.shp,Retrolens/WestCoast/GreymouthSouth/Stack/GreymouthSouth_18FEB1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6452,16037,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1448753.70| +| 0.00,-0.52, 5300036.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5202588324829265, 0.5202588324829431)",True,, +Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_11NOV1963.shp,Retrolens/WestCoast/GreymouthSouth/Stack/GreymouthSouth_11NOV1963_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11044,25508,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1448871.49| +| 0.00,-0.27, 5298423.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2662019017134147, 0.2662019017134233)",True,, +Retrolens/WestCoast/GreymouthSouth/Shorelines/GreymouthSouth_01NOV1969.shp,Retrolens/WestCoast/GreymouthSouth/Stack/GreymouthSouth_01NOV1969_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5642,11842,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1448433.94| +| 0.00,-0.73, 5300077.36| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.726320108507576, 0.7263201085075621)",True,, +Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_15JAN1988.shp,Retrolens/WestCoast/Mokihinui_Ngakawau/Stack/Mokihinui_Ngakawau_15JAN1988_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12505,20491,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1505832.00| +| 0.00,-0.53, 5403430.78| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5250444260020157, 0.5250444260020131)",True,, +Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_25MAY1943.shp,Retrolens/WestCoast/Mokihinui_Ngakawau/Stack/Mokihinui_Ngakawau_25MAY1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7235,11148,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1505900.61| +| 0.00,-0.49, 5398307.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49287911580303334, 0.4928791158030443)",True,, +Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_25NOV1974.shp,Retrolens/WestCoast/Mokihinui_Ngakawau/Stack/Mokihinui_Ngakawau_25NOV1974_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2995,4625,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.42, 0.00, 1505084.99| +| 0.00,-2.42, 5403427.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.4242524376459333, 2.424252437645922)",True,, +Retrolens/WestCoast/Mokihinui_Ngakawau/Shorelines/Mokihinui_Ngakawau_06FEB1967.shp,Retrolens/WestCoast/Mokihinui_Ngakawau/Stack/Mokihinui_Ngakawau_06FEB1967_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,2294,3441,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.06, 0.00, 1505511.79| +| 0.00,-3.06, 5402944.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.057986399204001, 3.057986399204035)",True,, +Retrolens/WestCoast/KongahuPoint/Shorelines/KongahuPoint_25JAN1968.shp,Retrolens/WestCoast/KongahuPoint/Stack/KongahuPoint_25JAN1968_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2459,3622,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.21, 0.00, 1509862.34| +| 0.00,-3.21, 5412537.43| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.209607761283945, 3.2096077612838294)",True,, +Retrolens/WestCoast/KongahuPoint/Shorelines/KongahuPoint_25NOV1974.shp,Retrolens/WestCoast/KongahuPoint/Stack/KongahuPoint_25NOV1974_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,2909,4459,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.43, 0.00, 1509862.86| +| 0.00,-2.43, 5412636.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.433337170793891, 2.433337170793816)",True,, +Retrolens/WestCoast/KongahuPoint/Shorelines/KongahuPoint_15JAN1988.shp,Retrolens/WestCoast/KongahuPoint/Stack/KongahuPoint_15JAN1988_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,13065,20069,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1510315.59| +| 0.00,-0.53, 5412388.21| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5325287088052499, 0.5325287088052547)",True,, +Retrolens/WestCoast/WoodpeckerBay/Shorelines/WoodpeckerBay_17APR1976_mosaic.shp,Retrolens/WestCoast/WoodpeckerBay/Stack/WoodpeckerBay_17APR1976_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,8897,21524,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.26, 0.00, 1465805.20| +| 0.00,-0.26, 5350800.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.26382737383040206, 0.26382737383041327)",True,, +Retrolens/WestCoast/WoodpeckerBay/Shorelines/WoodpeckerBay_18FEB1988_mosaic.shp,Retrolens/WestCoast/WoodpeckerBay/Stack/WoodpeckerBay_18FEB1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,5638,12205,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1465584.08| +| 0.00,-0.48, 5350840.60| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4786768433622307, 0.47867684336222743)",True,, +Retrolens/WestCoast/WoodpeckerBay/Shorelines/WoodpeckerBay_18NOV1948_mosaic.shp,Retrolens/WestCoast/WoodpeckerBay/Stack/WoodpeckerBay_18NOV1948_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3038,6111,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.63, 0.00, 1465724.18| +| 0.00,-0.63, 5348622.84| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6306934982158552, 0.630693498215844)",True,, +Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_18MAR1965.shp,Retrolens/WestCoast/HuntBeach/Stack/HuntBeach_18MAR1965_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3568,3767,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.61, 0.00, 1328199.52| +| 0.00,-2.61, 5180288.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.6139172619605313, 2.613917261960624)",True,, +Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_14OCT1942.shp,Retrolens/WestCoast/HuntBeach/Stack/HuntBeach_14OCT1942_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,10956,11100,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1328139.11| +| 0.00,-0.81, 5179829.88| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8121673801130997, 0.8121673801131043)",True,, +Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_10JAN1978.shp,Retrolens/WestCoast/HuntBeach/Stack/HuntBeach_10JAN1978_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,4498,5368,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.89, 0.00, 1328618.77| +| 0.00,-1.89, 5180394.88| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8850955491768662, 1.8850955491768955)",True,, +Retrolens/WestCoast/HuntBeach/Shorelines/HuntBeach_15JAN1988.shp,Retrolens/WestCoast/HuntBeach/Stack/HuntBeach_15JAN1988_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14980,15771,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1328667.39| +| 0.00,-0.57, 5179881.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5674057274290425, 0.5674057274290452)",True,, +Retrolens/WestCoast/Ohinemaka/Shorelines/Ohinemaka_18FEB1988.shp,Retrolens/WestCoast/Ohinemaka/Stack/Ohinemaka_18FEB1988_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12439,13260,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1316720.59| +| 0.00,-0.44, 5168844.66| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4414779666253587, 0.4414779666253558)",True,, +Retrolens/WestCoast/Ohinemaka/Shorelines/Ohinemaka_26FEB1965.shp,Retrolens/WestCoast/Ohinemaka/Stack/Ohinemaka_26FEB1965_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2230,2402,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.58, 0.00, 1316589.03| +| 0.00,-2.58, 5169041.04| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.578001121871775, 2.578001121871738)",True,, +Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_25NOV1974.shp,Retrolens/WestCoast/Karamea_South_AOI/Stack/Karamea_South_25NOV1974_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1678,4289,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.48, 0.00, 1520290.40| +| 0.00,-2.48, 5426969.78| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.4785538982372137, 2.4785538982371107)",True,, +Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_15JAN1988.shp,Retrolens/WestCoast/Karamea_South_AOI/Stack/Karamea_South_15JAN1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10877,31809,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1520716.85| +| 0.00,-0.45, 5431051.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4531870239199232, 0.4531870239199282)",True,, +Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_12APR1955.shp,Retrolens/WestCoast/Karamea_South_AOI/Stack/Karamea_South_12APR1955_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3503,9613,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.89, 0.00, 1522513.45| +| 0.00,-0.89, 5431558.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8949429644470465, 0.8949429644470338)",True,, +Retrolens/WestCoast/Karamea_South_AOI/Shorelines/Karamea_South_25JAN1968.shp,Retrolens/WestCoast/Karamea_South_AOI/Stack/Karamea_South_25JAN1968_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,1694,4788,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.24, 0.00, 1520392.27| +| 0.00,-3.24, 5431558.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.240943114531645, 3.2409431145315617)",True,, +Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_01FEB1986.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_01FEB1986_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,4934,4274,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.70, 0.00, 1322035.07| +| 0.00,-1.70, 5173048.27| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.6990952434719577, 1.699095243471947)",True,, +Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_18APR1965.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_18APR1965_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,2935,2710,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.63, 0.00, 1322338.96| +| 0.00,-2.63, 5172891.09| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.626670364703463, 2.626670364703557)",True,, +Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_10JAN1978.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_10JAN1978_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,2288,2960,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.87, 0.00, 1325523.58| +| 0.00,-1.87, 5172557.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8740395109119932, 1.8740395109118844)",True,, +Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_12FEB1984.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_12FEB1984_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5277,2824,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.82, 0.00, 1322366.99| +| 0.00,-0.82, 5168409.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.821344019820111, 0.8213440198200641)",True,, +Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_15JAN1988.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_15JAN1988_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,16614,15321,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1322594.36| +| 0.00,-0.44, 5172691.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4361942990668052, 0.4361942990668248)",True,, +Retrolens/WestCoast/Sandy_MaoriBeach/Shorelines/Sandy_MaoriBeach_14OCT1942.shp,Retrolens/WestCoast/Sandy_MaoriBeach/Stack/Sandy_MaoriBeach_14OCT1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3047,4355,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.84, 0.00, 1327200.62| +| 0.00,-0.84, 5172708.94| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8442239078534458, 0.8442239078533773)",True,, +Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_12APR1955.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_12APR1955_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,10964,10227,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.00, 0.00, 1496532.97| +| 0.00,-1.00, 5393895.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9956508403654074, 0.9956508403654165)",True,, +Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_25NOV1974.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_25NOV1974_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,5206,4912,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.43, 0.00, 1494869.17| +| 0.00,-2.43, 5394325.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.43152736101665, 2.431527361016666)",True,, +Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_06FEB1967.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_06FEB1967_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3659,3011,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.06, 0.00, 1496704.24| +| 0.00,-3.06, 5394128.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.0555241818726366, 3.0555241818727548)",True,, +Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_15JAN1988.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_15JAN1988_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,22183,21358,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1495271.41| +| 0.00,-0.54, 5393850.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5390745776317137, 0.5390745776317182)",True,, +Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Shorelines/Ngakawau_WaimangaroaRiver_25May1943.shp,Retrolens/WestCoast/Ngakawau_WaimangaroaRiver/Stack/Ngakawau_WaimangaroaRiver_25MAY1943_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,22778,22007,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1495435.02| +| 0.00,-0.52, 5393742.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.51500681188335, 0.5150068118833451)",True,, +Retrolens/WestCoast/WhareateaRiver/Shorelines/WhareateaRiver_25NOV1974.shp,Retrolens/WestCoast/WhareateaRiver/Stack/WhareateaRiver_25NOV1974_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3761,2797,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.43, 0.00, 1488668.38| +| 0.00,-2.43, 5384269.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.42809764878444, 2.4280976487845076)",True,, +Retrolens/WestCoast/WhareateaRiver/Shorelines/WhareateaRiver_12APR1955.shp,Retrolens/WestCoast/WhareateaRiver/Stack/WhareateaRiver_12APR1955_mosaic.tif,100.0,5,GTiff,uint16,256.0,11820,11405,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 1489506.90| +| 0.00,-0.65, 5384201.78| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.6496114749795097, 0.6496114749795399)",True,, +Retrolens/WestCoast/WhareateaRiver/Shorelines/WhareateaRiver_15JAN1988.shp,Retrolens/WestCoast/WhareateaRiver/Stack/WhareateaRiver_15JAN1988_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,15050,12744,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1489060.71| +| 0.00,-0.57, 5384403.56| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5743185871111018, 0.574318587111104)",True,, +Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_17MAR1976.shp,Retrolens/WestCoast/Punakaiki/Stack/Punakaiki_17MAR1976_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,11646,24983,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1461395.46| +| 0.00,-0.24, 5340804.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2417845427514942, 0.2417845427515035)",True,, +Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_08MAY1964.shp,Retrolens/WestCoast/Punakaiki/Stack/Punakaiki_08MAY1964_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,9940,21732,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1461485.37| +| 0.00,-0.28, 5340825.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2778553629185821, 0.2778553629185872)",True,, +Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_18FEB1988.shp,Retrolens/WestCoast/Punakaiki/Stack/Punakaiki_18FEB1988_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,7503,15137,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1461366.88| +| 0.00,-0.43, 5341167.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4336891002240193, 0.43368910022404555)",True,, +Retrolens/WestCoast/Punakaiki/Shorelines/Punakaiki_13MAR1951.shp,Retrolens/WestCoast/Punakaiki/Stack/Punakaiki_13MAR1951_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5349,10064,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.61, 0.00, 1461338.01| +| 0.00,-0.61, 5340900.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6122960754596467, 0.6122960754596541)",True,, +Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_13MAR1951.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_13MAR1951_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,31717,14083,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1474839.71| +| 0.00,-0.25, 5379489.38| +| 0.00, 0.00, 1.00|",,14083,False,pixel,0,"(0.25252909527671036, 0.2525290952767135)",True,, +Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_15JAN1988.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_15JAN1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,17201,8766,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 1474594.30| +| 0.00,-0.49, 5380014.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49438713236275955, 0.49438713236278237)",True,, +Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_04NOV1960.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_04NOV1960_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16170,13880,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1479088.26| +| 0.00,-0.24, 5379782.38| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.24337212327735563, 0.24337212327734892)",True,, +Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_25NOV1974.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_25NOV1974_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3484,1868,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.49, 0.00, 1474834.26| +| 0.00,-2.49, 5380208.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.4881249452993512, 2.488124945299197)",True,, +Retrolens/WestCoast/CartersBeach/Shorelines/CartersBeach_12APR1955.shp,Retrolens/WestCoast/CartersBeach/Stack/CartersBeach_12APR1955_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7323,5114,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1477309.71| +| 0.00,-0.79, 5379941.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.791661244325568, 0.7916612443255568)",True,, +Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_18MAR1965.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_18MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2248,2151,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.60, 0.00, 1339352.75| +| 0.00,-2.60, 5190979.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.6024359079876174, 2.602435907987624)",True,, +Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_26APR1942.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_26APR1942_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,4230,4659,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.83, 0.00, 1341275.70| +| 0.00,-0.83, 5190778.82| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8333371954745488, 0.8333371954744777)",True,, +Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_10JAN1978.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_10JAN1978_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3195,3000,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.89, 0.00, 1339319.34| +| 0.00,-1.89, 5191306.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.892702600811149, 1.8927026008112977)",True,, +Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_3APR1953.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_3APR1953_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7088,6233,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.83, 0.00, 1339204.00| +| 0.00,-0.83, 5190915.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8322730690320551, 0.8322730690320649)",True,, +Retrolens/WestCoast/GillespiesBeach/Shorelines/GillespiesBeach_15JAN1988.shp,Retrolens/WestCoast/GillespiesBeach/Stack/GillespiesBeach_15JAN1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10192,9754,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1339563.44| +| 0.00,-0.57, 5191145.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5702486358810687, 0.57024863588106)",True,, +Retrolens/WestCoast/JacksonBay_East/Shorelines/JacksonBay_East_21FEB1967.shp,Retrolens/WestCoast/JacksonBay_East/Stack/JacksonBay_East_21FEB1967_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2665,2868,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.04, 0.00, 1265165.82| +| 0.00,-3.04, 5132581.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.039427877030917, 3.039427877031007)",True,, +Retrolens/WestCoast/JacksonBay_East/Shorelines/JacksonBay_East_18FEB1988.shp,Retrolens/WestCoast/JacksonBay_East/Stack/JacksonBay_East_18FEB1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,13348,14566,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.58, 0.00, 1265112.16| +| 0.00,-0.58, 5132320.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5833200368194223, 0.583320036819431)",True,, +Retrolens/WestCoast/JacksonBay_East/Shorelines/JacksonBay_East_14MAR1951.shp,Retrolens/WestCoast/JacksonBay_East/Stack/JacksonBay_East_14MAR1951_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6755,8065,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1265218.82| +| 0.00,-0.94, 5131569.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9423964539518322, 0.9423964539518545)",True,, +Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_13MAR1951.shp,Retrolens/WestCoast/Hokitika_North/Stack/Hokitika_North_13MAR1951_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,18264,18146,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1431910.38| +| 0.00,-0.25, 5272205.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.25120004058054324, 0.2512000405805379)",True,, +Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_24MAR1984.shp,Retrolens/WestCoast/Hokitika_North/Stack/Hokitika_North_24MAR1984_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5355,5148,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.25, 0.00, 1432012.17| +| 0.00,-1.25, 5273923.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.250123093694485, 1.2501230936945382)",True,, +Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_15JAN1988.shp,Retrolens/WestCoast/Hokitika_North/Stack/Hokitika_North_15JAN1988_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,12255,13798,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1431909.02| +| 0.00,-0.57, 5275448.43| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5657469626142396, 0.5657469626142306)",True,, +Retrolens/WestCoast/Hokitika_North/Shorelines/Hokitika_North_21NOV1970.shp,Retrolens/WestCoast/Hokitika_North/Stack/Hokitika_North_21NOV1970_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9938,11288,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1431956.98| +| 0.00,-0.68, 5275240.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6826840533053204, 0.6826840533053504)",True,, +Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_18OCT1981.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_18OCT1981_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,9550,9166,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.01, 0.00, 1415804.89| +| 0.00,-1.01, 5255598.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.0135366055922808, 1.0135366055922805)",True,, +Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_12APR1948.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_12APR1948_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,19163,19468,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1416534.50| +| 0.00,-0.54, 5257135.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5404577070662668, 0.5404577070662688)",True,, +Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_21APR1966.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_21APR1966_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3548,3888,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.65, 0.00, 1415525.97| +| 0.00,-3.65, 5260212.23| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(3.648322424988379, 3.6483224249883737)",True,, +Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_24MAR1984.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_24MAR1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3146,5019,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.21, 0.00, 1424654.38| +| 0.00,-1.21, 5259977.66| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.211598571482128, 1.2115985714821367)",True,, +Retrolens/WestCoast/MikonuiRiver/Shorelines/MikonuiRiver_15JAN1988.shp,Retrolens/WestCoast/MikonuiRiver/Stack/MikonuiRiver_15JAN1988_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,21151,23354,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1416267.41| +| 0.00,-0.56, 5259992.97| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5645415496561306, 0.5645415496561331)",True,, +Retrolens/WestCoast/TaramakauRiver_North/Shorelines/TaramakauRiver_18FEB1988.shp,Retrolens/WestCoast/TaramakauRiver_North/Stack/TaramakauRiver_18FEB1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9844,15542,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1445372.82| +| 0.00,-0.52, 5292859.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.523160794752434, 0.5231607947524327)",True,, +Retrolens/WestCoast/TaramakauRiver_North/Shorelines/TaramakauRiver_27MAY1943.shp,Retrolens/WestCoast/TaramakauRiver_North/Stack/TaramakauRiver_27MAY1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7504,10464,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1445385.67| +| 0.00,-0.54, 5290912.82| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5375308339755961, 0.5375308339756028)",True,, +Retrolens/WestCoast/TaramakauRiver_North/Shorelines/TaramakauRiver_11NOV1963.shp,Retrolens/WestCoast/TaramakauRiver_North/Stack/TaramakauRiver_11NOV1963_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10200,19575,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1447206.42| +| 0.00,-0.27, 5292367.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2720681574303593, 0.27206815743036233)",True,, +Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_15JAN1988_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_15JAN1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12543,17936,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1426558.55| +| 0.00,-0.56, 5268817.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5646390783447034, 0.5646390783447124)",True,, +Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_04MAY1943_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_04MAY1943_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,9522,11717,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1428682.92| +| 0.00,-0.51, 5268728.29| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5099323345737513, 0.5099323345737714)",True,, +Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_27OCT1981_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_27OCT1981_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,9849,13146,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1427678.16| +| 0.00,-0.40, 5266562.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4024306854520561, 0.4024306854520633)",False,, +Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_21NOV1970_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_21NOV1970_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8905,9918,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1427686.07| +| 0.00,-0.68, 5268883.64| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6813949986685178, 0.6813949986685306)",True,, +Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_13MAR1951_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_13MAR1951_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10183,11329,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.27, 0.00, 1430429.27| +| 0.00,-0.27, 5268454.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2675422723161326, 0.267542272316132)",True,, +Retrolens/WestCoast/Hokitika_South/Shorelines/Hokitika_South_24MAR1984_mosaic.shp,Retrolens/WestCoast/Hokitika_South/Stack/Hokitika_South_24MAR1984_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6184,9040,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.21, 0.00, 1426141.04| +| 0.00,-1.21, 5268714.84| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2084173191788927, 1.2084173191788985)",True,, +Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_21MAY1945.shp,Retrolens/WestCoast/GreymouthNorth/Stack/GreymouthNorth_21MAY1945_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5423,11190,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1451542.10| +| 0.00,-0.23, 5301844.72| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2252850552842058, 0.22528505528418946)",True,, +Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_18FEB1988.shp,Retrolens/WestCoast/GreymouthNorth/Stack/GreymouthNorth_18FEB1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6087,14313,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1450799.52| +| 0.00,-0.52, 5306662.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5217158728147898, 0.521715872814793)",True,, +Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_01APR1948.shp,Retrolens/WestCoast/GreymouthNorth/Stack/GreymouthNorth_01APR1948_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3012,6146,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.61, 0.00, 1452247.41| +| 0.00,-0.61, 5307091.79| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6081293375081517, 0.6081293375081914)",True,, +Retrolens/WestCoast/GreymouthNorth/Shorelines/GreymouthNorth_19MAR1970.shp,Retrolens/WestCoast/GreymouthNorth/Stack/GreymouthNorth_19MAR1970_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4643,10226,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1450708.16| +| 0.00,-0.71, 5306865.95| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7064133445536122, 0.706413344553594)",True,, +Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_10JAN1978.shp,Retrolens/WestCoast/SaltwaterBeach/Stack/SaltwaterBeach_10JAN1978_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,2070,2551,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.89, 0.00, 1337542.02| +| 0.00,-1.89, 5187362.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8875351674417213, 1.8875351674418117)",True,, +Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_03APR1953.shp,Retrolens/WestCoast/SaltwaterBeach/Stack/SaltwaterBeach_03APR1953_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3083,3955,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.84, 0.00, 1338663.65| +| 0.00,-0.84, 5187226.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8384264759700341, 0.8384264759700534)",True,, +Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_15JAN1988.shp,Retrolens/WestCoast/SaltwaterBeach/Stack/SaltwaterBeach_15JAN1988_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6622,7888,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1337407.35| +| 0.00,-0.57, 5186900.89| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5703562010896464, 0.5703562010896891)",True,, +Retrolens/WestCoast/SaltwaterBeach/Shorelines/SaltwaterBeach_18MAR1965.shp,Retrolens/WestCoast/SaltwaterBeach/Stack/SaltwaterBeach_18MAR1965_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,1594,1987,3,,"| 2.62, 0.00, 1337312.73| +| 0.00,-2.62, 5187479.15| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,3,"(2.6217100265338886, 2.6217100265340725)",True,, +Retrolens/WestCoast/KarangaruaRiver/Shorelines/KarangaruaRiver_18MAR1965.shp,Retrolens/WestCoast/KarangaruaRiver/Stack/KarangaruaRiver_18MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,1934,2532,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.60, 0.00, 1334567.79| +| 0.00,-2.60, 5184440.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.6006927473646093, 2.6006927473645653)",True,, +Retrolens/WestCoast/KarangaruaRiver/Shorelines/KarangaruaRiver_10JAN1978.shp,Retrolens/WestCoast/KarangaruaRiver/Stack/KarangaruaRiver_10JAN1978_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2950,3481,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.89, 0.00, 1334324.54| +| 0.00,-1.89, 5184344.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8914403789334189, 1.8914403789332932)",True,, +Retrolens/WestCoast/KarangaruaRiver/Shorelines/KarangaruaRiver_15JAN1988.shp,Retrolens/WestCoast/KarangaruaRiver/Stack/KarangaruaRiver_15JAN1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8194,11264,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1334987.20| +| 0.00,-0.57, 5183931.41| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5683206886874045, 0.5683206886873946)",True,, +Retrolens/WestCoast/Westport/Shorelines/Westport_15JAN1988.shp,Retrolens/WestCoast/Westport/Stack/Westport_15JAN1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15458,6016,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1482301.60| +| 0.00,-0.48, 5380098.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4826758734245864, 0.48267587342459284)",True,, +Retrolens/WestCoast/Westport/Shorelines/Westport_24JUN2005.shp,MaxarImagery/HighFreq/WestCoast/Westport/Stack/Westport_24JUN2005.tif,100.0,5,GTiff,uint8,,31896,32045,3,,"| 0.60, 0.00, 1474685.88| +| 0.00,-0.60, 5383853.19| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,3,"(0.5999999999999956, 0.5999999999999709)",True,lzw, +Retrolens/WestCoast/Westport/Shorelines/Westport_25MAY1943.shp,Retrolens/WestCoast/Westport/Stack/Westport_25MAY1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15691,5897,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.54, 0.00, 1481944.67| +| 0.00,-0.54, 5380001.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.535643464211881, 0.5356434642119159)",True,, +Retrolens/WestCoast/Westport/Shorelines/Westport_13MAR1951.shp,Retrolens/WestCoast/Westport/Stack/Westport_13MAR1951_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,13227,4214,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1482400.20| +| 0.00,-0.51, 5379398.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5148559797967392, 0.5148559797968049)",True,, +Retrolens/WestCoast/Westport/Shorelines/Westport_12APR1955.shp,Retrolens/WestCoast/Westport/Stack/Westport_12APR1955_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6858,4370,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1485194.88| +| 0.00,-0.73, 5379994.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7315002555002074, 0.731500255500203)",True,, +Retrolens/WestCoast/Westport/Shorelines/Westport_25NOV1974.shp,Retrolens/WestCoast/Westport/Stack/Westport_25NOV1974_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3248,1207,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.49, 0.00, 1482233.60| +| 0.00,-2.49, 5379897.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.4882501497125085, 2.488250149712553)",True,, +Retrolens/WestCoast/Westport/Shorelines/Westport_04NOV1960.shp,Retrolens/WestCoast/Westport/Stack/Westport_04NOV1960_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,10912,6473,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.24, 0.00, 1482310.81| +| 0.00,-0.24, 5379762.21| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2432256293799892, 0.2432256293800042)",True,, +Retrolens/WestCoast/JacksonBay/Shorelines/JacksonBay_14MAR1951.shp,Retrolens/WestCoast/JacksonBay/Stack/JacksonBay_14MAR1951_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8930,4806,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.93, 0.00, 1257592.25| +| 0.00,-0.93, 5124607.01| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9324101433971134, 0.9324101433971811)",True,, +Retrolens/WestCoast/JacksonBay/Shorelines/JacksonBay_06MAR1988.shp,Retrolens/WestCoast/JacksonBay/Stack/JacksonBay_06MAR1988_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,18315,10022,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.47, 0.00, 1257409.87| +| 0.00,-0.47, 5124788.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4747001862574324, 0.47470018625747457)",True,, +Retrolens/WestCoast/JacksonBay/Shorelines/JacksonBay_21FEB1967.shp,Retrolens/WestCoast/JacksonBay/Stack/JacksonBay_21FEB1967_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3097,1710,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.95, 0.00, 1257225.16| +| 0.00,-2.95, 5124859.94| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.9536733510192064, 2.9536733510190545)",True,, +Retrolens/WestCoast/HaastBeach/Shorelines/HaastBeach_26FEB1965.shp,Retrolens/WestCoast/HaastBeach/Stack/HaastBeach_26FEB1965_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3555,2576,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.59, 0.00, 1270857.92| +| 0.00,-2.59, 5137090.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.5908818402633456, 2.590881840263346)",True,, +Retrolens/WestCoast/HaastBeach/Shorelines/HaastBeach_18FEB1988.shp,Retrolens/WestCoast/HaastBeach/Stack/HaastBeach_18FEB1988_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15056,10702,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.58, 0.00, 1271187.08| +| 0.00,-0.58, 5136971.81| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5825796869138241, 0.5825796869138391)",True,, +Retrolens/WestCoast/JacksonBay_West/Shorelines/JacksonBay_West_06MAR1988.shp,Retrolens/WestCoast/JacksonBay_West/Stack/JacksonBay_West_06MAR1988_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,20741,6178,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1248018.36| +| 0.00,-0.48, 5122036.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4793288813202596, 0.4793288813202647)",True,, +Retrolens/WestCoast/JacksonBay_West/Shorelines/JacksonBay_West_14MAR1951.shp,Retrolens/WestCoast/JacksonBay_West/Stack/JacksonBay_West_14MAR1951_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,7708,1553,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.94, 0.00, 1250702.69| +| 0.00,-0.94, 5120611.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9426477962621421, 0.9426477962621492)",True,, +Retrolens/WestCoast/JacksonBay_West/Shorelines/JacksonBay_West_21FEB1967.shp,Retrolens/WestCoast/JacksonBay_West/Stack/JacksonBay_West_21FEB1967.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3283,964,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 3.03, 0.00, 1248040.66| +| 0.00,-3.03, 5122023.44| +| 0.00, 0.00, 1.00|",,964,False,pixel,0,"(3.0303710330685614, 3.030371033068731)",True,, +Retrolens/Gisborne/Tokomaru/Shorelines/TokomaruBay_22OCT1972.shp,Retrolens/Gisborne/Tokomaru/Stack/TokomaruBay_22OCT1972_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7747,12976,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 2064952.43| +| 0.00,-0.74, 5769282.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7358091321208926, 0.7358091321208833)",True,, +Retrolens/Gisborne/Tokomaru/Shorelines/TokomaruBay_29JAN1960.shp,Retrolens/Gisborne/Tokomaru/Stack/TokomaruBay_29JAN1960_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,4928,7786,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.19, 0.00, 2064805.55| +| 0.00,-1.19, 5769474.90| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1940355922681145, 1.1940355922681352)",True,, +Retrolens/Gisborne/Tokomaru/Shorelines/TokomaruBay_21SEP1945.shp,Retrolens/Gisborne/Tokomaru/Stack/TokomaruBay_21SEP1945_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,7659,12351,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2065318.78| +| 0.00,-0.72, 5769314.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7208726366888902, 0.7208726366889268)",True,, +Retrolens/Gisborne/Tokomaru/Shorelines/TokomaruBay_14NOV1982.shp,Retrolens/Gisborne/Tokomaru/Stack/TokomaruBay_14NOV1982_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,,5918,11039,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 2065495.78| +| 0.00,-0.78, 5769177.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7825391683116509, 0.7825391683116689)",True,, +Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_5SEP1945.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_5SEP1945_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,4701,6798,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 2064224.56| +| 0.00,-0.75, 5758772.15| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7543133327777964, 0.7543133327778002)",True,, +Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_15SEP1969.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_15SEP1969_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7372,13102,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 2064343.54| +| 0.00,-0.69, 5756811.52| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6928431537610047, 0.6928431537609938)",True,, +Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_22OCT1972.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_22OCT1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5132,7608,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 2064096.68| +| 0.00,-0.70, 5758223.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6958963050822229, 0.6958963050822591)",True,, +Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_14NOV1982.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_14NOV1982_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,6798,14630,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 2064111.90| +| 0.00,-0.78, 5759525.05| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7816846044621438, 0.7816846044621445)",True,, +Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_27JAN1960.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_27JAN1960_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,3867,8891,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.25, 0.00, 2064290.04| +| 0.00,-1.25, 5758935.88| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2523372570689881, 1.2523372570690035)",True,, +Retrolens/Gisborne/AnauraBay/Shorelines/AnauraBay_22MAR1988.shp,Retrolens/Gisborne/AnauraBay/Stack/AnauraBay_22MAR1988_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3377,6906,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 2064447.08| +| 0.00,-0.56, 5756492.36| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5594013358603116, 0.5594013358603611)",True,, +Retrolens/Gisborne/EastCape/Shorelines/EastCape_04DEC1976.shp,Retrolens/Gisborne/EastCape/Stack/EastCape_4DEC1976_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3089,4779,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.36, 0.00, 2085659.97| +| 0.00,-1.36, 5815661.42| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3624985933894918, 1.3624985933895872)",False,, +Retrolens/Gisborne/EastCape/Shorelines/EastCape_14SEP1998.shp,Retrolens/Gisborne/EastCape/Stack/EastCape_14SEP1998_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,2339,3740,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.86, 0.00, 2085494.88| +| 0.00,-1.86, 5815622.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.861384921158931, 1.861384921158878)",False,, +Retrolens/Gisborne/EastCape/Shorelines/EastCape_02NOV1971.shp,Retrolens/Gisborne/EastCape/Stack/EastCape_2NOV1971_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,4879,9623,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 2086367.81| +| 0.00,-0.70, 5815734.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7023500342992044, 0.7023500342992054)",False,, +Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_31MAR1960.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_31MAR1960_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,3843,2914,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.69, 0.00, 2068686.37| +| 0.00,-1.69, 5825674.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.685189779783276, 1.6851897797833006)",True,, +Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_15MAY1983.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_15MAY1983_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,7944,6087,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 2068975.35| +| 0.00,-0.78, 5825542.27| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7797825508877297, 0.7797825508877202)",True,, +Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_1OCT1980.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_1OCT1980_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7734,6397,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 2069311.95| +| 0.00,-0.74, 5825620.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7445416669961884, 0.7445416669961842)",True,, +Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_29OCT1951.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_29OCT1951_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,12604,10155,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 2069127.37| +| 0.00,-0.49, 5825541.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.48887689635293546, 0.4888768963529515)",True,, +Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_10SEP1971.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_10SEP1971_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,9025,7657,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2068734.67| +| 0.00,-0.72, 5825916.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7194801749034148, 0.7194801749034196)",True,, +Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_14SEP1998.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_14SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5043,3455,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.33, 0.00, 2068742.22| +| 0.00,-1.33, 5825564.24| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3326767042023282, 1.3326767042023164)",True,, +Retrolens/Gisborne/TeAraroa/Shorelines/TeAraroa_19MAY1939.shp,Retrolens/Gisborne/TeAraroa/Stack/TeAraroa_19MAY1939_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,11738,9617,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 2069164.40| +| 0.00,-0.49, 5825471.08| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4863507705344711, 0.4863507705345034)",True,, +Retrolens/Gisborne/HuataiBeach/Shorelines/HuataiBeach_14SEP1998.shp,Retrolens/Gisborne/HuataiBeach/Stack/HuataiBeach_14SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint8,,2814,2562,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.86, 0.00, 2083443.72| +| 0.00,-1.86, 5820223.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.8645638747497542, 1.8645638747498463)",True,, +Retrolens/Gisborne/HuataiBeach/Shorelines/HuataiBeach_18SEP1970.shp,Retrolens/Gisborne/HuataiBeach/Stack/HuataiBeach_18SEP1970_mosaic.jp2,100.0,13,JP2OpenJPEG,uint8,,5478,4875,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 2083445.96| +| 0.00,-0.95, 5820226.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9531684811082088, 0.9531684811082788)",True,, +Retrolens/Gisborne/Wainui/Shorelines/Wainui_28SEP1977.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_28SEP1977_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,26962,21623,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 2040674.33| +| 0.00,-0.28, 5710244.67| +| 0.00, 0.00, 1.00|",,21623,False,pixel,0,"(0.2793723223523756, 0.2793723223523751)",True,, +Retrolens/Gisborne/Wainui/Shorelines/Wainui_24AUG1953.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_24AUG1953_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,15277,14351,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2040202.75| +| 0.00,-0.52, 5710704.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.52276580907746, 0.5227658090774604)",True,, +Retrolens/Gisborne/Wainui/Shorelines/Wainui_27APR1972.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_27APR1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,12394,11595,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 2040263.74| +| 0.00,-0.65, 5710750.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6532287092991791, 0.6532287092991864)",True,, +Retrolens/Gisborne/Wainui/Shorelines/Wainui_22OCT1942.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_22OCT1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,16762,14936,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2040348.80| +| 0.00,-0.50, 5710744.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49796583546035145, 0.49796583546035245)",True,, +Retrolens/Gisborne/Wainui/Shorelines/Wainui_16NOV1982.shp,Retrolens/Gisborne/Wainui/Stack/Wainui_16NOV1982_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10898,10122,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 2040164.03| +| 0.00,-0.77, 5710881.79| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7715167993941188, 0.7715167993941134)",True,, +Retrolens/Gisborne/Whangara/Shorelines/Whangara_22OCT1942.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_22OCT1942_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,11399,10047,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 2052398.42| +| 0.00,-0.50, 5720094.40| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5043816955863311, 0.5043816955863385)",True,, +Retrolens/Gisborne/Whangara/Shorelines/Whangara_27APR1972.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_27APR1972_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,8227,8382,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.66, 0.00, 2052163.18| +| 0.00,-0.66, 5720143.94| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6635197891110685, 0.6635197891111092)",True,, +Retrolens/Gisborne/Whangara/Shorelines/Whangara_24AUG1953.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_24AUG1953_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,9059,9069,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 2052863.05| +| 0.00,-0.53, 5719907.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5275084291960445, 0.5275084291960543)",True,, +Retrolens/Gisborne/Whangara/Shorelines/Whangara_23SEP1965.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_23SEP1965_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,8788,7312,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 2051689.03| +| 0.00,-0.73, 5720354.90| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7312853257185586, 0.7312853257185821)",True,, +Retrolens/Gisborne/Whangara/Shorelines/Whangara_15DEC1982.shp,Retrolens/Gisborne/Whangara/Stack/Whangara_15DEC1982_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,8368,7136,3,,"| 0.80, 0.00, 2052018.27| +| 0.00,-0.80, 5720619.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,13,"(0.8021361074664077, 0.8021361074664092)",True,, +Retrolens/Gisborne/WaiapuRiver/Shorelines/WaiapuRiver_14SEP1998.shp,Retrolens/Gisborne/WaiapuRiver/Stack/WaiapuRiver_14SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6560,6298,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.33, 0.00, 2078402.82| +| 0.00,-1.33, 5809622.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.330738154888542, 1.3307381548885364)",True,, +Retrolens/Gisborne/WaiapuRiver/Shorelines/WaiapuRiver_15OCT1981.shp,Retrolens/Gisborne/WaiapuRiver/Stack/WaiapuRiver_15OCT1981_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5563,7736,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.40, 0.00, 2078381.20| +| 0.00,-1.40, 5808916.03| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3997203906559499, 1.3997203906559343)",True,, +Retrolens/Gisborne/WaiapuRiver/Shorelines/WaiapuRiver_29APR1957.shp,Retrolens/Gisborne/WaiapuRiver/Stack/WaiapuRiver_29APR1957_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,12672,17902,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.58, 0.00, 2078766.40| +| 0.00,-0.58, 5808821.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5798700102374887, 0.5798700102374982)",True,, +Retrolens/Gisborne/WaiapuRiver/Shorelines/WaiapuRiver_10SEP1971.shp,Retrolens/Gisborne/WaiapuRiver/Stack/WaiapuRiver_10SEP1971_mosaic.jp2,100.0,11,JP2OpenJPEG,uint16,256.0,10369,14193,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 2078822.13| +| 0.00,-0.73, 5808612.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7257634696131846, 0.7257634696131956)",True,, +Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_7OCT1985.shp,Retrolens/Gisborne/WaipiroBay/Stack/WaipiroBay_7OCT1985_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,5948,9878,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2067728.25| +| 0.00,-0.72, 5782899.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7159956356457049, 0.7159956356457344)",True,, +Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_18MAR1962.shp,Retrolens/Gisborne/WaipiroBay/Stack/WaipiroBay_18MAR1962_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,3725,6074,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.15, 0.00, 2067596.52| +| 0.00,-1.15, 5782684.57| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1533037187339075, 1.1533037187339314)",False,, +Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_30OCT1972.shp,Retrolens/Gisborne/WaipiroBay/Stack/WaipiroBay_30OCT1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5974,9760,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2067874.12| +| 0.00,-0.72, 5782791.16| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7163878857371079, 0.7163878857370917)",True,, +Retrolens/Gisborne/WaipiroBay/Shorelines/WaipiroBay_14SEP1998.shp,Retrolens/Gisborne/WaipiroBay/Stack/WaipiroBay_14SEP1998_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3127,3075,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.34, 0.00, 2067757.54| +| 0.00,-1.34, 5782723.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3388751947582644, 1.338875194758298)",True,, +Retrolens/Gisborne/TurihauaPoint/Shorelines/TurihauaPoint_24AUG1953.shp,Retrolens/Gisborne/TurihauaPoint/Stack/TurihauaPoint_24AUG1953_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9270,9557,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2048618.86| +| 0.00,-0.52, 5715461.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5246531383825381, 0.5246531383825438)",True,, +Retrolens/Gisborne/TurihauaPoint/Shorelines/TurihauaPoint_27APR1972.shp,Retrolens/Gisborne/TurihauaPoint/Stack/TurihauaPoint_27APR1972_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8598,7902,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.66, 0.00, 2048005.84| +| 0.00,-0.66, 5715673.17| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6619392227298929, 0.6619392227299202)",True,, +Retrolens/Gisborne/TurihauaPoint/Shorelines/TurihauaPoint_16NOV1982.shp,Retrolens/Gisborne/TurihauaPoint/Stack/TurihauaPoint_16NOV1982_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,5826,5873,3,,"| 0.83, 0.00, 2048650.00| +| 0.00,-0.83, 5715239.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,12,"(0.8327469716623148, 0.8327469716623055)",True,, +Retrolens/Gisborne/TurihauaPoint/Shorelines/TurihauaPoint_22OCT1942.shp,Retrolens/Gisborne/TurihauaPoint/Stack/TurihauaPoint_22OCT1942_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,9663,9650,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2048275.08| +| 0.00,-0.52, 5715448.53| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5185277256931285, 0.518527725693128)",True,, +Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_27APR1972.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_27APR1972_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,14697,11141,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 2028022.86| +| 0.00,-0.65, 5708644.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.650802270229833, 0.6508022702298474)",True,, +Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_27OCT1988.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_27OCT1988_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,17245,4053,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 2033688.87| +| 0.00,-0.22, 5708268.73| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.2245362642876373, 0.22453626428767323)",True,, +Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_16NOV1982.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_16NOV1982_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12229,11057,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 2027987.24| +| 0.00,-0.78, 5708826.79| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.78283450358758, 0.7828345035875877)",True,, +Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_23SEP1965.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_23SEP1965_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12965,9879,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 2028164.91| +| 0.00,-0.73, 5708854.86| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7309552020658737, 0.7309552020659067)",True,, +Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_04MAR1979.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_4MAR1979_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,8707,9152,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.42, 0.00, 2026311.21| +| 0.00,-1.42, 5709860.36| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4189628153833533, 1.418962815383362)",True,, +Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_27NOV1964.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_27NOV1964_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,3913,6281,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 2027886.00| +| 0.00,-0.74, 5702873.18| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7372367350647472, 0.7372367350647635)",True,, +Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_06JUL1948.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_6JUL1948_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,22679,23472,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 2027953.23| +| 0.00,-0.43, 5708416.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.43302378373663986, 0.4330237837366353)",True,, +Retrolens/Gisborne/Gisborne/Shorelines/Gisborne_29OCT1957.shp,Retrolens/Gisborne/Gisborne/Stack/Gisborne_29OCT1957_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8478,8130,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.18, 0.00, 2027663.91| +| 0.00,-1.18, 5709077.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1774338861588443, 1.1774338861588312)",True,, +Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_13NOV1959.shp,Retrolens/Bay of Plenty/MountMaunganui_South/Stack/MountMaunganui_South_13NOV1959_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,26535,11935,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1892980.81| +| 0.00,-0.48, 5821075.90| +| 0.00, 0.00, 1.00|",,11935,False,pixel,0,"(0.48427714166876024, 0.48427714166876396)",True,, +Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_05MAR1992.shp,Retrolens/Bay of Plenty/MountMaunganui_South/Stack/MountMaunganui_South_5MAR1992_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,13861,8526,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1891372.54| +| 0.00,-0.67, 5821976.96| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6738650567015299, 0.6738650567015603)",True,, +Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_11DEC1981.shp,Retrolens/Bay of Plenty/MountMaunganui_South/Stack/MountMaunganui_South_11DEC1981_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,10855,3917,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1898325.18| +| 0.00,-0.72, 5817626.55| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7240782901520945, 0.7240782901521069)",True,, +Retrolens/Bay of Plenty/MountMaunganui_South/Shorelines/MountMaunganui_South_06FEB1961.shp,Retrolens/Bay of Plenty/MountMaunganui_South/Stack/MountMaunganui_South_6FEB1961_mosaic.jp2,100.0,0,JP2OpenJPEG,uint16,256.0,9363,4966,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.56, 0.00, 1891078.08| +| 0.00,-1.56, 5821841.79| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5638156405718067, 1.563815640571797)",False,, +Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_10SEP1971.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_10SEP1971_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,5253,4821,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 2006789.49| +| 0.00,-0.73, 5807857.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.731663832098264, 0.7316638320982704)",True,, +Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_4DEC1981.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_4DEC1981_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4954,4822,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 2006627.83| +| 0.00,-0.80, 5807953.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.799131926714522, 0.7991319267144515)",True,, +Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_7OCT1957.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_7OCT1957_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,6442,6248,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 2006854.68| +| 0.00,-0.59, 5807883.53| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5875507577296256, 0.5875507577296487)",True,, +Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_4OCT1977.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_4OCT1977_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,12049,11331,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 2006998.67| +| 0.00,-0.30, 5807703.34| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.29657358223386016, 0.2965735822338876)",True,, +Retrolens/Bay of Plenty/OmaioBay/Shorelines/OmaioBay_23MAR1962.shp,Retrolens/Bay of Plenty/OmaioBay/Stack/OmaioBay_23MAR1962_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3609,3405,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.13, 0.00, 2006695.54| +| 0.00,-1.13, 5807859.56| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.1309550605312657, 1.1309550605312253)",True,, +Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_16OCT1952.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_16OCT1952_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4871,3162,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.04, 0.00, 1947957.41| +| 0.00,-1.04, 5795351.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.0377106324540024, 1.0377106324540997)",True,, +Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_26APR1974.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_26APR1974_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,11041,6396,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1945746.21| +| 0.00,-0.70, 5796454.88| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7045325958625704, 0.7045325958625757)",True,, +Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_8MAR1987.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_8MAR1987_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,21943,12637,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.33, 0.00, 1945881.93| +| 0.00,-0.33, 5796101.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.32584776313304986, 0.3258477631330495)",True,, +Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_26SEP1944.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_26SEP1944_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12897,6768,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1945741.74| +| 0.00,-0.56, 5795761.49| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5648111508763989, 0.5648111508764001)",True,, +Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_30OCT1962.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_30OCT1962_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,15827,9615,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1946319.62| +| 0.00,-0.44, 5796373.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.43711630958246606, 0.43711630958246256)",True,, +Retrolens/Bay of Plenty/Whakatane/Shorelines/Whakatane_14DEC1982.shp,Retrolens/Bay of Plenty/Whakatane/Stack/Whakatane_14DEC1982_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12902,7474,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1944533.46| +| 0.00,-0.71, 5796529.31| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7146678059209386, 0.7146678059209853)",True,, +Retrolens/Bay of Plenty/WaiotaheBeach/Shorelines/WaiotaheBeach15OCT1966.shp,Retrolens/Bay of Plenty/WaiotaheBeach/Stack/WaiotaheBeach_15OCT1966_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8424,2585,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1969164.94| +| 0.00,-0.73, 5786961.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7346325043005086, 0.7346325043005224)",True,, +Retrolens/Bay of Plenty/WaiotaheBeach/Shorelines/WaiotaheBeach12OCT1945.shp,Retrolens/Bay of Plenty/WaiotaheBeach/Stack/WaiotaheBeach_12OCT1945_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12079,2810,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.57, 0.00, 1968518.91| +| 0.00,-0.57, 5787139.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5738455944336668, 0.5738455944336632)",True,, +Retrolens/Bay of Plenty/WaiotaheBeach/Shorelines/WaiotaheBeach10SEP1971.shp,Retrolens/Bay of Plenty/WaiotaheBeach/Stack/WaiotaheBeach_10SEP1971_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,8768,2628,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.73, 0.00, 1968776.27| +| 0.00,-0.73, 5787426.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7312820276976948, 0.7312820276976925)",True,, +Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_11DEC1981.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_11DEC1981_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,6288,6615,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1905239.12| +| 0.00,-0.72, 5817701.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7192071257956322, 0.7192071257955982)",True,, +Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_15SEP1971.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_15SEP1971_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,4846,4396,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.60, 0.00, 1904995.06| +| 0.00,-2.60, 5817557.44| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.5999018708517347, 2.5999018708517263)",True,, +Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_13MAR1943.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_13MAR1943_mosaic.jp2,100.0,22,JP2OpenJPEG,uint16,256.0,21750,17894,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1906741.36| +| 0.00,-0.50, 5814951.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4997861338612656, 0.4997861338612781)",True,, +Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_10JUN1948.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_10JUN1948_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4149,5817,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1905073.37| +| 0.00,-0.50, 5817312.83| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.495906234269977, 0.49590623426992875)",True,, +Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_30APR1963.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_30APR1963_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,25879,21027,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.44, 0.00, 1906000.81| +| 0.00,-0.44, 5815682.20| +| 0.00, 0.00, 1.00|",,21027,False,,0,"(0.43639406711795553, 0.43639406711796785)",True,, +Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_28JAN1982.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_28JAN1982_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,14391,11069,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1906866.63| +| 0.00,-0.76, 5814051.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7560877883272598, 0.7560877883272549)",True,, +Retrolens/Bay of Plenty/PukehinaBeach/Shorelines/PukehinaBeach_19MAR1986.shp,Retrolens/Bay of Plenty/PukehinaBeach/Stack/PukehinaBeach_19MAR1986_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15055,13612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1905204.11| +| 0.00,-0.72, 5817665.45| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7230926750835287, 0.7230926750834962)",True,, +Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_12OCT1945.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_12OCT1945_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,22182,3344,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1973602.54| +| 0.00,-0.56, 5787195.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5630328642829904, 0.5630328642829927)",True,, +Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_3APR1964.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_3APR1964_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,33208,4871,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.45, 0.00, 1973810.66| +| 0.00,-0.45, 5787637.62| +| 0.00, 0.00, 1.00|",,4871,False,pixel,0,"(0.45097057300013194, 0.4509705730001311)",True,, +Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_4DEC1976.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_4DEC1976_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,16692,2799,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1974037.25| +| 0.00,-0.67, 5787130.76| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6672340070898064, 0.6672340070898004)",True,, +Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_4DEC1981.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_4DEC1981_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,20096,4058,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1973287.55| +| 0.00,-0.79, 5788570.71| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.790052350409896, 0.7900523504099091)",True,, +Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_7MAR1987.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_7MAR1987_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,12792,2024,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.95, 0.00, 1973814.12| +| 0.00,-0.95, 5787349.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.9526979841260671, 0.9526979841260615)",True,, +Retrolens/Bay of Plenty/HikuwaiBeach/Shorelines/HikuwaiBeach_4OCT1977.shp,Retrolens/Bay of Plenty/HikuwaiBeach/Stack/HikuwaiBeach_4OCT1977_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,53177,9690,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.22, 0.00, 1976926.59| +| 0.00,-0.22, 5788006.93| +| 0.00, 0.00, 1.00|",,9690,False,pixel,0,"(0.22267000542961388, 0.222670005429613)",True,, +Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountMaunganui_09FEB1943.shp,Retrolens/Bay of Plenty/MountMaunganui/Stack/MountMaunganui_09FEB1943_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,19015,15730,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1878864.96| +| 0.00,-0.60, 5831469.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6, 0.6)",True,, +Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountMaunganui_05MAR1992.shp,Retrolens/Bay of Plenty/MountMaunganui/Stack/MountMaunganui_05MAR1992_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,21887,16615,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.66, 0.00, 1879836.61| +| 0.00,-0.66, 5831236.20| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6647209188178663, 0.6647209188178643)",True,, +Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountMaunganui_19MAR1986.shp,Retrolens/Bay of Plenty/MountMaunganui/Stack/MountMaunganui_19MAR1986_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,20101,14320,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1879877.89| +| 0.00,-0.74, 5830714.18| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7374449266845032, 0.7374449266845298)",True,, +Retrolens/Bay of Plenty/MountMaunganui/Shorelines/MountMaunganui_07NOV1978.shp,Retrolens/Bay of Plenty/MountMaunganui/Stack/MountMaunganui_07NOV1978_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,19281,19509,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.28, 0.00, 1879934.04| +| 0.00,-0.28, 5830965.04| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.27717288992287553, 0.2771728899228887)",True,, +Retrolens/Bay of Plenty/RangitaikiRiver/Shorelines/RangitaikiRiver_20OCT1944.shp,Retrolens/Bay of Plenty/RangitaikiRiver/Stack/RangitaikiRiver_20OCT1944_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,19397,8127,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1935854.21| +| 0.00,-0.56, 5799164.84| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.557371219010454, 0.5573712190104573)",True,, +Retrolens/Bay of Plenty/RangitaikiRiver/Shorelines/RangitaikiRiver_16APR1974.shp,Retrolens/Bay of Plenty/RangitaikiRiver/Stack/RangitaikiRiver_16APR1974_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,16162,6223,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.69, 0.00, 1935811.46| +| 0.00,-0.69, 5799285.08| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6932592666175917, 0.6932592666175899)",True,, +Retrolens/Bay of Plenty/RangitaikiRiver/Shorelines/RangitaikiRiver_8&17MAR1987.shp,Retrolens/Bay of Plenty/RangitaikiRiver/Stack/RangitaikiRiver_8&17MAR1987_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,35808,13168,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1935824.85| +| 0.00,-0.32, 5799277.62| +| 0.00, 0.00, 1.00|",20000.0,13168,True,pixel,0,"(0.3189931320020613, 0.31899313200207174)",True,, +Retrolens/Bay of Plenty/RangitaikiRiver/Shorelines/RangitaikiRiver_14DEC1982.shp,Retrolens/Bay of Plenty/RangitaikiRiver/Stack/RangitaikiRiver_14DEC1982_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,15955,6077,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1935750.27| +| 0.00,-0.72, 5799417.92| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7205833848276146, 0.7205833848276167)",True,, +Retrolens/Bay of Plenty/KohioawaBeach/Shorelines/KohioawaBeach_14DEC1982.shp,Retrolens/Bay of Plenty/KohioawaBeach/Stack/KohioawaBeach_14DEC1982_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,16126,9619,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1916327.25| +| 0.00,-0.74, 5807399.28| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7369051439260874, 0.7369051439261016)",True,, +Retrolens/Bay of Plenty/KohioawaBeach/Shorelines/KohioawaBeach_26APR1974.shp,Retrolens/Bay of Plenty/KohioawaBeach/Stack/KohioawaBeach_26APR1974_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,16285,8831,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1916654.79| +| 0.00,-0.68, 5806820.96| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.682783341597872, 0.6827833415978791)",True,, +Retrolens/Bay of Plenty/KohioawaBeach/Shorelines/KohioawaBeach_8MAR1987.shp,Retrolens/Bay of Plenty/KohioawaBeach/Stack/KohioawaBeach_8MAR1987_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,33746,18047,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.30, 0.00, 1917573.08| +| 0.00,-0.30, 5806510.44| +| 0.00, 0.00, 1.00|",,18047,False,pixel,0,"(0.2990833127066246, 0.2990833127066318)",True,, +Retrolens/Bay of Plenty/Torere_Hawai/Shorelines/Torere_Hawai_4DEC1981.shp,Retrolens/Bay of Plenty/Torere_Hawai/Stack/Torere_Hawai_4DEC1981_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,12389,7907,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1989991.46| +| 0.00,-0.79, 5794456.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7881828061245336, 0.788182806124574)",True,, +Retrolens/Bay of Plenty/Torere_Hawai/Shorelines/Torere_Hawai_23SEP1948.shp,Retrolens/Bay of Plenty/Torere_Hawai/Stack/Torere_Hawai_23SEP1948_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,17919,10796,3,,"| 0.55, 0.00, 1989901.09| +| 0.00,-0.55, 5794362.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,4,"(0.5467520138081366, 0.5467520138081792)",True,, +Retrolens/Bay of Plenty/Torere_Hawai/Shorelines/Torere_Hawai_10SEP1971.shp,Retrolens/Bay of Plenty/Torere_Hawai/Stack/Torere_Hawai_10SEP1971_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,15211,9387,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.71, 0.00, 1989708.66| +| 0.00,-0.71, 5794826.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.708508026005337, 0.7085080260053337)",True,, +Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_4JUL1969.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_4JUL1969_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,16301,25858,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1859690.42| +| 0.00,-0.31, 5857266.94| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.3138450343262175, 0.31384503432620203)",True,, +Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_6JAN1999.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_6JAN1999_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4941,6554,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.56, 0.00, 1858204.40| +| 0.00,-1.56, 5858760.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.562902496982987, 1.5629024969829945)",True,, +Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_9APR1948.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_9APR1948_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7078,11052,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.51, 0.00, 1861278.78| +| 0.00,-0.51, 5854743.10| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5108679347386632, 0.5108679347386577)",True,, +Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_16NOV1942.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_16NOV1942_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6584,10170,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1859916.38| +| 0.00,-0.50, 5856665.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.501324970656484, 0.501324970656484)",True,, +Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_19MAR1986.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_19MAR1986_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,8325,12302,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.81, 0.00, 1858418.04| +| 0.00,-0.81, 5858607.91| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.8127445962711016, 0.812744596271125)",True,, +Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_12APR1975.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_12APR1975_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,7344,11869,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1859597.47| +| 0.00,-0.70, 5857639.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.701472287059528, 0.7014722870595327)",True,, +Retrolens/Bay of Plenty/WaihiBeach/Shorelines/WaihiBeach_8FEB1991.shp,Retrolens/Bay of Plenty/WaihiBeach/Stack/WaihiBeach_8FEB1991_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,6543,10383,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1859479.38| +| 0.00,-0.79, 5857584.51| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7853310595053867, 0.7853310595054029)",True,, +Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_30OCT1972.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBay_30OCT1972_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,7058,3340,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 2025524.70| +| 0.00,-0.72, 5822217.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7188333857637089, 0.7188333857637234)",True,, +Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_3JUN1939.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBay_3JUN1939_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,6048,4483,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 2027386.66| +| 0.00,-0.52, 5822794.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5245188192031934, 0.5245188192032093)",True,, +Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_1OCT1980.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBay_1OCT1980_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,8009,5274,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.75, 0.00, 2025323.95| +| 0.00,-0.75, 5823569.03| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7505818848219781, 0.7505818848220217)",True,, +Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_29OCT1951.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBAy_29OCT1951_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,10313,5612,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.49, 0.00, 2025712.86| +| 0.00,-0.49, 5822781.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.49285045210091916, 0.4928504521009285)",True,, +Retrolens/Bay of Plenty/PapateaBay/Shorelines/PapateaBay_31MAR1960.shp,Retrolens/Bay of Plenty/PapateaBay/Stack/PapateaBay_31MAR1960_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,4084,2308,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.39, 0.00, 2025250.95| +| 0.00,-1.39, 5823075.11| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.3938994574442987, 1.393899457444448)",True,, +Retrolens/Bay of Plenty/PortOhope/Shorelines/PortOhope_6MAR1965.shp,Retrolens/Bay of Plenty/PortOhope/Stack/PortOhope_6MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,3442,1752,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.45, 0.00, 1957237.82| +| 0.00,-2.45, 5789712.33| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.446243463387147, 2.4462434633871006)",True,, +Retrolens/Bay of Plenty/PortOhope/Shorelines/PortOhope_10SEP1971.shp,Retrolens/Bay of Plenty/PortOhope/Stack/PortOhope_10SEP1971_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9788,4844,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.76, 0.00, 1957963.68| +| 0.00,-0.76, 5789612.61| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.756531119031674, 0.7565311190316917)",True,, +Retrolens/Bay of Plenty/PortOhope/Shorelines/PortOhope_14DEC1982.shp,Retrolens/Bay of Plenty/PortOhope/Stack/PortOhope_14DEC1982_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,10456,5131,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1957698.32| +| 0.00,-0.72, 5789787.54| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7200686236941979, 0.7200686236942571)",True,, +Retrolens/Bay of Plenty/PortOhope/Shorelines/PortOhope_26APR1974.shp,Retrolens/Bay of Plenty/PortOhope/Stack/PortOhope_26APR1974_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8913,5146,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1959655.63| +| 0.00,-0.67, 5789140.12| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6651473075170409, 0.6651473075170989)",True,, +Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_12OCT1945.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_12OCT1945_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8430,2509,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.59, 0.00, 1964514.98| +| 0.00,-0.59, 5787819.79| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5925715572916055, 0.5925715572916004)",True,, +Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_6MAR1965.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_6MAR1965_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,2285,640,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.46, 0.00, 1964357.13| +| 0.00,-2.46, 5787817.41| +| 0.00, 0.00, 1.00|",1024.0,640,True,pixel,0,"(2.4604430325373117, 2.460443032537296)",True,, +Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_10SEP1971.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_10SEP1971_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,7608,2360,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.74, 0.00, 1964012.42| +| 0.00,-0.74, 5788005.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7423559817862301, 0.7423559817860408)",True,, +Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_26APR1974.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_26APR1974_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,8127,2293,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1964522.85| +| 0.00,-0.68, 5787806.65| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.679379516860786, 0.6793795168607765)",True,, +Retrolens/Bay of Plenty/Ohiwa/Shorelines/Ohiwa_23SEP1983.shp,Retrolens/Bay of Plenty/Ohiwa/Stack/Ohiwa_23SEP1983_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,3348,1052,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.79, 0.00, 1964050.49| +| 0.00,-1.79, 5788067.70| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.7881108151455722, 1.7881108151453091)",True,, +Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_4JUN1969.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_4JUN1969_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,5406,3735,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.53, 0.00, 1951732.62| +| 0.00,-2.53, 5794263.74| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.533372279966229, 2.533372279966233)",True,, +Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_8MAR1987.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_8MAR1987_mosaic.jp2,100.0,3,JP2OpenJPEG,uint16,256.0,17458,11135,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.32, 0.00, 1953180.40| +| 0.00,-0.32, 5792035.58| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.31573035234420777, 0.3157303523442064)",True,, +Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_30OCT1962.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_30OCT1962_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,12089,9033,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.43, 0.00, 1953149.64| +| 0.00,-0.43, 5792218.19| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4304286003430886, 0.43042860034311725)",True,, +Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_26APR1974.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_26APR1974_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,10769,6802,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1953182.07| +| 0.00,-0.67, 5792216.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6741114574595786, 0.6741114574595706)",True,, +Retrolens/Bay of Plenty/OhopeBeach/Shorelines/OhopeBeach_23SEP1983.shp,Retrolens/Bay of Plenty/OhopeBeach/Stack/OhopeBeach_23SEP1983_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,5068,3747,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.79, 0.00, 1951218.29| +| 0.00,-1.79, 5793988.00| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.7907341122118687, 1.7907341122117728)",True,, +Retrolens/Bay of Plenty/Matata/Shorelines/Matata_26SEP1944.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_26SEP1944_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,13826,4850,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.60, 0.00, 1927150.98| +| 0.00,-0.60, 5801759.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5975368773635525, 0.5975368773635745)",True,, +Retrolens/Bay of Plenty/Matata/Shorelines/Matata_16APR1974.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_16APR1974_mosaic.jp2,100.0,4,JP2OpenJPEG,uint16,256.0,13008,4759,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.68, 0.00, 1927376.04| +| 0.00,-0.68, 5801754.30| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6822340026778534, 0.6822340026778471)",True,, +Retrolens/Bay of Plenty/Matata/Shorelines/Matata_17MAR1987.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_17MAR_1987_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,25706,8995,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.31, 0.00, 1927143.46| +| 0.00,-0.31, 5801783.28| +| 0.00, 0.00, 1.00|",,8995,False,pixel,0,"(0.3055230705806784, 0.3055230705806775)",True,, +Retrolens/Bay of Plenty/Matata/Shorelines/Matata_18APR1962.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_18APR1962_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,21220,7126,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.42, 0.00, 1927156.04| +| 0.00,-0.42, 5801703.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.4242473160300398, 0.4242473160300415)",True,, +Retrolens/Bay of Plenty/Matata/Shorelines/Matata_23DEC1983.shp,Retrolens/Bay of Plenty/Matata/Stack/Matata_23DEC1983_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,6165,1962,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1927278.33| +| 0.00,-1.44, 5801628.94| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4380089948301271, 1.4380089948300336)",True,, +Retrolens/Wellington/Ngawi/Shorelines/Ngawi_28FEB1995.shp,Retrolens/Wellington/Ngawi/Stack/Ngawi_28FEB1995_mosaic.jp2,100.0,19,JP2OpenJPEG,uint8,,5051,13360,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.44, 0.00, 1782411.87| +| 0.00,-1.44, 5409693.72| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.4355067147305347, 1.4355067147305207)",True,, +Retrolens/Wellington/Ngawi/Shorelines/Ngawi_27SEP1944.shp,Retrolens/Wellington/Ngawi/Stack/Ngawi_27SEP1944_mosaic.jp2,100.0,28,JP2OpenJPEG,uint8,,9627,28531,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.67, 0.00, 1782819.84| +| 0.00,-0.67, 5409963.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6665568803451324, 0.6665568803451254)",True,, +Retrolens/Wellington/Ngawi/Shorelines/Ngawi_12APR1973.shp,Retrolens/Wellington/Ngawi/Stack/Ngawi_12APR1973_mosaic.jp2,100.0,26,JP2OpenJPEG,uint8,,10230,29061,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 1782685.33| +| 0.00,-0.65, 5410163.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6530137404195422, 0.6530137404195436)",True,, +Retrolens/Wellington/OceanBeach/Shorelines/OceanBeach_04NOV1961.shp,Retrolens/Wellington/OceanBeach/Stack/OceanBeach_04NOV1961_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,12094,3865,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1770355.35| +| 0.00,-0.53, 5418175.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5322420535418841, 0.5322420535418765)",True,, +Retrolens/Wellington/OceanBeach/Shorelines/OceanBeach_16APR1995.shp,Retrolens/Wellington/OceanBeach/Stack/OceanBeach_16APR1995_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,5213,1231,3,EPSG:4326,"| 0.00, 0.00, 175.05| +| 0.00,-0.00,-41.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.2596951041660061e-05, 1.2596951041662312e-05)",True,, +Retrolens/Wellington/OceanBeach/Shorelines/OceanBeach_09AUG1944.shp,Retrolens/Wellington/OceanBeach/Stack/OceanBeach_09AUG1944_mosaic.jp2,100.0,1,JP2OpenJPEG,uint16,256.0,9031,3061,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1770326.71| +| 0.00,-0.72, 5418182.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7247621370113886, 0.7247621370114359)",True,, +Retrolens/Wellington/OceanBeach/Shorelines/OceanBeach_06OCT1980.shp,Retrolens/Wellington/OceanBeach/Stack/OceanBeach_06OCT1980_mosaic.jp2,100.0,2,JP2OpenJPEG,uint16,256.0,8334,2449,3,EPSG:4326,"| 0.00, 0.00, 175.05| +| 0.00,-0.00,-41.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(7.363521712816628e-06, 7.363521712818255e-06)",True,, +Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_7DEC1943.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_7DEC1943_mosaic.jp2,100.0,13,JP2OpenJPEG,uint16,256.0,5447,12490,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1870979.58| +| 0.00,-0.50, 5473481.87| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5, 0.5)",True,, +Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_27NOV1994.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_27NOV1994_mosaic.jp2,100.0,8,JP2OpenJPEG,uint16,256.0,1507,3993,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.90, 0.00, 1870862.58| +| 0.00,-1.90, 5473573.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.900000000000031, 1.9000000000000465)",True,, +Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_19AUG1963.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_19AUG1963_mosaic.jp2,100.0,14,JP2OpenJPEG,uint16,256.0,7362,17497,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1870910.12| +| 0.00,-0.40, 5473546.99| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.40000000000000635, 0.39999999999998936)",True,, +Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_7APR1970.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_7APR1970_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,1295,3416,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 2.20, 0.00, 1870925.46| +| 0.00,-2.20, 5473656.62| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(2.2, 2.2000000000000544)",True,, +Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_2MAY1983.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_2MAY1983_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,3717,7126,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.40, 0.00, 1870943.59| +| 0.00,-0.40, 5468851.60| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4000000000000125, 0.40000000000005226)",True,, +Retrolens/Wellington/CastlePoint/Shorelines/CastlePoint_13NOV1989.shp,Retrolens/Wellington/CastlePoint/Stack/CastlePoint_13NOV1989_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,3558,6918,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.80, 0.00, 1870927.61| +| 0.00,-0.80, 5473500.60| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7999999999999738, 0.8000000000000539)",True,, +Retrolens/Wellington/WhareamaRiver/Shorelines/WhareamaRiver_27FEB1943.shp,Retrolens/Wellington/WhareamaRiver/stacks/WhareamaRiver_27FEB1943_mosaic.jp2,100.0,2,JP2OpenJPEG,uint8,,6521,10801,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1861064.81| +| 0.00,-0.52, 5460323.50| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5152341406458563, 0.5152341406458709)",True,, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_29OCT1973.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_29OCT1973_mosaic.tif,100.0,12,GTiff,int32,2147483647.0,19767,19083,1,,"| 0.33, 0.00, 1766048.02| +| 0.00,-0.33, 5476475.39| +| 0.00, 0.00, 1.00|",128.0,128,True,band,7,"(0.32970855096800084, 0.3297085509680066)",True,, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_19JAN2006.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_19JAN2006.tif,100.0,11,GTiff,uint8,,9073,12183,3,,"| 0.60, 0.00, 1766444.38| +| 0.00,-0.60, 5476275.65| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.6000000000000051, 0.5999999999999847)",True,lzw, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_25AUG2017.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_25AUG2017.tif,100.0,11,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| +| 0.00,-0.50, 5476275.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,5,"(0.5, 0.5)",True,lzw, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_17APR1952.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_17APR1952_mosaic.tif,100.0,14,GTiff,uint16,256.0,24538,30169,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1765933.17| +| 0.00,-0.25, 5476549.51| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2543571313069585, 0.2543571313069586)",True,, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_05FEB1991.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_05FEB1991_mosaic.tif,100.0,9,GTiff,int32,2147483647.0,29324,27111,1,,"| 0.22, 0.00, 1766189.30| +| 0.00,-0.22, 5476608.75| +| 0.00, 0.00, 1.00|",128.0,128,True,band,5,"(0.22239258905397005, 0.222392589053972)",True,, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_31OCT2019.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_31OCT2019.tif,100.0,12,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| +| 0.00,-0.50, 5476275.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,7,"(0.5, 0.5)",True,lzw, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_01AUG1942.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_01AUG1942_mosaic.tif,100.0,7,GTiff,int32,2147483647.0,14658,17594,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.36, 0.00, 1766099.30| +| 0.00,-0.36, 5475223.52| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3581075959080202, 0.35810759590802754)",True,, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_05FEB1977.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_05FEB1977_mosaic.tif,100.0,16,GTiff,int32,2147483647.0,9325,10376,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.83, 0.00, 1765332.03| +| 0.00,-0.83, 5477159.02| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.8347622658340036, 0.8347622658340217)",True,, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_05APR2011.shp,MaxarImagery/HighFreq/Wellington/KapitiMid/Imagery/Stack/KapitiMid_05APR2011.tif,100.0,17,GTiff,uint8,,10887,14620,3,,"| 0.50, 0.00, 1766444.17| +| 0.00,-0.50, 5476275.46| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,6,"(0.5, 0.5)",True,lzw, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_20NOV1987.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_20NOV1987_mosaic.tif,100.0,13,GTiff,int32,2147483647.0,14143,18548,1,,"| 0.47, 0.00, 1766109.73| +| 0.00,-0.47, 5477265.79| +| 0.00, 0.00, 1.00|",128.0,128,True,band,5,"(0.4692187338389792, 0.4692187338389805)",True,, +Retrolens/Wellington/KapitiMid/Shorelines/KapitiMid_15APR1966.shp,Retrolens/Wellington/KapitiMid/Stack/KapitiMid_15APR1966_mosaic.tif,100.0,9,GTiff,int32,2147483647.0,23152,29437,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.23, 0.00, 1766176.70| +| 0.00,-0.23, 5476278.11| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.22891356221725392, 0.22891356221723824)",True,, +Retrolens/Wellington/Whiterock/Shorelines/Whiterock_27SEP1944.shp,Retrolens/Wellington/Whiterock/Stack/Whiterock_27SEP1944_mosaic.jp2,100.0,6,JP2OpenJPEG,uint16,256.0,9873,4309,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1796070.14| +| 0.00,-0.70, 5396244.25| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7000000000000094, 0.6999999999999568)",True,, +Retrolens/Wellington/Whiterock/Shorelines/Whiterock_24SEP1995.shp,Retrolens/Wellington/Whiterock/Stack/Whiterock_24SEP1995_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,4841,2200,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.50, 0.00, 1795926.29| +| 0.00,-1.50, 5396407.16| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.5, 1.5)",True,, +Retrolens/Wellington/Whiterock/Shorelines/Whiterock_12APR1973.shp,Retrolens/Wellington/Whiterock/Stack/Whiterock_12APR1973_mosaic.jp2,100.0,7,JP2OpenJPEG,uint16,256.0,10444,4112,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1796023.91| +| 0.00,-0.70, 5396246.32| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7000000000000045, 0.7000000000000905)",True,, +Retrolens/Wellington/Petone/Shorelines/Petone_24APR1954.shp,Retrolens/Wellington/Petone/STACKS/Petone_24APR1954_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,,9807,17160,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.56, 0.00, 1755161.33| +| 0.00,-0.56, 5434874.98| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5554647896291118, 0.5554647896291215)",True,, +Retrolens/Wellington/Petone/Shorelines/Petone_02JAN1988.shp,Retrolens/Wellington/Petone/STACKS/Petone_02JAN1988_mosaic.jp2,100.0,10,JP2OpenJPEG,uint8,,6938,13633,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.77, 0.00, 1755204.62| +| 0.00,-0.77, 5434813.01| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7722531161514672, 0.7722531161514574)",True,, +Retrolens/Wellington/Petone/Shorelines/Petone_28SEP1969.shp,Retrolens/Wellington/Petone/STACKS/Petone_28SEP1969_mosaic.jp2,100.0,9,JP2OpenJPEG,uint8,,10686,21060,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.48, 0.00, 1755296.38| +| 0.00,-0.48, 5434887.68| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4819462581122334, 0.4819462581122416)",True,, +Retrolens/Wellington/Petone/Shorelines/Petone_16FEB1995.shp,Retrolens/Wellington/Petone/STACKS/Petone_16FEB1995.jp2,100.0,12,JP2OpenJPEG,uint8,,35424,70439,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.14, 0.00, 1755421.20| +| 0.00,-0.14, 5434717.07| +| 0.00, 0.00, 1.00|",,70439,False,pixel,0,"(0.14008180327137618, 0.14008180327137765)",True,, +Retrolens/Wellington/Petone/Shorelines/Petone_04DEC2000.shp,Retrolens/Wellington/Petone/STACKS/Petone_04DEC2000_mosaic.jp2,100.0,11,JP2OpenJPEG,uint8,,4053,7432,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.38, 0.00, 1755278.42| +| 0.00,-1.38, 5434876.77| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.381433138284842, 1.3814331382848632)",True,, +Retrolens/Wellington/Petone/Shorelines/Petone_16JAN1941.shp,Retrolens/Wellington/Petone/STACKS/Petone_16JAN1941_mosaic.jp2,100.0,10,JP2OpenJPEG,uint8,,10002,19503,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.52, 0.00, 1755400.84| +| 0.00,-0.52, 5434858.43| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.518299895333942, 0.5182998953339388)",True,, +Retrolens/Wellington/Petone/Shorelines/Petone_20SEP1980.shp,Retrolens/Wellington/Petone/STACKS/Petone_20SEP1980_mosaic.jp2,100.0,9,JP2OpenJPEG,uint8,,7665,14203,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1755247.45| +| 0.00,-0.72, 5434832.22| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7163150137368728, 0.7163150137368914)",True,, +Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_06OCT1980.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_06OCT1980_mosaic.tif,100.0,5,GTiff,int32,2147483647.0,14589,19931,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.38, 0.00, 1770946.53| +| 0.00,-0.38, 5482593.37| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.3802067697149944, 0.38020676971498657)",True,, +Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_28APR1948.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_28APR1948_mosaic.tif,100.0,1,GTiff,uint16,256.0,19073,30993,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.25, 0.00, 1771940.92| +| 0.00,-0.25, 5483154.96| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.24611597873396687, 0.24611597873398042)",True,, +Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_15JAN1957.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_15JAN1957_mosaic.tif,100.0,2,GTiff,uint16,256.0,11116,15869,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.50, 0.00, 1771245.39| +| 0.00,-0.50, 5483102.34| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.504819655805943, 0.5048196558059492)",True,, +Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_15APR1966.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_15APR1966_mosaic.tif,100.0,5,GTiff,uint16,256.0,25704,35395,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1771001.59| +| 0.00,-0.23, 5483156.75| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.227053899109425, 0.2270538991094288)",True,, +Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_24MAR1970.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_24MAR1970_mosaic.tif,100.0,4,GTiff,uint16,256.0,16280,22199,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.29, 0.00, 1771310.29| +| 0.00,-0.29, 5481858.94| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.2894674555121501, 0.2894674555121506)",True,, +Retrolens/Wellington/KapitiNorth/Shorelines/NorthKapiti_30JAN2003.shp,Retrolens/Wellington/KapitiNorth/Stack/NorthKapiti_30JAN2003_mosaic.tif,100.0,3,GTiff,uint16,256.0,7308,9055,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.79, 0.00, 1770821.29| +| 0.00,-0.79, 5482005.56| +| 0.00, 0.00, 1.00|",128.0,128,True,pixel,0,"(0.7908165542922148, 0.7908165542922054)",True,, +Retrolens/Wellington/Otaki/Shorelines/Otaki_15JAN1957.shp,Retrolens/Wellington/Otaki/Stack/Otaki_15JAN1957_mosaic.jp2,100.0,18,JP2OpenJPEG,uint16,256.0,12967,23013,1,"PROJCS[""User_Defined_Transverse_Mercator"",GEOGCS[""GCS_User_Defined"",DATUM[""D_User_Defined"",SPHEROID[""User_Defined_Spheroid"",6378137,298.257222101]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.50, 0.00, 1775024.64| +| 0.00,-0.50, 5493007.07| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.495699217505335, 0.4956992175053289)",True,, +Retrolens/Wellington/Otaki/Shorelines/Otaki_28APR1948.shp,Retrolens/Wellington/Otaki/Stack/Otaki_28APR1948_mosaic.tif,100.0,12,GTiff,int32,2147483647.0,19930,33039,1,"PROJCS[""User_Defined_Transverse_Mercator"",GEOGCS[""GCS_User_Defined"",DATUM[""D_User_Defined"",SPHEROID[""User_Defined_Spheroid"",6378137,298.257222101]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.24, 0.00, 1775222.36| +| 0.00,-0.24, 5490222.66| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.24076325535898999, 0.2407632553589984)",True,, +Retrolens/Wellington/Otaki/Shorelines/Otaki_15APR1966.shp,Retrolens/Wellington/Otaki/Stack/Otaki_15APR1966_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,19705,33719,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.23, 0.00, 1775245.04| +| 0.00,-0.23, 5489837.13| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.2338507860562339, 0.23385078605624482)",True,, +Retrolens/Wellington/Otaki/Shorelines/Otaki_04OCT1939.shp,Retrolens/Wellington/Otaki/Stack/Otaki_04OCT1939_mosaic.tif,100.0,4,GTiff,int32,2147483647.0,10329,15276,1,"PROJCS[""User_Defined_Transverse_Mercator"",GEOGCS[""GCS_User_Defined"",DATUM[""D_User_Defined"",SPHEROID[""User_Defined_Spheroid"",6378137,298.257222101]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.19, 0.00, 1776752.34| +| 0.00,-0.19, 5487803.49| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.18730344079595906, 0.18730344079598504)",True,, +Retrolens/Wellington/Otaki/Shorelines/Otaki_06OCT1980.shp,Retrolens/Wellington/Otaki/Stack/Otaki_06OCT1980_mosaic.jp2,100.0,12,JP2OpenJPEG,uint16,256.0,14954,26607,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.38, 0.00, 1775121.64| +| 0.00,-0.38, 5491643.19| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.37510902217634906, 0.37510902217635905)",True,, +Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_17FEB1941.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_17FEB_1941_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,2948,2658,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.53, 0.00, 1742725.43| +| 0.00,-0.53, 5436652.85| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.5342457465486433, 0.5342457465486891)",True,, +Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_21JAN1974.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_21JAN1974_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,2366,2066,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.70, 0.00, 1742666.34| +| 0.00,-0.70, 5436683.69| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6997311845685915, 0.6997311845685952)",True,, +Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_1NOV1966.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_1NOV1966_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,3732,3161,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.46, 0.00, 1742645.55| +| 0.00,-0.46, 5436637.67| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.4647680873865195, 0.46476808738650516)",True,, +Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_4DEC2000.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_4DEC2000_mosaic.jp2,100.0,4,JP2OpenJPEG,uint8,,1408,1179,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.34, 0.00, 1742594.26| +| 0.00,-1.34, 5436702.37| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.340779792362975, 1.3407797923625981)",True,, +Retrolens/Wellington/MakaraBeach/Shorelines/MakaraBeach_9SEP1980.shp,Retrolens/Wellington/MakaraBeach/Stack/MakaraBeach_9SEP1980_mosaic.jp2,100.0,5,JP2OpenJPEG,uint8,,2512,2218,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1742602.04| +| 0.00,-0.72, 5436761.39| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7219027630188785, 0.7219027630187826)",True,, +Retrolens/Wellington/Tora/Shorelines/Tora_27SEP1944.shp,Retrolens/Wellington/Tora/Stack/Tora_27SEP1944_mosaic.jp2,100.0,42,JP2OpenJPEG,uint8,,22357,16446,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.72, 0.00, 1804433.42| +| 0.00,-0.72, 5408132.97| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7195677010244023, 0.7195677010244057)",True,, +Retrolens/Wellington/Riversdale/Shorelines/Riversdale_27NOV1994.shp,Retrolens/Wellington/Riversdale/stacks/Riversdale_27NOV1994_mosaic.jp2,100.0,3,JP2OpenJPEG,uint8,,1299,3200,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 1.96, 0.00, 1856859.89| +| 0.00,-1.96, 5448318.89| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(1.9626787961415841, 1.9626787961416994)",True,, +Retrolens/Wellington/Riversdale/Shorelines/Riversdale_27FEB1943.shp,Retrolens/Wellington/Riversdale/stacks/Riversdale_27FEB1943_mosaic.jp2,100.0,6,JP2OpenJPEG,uint8,,3777,9704,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.65, 0.00, 1856903.70| +| 0.00,-0.65, 5448287.48| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.6539756884964354, 0.6539756884964057)",True,, +Retrolens/Wellington/Riversdale/Shorelines/Riversdale_29SEP1977.shp,Retrolens/Wellington/Riversdale/stacks/Riversdale_29SEP1977_mosaic.jp2,100.0,10,JP2OpenJPEG,uint8,,3501,8291,3,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.78, 0.00, 1856821.05| +| 0.00,-0.78, 5448381.35| +| 0.00, 0.00, 1.00|",1024.0,1024,True,pixel,0,"(0.7820197241853655, 0.7820197241853717)",True,, +Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_01AUG1942.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_01AUG1942_mosaic.tif,100.0,9,GTiff,int32,2147483647.0,12512,31066,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.36, 0.00, 1762742.99| +| 0.00,-0.36, 5470048.06| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.35717943358796145, 0.35717943358796683)",True,, +Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_09DEC1948.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_09DEC1948_mosaic.tif,100.0,5,GTiff,int32,2147483647.0,12559,28702,1,,"| 0.30, 0.00, 1763803.68| +| 0.00,-0.30, 5469018.52| +| 0.00, 0.00, 1.00|",128.0,128,True,band,5,"(0.29525343061297465, 0.295253430612974)",True,, +Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_05FEB1977.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_05FEB1977_mosaic.jp2,100.0,10,JP2OpenJPEG,uint16,256.0,6110,13531,1,,"| 0.82, 0.00, 1762284.10| +| 0.00,-0.82, 5469656.35| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,12,"(0.8219765032812306, 0.8219765032812354)",True,, +Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_29OCT1973.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_29OCT1973_mosaic.tif,100.0,7,GTiff,int32,2147483647.0,8756,25098,1,,"| 0.33, 0.00, 1764342.31| +| 0.00,-0.33, 5469726.56| +| 0.00, 0.00, 1.00|",128.0,128,True,band,5,"(0.32841476996200264, 0.32841476996200164)",True,, +Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_15APR1966.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_15APR1966_mosaic.tif,100.0,6,GTiff,int32,2147483647.0,13171,34650,1,"PROJCS[""NZGD_2000_Transverse_Mercator"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH]]","| 0.23, 0.00, 1764459.39| +| 0.00,-0.23, 5469625.71| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.22926576587200198, 0.22926576587200853)",True,, +Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_17APR1952.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_17APR1952_mosaic.tif,100.0,5,GTiff,int32,2147483647.0,14167,31280,1,,"| 0.27, 0.00, 1763537.25| +| 0.00,-0.27, 5469157.98| +| 0.00, 0.00, 1.00|",128.0,128,True,band,7,"(0.26838646488296874, 0.2683864648829636)",True,, +Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_02JAN1988.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_02JAN1988_mosaic.jp2,100.0,9,JP2OpenJPEG,uint16,256.0,10654,18819,1,,"| 0.39, 0.00, 1762602.58| +| 0.00,-0.39, 5466346.26| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,4,"(0.3894503758518079, 0.3894503758518002)",True,, +Retrolens/Wellington/KapitiSouth/Shorelines/KapitiSouth_06OCT1980.shp,Retrolens/Wellington/KapitiSouth/Stack/KapitiSouth_06OCT1980_mosaic.tif,100.0,11,GTiff,int32,2147483647.0,12620,29841,1,,"| 0.36, 0.00, 1762518.60| +| 0.00,-0.36, 5469658.24| +| 0.00, 0.00, 1.00|",128.0,128,True,band,10,"(0.35964806541597927, 0.3596480654159714)",True,, +Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_22AUG1961.shp,Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_22AUG1961_mosaic.tif,100.0,6,GTiff,uint16,256.0,40393,28128,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.13, 0.00, 1757756.38| +| 0.00,-0.13, 5459482.04| +| 0.00, 0.00, 1.00|",128.0,128,True,band,0,"(0.1284827509237925, 0.12848275092379952)",True,, +Retrolens/Wellington/PukeruaBay/Shorelines/PukeruaBay_20SEP1980.shp,Retrolens/Wellington/PukeruaBay/Stack/PukeruaBay_20SEP1980_mosaic.jp2,100.0,5,JP2OpenJPEG,uint16,256.0,21195,17559,1,"PROJCS[""NZGD2000 / New Zealand Transverse Mercator 2000"",GEOGCS[""NZGD2000"",DATUM[""New_Zealand_Geodetic_Datum_2000"",SPHEROID[""GRS 1980"",6378137,298.257222101004,AUTHORITY[""EPSG"",""7019""]],AUTHORITY[""EPSG"",""6167""]],PRIMEM[""Greenwich"",0],UNIT[""degree"",0.0174532925199433,AUTHORITY[""EPSG"",""9122""]],AUTHORITY[""EPSG"",""4167""]],PROJECTION[""Transverse_Mercator""],PARAMETER[""latitude_of_origin"",0],PARAMETER[""central_meridian"",173],PARAMETER[""scale_factor"",0.9996],PARAMETER[""false_easting"",1600000],PARAMETER[""false_northing"",10000000],UNIT[""metre"",1,AUTHORITY[""EPSG"",""9001""]],AXIS[""Easting"",EAST],AXIS[""Northing"",NORTH],AUTHORITY[""EPSG"",""2193""]]","| 0.36, 0.00, 1754511.31| +| 0.00,-0.36, 5459437.47| +| 0.00, 0.00, 1.00|",1024.0,1024,True,,0,"(0.3558878208761918, 0.35588782087619325)",True,, diff --git a/shorelines.geojson b/shorelines.geojson index a9efece..aaf41b9 100644 --- a/shorelines.geojson +++ b/shorelines.geojson @@ -5462,39 +5462,39 @@ { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Ruataniwha Inlet", "Date": "2015-07-19", "DSASDate": "19/07/2015", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_19JUL2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.683950482840714, -40.608202792483922 ], [ 172.683970753580354, -40.608159626044596 ], [ 172.684051346962178, -40.607981077167445 ], [ 172.684155732750639, -40.607731085542248 ], [ 172.684274359661998, -40.607445378863439 ], [ 172.684392884640715, -40.6071811240963 ], [ 172.684497452843175, -40.606891803355254 ], [ 172.684587728160494, -40.606648923520964 ], [ 172.684730008593277, -40.606320376246309 ], [ 172.684886327376489, -40.605999017853584 ], [ 172.685019155630727, -40.605684745950519 ], [ 172.685100078822614, -40.60543468937967 ], [ 172.685138244992942, -40.605298928644245 ], [ 172.685275392744302, -40.605063326743888 ], [ 172.68549329261117, -40.604613421213337 ], [ 172.685701522857926, -40.604224270548279 ], [ 172.685881303621159, -40.60389939913285 ], [ 172.685994691764023, -40.603741910609138 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Ruataniwha Inlet", "Date": "2015-07-19", "DSASDate": "19/07/2015", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "MAX", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.343056216247108", "filename": "MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_19JUL2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.685994691764023, -40.603741910609138 ], [ 172.686056006936155, -40.603656747590485 ], [ 172.686183649160597, -40.603446146433363 ], [ 172.686254899229084, -40.603256844304845 ], [ 172.686316750360731, -40.603071091991382 ], [ 172.686383375595938, -40.602867475648004 ], [ 172.686483120574763, -40.602603167517508 ], [ 172.686625149272544, -40.602324672450955 ], [ 172.686762435877824, -40.602056890508678 ], [ 172.686890556620654, -40.601742603456117 ], [ 172.687018726182487, -40.601417590200725 ], [ 172.687132422108647, -40.601178346981996 ], [ 172.687179529885185, -40.601135569871126 ], [ 172.68724531736774, -40.601110720279912 ], [ 172.687282943516408, -40.601089369803233 ], [ 172.687311304723096, -40.60104296649061 ], [ 172.687330434292903, -40.600964359654718 ], [ 172.687368593355075, -40.600828598050938 ], [ 172.687444561304005, -40.60063215708194 ], [ 172.687534584332838, -40.600439329470404 ], [ 172.687666956375693, -40.600218013163904 ], [ 172.68778054812833, -40.600000221326432 ], [ 172.687875309903632, -40.59979668005758 ], [ 172.688045504028906, -40.599511108417531 ], [ 172.688187536241287, -40.599229035884264 ], [ 172.688291909427704, -40.598975464686013 ], [ 172.688377187357304, -40.598793349732382 ], [ 172.688424425455253, -40.598721969298907 ], [ 172.688490807560271, -40.598568406427972 ], [ 172.688599802777361, -40.598329148959508 ], [ 172.688732614839608, -40.598011296898754 ], [ 172.68886539248453, -40.597700595361786 ], [ 172.68900751678288, -40.597397069607723 ], [ 172.689206306503763, -40.597011462072039 ], [ 172.689353184444514, -40.596693647065322 ], [ 172.689490415440588, -40.59643301223732 ], [ 172.689641782782587, -40.596158113637131 ], [ 172.689679384783943, -40.596087182873866 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Ruataniwha Inlet", "Date": "2015-07-19", "DSASDate": "19/07/2015", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "MAX", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.343056216247108", "filename": "MaxarImagery/HighFreq/Tasman/RuataniwhaInlet/Shorelines/RuataniwhaInlet_19JUL2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.686995915303868, -40.589983036905423 ], [ 172.686974317420606, -40.589818887991591 ], [ 172.686966021124476, -40.589586464586553 ], [ 172.686948595067349, -40.589300385443785 ], [ 172.686944788772536, -40.589110878975028 ], [ 172.686969605481721, -40.588817763488571 ], [ 172.687003368353487, -40.588617632610017 ], [ 172.687041654235117, -40.588453267964645 ], [ 172.687075183389737, -40.588303192014671 ], [ 172.687127921740995, -40.588056632286218 ], [ 172.687175819920498, -40.587842238015043 ], [ 172.687219311130377, -40.587567049980784 ], [ 172.6872437596042, -40.587352592164962 ], [ 172.687268341151167, -40.587109531492743 ], [ 172.687255337679517, -40.586880670655539 ], [ 172.687274563095428, -40.58678061148786 ], [ 172.687307907700784, -40.586669864333864 ], [ 172.687355554550805, -40.586509100267165 ], [ 172.687384275731006, -40.586384038968554 ], [ 172.687398694544214, -40.586308994569848 ], [ 172.687370905728756, -40.586233835945556 ], [ 172.687338310698038, -40.586183692112066 ], [ 172.687282350351012, -40.586115608012527 ], [ 172.68718416598125, -40.586050984951058 ], [ 172.68710939705386, -40.585993576034511 ], [ 172.687016069409879, -40.585893211972575 ], [ 172.686964849343838, -40.585814414356207 ], [ 172.686918735895176, -40.585646245524401 ], [ 172.686901060864159, -40.585413796527945 ], [ 172.686887775489538, -40.585245716646625 ], [ 172.686851091944988, -40.585066847126747 ], [ 172.686790760259981, -40.584930818294076 ], [ 172.686669480285985, -40.584791048722352 ], [ 172.686594896772164, -40.584694310544307 ], [ 172.686520129854472, -40.584636901240302 ], [ 172.68642194837571, -40.58457227752514 ], [ 172.686314354455504, -40.584514778970735 ], [ 172.686201987564544, -40.584475144360169 ], [ 172.686056860428607, -40.584421119002798 ], [ 172.685972731794209, -40.58436010849735 ], [ 172.685888686942775, -40.584281221147464 ], [ 172.685841974997999, -40.58424176469574 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065109299755335, -40.954384097079242 ], [ 173.065028811920143, -40.954378422213821 ], [ 173.064905549250653, -40.954353703751799 ], [ 173.064794854552616, -40.954321351044825 ], [ 173.06471684278435, -40.95427563255214 ], [ 173.064601028962812, -40.954151757917799 ], [ 173.064487684244739, -40.953980212712032 ], [ 173.064374367896164, -40.953837268817509 ], [ 173.064298816535569, -40.953734345776162 ], [ 173.064213164601114, -40.953589479523266 ], [ 173.064145118278219, -40.953444603409892 ], [ 173.064097190635806, -40.953297809307124 ], [ 173.064059291965094, -40.95311859463564 ], [ 173.064051675030669, -40.953044235103803 ], [ 173.06404899416566, -40.952872627904519 ], [ 173.064071526045808, -40.95276583664392 ], [ 173.064109157099892, -40.95266857079914 ], [ 173.064181922345568, -40.952493108091332 ], [ 173.064252188852237, -40.952334807595527 ], [ 173.064335022548562, -40.952168872987272 ], [ 173.064425441544984, -40.952044882874027 ], [ 173.064503335428327, -40.951972382310423 ], [ 173.064558629653817, -40.951936122856722 ], [ 173.064664221462181, -40.951897928415548 ], [ 173.064779891680303, -40.951878795851165 ], [ 173.06481258448261, -40.951876870715225 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059492377857737, -40.956621261747387 ], [ 173.05933515935223, -40.956597508236946 ], [ 173.059033332411275, -40.956588129357542 ], [ 173.058766097363844, -40.956588265872433 ], [ 173.058432850045989, -40.956600352504068 ], [ 173.058190779043287, -40.956614775645008 ], [ 173.057910986858673, -40.956636367587535 ], [ 173.057587179259258, -40.956657980843318 ], [ 173.057319968663592, -40.956686715424375 ], [ 173.057062179416931, -40.956703527461308 ], [ 173.056879832518518, -40.956706001014041 ], [ 173.056706915409194, -40.956706086188497 ], [ 173.0565434240402, -40.956699016124048 ], [ 173.05632962145279, -40.956682436608332 ], [ 173.056078079522905, -40.956651574342416 ], [ 173.055807668144183, -40.956613570304711 ], [ 173.055590714074782, -40.956587457133651 ], [ 173.055417767371978, -40.9565517886005 ], [ 173.055216511506302, -40.956499449200209 ], [ 173.05498696054093, -40.956447122945661 ], [ 173.054763695833458, -40.95639240979532 ], [ 173.054578154729171, -40.956332911456059 ], [ 173.054420901471644, -40.956263865658499 ], [ 173.054307661514798, -40.956192415470383 ], [ 173.054191277882325, -40.956120966647717 ], [ 173.054074917839927, -40.956078119128946 ], [ 173.053971147199348, -40.956051949769574 ], [ 173.053848491844093, -40.955999571157136 ], [ 173.05361889547504, -40.955887655874015 ], [ 173.053370417264546, -40.955751914343985 ], [ 173.053181677919923, -40.955620911642143 ], [ 173.052930055811373, -40.955482787153535 ], [ 173.052753910713477, -40.955373229040511 ], [ 173.052587188378823, -40.955251749093385 ], [ 173.05238899401013, -40.955087381049431 ], [ 173.05224741834715, -40.954958738816352 ], [ 173.052118411170738, -40.954820556912672 ], [ 173.051995709066347, -40.954703823098349 ], [ 173.051885597711703, -40.954606151112998 ], [ 173.051775477371081, -40.954496561757637 ], [ 173.051677925311026, -40.954377432848545 ], [ 173.051577224205346, -40.954251154902472 ], [ 173.051523717923402, -40.954172524857377 ], [ 173.051507935801538, -40.954091494486505 ], [ 173.051507856145349, -40.953989006015838 ], [ 173.051523502971492, -40.95389604433165 ], [ 173.051542321369169, -40.953838833031966 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049101936498744, -40.948534327668042 ], [ 173.049123893727796, -40.948469965005039 ], [ 173.049145861517275, -40.948419903068519 ], [ 173.049177274077209, -40.94838890474751 ], [ 173.049205562518324, -40.948384125766985 ], [ 173.049233866888386, -40.948400797876637 ], [ 173.049233891673055, -40.948434166249747 ], [ 173.049224498176699, -40.948484222835461 ], [ 173.049208822854041, -40.948541432468886 ], [ 173.049186844460024, -40.948577193685416 ], [ 173.049155424745351, -40.948598658187478 ], [ 173.049123980280825, -40.948586754308835 ], [ 173.049101962982718, -40.948570079495589 ], [ 173.049098805296921, -40.948551013192905 ], [ 173.049101934733159, -40.948531944212853 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049170679329421, -40.947974186202842 ], [ 173.049167426185051, -40.947826413306153 ], [ 173.049157910762119, -40.947712011463445 ], [ 173.049173584165146, -40.947652418373217 ], [ 173.049170384070692, -40.947576149135962 ], [ 173.049160898729014, -40.947502266033901 ], [ 173.049126293609021, -40.94746652893739 ], [ 173.049101122580936, -40.947435554726013 ], [ 173.049094796728781, -40.94738312137892 ], [ 173.049110503661808, -40.947368813951627 ], [ 173.049151362156778, -40.947359262716262 ], [ 173.049189084210525, -40.947359246630128 ], [ 173.049217381059833, -40.947366384924429 ], [ 173.049236250940538, -40.947378294150369 ], [ 173.049255142080398, -40.947418804840915 ], [ 173.049267786969267, -40.947514137693496 ], [ 173.049280453158218, -40.947638072009688 ], [ 173.049296296596594, -40.947807290632056 ], [ 173.049309005447526, -40.947988427868523 ], [ 173.04931542905581, -40.948171951242365 ], [ 173.049309188068548, -40.948233923769173 ], [ 173.049290356922825, -40.948274450573443 ], [ 173.049265233340179, -40.948307829695011 ], [ 173.049236962640293, -40.948336443242795 ], [ 173.049211819542336, -40.948343604344657 ], [ 173.049183515202287, -40.948326932229442 ], [ 173.049177185662614, -40.948269731984503 ], [ 173.049164535455304, -40.94816724876852 ], [ 173.049155028825169, -40.948064764209263 ], [ 173.049167537563676, -40.947976570998726 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049233057868463, -40.947311558733993 ], [ 173.049223560105901, -40.9472209914437 ], [ 173.049220285645191, -40.947044617059774 ], [ 173.049229569196342, -40.946846786199714 ], [ 173.049248261856178, -40.946620349833154 ], [ 173.049254375241475, -40.946386768458297 ], [ 173.049238507468175, -40.946184181402138 ], [ 173.04922577615207, -40.945972059169712 ], [ 173.049222531836392, -40.945836203504591 ], [ 173.04923188778892, -40.945736094313368 ], [ 173.049263189222671, -40.945557321659898 ], [ 173.04931963067952, -40.945369004413003 ], [ 173.049360386754614, -40.945223596079657 ], [ 173.049441960585426, -40.945016200341513 ], [ 173.049520426131096, -40.944856475022448 ], [ 173.049624006210394, -40.944653836604353 ], [ 173.049686802278472, -40.944558471259597 ], [ 173.049759037212198, -40.944475019094298 ], [ 173.049831298837574, -40.944427318735585 ], [ 173.049934976037605, -40.944355770153962 ], [ 173.050032355503873, -40.944269923464958 ], [ 173.050126576946781, -40.944165010403516 ], [ 173.050183094153397, -40.944081564798807 ], [ 173.050211330138325, -40.944010048773045 ], [ 173.050198731489417, -40.943976685849272 ], [ 173.050167283620112, -40.94395763187331 ], [ 173.05012956350248, -40.943957648278349 ], [ 173.050107570909319, -40.943971958584456 ], [ 173.050082440363894, -40.943993420622753 ], [ 173.050063600093665, -40.944019646840189 ], [ 173.050007063012799, -40.944076874360391 ], [ 173.049944253496221, -40.944153172231339 ], [ 173.049884576430316, -40.944215167965666 ], [ 173.049821739773677, -40.944255713914423 ], [ 173.049752614532963, -40.944293879084562 ], [ 173.049670924698006, -40.944343966914559 ], [ 173.049582942663932, -40.944386907019201 ], [ 173.049494948059561, -40.944413162858361 ], [ 173.04940065777302, -40.944427504039567 ], [ 173.049350362151529, -40.944425142119151 ], [ 173.049303199263363, -40.944408478091503 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051940145919019, -40.94397829803065 ], [ 173.051946357904086, -40.943882956919332 ], [ 173.051983993876689, -40.943775684353938 ], [ 173.052049927176682, -40.943677932835939 ], [ 173.052172380113348, -40.94350388506372 ], [ 173.052241428010291, -40.943370380151656 ], [ 173.052297943757708, -40.943289316958079 ], [ 173.05234504638122, -40.943229709132339 ], [ 173.052354434898405, -40.943177268791189 ], [ 173.052335531787406, -40.943122457835152 ], [ 173.052288340880068, -40.94307004316483 ], [ 173.052193966794874, -40.942974747594185 ], [ 173.052099617330242, -40.94291043689082 ], [ 173.052011567718324, -40.942862807475912 ], [ 173.051961239567419, -40.942817544459217 ], [ 173.051926627919471, -40.942772274343604 ], [ 173.051923464099218, -40.942746057726936 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05598601537551, -40.940711066484418 ], [ 173.055853987385973, -40.940694446298934 ], [ 173.055756530514685, -40.940673042332392 ], [ 173.055659053698008, -40.940627803701396 ], [ 173.055593000848972, -40.940573016004812 ], [ 173.055539506852767, -40.940501538006878 ], [ 173.055520611853694, -40.940458644840092 ], [ 173.055526850302357, -40.940401438814 ], [ 173.055555094935301, -40.940348989105182 ], [ 173.055592779023499, -40.940308452134936 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": null, "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055369138266371, -40.939738912937749 ], [ 173.055438197732656, -40.939631624075545 ], [ 173.055513509317279, -40.939483813346342 ], [ 173.055595082832838, -40.939307398028653 ], [ 173.055698653708703, -40.939126205104891 ], [ 173.055814846597372, -40.939004592469949 ], [ 173.055946744516035, -40.938871054797083 ], [ 173.056116346945146, -40.938723197867532 ], [ 173.056220008443916, -40.93865164357387 ], [ 173.056282813622687, -40.938584876055501 ], [ 173.056301623580822, -40.938527663832097 ], [ 173.05628900470299, -40.938472850411593 ], [ 173.056251261423938, -40.938441883849137 ], [ 173.056222947419769, -40.938410912676957 ], [ 173.05623862238923, -40.938363235831076 ], [ 173.056276302909282, -40.938320315165321 ], [ 173.056408208676345, -40.938198694246154 ], [ 173.056536985120971, -40.938093758929504 ], [ 173.056672055425906, -40.937998354215146 ], [ 173.056866804564805, -40.937857634179146 ], [ 173.057020717861718, -40.937745535535861 ], [ 173.057209189716559, -40.937616735321633 ], [ 173.057356826109867, -40.937516556641512 ], [ 173.057469927945789, -40.937461680736909 ], [ 173.057620739767543, -40.937399635501748 ], [ 173.057724430771088, -40.937366215193364 ], [ 173.057787280991022, -40.937354266410694 ], [ 173.057850135346911, -40.937347084512751 ], [ 173.057928719409375, -40.937356578903056 ], [ 173.05801673467036, -40.937368451955471 ], [ 173.058107903436763, -40.937392240654127 ], [ 173.058164501000476, -40.937418430184593 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060464796645363, -40.936973923263359 ], [ 173.060332781487119, -40.936964458569399 ], [ 173.060181893160632, -40.936938319351313 ], [ 173.060034132856885, -40.936895494082293 ], [ 173.0598863469138, -40.936824067108255 ], [ 173.059760521485146, -40.936707342810216 ], [ 173.059650392170568, -40.936569159106419 ], [ 173.05958114140455, -40.936452405327238 ], [ 173.059540181994493, -40.936340403821262 ], [ 173.059511756126255, -40.936185493532967 ], [ 173.059536782226616, -40.936054390258271 ], [ 173.059599538764388, -40.935939951707674 ], [ 173.059665491654982, -40.935885097994991 ], [ 173.059740901222, -40.93586122433986 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": null, "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059203372272435, -40.935768546588214 ], [ 173.05910283384182, -40.935809117002911 ], [ 173.058961447425844, -40.93586162552922 ], [ 173.058857757283306, -40.935892663496659 ], [ 173.058785486097719, -40.93591176805208 ], [ 173.058688062735513, -40.935921351521785 ], [ 173.058584347103817, -40.935923787722864 ], [ 173.058474341337075, -40.935921460098363 ], [ 173.058380050386177, -40.935919124413822 ], [ 173.058307747598462, -40.935902476769115 ], [ 173.058254290044886, -40.935871518793299 ], [ 173.058200819990191, -40.93582626003198 ], [ 173.058134796993158, -40.935802458725291 ], [ 173.058065654045237, -40.935804877024623 ], [ 173.058021667255503, -40.935821583394194 ], [ 173.057990248106421, -40.935833516505014 ], [ 173.057949410485463, -40.935857371646598 ], [ 173.057908558265837, -40.935864542553013 ], [ 173.057889690108027, -40.935852634721272 ], [ 173.057845655423534, -40.935814521441294 ], [ 173.057748153195973, -40.935733532632135 ], [ 173.057612937888678, -40.935654946049361 ], [ 173.057490298816134, -40.935581119959977 ], [ 173.057386509419473, -40.935497750514706 ], [ 173.057276432349653, -40.935412000636788 ], [ 173.057197817792684, -40.935364370432055 ], [ 173.057131801775171, -40.935347718929641 ], [ 173.057034360552024, -40.935335849859683 ], [ 173.056921221062595, -40.935343056148476 ], [ 173.056742083996909, -40.935355061743785 ], [ 173.056402657151153, -40.935367145575476 ], [ 173.056154375329726, -40.935379184058107 ], [ 173.056003518418635, -40.935384024346618 ], [ 173.055953245513138, -40.935400732981243 ], [ 173.055909280562219, -40.935443656610218 ], [ 173.055896748985191, -40.935491331911798 ], [ 173.05587162553411, -40.935515178700541 ], [ 173.055840216177444, -40.935539028527884 ], [ 173.055802518902766, -40.9355604979284 ], [ 173.055749104870898, -40.935579591454854 ], [ 173.055717683424206, -40.935589140486869 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": null, "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057308164522539, -40.92848802554829 ], [ 173.057220124165042, -40.928433249591329 ], [ 173.057078663780118, -40.928383266949318 ], [ 173.056949796526993, -40.928359496021557 ], [ 173.056824086261116, -40.92835240764385 ], [ 173.056710954584361, -40.928354846800779 ], [ 173.056582101749598, -40.928347759704678 ], [ 173.056434401437627, -40.928350215547056 ], [ 173.056318131193905, -40.928357422783051 ], [ 173.056201858905354, -40.928362246438539 ], [ 173.056082425859302, -40.928345620335719 ], [ 173.056006987290118, -40.928326589285746 ], [ 173.055903253301892, -40.928293271121355 ], [ 173.055808941198364, -40.92825279791105 ], [ 173.055742924596984, -40.928226611734729 ], [ 173.055695761622644, -40.928198032951634 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": null, "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051128291913983, -40.918387417414465 ], [ 173.05105594586567, -40.918287343792358 ], [ 173.050993042886461, -40.918208717164418 ], [ 173.050955315446714, -40.918180132218708 ], [ 173.050883008266737, -40.918130111306574 ], [ 173.050829555723226, -40.918082465508292 ], [ 173.050791801059688, -40.918018128491902 ], [ 173.050776028479333, -40.917937097505558 ], [ 173.050763323285992, -40.917758342950506 ], [ 173.050769341248184, -40.917410353863005 ], [ 173.050800546789446, -40.917129090792272 ], [ 173.050841176417066, -40.91684544007596 ], [ 173.050884933122404, -40.916542720198137 ], [ 173.05090991222076, -40.916337730819897 ], [ 173.050919202988098, -40.916161349989238 ], [ 173.050900204577943, -40.915970680825495 ], [ 173.050871825931694, -40.915839602527775 ], [ 173.050830928671957, -40.915772883415684 ], [ 173.050796355640756, -40.915758597832308 ], [ 173.05076808851797, -40.915772911096816 ], [ 173.050746129093767, -40.915818206682324 ], [ 173.050717967588156, -40.915970761116228 ], [ 173.050680394442708, -40.916142387430575 ], [ 173.050655352848935, -40.916266338837922 ], [ 173.050642850206458, -40.916352149223279 ], [ 173.050624090727524, -40.916473714391216 ], [ 173.050595874146495, -40.916554764727088 ], [ 173.050548803389688, -40.91663343985168 ], [ 173.050495457485283, -40.916724035049377 ], [ 173.050464105834635, -40.916814620598544 ], [ 173.050429646452301, -40.916950493408407 ], [ 173.050414017619318, -40.917057756346679 ], [ 173.050398372444079, -40.917143568067544 ], [ 173.050395272003755, -40.917198389207826 ], [ 173.050401599602225, -40.917255589696232 ], [ 173.050442491910303, -40.917315158538898 ], [ 173.050467653934192, -40.917348516094158 ], [ 173.050489679340046, -40.917389025423525 ], [ 173.050492864951224, -40.917446227280578 ], [ 173.050483480396082, -40.917501051171648 ], [ 173.050477270552932, -40.917598776109536 ], [ 173.050467893214375, -40.917663133869631 ], [ 173.05043336818656, -40.917713201816618 ], [ 173.050370551524225, -40.917746597832881 ], [ 173.050260590620155, -40.917763330090565 ], [ 173.05014117453598, -40.917741930855868 ], [ 173.050002909521055, -40.917725306609213 ], [ 173.049911767102401, -40.917696744467797 ], [ 173.049830047474984, -40.917663411245556 ], [ 173.049776613942385, -40.917639599634384 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": null, "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059467789035324, -40.913788248535099 ], [ 173.059457658040202, -40.913702448828126 ], [ 173.05949024843548, -40.913607093207411 ], [ 173.059568017065374, -40.91343925674844 ], [ 173.05966090407864, -40.913313361492442 ], [ 173.059753795889975, -40.913193186485721 ], [ 173.059851736726415, -40.913097796875299 ], [ 173.059947170669687, -40.913010035589295 ], [ 173.060007434355668, -40.912943267070339 ], [ 173.060055151144894, -40.912899386371905 ], [ 173.060075240134665, -40.91287840136706 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": null, "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060014678284119, -40.912615297733318 ], [ 173.059893969000683, -40.912546716528979 ], [ 173.059805950683398, -40.912495279238705 ], [ 173.059682723210756, -40.912420978787608 ], [ 173.059602231955751, -40.912354283231437 ], [ 173.059539345442204, -40.912299019191003 ], [ 173.059478955417546, -40.912224686060775 ], [ 173.059461287661236, -40.912142703771153 ], [ 173.059476271074232, -40.912034009767858 ], [ 173.059533952473004, -40.911890971743233 ], [ 173.059611748100707, -40.911755550398453 ], [ 173.059671957843136, -40.911629671983491 ], [ 173.059704558922931, -40.911547663701285 ], [ 173.059712049512001, -40.911492363290868 ], [ 173.059689395937795, -40.911456146255226 ], [ 173.059654183752656, -40.911429469596889 ], [ 173.059636582810555, -40.911421851592003 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": null, "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051943493252139, -40.896073137384548 ], [ 173.051842913342455, -40.895989284225024 ], [ 173.051754900928699, -40.895909238902057 ], [ 173.051669376357466, -40.895796777098461 ], [ 173.051536068056265, -40.89563285346955 ], [ 173.051407794944737, -40.895480368131558 ], [ 173.051284552504256, -40.895333600757127 ], [ 173.051178907743662, -40.895196359351729 ], [ 173.051073247289224, -40.895038143245941 ], [ 173.05097765469975, -40.894900897197168 ], [ 173.05086445968621, -40.89474649778699 ], [ 173.050824199272057, -40.894674057797069 ], [ 173.050788954347553, -40.894588268105252 ], [ 173.050788906225876, -40.894525344299261 ], [ 173.050788871228377, -40.894479581530803 ], [ 173.05077125538898, -40.894445267198677 ], [ 173.050708401933917, -40.894401438848462 ], [ 173.050622920321615, -40.894340459353472 ], [ 173.050557541206302, -40.894279470984131 ], [ 173.050497180542266, -40.894208946466158 ], [ 173.050469490586693, -40.894144127972233 ], [ 173.050449324555444, -40.894060238352004 ], [ 173.050451783744165, -40.89398968631194 ], [ 173.050461787059618, -40.89392675810187 ], [ 173.050479335932977, -40.893873360502347 ], [ 173.050527043882198, -40.89382757682273 ], [ 173.050609932050065, -40.89378368447386 ], [ 173.050675252527725, -40.893768401528916 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": null, "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047111823265084, -40.889780920915179 ], [ 173.0470087935999, -40.889763801895612 ], [ 173.046933396083801, -40.889737137621808 ], [ 173.046878084783543, -40.889689490509433 ], [ 173.046812678747386, -40.889578923585901 ], [ 173.046739694845314, -40.889411156163582 ], [ 173.046704399003318, -40.889241466650539 ], [ 173.046656509559426, -40.88902792617359 ], [ 173.046633783765543, -40.888867765464759 ], [ 173.046618591812489, -40.888701881348311 ], [ 173.046605960673674, -40.888604640437521 ], [ 173.046575716149391, -40.888471177728967 ], [ 173.046548027072447, -40.888398731088806 ], [ 173.046510315823213, -40.888366330962143 ], [ 173.046460053775007, -40.888351096941797 ], [ 173.046402248718437, -40.888328238795538 ], [ 173.046367043491699, -40.888286303689632 ], [ 173.046334301662426, -40.888173816546775 ], [ 173.046344273420289, -40.888061312237447 ], [ 173.046359254282038, -40.887925924493523 ], [ 173.04638930770281, -40.8877867171134 ], [ 173.046409338806257, -40.887687556239143 ], [ 173.046401749230569, -40.887613194679659 ], [ 173.046379093765012, -40.887552186672828 ], [ 173.046333828178405, -40.887495001316061 ], [ 173.046281033039094, -40.887449259672643 ], [ 173.046220699048121, -40.887401614241057 ], [ 173.046170416591707, -40.88735587153927 ], [ 173.046152790457768, -40.887300581827056 ], [ 173.046177861398689, -40.887222393603835 ], [ 173.046238124852891, -40.887168979477629 ], [ 173.04629586771523, -40.887104125620446 ], [ 173.046353593167936, -40.887014483533569 ], [ 173.046398741242683, -40.886903871839628 ], [ 173.046431335949308, -40.886806612676786 ], [ 173.046473995259362, -40.886730324085988 ], [ 173.046516641119609, -40.886634967631011 ], [ 173.046554259185257, -40.886535799617555 ], [ 173.04660190438284, -40.886404212188069 ], [ 173.046649560103788, -40.886287879014908 ], [ 173.046704774565001, -40.886202051326116 ], [ 173.046765024589689, -40.886131475851691 ], [ 173.046847889511412, -40.886064704732497 ], [ 173.046922380137886, -40.885969430516923 ], [ 173.046978832521631, -40.88585857562844 ], [ 173.047049417360228, -40.885747714946191 ], [ 173.047176453735148, -40.885525999227426 ], [ 173.047298831868062, -40.885379364958141 ], [ 173.047435375180925, -40.885279202632987 ], [ 173.047543665831171, -40.885196927910414 ], [ 173.047651933133096, -40.885082476084413 ], [ 173.047807267154269, -40.88491080108011 ], [ 173.048014367598341, -40.88466759985144 ], [ 173.048207310816707, -40.884392227144787 ], [ 173.048381458844119, -40.884184791242866 ], [ 173.048550876739938, -40.883952330493457 ], [ 173.048692091915257, -40.883805686775858 ], [ 173.048861557717089, -40.883641154796152 ], [ 173.049049828605689, -40.883426561426063 ], [ 173.049233411421852, -40.883244146762642 ], [ 173.049440562645401, -40.883083173048874 ], [ 173.049647726223355, -40.882940075076881 ], [ 173.049873718176315, -40.882779092465519 ], [ 173.050160923306692, -40.882585905778114 ], [ 173.050462266841777, -40.882403437859594 ], [ 173.050730677984205, -40.882278187239351 ], [ 173.050970810645197, -40.882135072366161 ], [ 173.05123448982971, -40.881984796082136 ], [ 173.051578223097579, -40.881802306392579 ], [ 173.051823071168769, -40.88166991330138 ], [ 173.052006694688203, -40.88155542343717 ], [ 173.052030214008596, -40.881512510123549 ], [ 173.052011363290944, -40.881501792948839 ], [ 173.051973670263862, -40.881491084263018 ], [ 173.051917174047418, -40.881530437187863 ], [ 173.051865385557647, -40.881566212742442 ], [ 173.051790044078359, -40.8816019988516 ], [ 173.05168642229475, -40.88161634623475 ], [ 173.051620474065885, -40.881616375768367 ], [ 173.051554525836906, -40.881616405264282 ], [ 173.051483886412427, -40.881641463394971 ], [ 173.051314349367146, -40.881698742552395 ], [ 173.051158968598259, -40.881788192210657 ], [ 173.051036542431319, -40.881852600503748 ], [ 173.050881163666389, -40.881945625009905 ], [ 173.050758766984814, -40.882049360471157 ], [ 173.050655190618357, -40.882124485735389 ], [ 173.050509242816247, -40.882231806494545 ], [ 173.050367994340348, -40.882324824114811 ], [ 173.050179647122519, -40.882428587735816 ], [ 173.050047813684529, -40.882514450414611 ], [ 173.049883042882129, -40.882650380339378 ], [ 173.049751240747241, -40.882779145360068 ], [ 173.04962413542907, -40.882890032083118 ], [ 173.049468765570111, -40.883000930789919 ], [ 173.049318097924584, -40.883101101601099 ], [ 173.049214502399195, -40.8831547742192 ], [ 173.049096814234389, -40.883262081111056 ], [ 173.048969725346637, -40.88339799366782 ], [ 173.048823782533816, -40.883519613166555 ], [ 173.048724909793407, -40.883591159463393 ], [ 173.048649595741466, -40.883669846188639 ], [ 173.048588426802297, -40.883766403026712 ], [ 173.048517838801814, -40.88386653901734 ], [ 173.048480233698001, -40.883977386776458 ], [ 173.048437883818991, -40.884041758601903 ], [ 173.048343746667172, -40.884149054816405 ], [ 173.048221367915346, -40.884288539777643 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": null, "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049764767548766, -40.881971138665996 ], [ 173.049986085669246, -40.881863786204917 ], [ 173.050221534867745, -40.881756427165222 ], [ 173.050391059446241, -40.881681273492646 ], [ 173.05054646819903, -40.881627577109903 ], [ 173.050753687671488, -40.881566707279603 ], [ 173.050923208423256, -40.881487977598702 ], [ 173.051092715026812, -40.881391371545703 ], [ 173.051266917909174, -40.881276887026253 ], [ 173.051441134031109, -40.881180278364454 ], [ 173.051563550243543, -40.881105143961662 ], [ 173.051723647765499, -40.881026417310558 ], [ 173.051897876528983, -40.880947684078805 ], [ 173.052062655795822, -40.880833202588825 ], [ 173.052196070320832, -40.880768788223563 ], [ 173.052262305496356, -40.880735389454685 ], [ 173.052276081781713, -40.880682946562942 ], [ 173.052274401909528, -40.880543513505877 ], [ 173.052264916204336, -40.880461287602301 ], [ 173.052269556397789, -40.880371904843713 ], [ 173.052302456723652, -40.88027893404599 ], [ 173.052344780746665, -40.880189534187501 ], [ 173.052429487693672, -40.880085814148785 ], [ 173.052514228283769, -40.880024996748595 ], [ 173.052636666644304, -40.879982038220824 ], [ 173.052735555339979, -40.879942665558794 ], [ 173.052829756192892, -40.879931896771339 ], [ 173.052905143611611, -40.879956888803051 ], [ 173.052961697748913, -40.879992615114077 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065135795481979, -40.954419794190954 ], [ 173.065040202206916, -40.954398873764184 ], [ 173.064944595911925, -40.95436460592628 ], [ 173.064846463453705, -40.95431889885316 ], [ 173.064765936587548, -40.954273181808141 ], [ 173.064700481597896, -40.954208388622149 ], [ 173.064612361448923, -40.954113099896574 ], [ 173.064534288778361, -40.954004458138868 ], [ 173.064433567928432, -40.953882481644634 ], [ 173.064330310193043, -40.953737625319889 ], [ 173.064216955799395, -40.953554639262734 ], [ 173.064169057457491, -40.953438353385174 ], [ 173.06415132302277, -40.95330488983889 ], [ 173.064120965577189, -40.95312185746559 ], [ 173.06411333750566, -40.953036057365004 ], [ 173.064105654123068, -40.952893054396831 ], [ 173.064120631668345, -40.952776733510561 ], [ 173.064145689478039, -40.952681381408794 ], [ 173.06419336375842, -40.952566949077344 ], [ 173.064268678795088, -40.952427713396489 ], [ 173.064331453731427, -40.952324713165432 ], [ 173.064386689067732, -40.952227437399237 ], [ 173.064441944635917, -40.952151135991848 ], [ 173.064497216777113, -40.952091995419195 ], [ 173.064547470001344, -40.952044298210261 ], [ 173.064617846702191, -40.952000403230194 ], [ 173.064688247503625, -40.951981296119214 ], [ 173.064753622035226, -40.951966005315093 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059517779219334, -40.956549347819795 ], [ 173.059392013080043, -40.956539878861804 ], [ 173.059175064232647, -40.956520922790119 ], [ 173.0589361143048, -40.956509127915957 ], [ 173.058712905266418, -40.956521159057722 ], [ 173.058502278215656, -40.956540333741685 ], [ 173.058297943117111, -40.956564271764726 ], [ 173.058096747633073, -40.956583440938566 ], [ 173.057911271744558, -40.956602601866877 ], [ 173.057694356314528, -40.956621778233036 ], [ 173.057549759757507, -40.956650451927018 ], [ 173.057424024686526, -40.956676732594737 ], [ 173.057282565658596, -40.956698254033228 ], [ 173.057213402939254, -40.95670305527868 ], [ 173.05696504134815, -40.956715095514838 ], [ 173.056716651106314, -40.956693766895143 ], [ 173.056506000568618, -40.956686719965965 ], [ 173.056282760119728, -40.95666299463069 ], [ 173.0560280723262, -40.956629750338621 ], [ 173.055773386793618, -40.956598888935183 ], [ 173.055521837450613, -40.956558491648529 ], [ 173.055361468606918, -40.95652520042583 ], [ 173.055163352834654, -40.956468092519479 ], [ 173.054980955093669, -40.956408593325357 ], [ 173.05482683333554, -40.956325245873145 ], [ 173.05469787714074, -40.956258570446778 ], [ 173.054550067476498, -40.956203821060406 ], [ 173.054342498145246, -40.956118114779422 ], [ 173.054153800635419, -40.956041933072363 ], [ 173.053873908782833, -40.955939575721096 ], [ 173.053691500134789, -40.955863390316303 ], [ 173.053408435111663, -40.955722898062575 ], [ 173.053241724102321, -40.955618103235153 ], [ 173.053030974349895, -40.955482343539003 ], [ 173.052845380327398, -40.955351338833594 ], [ 173.05270382217023, -40.955246531690342 ], [ 173.052524519088337, -40.955117907040311 ], [ 173.052351506317763, -40.954991662705751 ], [ 173.052172202732834, -40.954860654048829 ], [ 173.052058948874247, -40.954765367107036 ], [ 173.05195826513966, -40.954662924028426 ], [ 173.051860725562364, -40.954560479445831 ], [ 173.051753745456836, -40.95444612174942 ], [ 173.05167193312667, -40.954353203756796 ], [ 173.051571248762087, -40.954248376879413 ], [ 173.051527186943844, -40.954186426786251 ], [ 173.051495707917155, -40.954134004870909 ], [ 173.051486231999405, -40.954076806216094 ], [ 173.051505020842626, -40.953981459679092 ], [ 173.051523807778921, -40.953883729684591 ], [ 173.051536340404169, -40.953828904648198 ], [ 173.051520537967178, -40.953721656291918 ], [ 173.051517360810863, -40.953678755543578 ], [ 173.051495328254276, -40.953645397032723 ], [ 173.051485867220322, -40.953607265996908 ], [ 173.051479525927704, -40.953538148667356 ], [ 173.051498347966287, -40.953485704277398 ], [ 173.051514044709165, -40.953457095819068 ], [ 173.051517182944451, -40.953449944055293 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049325881427592, -40.949122548425514 ], [ 173.049222097001547, -40.949060622928783 ], [ 173.04916548064611, -40.949017744880997 ], [ 173.04913714775941, -40.948962937476615 ], [ 173.049118212095465, -40.94886284040215 ], [ 173.049130694532863, -40.948738895381496 ], [ 173.049124334970088, -40.948641176400649 ], [ 173.049086564530427, -40.948576839177043 ], [ 173.049070816723088, -40.948536327129375 ], [ 173.049067634346812, -40.948483892453012 ], [ 173.049083316837425, -40.948436216659033 ], [ 173.049142994915115, -40.948369454471887 ], [ 173.049149266114313, -40.948348000694864 ], [ 173.049124094740364, -40.948317026493477 ], [ 173.049146073082142, -40.948281265287306 ], [ 173.049183792123529, -40.948276482292044 ], [ 173.049212101750754, -40.948300304773205 ], [ 173.049240427333416, -40.948345578344572 ], [ 173.049271885877971, -40.948376549833959 ], [ 173.049303353316105, -40.948419438590662 ], [ 173.049322260755957, -40.948481400359441 ], [ 173.049341187747444, -40.948569580131178 ], [ 173.049353840079903, -40.948674446775499 ], [ 173.049379084495627, -40.948803142582832 ], [ 173.049391738709062, -40.948910392673689 ], [ 173.049407536546681, -40.949017641414159 ], [ 173.049401290237512, -40.949072463572016 ], [ 173.049395033260964, -40.949112984999452 ], [ 173.049382469564762, -40.949127291115062 ], [ 173.049357320858206, -40.949127301883074 ], [ 173.04932902324191, -40.949120163625743 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049151628495366, -40.947294512036329 ], [ 173.049189290377853, -40.947213458456154 ], [ 173.049226918538267, -40.947087119203061 ], [ 173.04924565022867, -40.946913118875173 ], [ 173.049251784899553, -40.946708138983595 ], [ 173.049245345677662, -40.946503164455208 ], [ 173.049235757731196, -40.946291040893136 ], [ 173.049216704124092, -40.946031252223996 ], [ 173.049207141108013, -40.945852497030138 ], [ 173.049232161124309, -40.945680877440466 ], [ 173.049266659087777, -40.945573607134584 ], [ 173.0492948311188, -40.945413903462374 ], [ 173.049319866702746, -40.945263734949584 ], [ 173.049370045807365, -40.945108788749891 ], [ 173.049489304536024, -40.944853707683684 ], [ 173.04960862298924, -40.944679664013677 ], [ 173.049702831389112, -40.94455568365084 ], [ 173.049815908585629, -40.944443612346127 ], [ 173.049916429902595, -40.944355380941197 ], [ 173.050010678620424, -40.944286219829578 ], [ 173.050082927254749, -40.944221835113296 ], [ 173.050123745826767, -40.944162230933529 ], [ 173.050148847575343, -40.944102633575298 ], [ 173.050148809713249, -40.94405258097855 ], [ 173.050142503187942, -40.944026365685509 ], [ 173.050133062334453, -40.944012069043829 ], [ 173.050098485531549, -40.944012084072 ], [ 173.05005765803071, -40.944059770959385 ], [ 173.0499728379408, -40.944126544568412 ], [ 173.049866024956543, -40.944207628373924 ], [ 173.049787475090966, -40.944252948013826 ], [ 173.049705779971646, -40.944295885498065 ], [ 173.049608373290909, -40.944345980057832 ], [ 173.04951724606974, -40.944386538007826 ], [ 173.049466968259878, -40.944408010707043 ], [ 173.04941039480417, -40.94441756879403 ], [ 173.049369516859713, -40.944398518642487 ], [ 173.049338061933042, -40.944369930614172 ], [ 173.049344309629333, -40.944317491872027 ], [ 173.049378843984954, -40.944260274103613 ], [ 173.049476222252935, -40.944172044425549 ], [ 173.049520197153015, -40.944129123308755 ], [ 173.049517032438786, -40.944100523174733 ], [ 173.049488720938569, -40.944071933836042 ], [ 173.049413243265747, -40.944021913592309 ], [ 173.049331479019031, -40.943971895988476 ], [ 173.049243419360806, -40.943909963725709 ], [ 173.049189948964198, -40.943864700849417 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051943664913125, -40.94405655330948 ], [ 173.051946772776517, -40.944011266211568 ], [ 173.051987567114026, -40.943923059887126 ], [ 173.052050355347063, -40.943822926331464 ], [ 173.052135111101336, -40.943677497109029 ], [ 173.052166490010222, -40.943608362636667 ], [ 173.052185284304159, -40.943524933103241 ], [ 173.052188388225488, -40.943474879080398 ], [ 173.052216621789029, -40.943403362557483 ], [ 173.052273150749812, -40.943338983577014 ], [ 173.052342254725176, -40.943276982318629 ], [ 173.052357941161745, -40.943238839867277 ], [ 173.052361048704427, -40.943193552751914 ], [ 173.052357858339661, -40.94313396774713 ], [ 173.052342102303072, -40.943083922279058 ], [ 173.052316933320185, -40.943055332203308 ], [ 173.052272910203385, -40.943033901045339 ], [ 173.052200591801153, -40.943005332308871 ], [ 173.052109387454749, -40.942943403648243 ], [ 173.052059062919, -40.942902907589783 ], [ 173.051996161541638, -40.94285765026455 ], [ 173.051970987188668, -40.942821909739699 ], [ 173.051980396500312, -40.942795687457199 ], [ 173.052024378217709, -40.942764682663942 ], [ 173.05208409129861, -40.942752738415514 ], [ 173.052153262337953, -40.942776541733309 ], [ 173.052294723414576, -40.942793161871897 ], [ 173.052370164204888, -40.942795511091155 ], [ 173.052436190217293, -40.942816932209119 ], [ 173.052517964818918, -40.942878864907897 ], [ 173.052590287001038, -40.942912200360681 ], [ 173.052672052396161, -40.942962215662234 ], [ 173.052741239033594, -40.943005086284913 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055851216406296, -40.940763170712685 ], [ 173.055778908968193, -40.940746521499356 ], [ 173.055684581221897, -40.940708431744582 ], [ 173.055602832328361, -40.940677486224871 ], [ 173.055558803738876, -40.9406489059376 ], [ 173.055521055569045, -40.940613172231998 ], [ 173.055489571863177, -40.940551217448146 ], [ 173.055489523989905, -40.940494014449961 ], [ 173.055508335172448, -40.940436802374172 ], [ 173.055533442650471, -40.940391504558946 ], [ 173.055577411121931, -40.940348581107955 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055451207848762, -40.939778995069048 ], [ 173.055473144057601, -40.939700330353098 ], [ 173.05555474390718, -40.939554900032988 ], [ 173.055626916017019, -40.939411857659664 ], [ 173.055695954705442, -40.939280734049881 ], [ 173.055733580002482, -40.939171076721493 ], [ 173.055790079883025, -40.93908047792673 ], [ 173.055859164085973, -40.939004173766442 ], [ 173.055975360490606, -40.938887327885368 ], [ 173.056094727811654, -40.938803848781397 ], [ 173.056201518413587, -40.938715608763353 ], [ 173.056283174125895, -40.938639298216323 ], [ 173.056308272299077, -40.938584466382913 ], [ 173.056308219674833, -40.93852249644786 ], [ 173.056283046670188, -40.938489140296959 ], [ 173.056261022839777, -40.938462932984123 ], [ 173.056254696233623, -40.938415266869242 ], [ 173.056279818621448, -40.938389036549324 ], [ 173.056364631099171, -40.938329408620426 ], [ 173.05649656312201, -40.93823877256974 ], [ 173.056675579679478, -40.938076609427597 ], [ 173.056826338493579, -40.937950211836664 ], [ 173.056908015045451, -40.937900118890305 ], [ 173.057109049492794, -40.937759395340755 ], [ 173.057328941340302, -40.937618662063606 ], [ 173.057504864894298, -40.937518469126907 ], [ 173.05770594462345, -40.937432564096639 ], [ 173.057800202384897, -40.937394381519709 ], [ 173.057869336599794, -40.937380046081799 ], [ 173.057938485362399, -40.937382394818663 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.06052800997449, -40.937016395147339 ], [ 173.060421151857838, -40.937021218110495 ], [ 173.060295420471022, -40.937009366620437 ], [ 173.0601759621768, -40.936983210955816 ], [ 173.060065902783521, -40.936923681822293 ], [ 173.05993066507159, -40.936826030300388 ], [ 173.059801687964523, -40.936699773842228 ], [ 173.05968528331897, -40.936573510730049 ], [ 173.059590865030259, -40.936430551911165 ], [ 173.059549886354063, -40.936297099269702 ], [ 173.059559206117171, -40.936175537946831 ], [ 173.059593678157881, -40.936063497468623 ], [ 173.059631320907812, -40.935982440332367 ], [ 173.059653285210885, -40.935941910133337 ], [ 173.059700397464525, -40.935906133834827 ], [ 173.059750669806988, -40.935889423568376 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059285456299079, -40.935827693700446 ], [ 173.0591786170219, -40.935851583192225 ], [ 173.05906549811732, -40.935882626185062 ], [ 173.058946099539867, -40.935920822660393 ], [ 173.058876971311719, -40.935939925666347 ], [ 173.058804693739546, -40.935951879853633 ], [ 173.058713552027967, -40.935956693219048 ], [ 173.058612981412125, -40.935961511305543 ], [ 173.05851240236936, -40.935956795464271 ], [ 173.05843381988285, -40.93594730146836 ], [ 173.058333224101403, -40.935923517790428 ], [ 173.058248328540856, -40.935883041867001 ], [ 173.058166582313703, -40.935849714675591 ], [ 173.058094279655137, -40.935833066896741 ], [ 173.058037693902776, -40.935818794624176 ], [ 173.057962250437328, -40.935804531804386 ], [ 173.057880500289912, -40.935766437489299 ], [ 173.057789313070344, -40.935718814001092 ], [ 173.057682396719713, -40.935654514081115 ], [ 173.057606926601096, -40.935609266045667 ], [ 173.057518868267607, -40.935544956550196 ], [ 173.057418221831711, -40.93546158556515 ], [ 173.057305016262319, -40.935392521501086 ], [ 173.057248418709946, -40.935363948077843 ], [ 173.05716353479994, -40.935335388652589 ], [ 173.057081820566225, -40.935337812593424 ], [ 173.057012686260009, -40.935349764102625 ], [ 173.056921545244194, -40.935354576051679 ], [ 173.056720409637194, -40.935368975931794 ], [ 173.056506706258887, -40.935388148543083 ], [ 173.056352712492952, -40.935400141209577 ], [ 173.056201851509002, -40.935400214836868 ], [ 173.056094995677256, -40.935405033790815 ], [ 173.056010158511043, -40.935431293104664 ], [ 173.055953617791829, -40.935469455935454 ], [ 173.055900227986399, -40.935517151056018 ], [ 173.055840544186225, -40.93555531535447 ], [ 173.055802854924906, -40.935586318596222 ], [ 173.055771431478291, -40.935593484182554 ], [ 173.05571172350696, -40.935603046890549 ], [ 173.055686583935369, -40.935607825956339 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057148131427738, -40.928401903013189 ], [ 173.057012960467318, -40.928356684101708 ], [ 173.05689978789971, -40.928311454178825 ], [ 173.056824330759127, -40.928270972494069 ], [ 173.056758266832247, -40.92818996724332 ], [ 173.056670141800993, -40.928035085401682 ], [ 173.056626031625058, -40.927901633063271 ], [ 173.056594487861844, -40.927763407609177 ], [ 173.056540992975954, -40.927680012592816 ], [ 173.056474901575257, -40.927565638680619 ], [ 173.056358456533815, -40.927365484621234 ], [ 173.056295469880638, -40.927205823252621 ], [ 173.056232465346852, -40.927024710670551 ], [ 173.056172631945657, -40.926876965011971 ], [ 173.056125405215312, -40.926772115552026 ], [ 173.056090793065664, -40.926719696164511 ], [ 173.056012185643311, -40.926667298144231 ], [ 173.05592102634472, -40.926636357342197 ], [ 173.055826742663356, -40.92662686916541 ], [ 173.055776474343929, -40.926641194280158 ], [ 173.05571365392754, -40.926676976622737 ], [ 173.055694820796674, -40.92670320383467 ], [ 173.05569485081358, -40.926738955794271 ], [ 173.0557294546511, -40.926781841444878 ], [ 173.055836406960765, -40.926908113346798 ], [ 173.055927655011971, -40.927043926623497 ], [ 173.055974877601415, -40.927144009231974 ], [ 173.056006409715849, -40.927270317552818 ], [ 173.056037923829138, -40.927375174689011 ], [ 173.056072586648412, -40.927487180677559 ], [ 173.056097803741295, -40.927577740067711 ], [ 173.056129271759175, -40.927627777511098 ], [ 173.05614818769692, -40.927699272238669 ], [ 173.056148232081625, -40.92775170843651 ], [ 173.056138832597497, -40.927785081515886 ], [ 173.056132571647993, -40.927813686137576 ], [ 173.056138885043595, -40.927847051566893 ], [ 173.05615775464409, -40.927863726630349 ], [ 173.056201760862024, -40.92787562251354 ], [ 173.056280339533203, -40.927892268440729 ], [ 173.056340074896951, -40.927923224308792 ], [ 173.056380952784622, -40.92795180590285 ], [ 173.05639984882086, -40.927999465950784 ], [ 173.05640305018062, -40.928068584852305 ], [ 173.056393703464778, -40.928163927997879 ], [ 173.056384362800202, -40.928266421531035 ], [ 173.056381262744964, -40.928316475796784 ], [ 173.056359294911204, -40.928352238499464 ], [ 173.056302750307623, -40.928378484228084 ], [ 173.056214761423092, -40.928383294083687 ], [ 173.056123621854169, -40.92837857154867 ], [ 173.056045040632171, -40.928359542053187 ], [ 173.055997875421099, -40.928328579931161 ], [ 173.055938135831582, -40.928292856961491 ], [ 173.055881542921043, -40.928261899364429 ], [ 173.055821817494746, -40.928242860577356 ], [ 173.055749531730214, -40.928235745153913 ], [ 173.055692970974917, -40.928242922877452 ], [ 173.0556772659871, -40.928252464318561 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051147471470273, -40.918403695943688 ], [ 173.051087710400765, -40.918325067975452 ], [ 173.051037375847329, -40.918246435803674 ], [ 173.050974474759897, -40.918170192632722 ], [ 173.050939887640197, -40.918139222825097 ], [ 173.050880178227231, -40.918127331842022 ], [ 173.050845598479242, -40.918105895876806 ], [ 173.050820419548984, -40.918051087198926 ], [ 173.050807772612814, -40.91794860362252 ], [ 173.050826519389972, -40.917810354180901 ], [ 173.050851455305633, -40.917548161629249 ], [ 173.050854380030529, -40.917264527548937 ], [ 173.050860477852154, -40.917021411028074 ], [ 173.050888590122867, -40.916804502944245 ], [ 173.050929285029582, -40.916606657042529 ], [ 173.050979411300744, -40.916415957358559 ], [ 173.051001308481261, -40.916289623805518 ], [ 173.051023192750506, -40.916146605965857 ], [ 173.051016822578845, -40.916034585723558 ], [ 173.050991609497402, -40.915934491159177 ], [ 173.050963291089971, -40.91588206734928 ], [ 173.050941280533266, -40.915860625848929 ], [ 173.05091300059803, -40.915858254868105 ], [ 173.050884733457991, -40.915872568160964 ], [ 173.050840790934757, -40.915932174278097 ], [ 173.050793717260547, -40.916006082573503 ], [ 173.050768650401409, -40.916096665448357 ], [ 173.050734166502991, -40.916199169806276 ], [ 173.050671420583285, -40.916323137797164 ], [ 173.050618107820384, -40.916456635488082 ], [ 173.050586770998706, -40.916566288821727 ], [ 173.050536559989069, -40.916647348787755 ], [ 173.050483210430372, -40.916733177042971 ], [ 173.050442412656736, -40.916797548561007 ], [ 173.050423609218996, -40.9168619104491 ], [ 173.050411086248204, -40.916921502650119 ], [ 173.050401716181767, -40.916995394285266 ], [ 173.050392362384542, -40.91709073713227 ], [ 173.05035784664085, -40.917152722402221 ], [ 173.050348463823838, -40.917209929753263 ], [ 173.050354791383029, -40.917267130244149 ], [ 173.050376834787386, -40.91733147427648 ], [ 173.050402005836276, -40.917376749186246 ], [ 173.050430315382584, -40.917417255780059 ], [ 173.050439790555714, -40.917481605294107 ], [ 173.050458699271957, -40.917555484554477 ], [ 173.050465026959387, -40.917612685035806 ], [ 173.050468203496479, -40.917657969551669 ], [ 173.050443090274797, -40.917688965632642 ], [ 173.050399120809629, -40.917715203012911 ], [ 173.050314307612041, -40.917746225140952 ], [ 173.050257751596376, -40.917748633271032 ], [ 173.050204326858221, -40.917736739198098 ], [ 173.050141481241866, -40.917731999602999 ], [ 173.050100644732765, -40.917746318163616 ], [ 173.050059802811774, -40.917753486306026 ], [ 173.050003246780534, -40.917755894311284 ], [ 173.049949820287964, -40.917741616652499 ], [ 173.049849231875129, -40.917686840396932 ], [ 173.049776927854055, -40.917639202254165 ], [ 173.049720339763837, -40.917598707697138 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059479254710226, -40.913844095275486 ], [ 173.059481691339101, -40.913758289088889 ], [ 173.059496693883602, -40.913670569642491 ], [ 173.059541841555813, -40.913563766869771 ], [ 173.059599544686904, -40.913443610155078 ], [ 173.059674871346743, -40.913355859489272 ], [ 173.059770297308603, -40.913258564475576 ], [ 173.059860714895137, -40.913182246521821 ], [ 173.059978746361793, -40.913067778608728 ], [ 173.060049053720206, -40.912989564185764 ], [ 173.060079177750396, -40.912947599413435 ], [ 173.060114337372312, -40.912915165890695 ], [ 173.060152015640739, -40.912888451372957 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060292683102233, -40.91279113231289 ], [ 173.06022222744474, -40.912705364181001 ], [ 173.060151803076252, -40.912653917967305 ], [ 173.060071335229225, -40.912613917601789 ], [ 173.059995894448349, -40.912573914564632 ], [ 173.059910394662353, -40.912528196374012 ], [ 173.059814837632587, -40.912478669783098 ], [ 173.05972682289871, -40.912431045983304 ], [ 173.05964382667824, -40.912373885637074 ], [ 173.059580924705898, -40.912301460637067 ], [ 173.059543164429215, -40.912236649730595 ], [ 173.059535557307044, -40.912162289364744 ], [ 173.059583186546519, -40.912021163284408 ], [ 173.059623268357001, -40.911872413975878 ], [ 173.059678454705761, -40.911750351710886 ], [ 173.059695978564633, -40.911672164787902 ], [ 173.059710980357664, -40.911584445282308 ], [ 173.059710934041163, -40.911532962328316 ], [ 173.05968828731281, -40.911504372397118 ], [ 173.05964805335708, -40.911483418667082 ], [ 173.059605323108087, -40.911481533983071 ], [ 173.059572651768605, -40.911485364418532 ], [ 173.059539985556853, -40.911494915173066 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052480807585795, -40.896976311552386 ], [ 173.052382756569671, -40.896915339108659 ], [ 173.052299789079626, -40.896861986869446 ], [ 173.052252020161035, -40.896831500011224 ], [ 173.052194199734942, -40.8968010176823 ], [ 173.052133870966145, -40.896776256803811 ], [ 173.052088627036426, -40.896761022991292 ], [ 173.052038346896381, -40.896732443960055 ], [ 173.052008174353034, -40.896709576186943 ], [ 173.05197295964777, -40.896665736076876 ], [ 173.051945274682936, -40.896610451872874 ], [ 173.051950249727014, -40.896545619045156 ], [ 173.051975332244496, -40.896486497502714 ], [ 173.052015518843518, -40.896461691219457 ], [ 173.052043138053477, -40.896433077029656 ], [ 173.052055671034424, -40.896393028951131 ], [ 173.052063167794074, -40.896339635670195 ], [ 173.052078215109503, -40.896301493235583 ], [ 173.052065619370211, -40.896261456499097 ], [ 173.052040444374029, -40.896202357616744 ], [ 173.051997667437774, -40.896128012408475 ], [ 173.0519348026329, -40.89607274405212 ], [ 173.051874453769869, -40.896021288093642 ], [ 173.051796509056572, -40.895962212878125 ], [ 173.051718546662016, -40.895880256230868 ], [ 173.051670738658999, -40.895798286024181 ], [ 173.051597802305849, -40.895716327041093 ], [ 173.051527380456037, -40.895636273669581 ], [ 173.051461987412807, -40.895560031574817 ], [ 173.051361388242469, -40.895449483043521 ], [ 173.051285926567914, -40.895350363941319 ], [ 173.051205458573236, -40.895276035182079 ], [ 173.051165190120287, -40.895194061409391 ], [ 173.051127428718871, -40.895104459380285 ], [ 173.051056972902529, -40.894978642948054 ], [ 173.05097897891082, -40.894852829802232 ], [ 173.050890919365457, -40.894707953216802 ], [ 173.050835557297347, -40.89460310458837 ], [ 173.050815409630673, -40.894544003205318 ], [ 173.050805316118357, -40.894488710954988 ], [ 173.05078014874897, -40.894437238906391 ], [ 173.050732367706644, -40.894387683583915 ], [ 173.050674512277823, -40.894307624144474 ], [ 173.050619153792297, -40.894206588968743 ], [ 173.050588962551188, -40.894157025863464 ], [ 173.050563798378874, -40.894109367328831 ], [ 173.050521044752884, -40.894061716494548 ], [ 173.050473267072505, -40.894015974625603 ], [ 173.050443093406301, -40.893989292866806 ], [ 173.050427997895241, -40.893964511291173 ], [ 173.050430486061401, -40.893932094894851 ], [ 173.050455584882371, -40.89389394826042 ], [ 173.050490736230046, -40.893857704002848 ], [ 173.050553536774828, -40.893832888315714 ], [ 173.050654034709765, -40.893815683175639 ], [ 173.05070679279271, -40.893802312512442 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.046988193835915, -40.889798688551672 ], [ 173.046910264813391, -40.88974533031471 ], [ 173.046852418038981, -40.889665268888628 ], [ 173.046802082378662, -40.889547068698427 ], [ 173.046746708260059, -40.88940980268243 ], [ 173.046703897386692, -40.889272531549935 ], [ 173.046676126101659, -40.889083771132206 ], [ 173.046670980332976, -40.888912162609287 ], [ 173.046683348968628, -40.888635673839964 ], [ 173.046683178780142, -40.888393512256627 ], [ 173.046685568058592, -40.888218087094153 ], [ 173.046695473548681, -40.888012150326283 ], [ 173.046727969105319, -40.887773789056951 ], [ 173.046763007840184, -40.88757928279211 ], [ 173.046808052159065, -40.887321848543294 ], [ 173.046883238291571, -40.887052961306324 ], [ 173.046960948457098, -40.886801234047276 ], [ 173.04702861478313, -40.886559044747273 ], [ 173.047076280677487, -40.886457965679618 ], [ 173.047133966634789, -40.886314933217733 ], [ 173.047239340763468, -40.886103236925543 ], [ 173.047367308824477, -40.885866743040786 ], [ 173.047495286880945, -40.885645503285239 ], [ 173.047590622625791, -40.885452878637807 ], [ 173.0476910018848, -40.885286946820159 ], [ 173.047816490007563, -40.885100029860062 ], [ 173.047904325223755, -40.884960798048233 ], [ 173.048024795535213, -40.884785323650405 ], [ 173.048115154756317, -40.884663251693006 ], [ 173.048205521946898, -40.884552620374762 ], [ 173.048336041782704, -40.884379048225085 ], [ 173.048484143642725, -40.884199748174893 ], [ 173.048629736486276, -40.884026169345383 ], [ 173.048782868563961, -40.883856400710883 ], [ 173.04890085444282, -40.883724782499449 ], [ 173.049033921220797, -40.883602691685574 ], [ 173.049161961330668, -40.883478696071954 ], [ 173.049310098581913, -40.883352784937109 ], [ 173.049443163863003, -40.883230693644023 ], [ 173.049583772880339, -40.883118132884391 ], [ 173.049716852884217, -40.883017015915676 ], [ 173.049834866888375, -40.882927346021177 ], [ 173.049952879140335, -40.882835769218829 ], [ 173.050101027838195, -40.882728924915263 ], [ 173.050284334550042, -40.88260299723121 ], [ 173.050475179053819, -40.882478972741424 ], [ 173.050716253663182, -40.882333951204103 ], [ 173.050929707611175, -40.88220991601294 ], [ 173.051100474595302, -40.882116407932358 ], [ 173.051258692693892, -40.882040066256188 ], [ 173.051404357647129, -40.881975170678139 ], [ 173.051547498156225, -40.881895021749024 ], [ 173.051657984077224, -40.881822514418268 ], [ 173.051788556415147, -40.88173474366863 ], [ 173.051931707865549, -40.881669848549869 ], [ 173.052069811995267, -40.881576353727382 ], [ 173.052217966468476, -40.881484760975461 ], [ 173.052383702158266, -40.881387439687458 ], [ 173.052469069324985, -40.881322570126954 ], [ 173.052536844194947, -40.881250081368798 ], [ 173.052561915904249, -40.88118523918623 ], [ 173.052554335274777, -40.881129945815225 ], [ 173.052536732624702, -40.881108979176346 ], [ 173.05250908231875, -40.881089923896397 ], [ 173.052483966914252, -40.881099469262871 ], [ 173.052446309597599, -40.881133808559603 ], [ 173.052396104292541, -40.881185314628326 ], [ 173.052283119940228, -40.881273078102765 ], [ 173.052190224733181, -40.881349391654886 ], [ 173.052127451556316, -40.881393276142845 ], [ 173.052047098124376, -40.88144479567859 ], [ 173.051951672205121, -40.881498228734749 ], [ 173.051828615173264, -40.881557394491637 ], [ 173.051733175554517, -40.881593666289774 ], [ 173.051692987453691, -40.881605125029601 ], [ 173.051642730818088, -40.881591800033782 ], [ 173.051607546593857, -40.88157656148617 ], [ 173.05155228016875, -40.881582306561739 ], [ 173.051504565452348, -40.881607116108327 ], [ 173.051441782721042, -40.881639559503981 ], [ 173.051356390561921, -40.881673919721408 ], [ 173.051281046110603, -40.881706368621735 ], [ 173.051203202492729, -40.881755979664142 ], [ 173.051102761071888, -40.881822761749696 ], [ 173.050997293337929, -40.881887639182679 ], [ 173.050899341926055, -40.881925818186289 ], [ 173.050844091199707, -40.881952537570378 ], [ 173.050778815894034, -40.882011676717404 ], [ 173.050733636205734, -40.882066993415854 ], [ 173.050698489767882, -40.882101331031912 ], [ 173.050645752601127, -40.882129956002132 ], [ 173.050522699035326, -40.882196747505077 ], [ 173.050412209805586, -40.882267346958592 ], [ 173.05028414838651, -40.882357021834515 ], [ 173.050181188468514, -40.882418083848783 ], [ 173.050043067004594, -40.882494415324622 ], [ 173.049957700264201, -40.882565003436625 ], [ 173.049839695651372, -40.882666114177816 ], [ 173.049731725834789, -40.882748152604648 ], [ 173.049651387430686, -40.882824458678357 ], [ 173.049618760937705, -40.882870235595391 ], [ 173.049578585928458, -40.88290076145568 ], [ 173.049535901362333, -40.882935101952619 ], [ 173.049453033109444, -40.882988527534458 ], [ 173.049382736481618, -40.883055295179723 ], [ 173.049337557753603, -40.883114424894046 ], [ 173.04929237328642, -40.883165927446825 ], [ 173.049219562522183, -40.883230789278642 ], [ 173.049131670302899, -40.883286123557085 ], [ 173.049036250652193, -40.883354808473122 ], [ 173.04893329365845, -40.883423496507369 ], [ 173.04884289977619, -40.883494085915885 ], [ 173.048775103188575, -40.88354559783599 ], [ 173.048659594855877, -40.88362954522097 ], [ 173.048614417884522, -40.883692488218074 ], [ 173.048544151714026, -40.883803111414615 ], [ 173.048486440354083, -40.883904195358312 ], [ 173.048418690320119, -40.884020537775129 ], [ 173.048365989515787, -40.884102551690127 ], [ 173.048308252667937, -40.884169313400484 ], [ 173.04827059006783, -40.884201744532255 ], [ 173.048207801921336, -40.884232279369748 ], [ 173.048147513693749, -40.884245652054709 ], [ 173.048097276476511, -40.88426092730333 ], [ 173.04805709578946, -40.884285732270683 ], [ 173.048021953686288, -40.884329602986739 ], [ 173.048001891554861, -40.884381094560901 ], [ 173.04798689692862, -40.884491694388942 ], [ 173.047951795958937, -40.884592768644005 ], [ 173.04792926941343, -40.884710998735329 ], [ 173.047911744280555, -40.88479681138228 ], [ 173.047869086487566, -40.884871193743592 ], [ 173.047793775115935, -40.88495703033864 ], [ 173.047718478615536, -40.885063841521003 ], [ 173.047655735906403, -40.885159206751339 ], [ 173.047625617975143, -40.885203075264066 ], [ 173.047570401436957, -40.885283183051946 ], [ 173.047512666855425, -40.885355664706807 ], [ 173.047452425138204, -40.885435774506099 ], [ 173.047384659493019, -40.885534955220628 ], [ 173.047354558882091, -40.885603611865832 ], [ 173.04732448537581, -40.885710404203195 ], [ 173.047289380041235, -40.885807664666125 ], [ 173.047226657703078, -40.885933538210914 ], [ 173.047151363245348, -40.886046069360781 ], [ 173.04709867414212, -40.886149057303406 ], [ 173.047063575000095, -40.886255851614813 ], [ 173.047020927468708, -40.886347394708089 ], [ 173.046973256176074, -40.886440846615585 ], [ 173.046940635494849, -40.886499970241736 ], [ 173.046930621872406, -40.886551457520341 ], [ 173.046918107852775, -40.886620106882411 ], [ 173.046905592460917, -40.886686849457604 ], [ 173.046865440801923, -40.886755510048651 ], [ 173.046810230119945, -40.886847058160228 ], [ 173.046762555488385, -40.886936696403609 ], [ 173.046734963435085, -40.887001538283137 ], [ 173.046742537212879, -40.887053018413241 ], [ 173.046757644539696, -40.88709877513314 ], [ 173.046752662441492, -40.88715979427667 ], [ 173.046742659308052, -40.887226535809596 ], [ 173.046700012052895, -40.887319985553837 ], [ 173.046677467620697, -40.887417240716985 ], [ 173.046680012311924, -40.88746300252761 ], [ 173.046667501881103, -40.887537372205152 ], [ 173.046632387928696, -40.887625098516189 ], [ 173.046599771713915, -40.887691849171823 ], [ 173.04658220797819, -40.887726178395475 ], [ 173.046552074812837, -40.887750978765553 ], [ 173.046524462184465, -40.887787218820392 ], [ 173.046524488893965, -40.887825354507605 ], [ 173.046549645111355, -40.887869200409817 ], [ 173.046557229536518, -40.887935934818913 ], [ 173.046557284329936, -40.888014112975327 ], [ 173.046542261100058, -40.888088483646513 ], [ 173.046524734623858, -40.888176202818009 ], [ 173.04650971933151, -40.888262014188157 ], [ 173.046497191209056, -40.888311595642627 ], [ 173.04646706708354, -40.88834974347742 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049603071782343, -40.882046510506505 ], [ 173.049793941684072, -40.88195680928397 ], [ 173.050035043171277, -40.8818480180962 ], [ 173.050215864084635, -40.881760227318239 ], [ 173.050409256224953, -40.881685778270459 ], [ 173.050602643574962, -40.881605608538784 ], [ 173.050785989962634, -40.881536883625188 ], [ 173.050964299654225, -40.881452906349082 ], [ 173.051109951874565, -40.881372756845913 ], [ 173.051190301539577, -40.881315517602864 ], [ 173.051293254405607, -40.881248734318476 ], [ 173.05141379314415, -40.881181943103833 ], [ 173.051506703791091, -40.881124698038818 ], [ 173.051597107908151, -40.881075081168156 ], [ 173.051692548340156, -40.881040716266199 ], [ 173.05177543613641, -40.881017797643274 ], [ 173.05187086746227, -40.880971991874674 ], [ 173.052006475852266, -40.880901379685241 ], [ 173.05211946741727, -40.880823150408894 ], [ 173.052214889235557, -40.880765903635243 ], [ 173.052265098864297, -40.880720118001392 ], [ 173.052302736527906, -40.880660990536157 ], [ 173.052317771155685, -40.880611407249042 ], [ 173.052305167749637, -40.880558022921555 ], [ 173.052277487734898, -40.880500831851883 ], [ 173.052262355615284, -40.880426474004224 ], [ 173.052272340185908, -40.88034447762427 ], [ 173.052314996151694, -40.880277720727364 ], [ 173.052377748611292, -40.880209047902348 ], [ 173.052430465452034, -40.88015754069135 ], [ 173.052480686521136, -40.88012700925308 ], [ 173.052520864548939, -40.880104109516019 ], [ 173.052601238635418, -40.880081191440723 ], [ 173.052661513118949, -40.880056375700441 ], [ 173.052704197245475, -40.880025847605211 ], [ 173.052756925799486, -40.879989594537832 ], [ 173.05278705464471, -40.87996669930353 ], [ 173.052837281470715, -40.87994379485631 ], [ 173.052874954602203, -40.879930430080108 ], [ 173.052917664365367, -40.879932317280797 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065109299755335, -40.954384097079242 ], [ 173.065028811920143, -40.954378422213821 ], [ 173.064905549250653, -40.954353703751799 ], [ 173.064794854552616, -40.954321351044825 ], [ 173.06471684278435, -40.95427563255214 ], [ 173.064601028962812, -40.954151757917799 ], [ 173.064487684244739, -40.953980212712032 ], [ 173.064374367896164, -40.953837268817509 ], [ 173.064298816535569, -40.953734345776162 ], [ 173.064213164601114, -40.953589479523266 ], [ 173.064145118278219, -40.953444603409892 ], [ 173.064097190635806, -40.953297809307124 ], [ 173.064059291965094, -40.95311859463564 ], [ 173.064051675030669, -40.953044235103803 ], [ 173.06404899416566, -40.952872627904519 ], [ 173.064071526045808, -40.95276583664392 ], [ 173.064109157099892, -40.95266857079914 ], [ 173.064181922345568, -40.952493108091332 ], [ 173.064252188852237, -40.952334807595527 ], [ 173.064335022548562, -40.952168872987272 ], [ 173.064425441544984, -40.952044882874027 ], [ 173.064503335428327, -40.951972382310423 ], [ 173.064558629653817, -40.951936122856722 ], [ 173.064664221462181, -40.951897928415548 ], [ 173.064779891680303, -40.951878795851165 ], [ 173.06481258448261, -40.951876870715225 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059492377857737, -40.956621261747387 ], [ 173.05933515935223, -40.956597508236946 ], [ 173.059033332411275, -40.956588129357542 ], [ 173.058766097363844, -40.956588265872433 ], [ 173.058432850045989, -40.956600352504068 ], [ 173.058190779043287, -40.956614775645008 ], [ 173.057910986858673, -40.956636367587535 ], [ 173.057587179259258, -40.956657980843318 ], [ 173.057319968663592, -40.956686715424375 ], [ 173.057062179416931, -40.956703527461308 ], [ 173.056879832518518, -40.956706001014041 ], [ 173.056706915409194, -40.956706086188497 ], [ 173.0565434240402, -40.956699016124048 ], [ 173.05632962145279, -40.956682436608332 ], [ 173.056078079522905, -40.956651574342416 ], [ 173.055807668144183, -40.956613570304711 ], [ 173.055590714074782, -40.956587457133651 ], [ 173.055417767371978, -40.9565517886005 ], [ 173.055216511506302, -40.956499449200209 ], [ 173.05498696054093, -40.956447122945661 ], [ 173.054763695833458, -40.95639240979532 ], [ 173.054578154729171, -40.956332911456059 ], [ 173.054420901471644, -40.956263865658499 ], [ 173.054307661514798, -40.956192415470383 ], [ 173.054191277882325, -40.956120966647717 ], [ 173.054074917839927, -40.956078119128946 ], [ 173.053971147199348, -40.956051949769574 ], [ 173.053848491844093, -40.955999571157136 ], [ 173.05361889547504, -40.955887655874015 ], [ 173.053370417264546, -40.955751914343985 ], [ 173.053181677919923, -40.955620911642143 ], [ 173.052930055811373, -40.955482787153535 ], [ 173.052753910713477, -40.955373229040511 ], [ 173.052587188378823, -40.955251749093385 ], [ 173.05238899401013, -40.955087381049431 ], [ 173.05224741834715, -40.954958738816352 ], [ 173.052118411170738, -40.954820556912672 ], [ 173.051995709066347, -40.954703823098349 ], [ 173.051885597711703, -40.954606151112998 ], [ 173.051775477371081, -40.954496561757637 ], [ 173.051677925311026, -40.954377432848545 ], [ 173.051577224205346, -40.954251154902472 ], [ 173.051523717923402, -40.954172524857377 ], [ 173.051507935801538, -40.954091494486505 ], [ 173.051507856145349, -40.953989006015838 ], [ 173.051523502971492, -40.95389604433165 ], [ 173.051542321369169, -40.953838833031966 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049101936498744, -40.948534327668042 ], [ 173.049123893727796, -40.948469965005039 ], [ 173.049145861517275, -40.948419903068519 ], [ 173.049177274077209, -40.94838890474751 ], [ 173.049205562518324, -40.948384125766985 ], [ 173.049233866888386, -40.948400797876637 ], [ 173.049233891673055, -40.948434166249747 ], [ 173.049224498176699, -40.948484222835461 ], [ 173.049208822854041, -40.948541432468886 ], [ 173.049186844460024, -40.948577193685416 ], [ 173.049155424745351, -40.948598658187478 ], [ 173.049123980280825, -40.948586754308835 ], [ 173.049101962982718, -40.948570079495589 ], [ 173.049098805296921, -40.948551013192905 ], [ 173.049101934733159, -40.948531944212853 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049170679329421, -40.947974186202842 ], [ 173.049167426185051, -40.947826413306153 ], [ 173.049157910762119, -40.947712011463445 ], [ 173.049173584165146, -40.947652418373217 ], [ 173.049170384070692, -40.947576149135962 ], [ 173.049160898729014, -40.947502266033901 ], [ 173.049126293609021, -40.94746652893739 ], [ 173.049101122580936, -40.947435554726013 ], [ 173.049094796728781, -40.94738312137892 ], [ 173.049110503661808, -40.947368813951627 ], [ 173.049151362156778, -40.947359262716262 ], [ 173.049189084210525, -40.947359246630128 ], [ 173.049217381059833, -40.947366384924429 ], [ 173.049236250940538, -40.947378294150369 ], [ 173.049255142080398, -40.947418804840915 ], [ 173.049267786969267, -40.947514137693496 ], [ 173.049280453158218, -40.947638072009688 ], [ 173.049296296596594, -40.947807290632056 ], [ 173.049309005447526, -40.947988427868523 ], [ 173.04931542905581, -40.948171951242365 ], [ 173.049309188068548, -40.948233923769173 ], [ 173.049290356922825, -40.948274450573443 ], [ 173.049265233340179, -40.948307829695011 ], [ 173.049236962640293, -40.948336443242795 ], [ 173.049211819542336, -40.948343604344657 ], [ 173.049183515202287, -40.948326932229442 ], [ 173.049177185662614, -40.948269731984503 ], [ 173.049164535455304, -40.94816724876852 ], [ 173.049155028825169, -40.948064764209263 ], [ 173.049167537563676, -40.947976570998726 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049233057868463, -40.947311558733993 ], [ 173.049223560105901, -40.9472209914437 ], [ 173.049220285645191, -40.947044617059774 ], [ 173.049229569196342, -40.946846786199714 ], [ 173.049248261856178, -40.946620349833154 ], [ 173.049254375241475, -40.946386768458297 ], [ 173.049238507468175, -40.946184181402138 ], [ 173.04922577615207, -40.945972059169712 ], [ 173.049222531836392, -40.945836203504591 ], [ 173.04923188778892, -40.945736094313368 ], [ 173.049263189222671, -40.945557321659898 ], [ 173.04931963067952, -40.945369004413003 ], [ 173.049360386754614, -40.945223596079657 ], [ 173.049441960585426, -40.945016200341513 ], [ 173.049520426131096, -40.944856475022448 ], [ 173.049624006210394, -40.944653836604353 ], [ 173.049686802278472, -40.944558471259597 ], [ 173.049759037212198, -40.944475019094298 ], [ 173.049831298837574, -40.944427318735585 ], [ 173.049934976037605, -40.944355770153962 ], [ 173.050032355503873, -40.944269923464958 ], [ 173.050126576946781, -40.944165010403516 ], [ 173.050183094153397, -40.944081564798807 ], [ 173.050211330138325, -40.944010048773045 ], [ 173.050198731489417, -40.943976685849272 ], [ 173.050167283620112, -40.94395763187331 ], [ 173.05012956350248, -40.943957648278349 ], [ 173.050107570909319, -40.943971958584456 ], [ 173.050082440363894, -40.943993420622753 ], [ 173.050063600093665, -40.944019646840189 ], [ 173.050007063012799, -40.944076874360391 ], [ 173.049944253496221, -40.944153172231339 ], [ 173.049884576430316, -40.944215167965666 ], [ 173.049821739773677, -40.944255713914423 ], [ 173.049752614532963, -40.944293879084562 ], [ 173.049670924698006, -40.944343966914559 ], [ 173.049582942663932, -40.944386907019201 ], [ 173.049494948059561, -40.944413162858361 ], [ 173.04940065777302, -40.944427504039567 ], [ 173.049350362151529, -40.944425142119151 ], [ 173.049303199263363, -40.944408478091503 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051940145919019, -40.94397829803065 ], [ 173.051946357904086, -40.943882956919332 ], [ 173.051983993876689, -40.943775684353938 ], [ 173.052049927176682, -40.943677932835939 ], [ 173.052172380113348, -40.94350388506372 ], [ 173.052241428010291, -40.943370380151656 ], [ 173.052297943757708, -40.943289316958079 ], [ 173.05234504638122, -40.943229709132339 ], [ 173.052354434898405, -40.943177268791189 ], [ 173.052335531787406, -40.943122457835152 ], [ 173.052288340880068, -40.94307004316483 ], [ 173.052193966794874, -40.942974747594185 ], [ 173.052099617330242, -40.94291043689082 ], [ 173.052011567718324, -40.942862807475912 ], [ 173.051961239567419, -40.942817544459217 ], [ 173.051926627919471, -40.942772274343604 ], [ 173.051923464099218, -40.942746057726936 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05598601537551, -40.940711066484418 ], [ 173.055853987385973, -40.940694446298934 ], [ 173.055756530514685, -40.940673042332392 ], [ 173.055659053698008, -40.940627803701396 ], [ 173.055593000848972, -40.940573016004812 ], [ 173.055539506852767, -40.940501538006878 ], [ 173.055520611853694, -40.940458644840092 ], [ 173.055526850302357, -40.940401438814 ], [ 173.055555094935301, -40.940348989105182 ], [ 173.055592779023499, -40.940308452134936 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "0", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055369138266371, -40.939738912937749 ], [ 173.055438197732656, -40.939631624075545 ], [ 173.055513509317279, -40.939483813346342 ], [ 173.055595082832838, -40.939307398028653 ], [ 173.055698653708703, -40.939126205104891 ], [ 173.055814846597372, -40.939004592469949 ], [ 173.055946744516035, -40.938871054797083 ], [ 173.056116346945146, -40.938723197867532 ], [ 173.056220008443916, -40.93865164357387 ], [ 173.056282813622687, -40.938584876055501 ], [ 173.056301623580822, -40.938527663832097 ], [ 173.05628900470299, -40.938472850411593 ], [ 173.056251261423938, -40.938441883849137 ], [ 173.056222947419769, -40.938410912676957 ], [ 173.05623862238923, -40.938363235831076 ], [ 173.056276302909282, -40.938320315165321 ], [ 173.056408208676345, -40.938198694246154 ], [ 173.056536985120971, -40.938093758929504 ], [ 173.056672055425906, -40.937998354215146 ], [ 173.056866804564805, -40.937857634179146 ], [ 173.057020717861718, -40.937745535535861 ], [ 173.057209189716559, -40.937616735321633 ], [ 173.057356826109867, -40.937516556641512 ], [ 173.057469927945789, -40.937461680736909 ], [ 173.057620739767543, -40.937399635501748 ], [ 173.057724430771088, -40.937366215193364 ], [ 173.057787280991022, -40.937354266410694 ], [ 173.057850135346911, -40.937347084512751 ], [ 173.057928719409375, -40.937356578903056 ], [ 173.05801673467036, -40.937368451955471 ], [ 173.058107903436763, -40.937392240654127 ], [ 173.058164501000476, -40.937418430184593 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060464796645363, -40.936973923263359 ], [ 173.060332781487119, -40.936964458569399 ], [ 173.060181893160632, -40.936938319351313 ], [ 173.060034132856885, -40.936895494082293 ], [ 173.0598863469138, -40.936824067108255 ], [ 173.059760521485146, -40.936707342810216 ], [ 173.059650392170568, -40.936569159106419 ], [ 173.05958114140455, -40.936452405327238 ], [ 173.059540181994493, -40.936340403821262 ], [ 173.059511756126255, -40.936185493532967 ], [ 173.059536782226616, -40.936054390258271 ], [ 173.059599538764388, -40.935939951707674 ], [ 173.059665491654982, -40.935885097994991 ], [ 173.059740901222, -40.93586122433986 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "0", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059203372272435, -40.935768546588214 ], [ 173.05910283384182, -40.935809117002911 ], [ 173.058961447425844, -40.93586162552922 ], [ 173.058857757283306, -40.935892663496659 ], [ 173.058785486097719, -40.93591176805208 ], [ 173.058688062735513, -40.935921351521785 ], [ 173.058584347103817, -40.935923787722864 ], [ 173.058474341337075, -40.935921460098363 ], [ 173.058380050386177, -40.935919124413822 ], [ 173.058307747598462, -40.935902476769115 ], [ 173.058254290044886, -40.935871518793299 ], [ 173.058200819990191, -40.93582626003198 ], [ 173.058134796993158, -40.935802458725291 ], [ 173.058065654045237, -40.935804877024623 ], [ 173.058021667255503, -40.935821583394194 ], [ 173.057990248106421, -40.935833516505014 ], [ 173.057949410485463, -40.935857371646598 ], [ 173.057908558265837, -40.935864542553013 ], [ 173.057889690108027, -40.935852634721272 ], [ 173.057845655423534, -40.935814521441294 ], [ 173.057748153195973, -40.935733532632135 ], [ 173.057612937888678, -40.935654946049361 ], [ 173.057490298816134, -40.935581119959977 ], [ 173.057386509419473, -40.935497750514706 ], [ 173.057276432349653, -40.935412000636788 ], [ 173.057197817792684, -40.935364370432055 ], [ 173.057131801775171, -40.935347718929641 ], [ 173.057034360552024, -40.935335849859683 ], [ 173.056921221062595, -40.935343056148476 ], [ 173.056742083996909, -40.935355061743785 ], [ 173.056402657151153, -40.935367145575476 ], [ 173.056154375329726, -40.935379184058107 ], [ 173.056003518418635, -40.935384024346618 ], [ 173.055953245513138, -40.935400732981243 ], [ 173.055909280562219, -40.935443656610218 ], [ 173.055896748985191, -40.935491331911798 ], [ 173.05587162553411, -40.935515178700541 ], [ 173.055840216177444, -40.935539028527884 ], [ 173.055802518902766, -40.9355604979284 ], [ 173.055749104870898, -40.935579591454854 ], [ 173.055717683424206, -40.935589140486869 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "0", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057308164522539, -40.92848802554829 ], [ 173.057220124165042, -40.928433249591329 ], [ 173.057078663780118, -40.928383266949318 ], [ 173.056949796526993, -40.928359496021557 ], [ 173.056824086261116, -40.92835240764385 ], [ 173.056710954584361, -40.928354846800779 ], [ 173.056582101749598, -40.928347759704678 ], [ 173.056434401437627, -40.928350215547056 ], [ 173.056318131193905, -40.928357422783051 ], [ 173.056201858905354, -40.928362246438539 ], [ 173.056082425859302, -40.928345620335719 ], [ 173.056006987290118, -40.928326589285746 ], [ 173.055903253301892, -40.928293271121355 ], [ 173.055808941198364, -40.92825279791105 ], [ 173.055742924596984, -40.928226611734729 ], [ 173.055695761622644, -40.928198032951634 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "0", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051128291913983, -40.918387417414465 ], [ 173.05105594586567, -40.918287343792358 ], [ 173.050993042886461, -40.918208717164418 ], [ 173.050955315446714, -40.918180132218708 ], [ 173.050883008266737, -40.918130111306574 ], [ 173.050829555723226, -40.918082465508292 ], [ 173.050791801059688, -40.918018128491902 ], [ 173.050776028479333, -40.917937097505558 ], [ 173.050763323285992, -40.917758342950506 ], [ 173.050769341248184, -40.917410353863005 ], [ 173.050800546789446, -40.917129090792272 ], [ 173.050841176417066, -40.91684544007596 ], [ 173.050884933122404, -40.916542720198137 ], [ 173.05090991222076, -40.916337730819897 ], [ 173.050919202988098, -40.916161349989238 ], [ 173.050900204577943, -40.915970680825495 ], [ 173.050871825931694, -40.915839602527775 ], [ 173.050830928671957, -40.915772883415684 ], [ 173.050796355640756, -40.915758597832308 ], [ 173.05076808851797, -40.915772911096816 ], [ 173.050746129093767, -40.915818206682324 ], [ 173.050717967588156, -40.915970761116228 ], [ 173.050680394442708, -40.916142387430575 ], [ 173.050655352848935, -40.916266338837922 ], [ 173.050642850206458, -40.916352149223279 ], [ 173.050624090727524, -40.916473714391216 ], [ 173.050595874146495, -40.916554764727088 ], [ 173.050548803389688, -40.91663343985168 ], [ 173.050495457485283, -40.916724035049377 ], [ 173.050464105834635, -40.916814620598544 ], [ 173.050429646452301, -40.916950493408407 ], [ 173.050414017619318, -40.917057756346679 ], [ 173.050398372444079, -40.917143568067544 ], [ 173.050395272003755, -40.917198389207826 ], [ 173.050401599602225, -40.917255589696232 ], [ 173.050442491910303, -40.917315158538898 ], [ 173.050467653934192, -40.917348516094158 ], [ 173.050489679340046, -40.917389025423525 ], [ 173.050492864951224, -40.917446227280578 ], [ 173.050483480396082, -40.917501051171648 ], [ 173.050477270552932, -40.917598776109536 ], [ 173.050467893214375, -40.917663133869631 ], [ 173.05043336818656, -40.917713201816618 ], [ 173.050370551524225, -40.917746597832881 ], [ 173.050260590620155, -40.917763330090565 ], [ 173.05014117453598, -40.917741930855868 ], [ 173.050002909521055, -40.917725306609213 ], [ 173.049911767102401, -40.917696744467797 ], [ 173.049830047474984, -40.917663411245556 ], [ 173.049776613942385, -40.917639599634384 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "0", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059467789035324, -40.913788248535099 ], [ 173.059457658040202, -40.913702448828126 ], [ 173.05949024843548, -40.913607093207411 ], [ 173.059568017065374, -40.91343925674844 ], [ 173.05966090407864, -40.913313361492442 ], [ 173.059753795889975, -40.913193186485721 ], [ 173.059851736726415, -40.913097796875299 ], [ 173.059947170669687, -40.913010035589295 ], [ 173.060007434355668, -40.912943267070339 ], [ 173.060055151144894, -40.912899386371905 ], [ 173.060075240134665, -40.91287840136706 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "0", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060014678284119, -40.912615297733318 ], [ 173.059893969000683, -40.912546716528979 ], [ 173.059805950683398, -40.912495279238705 ], [ 173.059682723210756, -40.912420978787608 ], [ 173.059602231955751, -40.912354283231437 ], [ 173.059539345442204, -40.912299019191003 ], [ 173.059478955417546, -40.912224686060775 ], [ 173.059461287661236, -40.912142703771153 ], [ 173.059476271074232, -40.912034009767858 ], [ 173.059533952473004, -40.911890971743233 ], [ 173.059611748100707, -40.911755550398453 ], [ 173.059671957843136, -40.911629671983491 ], [ 173.059704558922931, -40.911547663701285 ], [ 173.059712049512001, -40.911492363290868 ], [ 173.059689395937795, -40.911456146255226 ], [ 173.059654183752656, -40.911429469596889 ], [ 173.059636582810555, -40.911421851592003 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "0", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051943493252139, -40.896073137384548 ], [ 173.051842913342455, -40.895989284225024 ], [ 173.051754900928699, -40.895909238902057 ], [ 173.051669376357466, -40.895796777098461 ], [ 173.051536068056265, -40.89563285346955 ], [ 173.051407794944737, -40.895480368131558 ], [ 173.051284552504256, -40.895333600757127 ], [ 173.051178907743662, -40.895196359351729 ], [ 173.051073247289224, -40.895038143245941 ], [ 173.05097765469975, -40.894900897197168 ], [ 173.05086445968621, -40.89474649778699 ], [ 173.050824199272057, -40.894674057797069 ], [ 173.050788954347553, -40.894588268105252 ], [ 173.050788906225876, -40.894525344299261 ], [ 173.050788871228377, -40.894479581530803 ], [ 173.05077125538898, -40.894445267198677 ], [ 173.050708401933917, -40.894401438848462 ], [ 173.050622920321615, -40.894340459353472 ], [ 173.050557541206302, -40.894279470984131 ], [ 173.050497180542266, -40.894208946466158 ], [ 173.050469490586693, -40.894144127972233 ], [ 173.050449324555444, -40.894060238352004 ], [ 173.050451783744165, -40.89398968631194 ], [ 173.050461787059618, -40.89392675810187 ], [ 173.050479335932977, -40.893873360502347 ], [ 173.050527043882198, -40.89382757682273 ], [ 173.050609932050065, -40.89378368447386 ], [ 173.050675252527725, -40.893768401528916 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "0", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047111823265084, -40.889780920915179 ], [ 173.0470087935999, -40.889763801895612 ], [ 173.046933396083801, -40.889737137621808 ], [ 173.046878084783543, -40.889689490509433 ], [ 173.046812678747386, -40.889578923585901 ], [ 173.046739694845314, -40.889411156163582 ], [ 173.046704399003318, -40.889241466650539 ], [ 173.046656509559426, -40.88902792617359 ], [ 173.046633783765543, -40.888867765464759 ], [ 173.046618591812489, -40.888701881348311 ], [ 173.046605960673674, -40.888604640437521 ], [ 173.046575716149391, -40.888471177728967 ], [ 173.046548027072447, -40.888398731088806 ], [ 173.046510315823213, -40.888366330962143 ], [ 173.046460053775007, -40.888351096941797 ], [ 173.046402248718437, -40.888328238795538 ], [ 173.046367043491699, -40.888286303689632 ], [ 173.046334301662426, -40.888173816546775 ], [ 173.046344273420289, -40.888061312237447 ], [ 173.046359254282038, -40.887925924493523 ], [ 173.04638930770281, -40.8877867171134 ], [ 173.046409338806257, -40.887687556239143 ], [ 173.046401749230569, -40.887613194679659 ], [ 173.046379093765012, -40.887552186672828 ], [ 173.046333828178405, -40.887495001316061 ], [ 173.046281033039094, -40.887449259672643 ], [ 173.046220699048121, -40.887401614241057 ], [ 173.046170416591707, -40.88735587153927 ], [ 173.046152790457768, -40.887300581827056 ], [ 173.046177861398689, -40.887222393603835 ], [ 173.046238124852891, -40.887168979477629 ], [ 173.04629586771523, -40.887104125620446 ], [ 173.046353593167936, -40.887014483533569 ], [ 173.046398741242683, -40.886903871839628 ], [ 173.046431335949308, -40.886806612676786 ], [ 173.046473995259362, -40.886730324085988 ], [ 173.046516641119609, -40.886634967631011 ], [ 173.046554259185257, -40.886535799617555 ], [ 173.04660190438284, -40.886404212188069 ], [ 173.046649560103788, -40.886287879014908 ], [ 173.046704774565001, -40.886202051326116 ], [ 173.046765024589689, -40.886131475851691 ], [ 173.046847889511412, -40.886064704732497 ], [ 173.046922380137886, -40.885969430516923 ], [ 173.046978832521631, -40.88585857562844 ], [ 173.047049417360228, -40.885747714946191 ], [ 173.047176453735148, -40.885525999227426 ], [ 173.047298831868062, -40.885379364958141 ], [ 173.047435375180925, -40.885279202632987 ], [ 173.047543665831171, -40.885196927910414 ], [ 173.047651933133096, -40.885082476084413 ], [ 173.047807267154269, -40.88491080108011 ], [ 173.048014367598341, -40.88466759985144 ], [ 173.048207310816707, -40.884392227144787 ], [ 173.048381458844119, -40.884184791242866 ], [ 173.048550876739938, -40.883952330493457 ], [ 173.048692091915257, -40.883805686775858 ], [ 173.048861557717089, -40.883641154796152 ], [ 173.049049828605689, -40.883426561426063 ], [ 173.049233411421852, -40.883244146762642 ], [ 173.049440562645401, -40.883083173048874 ], [ 173.049647726223355, -40.882940075076881 ], [ 173.049873718176315, -40.882779092465519 ], [ 173.050160923306692, -40.882585905778114 ], [ 173.050462266841777, -40.882403437859594 ], [ 173.050730677984205, -40.882278187239351 ], [ 173.050970810645197, -40.882135072366161 ], [ 173.05123448982971, -40.881984796082136 ], [ 173.051578223097579, -40.881802306392579 ], [ 173.051823071168769, -40.88166991330138 ], [ 173.052006694688203, -40.88155542343717 ], [ 173.052030214008596, -40.881512510123549 ], [ 173.052011363290944, -40.881501792948839 ], [ 173.051973670263862, -40.881491084263018 ], [ 173.051917174047418, -40.881530437187863 ], [ 173.051865385557647, -40.881566212742442 ], [ 173.051790044078359, -40.8816019988516 ], [ 173.05168642229475, -40.88161634623475 ], [ 173.051620474065885, -40.881616375768367 ], [ 173.051554525836906, -40.881616405264282 ], [ 173.051483886412427, -40.881641463394971 ], [ 173.051314349367146, -40.881698742552395 ], [ 173.051158968598259, -40.881788192210657 ], [ 173.051036542431319, -40.881852600503748 ], [ 173.050881163666389, -40.881945625009905 ], [ 173.050758766984814, -40.882049360471157 ], [ 173.050655190618357, -40.882124485735389 ], [ 173.050509242816247, -40.882231806494545 ], [ 173.050367994340348, -40.882324824114811 ], [ 173.050179647122519, -40.882428587735816 ], [ 173.050047813684529, -40.882514450414611 ], [ 173.049883042882129, -40.882650380339378 ], [ 173.049751240747241, -40.882779145360068 ], [ 173.04962413542907, -40.882890032083118 ], [ 173.049468765570111, -40.883000930789919 ], [ 173.049318097924584, -40.883101101601099 ], [ 173.049214502399195, -40.8831547742192 ], [ 173.049096814234389, -40.883262081111056 ], [ 173.048969725346637, -40.88339799366782 ], [ 173.048823782533816, -40.883519613166555 ], [ 173.048724909793407, -40.883591159463393 ], [ 173.048649595741466, -40.883669846188639 ], [ 173.048588426802297, -40.883766403026712 ], [ 173.048517838801814, -40.88386653901734 ], [ 173.048480233698001, -40.883977386776458 ], [ 173.048437883818991, -40.884041758601903 ], [ 173.048343746667172, -40.884149054816405 ], [ 173.048221367915346, -40.884288539777643 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "05/12/2020", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "9", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "0", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_05DEC2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049764767548766, -40.881971138665996 ], [ 173.049986085669246, -40.881863786204917 ], [ 173.050221534867745, -40.881756427165222 ], [ 173.050391059446241, -40.881681273492646 ], [ 173.05054646819903, -40.881627577109903 ], [ 173.050753687671488, -40.881566707279603 ], [ 173.050923208423256, -40.881487977598702 ], [ 173.051092715026812, -40.881391371545703 ], [ 173.051266917909174, -40.881276887026253 ], [ 173.051441134031109, -40.881180278364454 ], [ 173.051563550243543, -40.881105143961662 ], [ 173.051723647765499, -40.881026417310558 ], [ 173.051897876528983, -40.880947684078805 ], [ 173.052062655795822, -40.880833202588825 ], [ 173.052196070320832, -40.880768788223563 ], [ 173.052262305496356, -40.880735389454685 ], [ 173.052276081781713, -40.880682946562942 ], [ 173.052274401909528, -40.880543513505877 ], [ 173.052264916204336, -40.880461287602301 ], [ 173.052269556397789, -40.880371904843713 ], [ 173.052302456723652, -40.88027893404599 ], [ 173.052344780746665, -40.880189534187501 ], [ 173.052429487693672, -40.880085814148785 ], [ 173.052514228283769, -40.880024996748595 ], [ 173.052636666644304, -40.879982038220824 ], [ 173.052735555339979, -40.879942665558794 ], [ 173.052829756192892, -40.879931896771339 ], [ 173.052905143611611, -40.879956888803051 ], [ 173.052961697748913, -40.879992615114077 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065135795481979, -40.954419794190954 ], [ 173.065040202206916, -40.954398873764184 ], [ 173.064944595911925, -40.95436460592628 ], [ 173.064846463453705, -40.95431889885316 ], [ 173.064765936587548, -40.954273181808141 ], [ 173.064700481597896, -40.954208388622149 ], [ 173.064612361448923, -40.954113099896574 ], [ 173.064534288778361, -40.954004458138868 ], [ 173.064433567928432, -40.953882481644634 ], [ 173.064330310193043, -40.953737625319889 ], [ 173.064216955799395, -40.953554639262734 ], [ 173.064169057457491, -40.953438353385174 ], [ 173.06415132302277, -40.95330488983889 ], [ 173.064120965577189, -40.95312185746559 ], [ 173.06411333750566, -40.953036057365004 ], [ 173.064105654123068, -40.952893054396831 ], [ 173.064120631668345, -40.952776733510561 ], [ 173.064145689478039, -40.952681381408794 ], [ 173.06419336375842, -40.952566949077344 ], [ 173.064268678795088, -40.952427713396489 ], [ 173.064331453731427, -40.952324713165432 ], [ 173.064386689067732, -40.952227437399237 ], [ 173.064441944635917, -40.952151135991848 ], [ 173.064497216777113, -40.952091995419195 ], [ 173.064547470001344, -40.952044298210261 ], [ 173.064617846702191, -40.952000403230194 ], [ 173.064688247503625, -40.951981296119214 ], [ 173.064753622035226, -40.951966005315093 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059517779219334, -40.956549347819795 ], [ 173.059392013080043, -40.956539878861804 ], [ 173.059175064232647, -40.956520922790119 ], [ 173.0589361143048, -40.956509127915957 ], [ 173.058712905266418, -40.956521159057722 ], [ 173.058502278215656, -40.956540333741685 ], [ 173.058297943117111, -40.956564271764726 ], [ 173.058096747633073, -40.956583440938566 ], [ 173.057911271744558, -40.956602601866877 ], [ 173.057694356314528, -40.956621778233036 ], [ 173.057549759757507, -40.956650451927018 ], [ 173.057424024686526, -40.956676732594737 ], [ 173.057282565658596, -40.956698254033228 ], [ 173.057213402939254, -40.95670305527868 ], [ 173.05696504134815, -40.956715095514838 ], [ 173.056716651106314, -40.956693766895143 ], [ 173.056506000568618, -40.956686719965965 ], [ 173.056282760119728, -40.95666299463069 ], [ 173.0560280723262, -40.956629750338621 ], [ 173.055773386793618, -40.956598888935183 ], [ 173.055521837450613, -40.956558491648529 ], [ 173.055361468606918, -40.95652520042583 ], [ 173.055163352834654, -40.956468092519479 ], [ 173.054980955093669, -40.956408593325357 ], [ 173.05482683333554, -40.956325245873145 ], [ 173.05469787714074, -40.956258570446778 ], [ 173.054550067476498, -40.956203821060406 ], [ 173.054342498145246, -40.956118114779422 ], [ 173.054153800635419, -40.956041933072363 ], [ 173.053873908782833, -40.955939575721096 ], [ 173.053691500134789, -40.955863390316303 ], [ 173.053408435111663, -40.955722898062575 ], [ 173.053241724102321, -40.955618103235153 ], [ 173.053030974349895, -40.955482343539003 ], [ 173.052845380327398, -40.955351338833594 ], [ 173.05270382217023, -40.955246531690342 ], [ 173.052524519088337, -40.955117907040311 ], [ 173.052351506317763, -40.954991662705751 ], [ 173.052172202732834, -40.954860654048829 ], [ 173.052058948874247, -40.954765367107036 ], [ 173.05195826513966, -40.954662924028426 ], [ 173.051860725562364, -40.954560479445831 ], [ 173.051753745456836, -40.95444612174942 ], [ 173.05167193312667, -40.954353203756796 ], [ 173.051571248762087, -40.954248376879413 ], [ 173.051527186943844, -40.954186426786251 ], [ 173.051495707917155, -40.954134004870909 ], [ 173.051486231999405, -40.954076806216094 ], [ 173.051505020842626, -40.953981459679092 ], [ 173.051523807778921, -40.953883729684591 ], [ 173.051536340404169, -40.953828904648198 ], [ 173.051520537967178, -40.953721656291918 ], [ 173.051517360810863, -40.953678755543578 ], [ 173.051495328254276, -40.953645397032723 ], [ 173.051485867220322, -40.953607265996908 ], [ 173.051479525927704, -40.953538148667356 ], [ 173.051498347966287, -40.953485704277398 ], [ 173.051514044709165, -40.953457095819068 ], [ 173.051517182944451, -40.953449944055293 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049325881427592, -40.949122548425514 ], [ 173.049222097001547, -40.949060622928783 ], [ 173.04916548064611, -40.949017744880997 ], [ 173.04913714775941, -40.948962937476615 ], [ 173.049118212095465, -40.94886284040215 ], [ 173.049130694532863, -40.948738895381496 ], [ 173.049124334970088, -40.948641176400649 ], [ 173.049086564530427, -40.948576839177043 ], [ 173.049070816723088, -40.948536327129375 ], [ 173.049067634346812, -40.948483892453012 ], [ 173.049083316837425, -40.948436216659033 ], [ 173.049142994915115, -40.948369454471887 ], [ 173.049149266114313, -40.948348000694864 ], [ 173.049124094740364, -40.948317026493477 ], [ 173.049146073082142, -40.948281265287306 ], [ 173.049183792123529, -40.948276482292044 ], [ 173.049212101750754, -40.948300304773205 ], [ 173.049240427333416, -40.948345578344572 ], [ 173.049271885877971, -40.948376549833959 ], [ 173.049303353316105, -40.948419438590662 ], [ 173.049322260755957, -40.948481400359441 ], [ 173.049341187747444, -40.948569580131178 ], [ 173.049353840079903, -40.948674446775499 ], [ 173.049379084495627, -40.948803142582832 ], [ 173.049391738709062, -40.948910392673689 ], [ 173.049407536546681, -40.949017641414159 ], [ 173.049401290237512, -40.949072463572016 ], [ 173.049395033260964, -40.949112984999452 ], [ 173.049382469564762, -40.949127291115062 ], [ 173.049357320858206, -40.949127301883074 ], [ 173.04932902324191, -40.949120163625743 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049151628495366, -40.947294512036329 ], [ 173.049189290377853, -40.947213458456154 ], [ 173.049226918538267, -40.947087119203061 ], [ 173.04924565022867, -40.946913118875173 ], [ 173.049251784899553, -40.946708138983595 ], [ 173.049245345677662, -40.946503164455208 ], [ 173.049235757731196, -40.946291040893136 ], [ 173.049216704124092, -40.946031252223996 ], [ 173.049207141108013, -40.945852497030138 ], [ 173.049232161124309, -40.945680877440466 ], [ 173.049266659087777, -40.945573607134584 ], [ 173.0492948311188, -40.945413903462374 ], [ 173.049319866702746, -40.945263734949584 ], [ 173.049370045807365, -40.945108788749891 ], [ 173.049489304536024, -40.944853707683684 ], [ 173.04960862298924, -40.944679664013677 ], [ 173.049702831389112, -40.94455568365084 ], [ 173.049815908585629, -40.944443612346127 ], [ 173.049916429902595, -40.944355380941197 ], [ 173.050010678620424, -40.944286219829578 ], [ 173.050082927254749, -40.944221835113296 ], [ 173.050123745826767, -40.944162230933529 ], [ 173.050148847575343, -40.944102633575298 ], [ 173.050148809713249, -40.94405258097855 ], [ 173.050142503187942, -40.944026365685509 ], [ 173.050133062334453, -40.944012069043829 ], [ 173.050098485531549, -40.944012084072 ], [ 173.05005765803071, -40.944059770959385 ], [ 173.0499728379408, -40.944126544568412 ], [ 173.049866024956543, -40.944207628373924 ], [ 173.049787475090966, -40.944252948013826 ], [ 173.049705779971646, -40.944295885498065 ], [ 173.049608373290909, -40.944345980057832 ], [ 173.04951724606974, -40.944386538007826 ], [ 173.049466968259878, -40.944408010707043 ], [ 173.04941039480417, -40.94441756879403 ], [ 173.049369516859713, -40.944398518642487 ], [ 173.049338061933042, -40.944369930614172 ], [ 173.049344309629333, -40.944317491872027 ], [ 173.049378843984954, -40.944260274103613 ], [ 173.049476222252935, -40.944172044425549 ], [ 173.049520197153015, -40.944129123308755 ], [ 173.049517032438786, -40.944100523174733 ], [ 173.049488720938569, -40.944071933836042 ], [ 173.049413243265747, -40.944021913592309 ], [ 173.049331479019031, -40.943971895988476 ], [ 173.049243419360806, -40.943909963725709 ], [ 173.049189948964198, -40.943864700849417 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051943664913125, -40.94405655330948 ], [ 173.051946772776517, -40.944011266211568 ], [ 173.051987567114026, -40.943923059887126 ], [ 173.052050355347063, -40.943822926331464 ], [ 173.052135111101336, -40.943677497109029 ], [ 173.052166490010222, -40.943608362636667 ], [ 173.052185284304159, -40.943524933103241 ], [ 173.052188388225488, -40.943474879080398 ], [ 173.052216621789029, -40.943403362557483 ], [ 173.052273150749812, -40.943338983577014 ], [ 173.052342254725176, -40.943276982318629 ], [ 173.052357941161745, -40.943238839867277 ], [ 173.052361048704427, -40.943193552751914 ], [ 173.052357858339661, -40.94313396774713 ], [ 173.052342102303072, -40.943083922279058 ], [ 173.052316933320185, -40.943055332203308 ], [ 173.052272910203385, -40.943033901045339 ], [ 173.052200591801153, -40.943005332308871 ], [ 173.052109387454749, -40.942943403648243 ], [ 173.052059062919, -40.942902907589783 ], [ 173.051996161541638, -40.94285765026455 ], [ 173.051970987188668, -40.942821909739699 ], [ 173.051980396500312, -40.942795687457199 ], [ 173.052024378217709, -40.942764682663942 ], [ 173.05208409129861, -40.942752738415514 ], [ 173.052153262337953, -40.942776541733309 ], [ 173.052294723414576, -40.942793161871897 ], [ 173.052370164204888, -40.942795511091155 ], [ 173.052436190217293, -40.942816932209119 ], [ 173.052517964818918, -40.942878864907897 ], [ 173.052590287001038, -40.942912200360681 ], [ 173.052672052396161, -40.942962215662234 ], [ 173.052741239033594, -40.943005086284913 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055851216406296, -40.940763170712685 ], [ 173.055778908968193, -40.940746521499356 ], [ 173.055684581221897, -40.940708431744582 ], [ 173.055602832328361, -40.940677486224871 ], [ 173.055558803738876, -40.9406489059376 ], [ 173.055521055569045, -40.940613172231998 ], [ 173.055489571863177, -40.940551217448146 ], [ 173.055489523989905, -40.940494014449961 ], [ 173.055508335172448, -40.940436802374172 ], [ 173.055533442650471, -40.940391504558946 ], [ 173.055577411121931, -40.940348581107955 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055451207848762, -40.939778995069048 ], [ 173.055473144057601, -40.939700330353098 ], [ 173.05555474390718, -40.939554900032988 ], [ 173.055626916017019, -40.939411857659664 ], [ 173.055695954705442, -40.939280734049881 ], [ 173.055733580002482, -40.939171076721493 ], [ 173.055790079883025, -40.93908047792673 ], [ 173.055859164085973, -40.939004173766442 ], [ 173.055975360490606, -40.938887327885368 ], [ 173.056094727811654, -40.938803848781397 ], [ 173.056201518413587, -40.938715608763353 ], [ 173.056283174125895, -40.938639298216323 ], [ 173.056308272299077, -40.938584466382913 ], [ 173.056308219674833, -40.93852249644786 ], [ 173.056283046670188, -40.938489140296959 ], [ 173.056261022839777, -40.938462932984123 ], [ 173.056254696233623, -40.938415266869242 ], [ 173.056279818621448, -40.938389036549324 ], [ 173.056364631099171, -40.938329408620426 ], [ 173.05649656312201, -40.93823877256974 ], [ 173.056675579679478, -40.938076609427597 ], [ 173.056826338493579, -40.937950211836664 ], [ 173.056908015045451, -40.937900118890305 ], [ 173.057109049492794, -40.937759395340755 ], [ 173.057328941340302, -40.937618662063606 ], [ 173.057504864894298, -40.937518469126907 ], [ 173.05770594462345, -40.937432564096639 ], [ 173.057800202384897, -40.937394381519709 ], [ 173.057869336599794, -40.937380046081799 ], [ 173.057938485362399, -40.937382394818663 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.06052800997449, -40.937016395147339 ], [ 173.060421151857838, -40.937021218110495 ], [ 173.060295420471022, -40.937009366620437 ], [ 173.0601759621768, -40.936983210955816 ], [ 173.060065902783521, -40.936923681822293 ], [ 173.05993066507159, -40.936826030300388 ], [ 173.059801687964523, -40.936699773842228 ], [ 173.05968528331897, -40.936573510730049 ], [ 173.059590865030259, -40.936430551911165 ], [ 173.059549886354063, -40.936297099269702 ], [ 173.059559206117171, -40.936175537946831 ], [ 173.059593678157881, -40.936063497468623 ], [ 173.059631320907812, -40.935982440332367 ], [ 173.059653285210885, -40.935941910133337 ], [ 173.059700397464525, -40.935906133834827 ], [ 173.059750669806988, -40.935889423568376 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059285456299079, -40.935827693700446 ], [ 173.0591786170219, -40.935851583192225 ], [ 173.05906549811732, -40.935882626185062 ], [ 173.058946099539867, -40.935920822660393 ], [ 173.058876971311719, -40.935939925666347 ], [ 173.058804693739546, -40.935951879853633 ], [ 173.058713552027967, -40.935956693219048 ], [ 173.058612981412125, -40.935961511305543 ], [ 173.05851240236936, -40.935956795464271 ], [ 173.05843381988285, -40.93594730146836 ], [ 173.058333224101403, -40.935923517790428 ], [ 173.058248328540856, -40.935883041867001 ], [ 173.058166582313703, -40.935849714675591 ], [ 173.058094279655137, -40.935833066896741 ], [ 173.058037693902776, -40.935818794624176 ], [ 173.057962250437328, -40.935804531804386 ], [ 173.057880500289912, -40.935766437489299 ], [ 173.057789313070344, -40.935718814001092 ], [ 173.057682396719713, -40.935654514081115 ], [ 173.057606926601096, -40.935609266045667 ], [ 173.057518868267607, -40.935544956550196 ], [ 173.057418221831711, -40.93546158556515 ], [ 173.057305016262319, -40.935392521501086 ], [ 173.057248418709946, -40.935363948077843 ], [ 173.05716353479994, -40.935335388652589 ], [ 173.057081820566225, -40.935337812593424 ], [ 173.057012686260009, -40.935349764102625 ], [ 173.056921545244194, -40.935354576051679 ], [ 173.056720409637194, -40.935368975931794 ], [ 173.056506706258887, -40.935388148543083 ], [ 173.056352712492952, -40.935400141209577 ], [ 173.056201851509002, -40.935400214836868 ], [ 173.056094995677256, -40.935405033790815 ], [ 173.056010158511043, -40.935431293104664 ], [ 173.055953617791829, -40.935469455935454 ], [ 173.055900227986399, -40.935517151056018 ], [ 173.055840544186225, -40.93555531535447 ], [ 173.055802854924906, -40.935586318596222 ], [ 173.055771431478291, -40.935593484182554 ], [ 173.05571172350696, -40.935603046890549 ], [ 173.055686583935369, -40.935607825956339 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057148131427738, -40.928401903013189 ], [ 173.057012960467318, -40.928356684101708 ], [ 173.05689978789971, -40.928311454178825 ], [ 173.056824330759127, -40.928270972494069 ], [ 173.056758266832247, -40.92818996724332 ], [ 173.056670141800993, -40.928035085401682 ], [ 173.056626031625058, -40.927901633063271 ], [ 173.056594487861844, -40.927763407609177 ], [ 173.056540992975954, -40.927680012592816 ], [ 173.056474901575257, -40.927565638680619 ], [ 173.056358456533815, -40.927365484621234 ], [ 173.056295469880638, -40.927205823252621 ], [ 173.056232465346852, -40.927024710670551 ], [ 173.056172631945657, -40.926876965011971 ], [ 173.056125405215312, -40.926772115552026 ], [ 173.056090793065664, -40.926719696164511 ], [ 173.056012185643311, -40.926667298144231 ], [ 173.05592102634472, -40.926636357342197 ], [ 173.055826742663356, -40.92662686916541 ], [ 173.055776474343929, -40.926641194280158 ], [ 173.05571365392754, -40.926676976622737 ], [ 173.055694820796674, -40.92670320383467 ], [ 173.05569485081358, -40.926738955794271 ], [ 173.0557294546511, -40.926781841444878 ], [ 173.055836406960765, -40.926908113346798 ], [ 173.055927655011971, -40.927043926623497 ], [ 173.055974877601415, -40.927144009231974 ], [ 173.056006409715849, -40.927270317552818 ], [ 173.056037923829138, -40.927375174689011 ], [ 173.056072586648412, -40.927487180677559 ], [ 173.056097803741295, -40.927577740067711 ], [ 173.056129271759175, -40.927627777511098 ], [ 173.05614818769692, -40.927699272238669 ], [ 173.056148232081625, -40.92775170843651 ], [ 173.056138832597497, -40.927785081515886 ], [ 173.056132571647993, -40.927813686137576 ], [ 173.056138885043595, -40.927847051566893 ], [ 173.05615775464409, -40.927863726630349 ], [ 173.056201760862024, -40.92787562251354 ], [ 173.056280339533203, -40.927892268440729 ], [ 173.056340074896951, -40.927923224308792 ], [ 173.056380952784622, -40.92795180590285 ], [ 173.05639984882086, -40.927999465950784 ], [ 173.05640305018062, -40.928068584852305 ], [ 173.056393703464778, -40.928163927997879 ], [ 173.056384362800202, -40.928266421531035 ], [ 173.056381262744964, -40.928316475796784 ], [ 173.056359294911204, -40.928352238499464 ], [ 173.056302750307623, -40.928378484228084 ], [ 173.056214761423092, -40.928383294083687 ], [ 173.056123621854169, -40.92837857154867 ], [ 173.056045040632171, -40.928359542053187 ], [ 173.055997875421099, -40.928328579931161 ], [ 173.055938135831582, -40.928292856961491 ], [ 173.055881542921043, -40.928261899364429 ], [ 173.055821817494746, -40.928242860577356 ], [ 173.055749531730214, -40.928235745153913 ], [ 173.055692970974917, -40.928242922877452 ], [ 173.0556772659871, -40.928252464318561 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051147471470273, -40.918403695943688 ], [ 173.051087710400765, -40.918325067975452 ], [ 173.051037375847329, -40.918246435803674 ], [ 173.050974474759897, -40.918170192632722 ], [ 173.050939887640197, -40.918139222825097 ], [ 173.050880178227231, -40.918127331842022 ], [ 173.050845598479242, -40.918105895876806 ], [ 173.050820419548984, -40.918051087198926 ], [ 173.050807772612814, -40.91794860362252 ], [ 173.050826519389972, -40.917810354180901 ], [ 173.050851455305633, -40.917548161629249 ], [ 173.050854380030529, -40.917264527548937 ], [ 173.050860477852154, -40.917021411028074 ], [ 173.050888590122867, -40.916804502944245 ], [ 173.050929285029582, -40.916606657042529 ], [ 173.050979411300744, -40.916415957358559 ], [ 173.051001308481261, -40.916289623805518 ], [ 173.051023192750506, -40.916146605965857 ], [ 173.051016822578845, -40.916034585723558 ], [ 173.050991609497402, -40.915934491159177 ], [ 173.050963291089971, -40.91588206734928 ], [ 173.050941280533266, -40.915860625848929 ], [ 173.05091300059803, -40.915858254868105 ], [ 173.050884733457991, -40.915872568160964 ], [ 173.050840790934757, -40.915932174278097 ], [ 173.050793717260547, -40.916006082573503 ], [ 173.050768650401409, -40.916096665448357 ], [ 173.050734166502991, -40.916199169806276 ], [ 173.050671420583285, -40.916323137797164 ], [ 173.050618107820384, -40.916456635488082 ], [ 173.050586770998706, -40.916566288821727 ], [ 173.050536559989069, -40.916647348787755 ], [ 173.050483210430372, -40.916733177042971 ], [ 173.050442412656736, -40.916797548561007 ], [ 173.050423609218996, -40.9168619104491 ], [ 173.050411086248204, -40.916921502650119 ], [ 173.050401716181767, -40.916995394285266 ], [ 173.050392362384542, -40.91709073713227 ], [ 173.05035784664085, -40.917152722402221 ], [ 173.050348463823838, -40.917209929753263 ], [ 173.050354791383029, -40.917267130244149 ], [ 173.050376834787386, -40.91733147427648 ], [ 173.050402005836276, -40.917376749186246 ], [ 173.050430315382584, -40.917417255780059 ], [ 173.050439790555714, -40.917481605294107 ], [ 173.050458699271957, -40.917555484554477 ], [ 173.050465026959387, -40.917612685035806 ], [ 173.050468203496479, -40.917657969551669 ], [ 173.050443090274797, -40.917688965632642 ], [ 173.050399120809629, -40.917715203012911 ], [ 173.050314307612041, -40.917746225140952 ], [ 173.050257751596376, -40.917748633271032 ], [ 173.050204326858221, -40.917736739198098 ], [ 173.050141481241866, -40.917731999602999 ], [ 173.050100644732765, -40.917746318163616 ], [ 173.050059802811774, -40.917753486306026 ], [ 173.050003246780534, -40.917755894311284 ], [ 173.049949820287964, -40.917741616652499 ], [ 173.049849231875129, -40.917686840396932 ], [ 173.049776927854055, -40.917639202254165 ], [ 173.049720339763837, -40.917598707697138 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059479254710226, -40.913844095275486 ], [ 173.059481691339101, -40.913758289088889 ], [ 173.059496693883602, -40.913670569642491 ], [ 173.059541841555813, -40.913563766869771 ], [ 173.059599544686904, -40.913443610155078 ], [ 173.059674871346743, -40.913355859489272 ], [ 173.059770297308603, -40.913258564475576 ], [ 173.059860714895137, -40.913182246521821 ], [ 173.059978746361793, -40.913067778608728 ], [ 173.060049053720206, -40.912989564185764 ], [ 173.060079177750396, -40.912947599413435 ], [ 173.060114337372312, -40.912915165890695 ], [ 173.060152015640739, -40.912888451372957 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060292683102233, -40.91279113231289 ], [ 173.06022222744474, -40.912705364181001 ], [ 173.060151803076252, -40.912653917967305 ], [ 173.060071335229225, -40.912613917601789 ], [ 173.059995894448349, -40.912573914564632 ], [ 173.059910394662353, -40.912528196374012 ], [ 173.059814837632587, -40.912478669783098 ], [ 173.05972682289871, -40.912431045983304 ], [ 173.05964382667824, -40.912373885637074 ], [ 173.059580924705898, -40.912301460637067 ], [ 173.059543164429215, -40.912236649730595 ], [ 173.059535557307044, -40.912162289364744 ], [ 173.059583186546519, -40.912021163284408 ], [ 173.059623268357001, -40.911872413975878 ], [ 173.059678454705761, -40.911750351710886 ], [ 173.059695978564633, -40.911672164787902 ], [ 173.059710980357664, -40.911584445282308 ], [ 173.059710934041163, -40.911532962328316 ], [ 173.05968828731281, -40.911504372397118 ], [ 173.05964805335708, -40.911483418667082 ], [ 173.059605323108087, -40.911481533983071 ], [ 173.059572651768605, -40.911485364418532 ], [ 173.059539985556853, -40.911494915173066 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.586932469385473", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052480807585795, -40.896976311552386 ], [ 173.052382756569671, -40.896915339108659 ], [ 173.052299789079626, -40.896861986869446 ], [ 173.052252020161035, -40.896831500011224 ], [ 173.052194199734942, -40.8968010176823 ], [ 173.052133870966145, -40.896776256803811 ], [ 173.052088627036426, -40.896761022991292 ], [ 173.052038346896381, -40.896732443960055 ], [ 173.052008174353034, -40.896709576186943 ], [ 173.05197295964777, -40.896665736076876 ], [ 173.051945274682936, -40.896610451872874 ], [ 173.051950249727014, -40.896545619045156 ], [ 173.051975332244496, -40.896486497502714 ], [ 173.052015518843518, -40.896461691219457 ], [ 173.052043138053477, -40.896433077029656 ], [ 173.052055671034424, -40.896393028951131 ], [ 173.052063167794074, -40.896339635670195 ], [ 173.052078215109503, -40.896301493235583 ], [ 173.052065619370211, -40.896261456499097 ], [ 173.052040444374029, -40.896202357616744 ], [ 173.051997667437774, -40.896128012408475 ], [ 173.0519348026329, -40.89607274405212 ], [ 173.051874453769869, -40.896021288093642 ], [ 173.051796509056572, -40.895962212878125 ], [ 173.051718546662016, -40.895880256230868 ], [ 173.051670738658999, -40.895798286024181 ], [ 173.051597802305849, -40.895716327041093 ], [ 173.051527380456037, -40.895636273669581 ], [ 173.051461987412807, -40.895560031574817 ], [ 173.051361388242469, -40.895449483043521 ], [ 173.051285926567914, -40.895350363941319 ], [ 173.051205458573236, -40.895276035182079 ], [ 173.051165190120287, -40.895194061409391 ], [ 173.051127428718871, -40.895104459380285 ], [ 173.051056972902529, -40.894978642948054 ], [ 173.05097897891082, -40.894852829802232 ], [ 173.050890919365457, -40.894707953216802 ], [ 173.050835557297347, -40.89460310458837 ], [ 173.050815409630673, -40.894544003205318 ], [ 173.050805316118357, -40.894488710954988 ], [ 173.05078014874897, -40.894437238906391 ], [ 173.050732367706644, -40.894387683583915 ], [ 173.050674512277823, -40.894307624144474 ], [ 173.050619153792297, -40.894206588968743 ], [ 173.050588962551188, -40.894157025863464 ], [ 173.050563798378874, -40.894109367328831 ], [ 173.050521044752884, -40.894061716494548 ], [ 173.050473267072505, -40.894015974625603 ], [ 173.050443093406301, -40.893989292866806 ], [ 173.050427997895241, -40.893964511291173 ], [ 173.050430486061401, -40.893932094894851 ], [ 173.050455584882371, -40.89389394826042 ], [ 173.050490736230046, -40.893857704002848 ], [ 173.050553536774828, -40.893832888315714 ], [ 173.050654034709765, -40.893815683175639 ], [ 173.05070679279271, -40.893802312512442 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.046988193835915, -40.889798688551672 ], [ 173.046910264813391, -40.88974533031471 ], [ 173.046852418038981, -40.889665268888628 ], [ 173.046802082378662, -40.889547068698427 ], [ 173.046746708260059, -40.88940980268243 ], [ 173.046703897386692, -40.889272531549935 ], [ 173.046676126101659, -40.889083771132206 ], [ 173.046670980332976, -40.888912162609287 ], [ 173.046683348968628, -40.888635673839964 ], [ 173.046683178780142, -40.888393512256627 ], [ 173.046685568058592, -40.888218087094153 ], [ 173.046695473548681, -40.888012150326283 ], [ 173.046727969105319, -40.887773789056951 ], [ 173.046763007840184, -40.88757928279211 ], [ 173.046808052159065, -40.887321848543294 ], [ 173.046883238291571, -40.887052961306324 ], [ 173.046960948457098, -40.886801234047276 ], [ 173.04702861478313, -40.886559044747273 ], [ 173.047076280677487, -40.886457965679618 ], [ 173.047133966634789, -40.886314933217733 ], [ 173.047239340763468, -40.886103236925543 ], [ 173.047367308824477, -40.885866743040786 ], [ 173.047495286880945, -40.885645503285239 ], [ 173.047590622625791, -40.885452878637807 ], [ 173.0476910018848, -40.885286946820159 ], [ 173.047816490007563, -40.885100029860062 ], [ 173.047904325223755, -40.884960798048233 ], [ 173.048024795535213, -40.884785323650405 ], [ 173.048115154756317, -40.884663251693006 ], [ 173.048205521946898, -40.884552620374762 ], [ 173.048336041782704, -40.884379048225085 ], [ 173.048484143642725, -40.884199748174893 ], [ 173.048629736486276, -40.884026169345383 ], [ 173.048782868563961, -40.883856400710883 ], [ 173.04890085444282, -40.883724782499449 ], [ 173.049033921220797, -40.883602691685574 ], [ 173.049161961330668, -40.883478696071954 ], [ 173.049310098581913, -40.883352784937109 ], [ 173.049443163863003, -40.883230693644023 ], [ 173.049583772880339, -40.883118132884391 ], [ 173.049716852884217, -40.883017015915676 ], [ 173.049834866888375, -40.882927346021177 ], [ 173.049952879140335, -40.882835769218829 ], [ 173.050101027838195, -40.882728924915263 ], [ 173.050284334550042, -40.88260299723121 ], [ 173.050475179053819, -40.882478972741424 ], [ 173.050716253663182, -40.882333951204103 ], [ 173.050929707611175, -40.88220991601294 ], [ 173.051100474595302, -40.882116407932358 ], [ 173.051258692693892, -40.882040066256188 ], [ 173.051404357647129, -40.881975170678139 ], [ 173.051547498156225, -40.881895021749024 ], [ 173.051657984077224, -40.881822514418268 ], [ 173.051788556415147, -40.88173474366863 ], [ 173.051931707865549, -40.881669848549869 ], [ 173.052069811995267, -40.881576353727382 ], [ 173.052217966468476, -40.881484760975461 ], [ 173.052383702158266, -40.881387439687458 ], [ 173.052469069324985, -40.881322570126954 ], [ 173.052536844194947, -40.881250081368798 ], [ 173.052561915904249, -40.88118523918623 ], [ 173.052554335274777, -40.881129945815225 ], [ 173.052536732624702, -40.881108979176346 ], [ 173.05250908231875, -40.881089923896397 ], [ 173.052483966914252, -40.881099469262871 ], [ 173.052446309597599, -40.881133808559603 ], [ 173.052396104292541, -40.881185314628326 ], [ 173.052283119940228, -40.881273078102765 ], [ 173.052190224733181, -40.881349391654886 ], [ 173.052127451556316, -40.881393276142845 ], [ 173.052047098124376, -40.88144479567859 ], [ 173.051951672205121, -40.881498228734749 ], [ 173.051828615173264, -40.881557394491637 ], [ 173.051733175554517, -40.881593666289774 ], [ 173.051692987453691, -40.881605125029601 ], [ 173.051642730818088, -40.881591800033782 ], [ 173.051607546593857, -40.88157656148617 ], [ 173.05155228016875, -40.881582306561739 ], [ 173.051504565452348, -40.881607116108327 ], [ 173.051441782721042, -40.881639559503981 ], [ 173.051356390561921, -40.881673919721408 ], [ 173.051281046110603, -40.881706368621735 ], [ 173.051203202492729, -40.881755979664142 ], [ 173.051102761071888, -40.881822761749696 ], [ 173.050997293337929, -40.881887639182679 ], [ 173.050899341926055, -40.881925818186289 ], [ 173.050844091199707, -40.881952537570378 ], [ 173.050778815894034, -40.882011676717404 ], [ 173.050733636205734, -40.882066993415854 ], [ 173.050698489767882, -40.882101331031912 ], [ 173.050645752601127, -40.882129956002132 ], [ 173.050522699035326, -40.882196747505077 ], [ 173.050412209805586, -40.882267346958592 ], [ 173.05028414838651, -40.882357021834515 ], [ 173.050181188468514, -40.882418083848783 ], [ 173.050043067004594, -40.882494415324622 ], [ 173.049957700264201, -40.882565003436625 ], [ 173.049839695651372, -40.882666114177816 ], [ 173.049731725834789, -40.882748152604648 ], [ 173.049651387430686, -40.882824458678357 ], [ 173.049618760937705, -40.882870235595391 ], [ 173.049578585928458, -40.88290076145568 ], [ 173.049535901362333, -40.882935101952619 ], [ 173.049453033109444, -40.882988527534458 ], [ 173.049382736481618, -40.883055295179723 ], [ 173.049337557753603, -40.883114424894046 ], [ 173.04929237328642, -40.883165927446825 ], [ 173.049219562522183, -40.883230789278642 ], [ 173.049131670302899, -40.883286123557085 ], [ 173.049036250652193, -40.883354808473122 ], [ 173.04893329365845, -40.883423496507369 ], [ 173.04884289977619, -40.883494085915885 ], [ 173.048775103188575, -40.88354559783599 ], [ 173.048659594855877, -40.88362954522097 ], [ 173.048614417884522, -40.883692488218074 ], [ 173.048544151714026, -40.883803111414615 ], [ 173.048486440354083, -40.883904195358312 ], [ 173.048418690320119, -40.884020537775129 ], [ 173.048365989515787, -40.884102551690127 ], [ 173.048308252667937, -40.884169313400484 ], [ 173.04827059006783, -40.884201744532255 ], [ 173.048207801921336, -40.884232279369748 ], [ 173.048147513693749, -40.884245652054709 ], [ 173.048097276476511, -40.88426092730333 ], [ 173.04805709578946, -40.884285732270683 ], [ 173.048021953686288, -40.884329602986739 ], [ 173.048001891554861, -40.884381094560901 ], [ 173.04798689692862, -40.884491694388942 ], [ 173.047951795958937, -40.884592768644005 ], [ 173.04792926941343, -40.884710998735329 ], [ 173.047911744280555, -40.88479681138228 ], [ 173.047869086487566, -40.884871193743592 ], [ 173.047793775115935, -40.88495703033864 ], [ 173.047718478615536, -40.885063841521003 ], [ 173.047655735906403, -40.885159206751339 ], [ 173.047625617975143, -40.885203075264066 ], [ 173.047570401436957, -40.885283183051946 ], [ 173.047512666855425, -40.885355664706807 ], [ 173.047452425138204, -40.885435774506099 ], [ 173.047384659493019, -40.885534955220628 ], [ 173.047354558882091, -40.885603611865832 ], [ 173.04732448537581, -40.885710404203195 ], [ 173.047289380041235, -40.885807664666125 ], [ 173.047226657703078, -40.885933538210914 ], [ 173.047151363245348, -40.886046069360781 ], [ 173.04709867414212, -40.886149057303406 ], [ 173.047063575000095, -40.886255851614813 ], [ 173.047020927468708, -40.886347394708089 ], [ 173.046973256176074, -40.886440846615585 ], [ 173.046940635494849, -40.886499970241736 ], [ 173.046930621872406, -40.886551457520341 ], [ 173.046918107852775, -40.886620106882411 ], [ 173.046905592460917, -40.886686849457604 ], [ 173.046865440801923, -40.886755510048651 ], [ 173.046810230119945, -40.886847058160228 ], [ 173.046762555488385, -40.886936696403609 ], [ 173.046734963435085, -40.887001538283137 ], [ 173.046742537212879, -40.887053018413241 ], [ 173.046757644539696, -40.88709877513314 ], [ 173.046752662441492, -40.88715979427667 ], [ 173.046742659308052, -40.887226535809596 ], [ 173.046700012052895, -40.887319985553837 ], [ 173.046677467620697, -40.887417240716985 ], [ 173.046680012311924, -40.88746300252761 ], [ 173.046667501881103, -40.887537372205152 ], [ 173.046632387928696, -40.887625098516189 ], [ 173.046599771713915, -40.887691849171823 ], [ 173.04658220797819, -40.887726178395475 ], [ 173.046552074812837, -40.887750978765553 ], [ 173.046524462184465, -40.887787218820392 ], [ 173.046524488893965, -40.887825354507605 ], [ 173.046549645111355, -40.887869200409817 ], [ 173.046557229536518, -40.887935934818913 ], [ 173.046557284329936, -40.888014112975327 ], [ 173.046542261100058, -40.888088483646513 ], [ 173.046524734623858, -40.888176202818009 ], [ 173.04650971933151, -40.888262014188157 ], [ 173.046497191209056, -40.888311595642627 ], [ 173.04646706708354, -40.88834974347742 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2010", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45667785406112699, "Total_UNCY": "1.452705979333009", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_21FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049603071782343, -40.882046510506505 ], [ 173.049793941684072, -40.88195680928397 ], [ 173.050035043171277, -40.8818480180962 ], [ 173.050215864084635, -40.881760227318239 ], [ 173.050409256224953, -40.881685778270459 ], [ 173.050602643574962, -40.881605608538784 ], [ 173.050785989962634, -40.881536883625188 ], [ 173.050964299654225, -40.881452906349082 ], [ 173.051109951874565, -40.881372756845913 ], [ 173.051190301539577, -40.881315517602864 ], [ 173.051293254405607, -40.881248734318476 ], [ 173.05141379314415, -40.881181943103833 ], [ 173.051506703791091, -40.881124698038818 ], [ 173.051597107908151, -40.881075081168156 ], [ 173.051692548340156, -40.881040716266199 ], [ 173.05177543613641, -40.881017797643274 ], [ 173.05187086746227, -40.880971991874674 ], [ 173.052006475852266, -40.880901379685241 ], [ 173.05211946741727, -40.880823150408894 ], [ 173.052214889235557, -40.880765903635243 ], [ 173.052265098864297, -40.880720118001392 ], [ 173.052302736527906, -40.880660990536157 ], [ 173.052317771155685, -40.880611407249042 ], [ 173.052305167749637, -40.880558022921555 ], [ 173.052277487734898, -40.880500831851883 ], [ 173.052262355615284, -40.880426474004224 ], [ 173.052272340185908, -40.88034447762427 ], [ 173.052314996151694, -40.880277720727364 ], [ 173.052377748611292, -40.880209047902348 ], [ 173.052430465452034, -40.88015754069135 ], [ 173.052480686521136, -40.88012700925308 ], [ 173.052520864548939, -40.880104109516019 ], [ 173.052601238635418, -40.880081191440723 ], [ 173.052661513118949, -40.880056375700441 ], [ 173.052704197245475, -40.880025847605211 ], [ 173.052756925799486, -40.879989594537832 ], [ 173.05278705464471, -40.87996669930353 ], [ 173.052837281470715, -40.87994379485631 ], [ 173.052874954602203, -40.879930430080108 ], [ 173.052917664365367, -40.879932317280797 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2013-06-25", "DSASDate": "25/06/2013", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25JUN2013.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065090088209729, -40.954436837860158 ], [ 173.065008322669371, -40.95441066600258 ], [ 173.064926559528573, -40.95438687753898 ], [ 173.064813339440036, -40.954344039076922 ], [ 173.064747283977084, -40.954308324387917 ], [ 173.064693796931238, -40.954265452249139 ], [ 173.064599382092581, -40.954163016685818 ], [ 173.064508099767323, -40.954048662022991 ], [ 173.064394773993769, -40.953896184341069 ], [ 173.064284583300662, -40.953734170981022 ], [ 173.064155465752293, -40.953505431338364 ], [ 173.064105024395474, -40.953360068711362 ], [ 173.064082886511471, -40.953224224146943 ], [ 173.064063855630565, -40.95305024258537 ], [ 173.064054325254318, -40.952947759358693 ], [ 173.064047938671621, -40.952845274383101 ], [ 173.064060430789596, -40.952759463096676 ], [ 173.064088680835965, -40.952714161769855 ], [ 173.064126369028827, -40.952676005549399 ], [ 173.064164038718076, -40.952618781693509 ], [ 173.064185968815451, -40.952540115500163 ], [ 173.064204773587079, -40.9524805186756 ], [ 173.064251805009178, -40.95235178594848 ], [ 173.064286332980288, -40.952296947254425 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2013-06-25", "DSASDate": "25/06/2013", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25JUN2013.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059480234291584, -40.956556374544938 ], [ 173.059341896654104, -40.95655167892204 ], [ 173.059124954162087, -40.956539873110508 ], [ 173.058933171736726, -40.956537587843599 ], [ 173.058722529913126, -40.956540078769542 ], [ 173.058439585870275, -40.95655213979002 ], [ 173.058194377383842, -40.956573714886424 ], [ 173.057971195097963, -40.956616729461665 ], [ 173.05773857445601, -40.956652597973935 ], [ 173.057499663600481, -40.956686085701293 ], [ 173.057367636419741, -40.956707602540085 ], [ 173.05724817053337, -40.956712428823984 ], [ 173.057094117094721, -40.956712505211428 ], [ 173.056958923244594, -40.956707805172755 ], [ 173.056792283812285, -40.956695970111326 ], [ 173.05664765613912, -40.956688890901539 ], [ 173.056503026464327, -40.956679428058791 ], [ 173.056345816994337, -40.956665204277911 ], [ 173.056169743922425, -40.956650989473829 ], [ 173.055971661303147, -40.956634401634865 ], [ 173.055839603600617, -40.956620164951048 ], [ 173.055682396415364, -40.956608323716814 ], [ 173.05557234842081, -40.956596459547903 ], [ 173.055462292486027, -40.956575061467547 ], [ 173.055371090306039, -40.956541736966408 ], [ 173.055242153012159, -40.956498896668357 ], [ 173.055125807489617, -40.956475117827082 ], [ 173.055006306244195, -40.956437039658134 ], [ 173.05489937691874, -40.956394188474384 ], [ 173.054820739164427, -40.956346556837673 ], [ 173.054729512030718, -40.956282246954636 ], [ 173.054641446686389, -40.956239386574708 ], [ 173.054528233991249, -40.956201304928229 ], [ 173.05437412110706, -40.956127490674511 ], [ 173.054204296781279, -40.956063217412215 ], [ 173.054028188843063, -40.956003713749233 ], [ 173.05379545792195, -40.955903717550889 ], [ 173.053559583798005, -40.955803722341031 ], [ 173.053295392282507, -40.95567513830423 ], [ 173.053062636901217, -40.95554177228999 ], [ 173.052905343333833, -40.955417905013917 ], [ 173.052814123135789, -40.955358360507503 ], [ 173.052713446812135, -40.955267835361411 ], [ 173.052619073653943, -40.955196374874781 ], [ 173.052496398293016, -40.955115393386812 ], [ 173.052320249243309, -40.954998684246149 ], [ 173.052169259208426, -40.954891497266196 ], [ 173.052046584961431, -40.954810515294668 ], [ 173.051955347684839, -40.954727135576597 ], [ 173.05188612505134, -40.954653279693915 ], [ 173.051794877016306, -40.954555599130835 ], [ 173.051706774950958, -40.954460300536567 ], [ 173.051631257770339, -40.954376913506046 ], [ 173.051524283916393, -40.954269705950793 ], [ 173.051467626449721, -40.954181543473723 ], [ 173.051448709821898, -40.954112431762034 ], [ 173.051448683917101, -40.954079063423059 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2013-06-25", "DSASDate": "25/06/2013", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25JUN2013.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049152871921279, -40.948733976010537 ], [ 173.049108786014102, -40.948631506193173 ], [ 173.04905526074387, -40.948517123093758 ], [ 173.049058367258652, -40.948467069197164 ], [ 173.049092905784732, -40.948412235009584 ], [ 173.049121167747728, -40.948371704221238 ], [ 173.049171443370625, -40.948343081320083 ], [ 173.04921544600785, -40.948333528722671 ], [ 173.04925003569079, -40.948347814689548 ], [ 173.049268918258036, -40.948376408094632 ], [ 173.049253239457073, -40.948428850824698 ], [ 173.049240709500822, -40.948488442575325 ], [ 173.049228184832486, -40.948555184689504 ], [ 173.049199921087705, -40.948593332047658 ], [ 173.049196796983864, -40.948619551395538 ], [ 173.049196819981034, -40.948650536312286 ], [ 173.049193708255615, -40.948693439845599 ], [ 173.049196874820638, -40.948724423420721 ], [ 173.049184312923757, -40.948741112970787 ], [ 173.049168593305666, -40.948738736219262 ], [ 173.049156013723405, -40.948731591215335 ] ] } }, @@ -5511,23 +5511,23 @@ { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2013-06-25", "DSASDate": "25/06/2013", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25JUN2013.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051796301977106, -40.896008150531195 ], [ 173.051679976573951, -40.895872344484054 ], [ 173.051529079648589, -40.895710335511474 ], [ 173.051406458450089, -40.895555464170876 ], [ 173.051243002417692, -40.895398227367949 ], [ 173.05114552543759, -40.895262412391098 ], [ 173.051104620423075, -40.895169474880319 ], [ 173.051073151439283, -40.895093217521968 ], [ 173.050997653261788, -40.894945475287209 ], [ 173.050922159075697, -40.894802499953784 ], [ 173.050849802573595, -40.894654756227503 ], [ 173.050768032499747, -40.894518933987626 ], [ 173.050689401936921, -40.894380726828402 ], [ 173.050613927222372, -40.894261586054732 ], [ 173.05056676156147, -40.894194869347203 ], [ 173.050529017132334, -40.894125765013946 ], [ 173.050507004871832, -40.894092405956727 ], [ 173.050469273242214, -40.894039985946719 ], [ 173.050440968223143, -40.893992328758692 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2013-06-25", "DSASDate": "25/06/2013", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25JUN2013.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.046979838993309, -40.889875138112359 ], [ 173.046920132136108, -40.889829876291948 ], [ 173.046866696826243, -40.889770311010174 ], [ 173.046816385587704, -40.889686909631578 ], [ 173.046784914057184, -40.889596350148146 ], [ 173.046747140953329, -40.889477191443866 ], [ 173.046712421581958, -40.889234090501731 ], [ 173.046687124687708, -40.88899098572508 ], [ 173.046680667329753, -40.888740722866991 ], [ 173.046689866697676, -40.888423716196819 ], [ 173.046692843220626, -40.888190133862139 ], [ 173.046695859935454, -40.888013755046828 ], [ 173.046723940093472, -40.88774917727369 ], [ 173.046783374686584, -40.887410698848477 ], [ 173.046858535463628, -40.887105582724658 ], [ 173.046943120831514, -40.886805229663388 ], [ 173.047027739182226, -40.886552546144081 ], [ 173.047109256842361, -40.886357067379741 ], [ 173.047209607501742, -40.886147279953384 ], [ 173.047309989778853, -40.885982778574977 ], [ 173.047419754200092, -40.885763453162674 ], [ 173.04752639266593, -40.885565580264227 ], [ 173.047667551106798, -40.885331940767195 ], [ 173.047783608103458, -40.88513168024118 ], [ 173.047893405641247, -40.88496240746079 ], [ 173.0480126225238, -40.88479074716799 ], [ 173.048156942329513, -40.884590474479324 ], [ 173.048291858754169, -40.884416423848457 ], [ 173.048423640905213, -40.884251908300925 ], [ 173.048539745981174, -40.884123151436533 ], [ 173.048630731806128, -40.884001555494251 ], [ 173.048743707786002, -40.883889484117503 ], [ 173.048866092595375, -40.883760724262629 ], [ 173.048985339958023, -40.883636732573265 ], [ 173.049123426240641, -40.883507965770292 ], [ 173.049292900825378, -40.883357734042555 ], [ 173.049440407336732, -40.883228962827722 ], [ 173.04960361914587, -40.883104951634373 ], [ 173.049779392171502, -40.882980934786943 ], [ 173.049945743189141, -40.882856921749443 ], [ 173.050093265294151, -40.882751984514115 ], [ 173.050287871894028, -40.882618424770371 ], [ 173.05046364235514, -40.882494406871174 ], [ 173.050614315975793, -40.882406151967572 ], [ 173.050780685856239, -40.882310739506273 ], [ 173.051012976632308, -40.882179545415525 ], [ 173.051179336192547, -40.882072214962797 ], [ 173.051380248922953, -40.881976786298836 ], [ 173.051552897436636, -40.88188136991981 ], [ 173.051712978289459, -40.881778808465448 ], [ 173.051895033964087, -40.881666702967657 ], [ 173.052048831125546, -40.881561760386788 ], [ 173.052224606744204, -40.881452040682227 ], [ 173.052268527120276, -40.881394817177764 ], [ 173.052281043634395, -40.881337607894743 ], [ 173.052268459619597, -40.881309011792645 ], [ 173.052246475104312, -40.881306638269308 ], [ 173.052227651576743, -40.881330481632105 ], [ 173.052202564130681, -40.8813757791808 ], [ 173.052155492101321, -40.881418703183073 ], [ 173.05207387017731, -40.881454492318234 ], [ 173.05197028224319, -40.881511742648279 ], [ 173.051894940882221, -40.881547528826218 ], [ 173.051819586427541, -40.881566630574902 ], [ 173.051725382164904, -40.881576206794357 ], [ 173.051612331829574, -40.881581024404156 ], [ 173.051549529573606, -40.881588202940478 ], [ 173.051474191592149, -40.881628755808961 ], [ 173.051392567199116, -40.881662160978244 ], [ 173.051314077597198, -40.881688414244067 ], [ 173.051248156872987, -40.881724195807003 ], [ 173.051172829567747, -40.881779049374629 ], [ 173.051122614351698, -40.881819590863401 ], [ 173.051040998702405, -40.881864913196772 ], [ 173.050971939079204, -40.881903079473339 ], [ 173.050909151059642, -40.881929325522655 ], [ 173.050855791511736, -40.881965101315004 ], [ 173.050796162019736, -40.882015180744922 ], [ 173.050730257071251, -40.882072413354329 ], [ 173.050670620117273, -40.882112958787872 ], [ 173.050614125323591, -40.882155886294953 ], [ 173.050541924733437, -40.882194053690462 ], [ 173.050469725870812, -40.882234604523191 ], [ 173.050388123727203, -40.882298994252714 ], [ 173.050259425835037, -40.882377705355324 ], [ 173.050133859076965, -40.882444497535765 ], [ 173.05000830462447, -40.882527973956506 ], [ 173.049904729348611, -40.88260667376521 ], [ 173.049816859614054, -40.882690133664013 ], [ 173.049719573669847, -40.882780748003675 ], [ 173.049653663471986, -40.882833213026487 ], [ 173.049603467886357, -40.88290235563602 ], [ 173.049540697931405, -40.882954819242663 ], [ 173.04947791722725, -40.882992981920665 ], [ 173.04941827690979, -40.883031143218801 ], [ 173.049349247009161, -40.883112211198757 ], [ 173.049295905124694, -40.883174204568213 ], [ 173.049230003032676, -40.883238586756988 ], [ 173.049154672344173, -40.883293438994073 ], [ 173.049066781396164, -40.883350680008313 ], [ 173.048972605829562, -40.883403156657742 ], [ 173.048834494944543, -40.883498554532444 ], [ 173.048712096575741, -40.883608246502547 ], [ 173.048599131481467, -40.883734618745997 ], [ 173.048545800588954, -40.883813296136758 ], [ 173.048464236370734, -40.883934888057595 ], [ 173.048404644986135, -40.884042169802974 ], [ 173.048354455861841, -40.884123229265221 ], [ 173.048304244086324, -40.884173303440015 ], [ 173.048247744280843, -40.884213846292617 ], [ 173.04818495127202, -40.884237707368385 ], [ 173.048140996138983, -40.884254410101001 ], [ 173.048109611683884, -40.884283024987077 ], [ 173.048090794455447, -40.884318785072956 ], [ 173.048056290116421, -40.884376003035506 ], [ 173.048028068491362, -40.884435601853717 ], [ 173.047990433840226, -40.884507121993771 ], [ 173.047962203496837, -40.884554803385839 ], [ 173.047940255899277, -40.884604865641826 ], [ 173.047924618569652, -40.884695444472477 ], [ 173.047924659835189, -40.884752648032809 ], [ 173.047912128615167, -40.884795555921677 ], [ 173.047861938321489, -40.884876615159662 ], [ 173.04777723442399, -40.885002974839892 ], [ 173.047692537048817, -40.885138868381432 ], [ 173.047604683390801, -40.88525331182079 ], [ 173.047454079334699, -40.885453586381487 ], [ 173.047407016656678, -40.885517959751077 ], [ 173.04737879566477, -40.885579941880501 ], [ 173.047344300250074, -40.885651460506104 ], [ 173.047309818340381, -40.885742046970833 ], [ 173.047278492194664, -40.885854083467699 ], [ 173.047234600163307, -40.885961358136882 ], [ 173.047178120189841, -40.886032885709312 ], [ 173.047112243637173, -40.886140169319042 ], [ 173.047068346082455, -40.886240293476654 ], [ 173.047030734688519, -40.886347565497907 ], [ 173.04697113545717, -40.886450079498076 ], [ 173.046952362487758, -40.88655019337159 ], [ 173.046917889678525, -40.886655080591041 ], [ 173.046899099743968, -40.886731359643598 ], [ 173.046855198115765, -40.886826716748473 ], [ 173.046792450825393, -40.886919698000739 ], [ 173.046761103120048, -40.887003132565674 ], [ 173.046761138353645, -40.887053185661735 ], [ 173.046767481738584, -40.88714137190221 ], [ 173.046748708267842, -40.887241485730797 ], [ 173.046714223046393, -40.887329688512651 ], [ 173.046686039167582, -40.887446490507713 ], [ 173.046679824828175, -40.887541832273065 ], [ 173.046664158302718, -40.887594275199469 ], [ 173.046651615690706, -40.8876228820478 ], [ 173.046617133488127, -40.887715851755907 ], [ 173.04659518216269, -40.887763530249089 ], [ 173.046592084946013, -40.887825502009612 ], [ 173.046573307676312, -40.887920848837197 ], [ 173.046567101485778, -40.888028107990486 ], [ 173.046542096163734, -40.888199728715257 ], [ 173.046526454416494, -40.888287923820954 ], [ 173.04650135545333, -40.888326069637628 ], [ 173.046451134106178, -40.888368992530914 ], [ 173.046391480566484, -40.888397618310968 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2013-06-25", "DSASDate": "25/06/2013", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25JUN2013.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049513385919653, -40.882125378784878 ], [ 173.049664043041929, -40.882014482030712 ], [ 173.049871224276927, -40.881899985426365 ], [ 173.050111387086332, -40.881796199799403 ], [ 173.050436315398059, -40.881660199606451 ], [ 173.05070002119075, -40.881545676775914 ], [ 173.050963717846997, -40.881420427667479 ], [ 173.051213270790583, -40.881280883331669 ], [ 173.051429859876407, -40.881155654058837 ], [ 173.051618204310785, -40.881055463601257 ], [ 173.05185835296507, -40.880940948650967 ], [ 173.052037289078953, -40.880858637864996 ], [ 173.052173827188312, -40.880772770760416 ], [ 173.052272680770045, -40.880686920577631 ], [ 173.052300881988572, -40.880608252819457 ], [ 173.05227255419959, -40.880526035459681 ], [ 173.052220665528154, -40.880433103082616 ], [ 173.052220598091566, -40.880347297683059 ], [ 173.05227235168897, -40.880268619261628 ], [ 173.052371198758095, -40.880175618537194 ], [ 173.052474753205985, -40.880079040358652 ], [ 173.05255950788623, -40.88003609905109 ], [ 173.05260659849003, -40.880018201450739 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065129381516044, -40.954432048764723 ], [ 173.065028757616631, -40.954410654479361 ], [ 173.064896676739323, -40.954370210188593 ], [ 173.064824349856366, -40.954351183247582 ], [ 173.064761447530515, -40.954325000607675 ], [ 173.064723688933185, -40.954291653461397 ], [ 173.064670171679836, -40.954217796433326 ], [ 173.0646260883465, -40.954146317545622 ], [ 173.064544237458563, -40.95403195762438 ], [ 173.064462407718622, -40.953939048713302 ], [ 173.064396332004577, -40.953881882749357 ], [ 173.064349121580676, -40.953827089673474 ], [ 173.064295593558626, -40.953741315203089 ], [ 173.064204291557473, -40.953605509218534 ], [ 173.064147562431117, -40.953460150113777 ], [ 173.064103413309283, -40.953319550891798 ], [ 173.064074980969281, -40.95317655946247 ], [ 173.064065422909181, -40.953045474806764 ], [ 173.064049600387335, -40.952938228167532 ], [ 173.064036993072421, -40.952904866813853 ], [ 173.063996096487273, -40.952876288071671 ], [ 173.063980361553945, -40.952859612625694 ], [ 173.063974028010563, -40.952811947058834 ], [ 173.063989714604133, -40.952778569997115 ], [ 173.064049425326772, -40.952757085756744 ], [ 173.064112275157953, -40.952730832831762 ], [ 173.064190811406235, -40.952671202782845 ], [ 173.06421906594494, -40.952630668329178 ], [ 173.064219026683332, -40.952590149630502 ], [ 173.064203264054754, -40.952544872779477 ], [ 173.064215792865554, -40.952497196718639 ], [ 173.064306845905861, -40.952377973260752 ], [ 173.064423002170741, -40.952211066619128 ], [ 173.064529780048105, -40.952098984555377 ], [ 173.064642870582304, -40.952013116850104 ], [ 173.064730866929835, -40.951984466029415 ], [ 173.064815735796003, -40.951972501080448 ], [ 173.064884893022338, -40.951967695274881 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059507000589974, -40.956604029784565 ], [ 173.059425247399133, -40.956592154686497 ], [ 173.059299479058808, -40.956580302176235 ], [ 173.059139133796066, -40.956575617626726 ], [ 173.058981938860995, -40.956578081600291 ], [ 173.058799583923388, -40.956571024383074 ], [ 173.058639249263251, -40.956578256395652 ], [ 173.058390880001753, -40.956580765897058 ], [ 173.058208537680429, -40.95658800845392 ], [ 173.05801677392634, -40.956607172726166 ], [ 173.057847023908124, -40.956633475994551 ], [ 173.057686697290904, -40.956650240488514 ], [ 173.057560943641533, -40.956655070242221 ], [ 173.057460358069392, -40.956678954938901 ], [ 173.057281184044569, -40.956714795880089 ], [ 173.0571428667823, -40.956733932133695 ], [ 173.056966801554154, -40.956729252353107 ], [ 173.056803312143842, -40.956724566108754 ], [ 173.056668124404069, -40.956727016083576 ], [ 173.056536072468674, -40.956719930552374 ], [ 173.056404008388881, -40.956698544160858 ], [ 173.056190185627059, -40.956658129871251 ], [ 173.056092715255488, -40.956648643521397 ], [ 173.055954377660811, -40.956643943834159 ], [ 173.055772018846937, -40.956632114925462 ], [ 173.055561346621005, -40.956598848302782 ], [ 173.055400973674523, -40.956560790232118 ], [ 173.055268892385669, -40.956517951474765 ], [ 173.05516511860165, -40.956489399741066 ], [ 173.055039321518507, -40.956441790808071 ], [ 173.054922952463301, -40.956389410341451 ], [ 173.054803437690822, -40.956334647799444 ], [ 173.054687059175251, -40.956270349834732 ], [ 173.054554969115117, -40.956215592997815 ], [ 173.054429169074183, -40.956163216492598 ], [ 173.054234191302641, -40.956096571693394 ], [ 173.053998313888712, -40.9559941939334 ], [ 173.053756162919512, -40.955908502783934 ], [ 173.05358003652313, -40.955825163914554 ], [ 173.053372444675858, -40.955708471003611 ], [ 173.053152266510097, -40.955577482801395 ], [ 173.052935227390833, -40.955439342375335 ], [ 173.052781087678142, -40.955327390744962 ], [ 173.052636372544555, -40.955205900791604 ], [ 173.05246964329794, -40.955074886861226 ], [ 173.05233123395513, -40.954974844728817 ], [ 173.052186527923908, -40.954862888012173 ], [ 173.052041807407875, -40.954731863491489 ], [ 173.051931671657968, -40.954603206667578 ], [ 173.051827809107522, -40.954455479288221 ], [ 173.051739701545614, -40.954353030359385 ], [ 173.051654734371937, -40.954245813047415 ], [ 173.051626373050311, -40.954160021421458 ], [ 173.051629440746524, -40.954062298450076 ], [ 173.05163879978349, -40.953969339566811 ], [ 173.051651337902541, -40.953921664877363 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049088326365933, -40.94859576306699 ], [ 173.049069426169723, -40.948543335081695 ], [ 173.049056806063845, -40.948481370597293 ], [ 173.049066194393532, -40.948424163659446 ], [ 173.049100731125293, -40.948366946013884 ], [ 173.049132147214607, -40.948340714615412 ], [ 173.049179298711607, -40.948338311058038 ], [ 173.049201315952075, -40.948354985857222 ], [ 173.049204486042896, -40.948390736344393 ], [ 173.049191954281127, -40.948447944634928 ], [ 173.049163738292208, -40.948550445274826 ], [ 173.049151199395737, -40.948598119738811 ], [ 173.049138664015118, -40.948650561111265 ], [ 173.049138692285908, -40.948688696393219 ], [ 173.049129256283578, -40.94868155004653 ], [ 173.049113511957302, -40.948645804915742 ], [ 173.049097765882578, -40.948607676327441 ], [ 173.04908518103781, -40.948593380950108 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049115643563113, -40.947280083624321 ], [ 173.049159611918668, -40.947225245388374 ], [ 173.049194132026713, -40.947146576601583 ], [ 173.049216051546068, -40.947032161334285 ], [ 173.04921279834889, -40.946884388414659 ], [ 173.049203252909251, -40.946729467806371 ], [ 173.049203130839913, -40.946565009345342 ], [ 173.049209272688415, -40.946369563267844 ], [ 173.04922163237751, -40.946081159709102 ], [ 173.049243424021398, -40.94579513556392 ], [ 173.049259063245643, -40.945690256772011 ], [ 173.04928093964952, -40.945518638509846 ], [ 173.049337338450442, -40.945273118296825 ], [ 173.049393779455443, -40.945084801004597 ], [ 173.049462825701255, -40.944939380505716 ], [ 173.049575857615054, -40.944765339568747 ], [ 173.049701478510684, -40.944612744208165 ], [ 173.049808256533709, -40.944483991423866 ], [ 173.049927627335421, -40.944381451120044 ], [ 173.050031302560939, -40.944307518994449 ], [ 173.050109843316477, -40.94425028190436 ], [ 173.050178952069416, -40.94419066540749 ], [ 173.050251209469337, -40.944138197869691 ], [ 173.050285751988156, -40.944092897113308 ], [ 173.050295158529906, -40.944061908059638 ], [ 173.050279427328348, -40.944042847258054 ], [ 173.050251133590535, -40.944038092676514 ], [ 173.050210273690567, -40.944042877391837 ], [ 173.050141152500942, -40.944085809710018 ], [ 173.050065748119266, -40.944133511630312 ], [ 173.049971494286098, -40.944195522417779 ], [ 173.049877233103729, -40.944247999299947 ], [ 173.049804953800702, -40.944271865119646 ], [ 173.04972325866936, -40.944314802616177 ], [ 173.049641567001714, -40.944362506968311 ], [ 173.049559876998245, -40.944412594719125 ], [ 173.049484470047361, -40.944457912800154 ], [ 173.049449916123706, -40.944488912573014 ], [ 173.049409050558637, -40.944486546633691 ], [ 173.049361891161453, -40.944474649543956 ], [ 173.049327296382387, -40.944450829772457 ], [ 173.049302122861803, -40.94441508867434 ], [ 173.049314657315534, -40.944362647245981 ], [ 173.049358628897494, -40.944314959278273 ], [ 173.049427740170842, -40.944257726688825 ], [ 173.049490557498302, -40.944190962928097 ], [ 173.049525100564551, -40.94414566239967 ], [ 173.049531358776505, -40.944107524387441 ], [ 173.049509330405044, -40.944074165439154 ], [ 173.049424415567501, -40.944014615423193 ], [ 173.049320637277816, -40.943950306498564 ], [ 173.04924830498129, -40.943902668258168 ], [ 173.049223142329708, -40.943881227881917 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052140138850348, -40.943851344254384 ], [ 173.052187213871292, -40.943755984643026 ], [ 173.052265691981773, -40.943622475453815 ], [ 173.052303334811683, -40.943524736608282 ], [ 173.052347266048372, -40.943429378352207 ], [ 173.052410058923783, -40.943336394964319 ], [ 173.052435139453593, -40.943252962528824 ], [ 173.052438235632962, -40.943193374667942 ], [ 173.052441343118659, -40.943148087550128 ], [ 173.052413026996732, -40.943114732010635 ], [ 173.05236270591044, -40.943079003000733 ], [ 173.052271510707357, -40.943028991755973 ], [ 173.052180313765916, -40.942976596981218 ], [ 173.052129994783968, -40.942943251326163 ], [ 173.052082821018416, -40.942912287686546 ], [ 173.052054514534575, -40.942890849344536 ], [ 173.052041915171543, -40.942857486616084 ], [ 173.052048166201217, -40.942812198087339 ], [ 173.052079580365671, -40.942788349320161 ], [ 173.052123580770427, -40.942781179063651 ], [ 173.052195883883201, -40.942790680190143 ], [ 173.052305908354924, -40.94280254762446 ], [ 173.052381360455144, -40.942819197580967 ], [ 173.052469374434708, -40.942821541022894 ], [ 173.052554254577956, -40.942835803117404 ], [ 173.052645423231269, -40.942852445736698 ], [ 173.052755459265086, -40.942878613486165 ], [ 173.052830930557519, -40.942919097721891 ], [ 173.052887534562672, -40.942950056730389 ], [ 173.052975579205622, -40.942990535103235 ], [ 173.053038485190712, -40.943040558807255 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056054200689829, -40.940848733735578 ], [ 173.055978737838956, -40.940817785427164 ], [ 173.055900119809024, -40.940772537844204 ], [ 173.055856087012501, -40.940739190754769 ], [ 173.055818338631127, -40.940703457147173 ], [ 173.055758557916306, -40.940631982295628 ], [ 173.055733378375521, -40.940591475662686 ], [ 173.055717618394937, -40.940539047176706 ], [ 173.055733284211811, -40.940479453125299 ], [ 173.055764675899241, -40.940431768763247 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055427782265355, -40.939745494890929 ], [ 173.055493692521026, -40.939631057130633 ], [ 173.055578433373483, -40.939483241820689 ], [ 173.055663177850164, -40.939340193362412 ], [ 173.055747942000608, -40.939220979426437 ], [ 173.05582015948039, -40.939132756477527 ], [ 173.05586727406083, -40.939094598303328 ], [ 173.055911265574281, -40.939080276222171 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2016-02-25", "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056287886605048, -40.938429408425215 ], [ 173.056334955867726, -40.938338813955149 ], [ 173.056429144715821, -40.938217211433042 ], [ 173.056557910998464, -40.9381003587973 ], [ 173.056677257834764, -40.937995427947001 ], [ 173.056862602320251, -40.937883314063924 ], [ 173.057051087177683, -40.937768814866835 ], [ 173.057220709006884, -40.937649557800697 ], [ 173.057374648031896, -40.93756844365403 ], [ 173.05758831264427, -40.937496833329803 ], [ 173.057786269937736, -40.937434764323442 ], [ 173.057918262772517, -40.937418013877796 ], [ 173.058009408636025, -40.937415584600274 ], [ 173.058094280956595, -40.937427459174458 ], [ 173.058182294249832, -40.937436948640858 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060422903586755, -40.937025841106291 ], [ 173.06030973774142, -40.937006832664871 ], [ 173.060234294602168, -40.936994954795324 ], [ 173.060171408398475, -40.936966386099975 ], [ 173.060048774845455, -40.936904480050039 ], [ 173.05995128987351, -40.936847327718041 ], [ 173.059841211549525, -40.936766347231718 ], [ 173.059743688307151, -40.936666292448564 ], [ 173.059652425614786, -40.936537632812545 ], [ 173.059608363752915, -40.936470918694148 ], [ 173.059579991205254, -40.936375594921792 ], [ 173.059570463764857, -40.936265960641116 ], [ 173.059592374651885, -40.93616584395857 ], [ 173.05963316471744, -40.936089552118638 ], [ 173.059683370716499, -40.93599895462372 ], [ 173.059724177747654, -40.935941730429384 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059202384238432, -40.93587287913477 ], [ 173.059111268159427, -40.935906294334792 ], [ 173.058966740698907, -40.935961187937977 ], [ 173.05887561168305, -40.935980302191474 ], [ 173.058781326972877, -40.935985117215154 ], [ 173.058652467526002, -40.93598756629217 ], [ 173.058561317334949, -40.935982845697247 ], [ 173.058470154547621, -40.935963824270104 ], [ 173.058353835525537, -40.935930514737443 ], [ 173.058224925943364, -40.935875760295268 ], [ 173.058155741117957, -40.935830509446966 ], [ 173.058111720915832, -40.9358090804893 ], [ 173.058064566134448, -40.935797186937826 ], [ 173.058026859006134, -40.935806739763656 ], [ 173.058014301776694, -40.935823430310116 ], [ 173.0580048812445, -40.935832968893905 ], [ 173.057986029751333, -40.935840128758684 ], [ 173.057938881217609, -40.935835385536208 ], [ 173.05785712064818, -40.935785373904146 ], [ 173.057721915479192, -40.935718704750805 ], [ 173.057599280307841, -40.935649645698703 ], [ 173.057486072162732, -40.93557819835479 ], [ 173.057423159591366, -40.935516259708436 ], [ 173.057303645389538, -40.935420980710667 ], [ 173.057190440008696, -40.935351916533513 ], [ 173.057121279018418, -40.935332883123436 ], [ 173.0570207112807, -40.935340083281524 ], [ 173.056898134798672, -40.935337760368391 ], [ 173.056756715000034, -40.935352130830765 ], [ 173.056596433458282, -40.935361743456113 ], [ 173.05645186046192, -40.935364197785404 ], [ 173.056297862694777, -40.935371423457958 ], [ 173.056140723975403, -40.935381033915419 ], [ 173.056046452002334, -40.935400147465145 ], [ 173.055989895231875, -40.935419242631106 ], [ 173.055930209561183, -40.935455023516191 ], [ 173.055895667357959, -40.935490792184922 ], [ 173.055848555352043, -40.935528950392978 ], [ 173.055804580219927, -40.935559956679697 ], [ 173.055757460096459, -40.935588581008986 ], [ 173.055707194982602, -40.93561482337703 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05608701286576, -40.927615737742009 ], [ 173.056039749499064, -40.927467985915193 ], [ 173.055995588658135, -40.927272563264722 ], [ 173.055960887877859, -40.927115271436719 ], [ 173.055945106809872, -40.927034241291047 ], [ 173.055941938138744, -40.927003257785678 ], [ 173.055960783321069, -40.926991331317858 ], [ 173.056017369145735, -40.927015138492081 ], [ 173.056070840675204, -40.92707231565992 ], [ 173.056118041320872, -40.927146180107592 ], [ 173.056143254311166, -40.927231972565743 ], [ 173.056174792843422, -40.927365431229454 ], [ 173.056178054493529, -40.927506054054291 ], [ 173.056178135235484, -40.927601392598604 ], [ 173.056197035064429, -40.927653819609972 ], [ 173.056197057276052, -40.927680037709159 ], [ 173.056175061294965, -40.927682431890972 ], [ 173.056127914655889, -40.927672920990275 ], [ 173.056096466773795, -40.927646718182707 ], [ 173.056083872312598, -40.927618122734025 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051210865616042, -40.918483132645832 ], [ 173.051083501765561, -40.918343756232453 ], [ 173.051003325252907, -40.918275862869358 ], [ 173.050913692360325, -40.918168646394733 ], [ 173.050861756929066, -40.918050687619726 ], [ 173.050828641479512, -40.917889818090231 ], [ 173.050833184835113, -40.917668153500912 ], [ 173.050847036622741, -40.917292751058568 ], [ 173.050898603967369, -40.916931632764182 ], [ 173.050945476897766, -40.916595542924348 ], [ 173.05100651047735, -40.916288048415097 ], [ 173.051011075120442, -40.916094985380234 ], [ 173.051001547386335, -40.915962707042645 ], [ 173.050977946557651, -40.915916239823758 ], [ 173.050930799877136, -40.915894809430178 ], [ 173.050874251857266, -40.915905560002699 ], [ 173.05083186753123, -40.915948481142657 ], [ 173.05081308113634, -40.916034294320802 ], [ 173.050775486316752, -40.916177319041765 ], [ 173.050737836664894, -40.916248839692244 ], [ 173.050643693081241, -40.916402614842291 ], [ 173.050596657926064, -40.916527767622291 ], [ 173.050559026950424, -40.916624314628081 ], [ 173.050526152498946, -40.916778062794528 ], [ 173.050488564801611, -40.916931813011111 ], [ 173.050451009548254, -40.917128465638349 ], [ 173.050427536383324, -40.917250032820021 ], [ 173.050432303842996, -40.917321534801644 ], [ 173.050474757289919, -40.917367993870798 ], [ 173.050488953789198, -40.917443066924449 ], [ 173.050517292449001, -40.917521708984353 ], [ 173.050531483584365, -40.917589631626861 ], [ 173.050531518977351, -40.917636109251866 ], [ 173.050512712667711, -40.917696895943308 ], [ 173.050465627408443, -40.917757695009676 ], [ 173.050427946640838, -40.917789888320172 ], [ 173.050371407780347, -40.917814939450778 ], [ 173.05030542629811, -40.917818543455155 ], [ 173.050164036997131, -40.917825755451389 ], [ 173.050069757663039, -40.91780434520588 ], [ 173.049999038773819, -40.917775774264641 ], [ 173.049909445825818, -40.917718609825471 ], [ 173.049871700322427, -40.917664998108954 ], [ 173.049810389169039, -40.917611396560638 ], [ 173.049782091540777, -40.917586382357761 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059600961254063, -40.913892114979518 ], [ 173.059596119956979, -40.913749109265595 ], [ 173.059633655844038, -40.913563179175945 ], [ 173.059671249382234, -40.913441602740022 ], [ 173.059727687694419, -40.913312866119426 ], [ 173.059826528339585, -40.913169806655901 ], [ 173.059939519921869, -40.913041040573631 ], [ 173.060043085450587, -40.912912279285891 ], [ 173.060090181157193, -40.912876502696307 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059873137322455, -40.912594174304559 ], [ 173.059769407754999, -40.912540600018929 ], [ 173.059656217450623, -40.91244770326518 ], [ 173.059576010421466, -40.912347638951843 ], [ 173.059514635440792, -40.912226113625614 ], [ 173.059528667897524, -40.912108124571049 ], [ 173.059594457004096, -40.911897153407764 ], [ 173.059683786791595, -40.911661143571585 ], [ 173.059716695405058, -40.91157174636654 ], [ 173.059702492948247, -40.911500249583554 ], [ 173.059669481496996, -40.911475240220625 ], [ 173.059594062155782, -40.911457403183981 ], [ 173.059556357312516, -40.911453847454936 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052532388545416, -40.896970504164685 ], [ 173.052414543010798, -40.896902628678113 ], [ 173.052296706163787, -40.896845478714383 ], [ 173.052240132399049, -40.896802601760989 ], [ 173.052174098867198, -40.896713251250191 ], [ 173.052136341039898, -40.89663103835386 ], [ 173.052126855993436, -40.896552387885272 ], [ 173.052122026488291, -40.896402230985458 ], [ 173.052074783962695, -40.896241367590321 ], [ 173.052013454429982, -40.896141289205303 ], [ 173.051942713046373, -40.896055515891142 ], [ 173.051862545841971, -40.895966171554676 ], [ 173.05177767004173, -40.895880404491628 ], [ 173.051579582930856, -40.895623077647784 ], [ 173.051386239349341, -40.895405075724874 ], [ 173.051240026333005, -40.895204928625319 ], [ 173.051074907557307, -40.894926134928795 ], [ 173.050947537119583, -40.894718828660935 ], [ 173.050782448120287, -40.894475786683763 ], [ 173.050702224336163, -40.894307786753728 ], [ 173.050622025484728, -40.894171963711322 ], [ 173.050584268303254, -40.894086175051996 ], [ 173.050584197502246, -40.893993219420835 ], [ 173.050626543459629, -40.89391812126626 ], [ 173.050692465698631, -40.893868039260468 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047160748742129, -40.88987601767343 ], [ 173.047028739684492, -40.889740213199211 ], [ 173.046910836855744, -40.889565075407752 ], [ 173.046835329861494, -40.889382769840907 ], [ 173.046764499169257, -40.889150409231206 ], [ 173.046703086157663, -40.888910894313476 ], [ 173.046674588404244, -40.888581985508274 ], [ 173.046660266804025, -40.888313849706613 ], [ 173.046655372430678, -40.888052860520702 ], [ 173.046683490454967, -40.887841911069039 ], [ 173.046721047932607, -40.887655984331985 ], [ 173.046749230999723, -40.8875379905923 ], [ 173.046767961762527, -40.887377098013253 ], [ 173.046824297153307, -40.887098207837475 ], [ 173.046899496093175, -40.886847911730158 ], [ 173.047002917110916, -40.886536825283684 ], [ 173.047129927246459, -40.886275782208244 ], [ 173.047266353097029, -40.886007584677436 ], [ 173.047421600951651, -40.885710777452019 ], [ 173.047590992798177, -40.88543184028309 ], [ 173.047741562991376, -40.885185087654108 ], [ 173.047887434128768, -40.884956212886529 ], [ 173.048028606376448, -40.884745216000155 ], [ 173.048193318734775, -40.884516332981264 ], [ 173.048348644830156, -40.88433750678697 ], [ 173.048555751958389, -40.88410860545563 ], [ 173.048809941504459, -40.883847506811556 ], [ 173.049035891075135, -40.883622171847932 ], [ 173.049233593374225, -40.883421875064826 ], [ 173.049577246198822, -40.883114258557541 ], [ 173.049845613600581, -40.882924655986407 ], [ 173.050062189070644, -40.882770827524055 ], [ 173.050415307533115, -40.882531133651426 ], [ 173.050646023227927, -40.882391598801242 ], [ 173.050815527070029, -40.882287842721439 ], [ 173.051013283170818, -40.882169772998147 ], [ 173.051178083515367, -40.882076744137514 ], [ 173.051375827285085, -40.881944372892811 ], [ 173.051564137964817, -40.881797704622144 ], [ 173.051724203754702, -40.881676075288389 ], [ 173.05186546290625, -40.881600932119987 ], [ 173.051992603982768, -40.881543671270286 ], [ 173.052053813546536, -40.88150789140709 ], [ 173.052067925674407, -40.881482858458455 ], [ 173.052053788337588, -40.881475714388351 ], [ 173.052006696552098, -40.88149361175919 ], [ 173.05193135802574, -40.881532973185273 ], [ 173.051832466486871, -40.881572345148633 ], [ 173.051719445851433, -40.881615298588834 ], [ 173.051672359437788, -40.881640346271304 ], [ 173.051620531842786, -40.881626068576182 ], [ 173.051582822154103, -40.881593908417315 ], [ 173.051559266448749, -40.881590343723914 ], [ 173.051507463861412, -40.8816082429963 ], [ 173.051413304681319, -40.881676214290167 ], [ 173.051314415383104, -40.881719161032876 ], [ 173.051224947153287, -40.881762103506858 ], [ 173.051126090618624, -40.881847952777392 ], [ 173.051050762156649, -40.881901614522874 ], [ 173.050984838335552, -40.881933820710103 ], [ 173.050900085694821, -40.881983911296572 ], [ 173.050829467513807, -40.882037570817559 ], [ 173.050744741929691, -40.882123413529072 ], [ 173.050622309295306, -40.882180670931426 ], [ 173.050518732569856, -40.882255796071604 ], [ 173.050405737045509, -40.882334500459422 ], [ 173.050245648328598, -40.882431101385158 ], [ 173.050109101622809, -40.882513390962139 ], [ 173.049963157461463, -40.882627861471512 ], [ 173.04978895414925, -40.882749494445612 ], [ 173.049675972959619, -40.882849649454329 ], [ 173.049595950193464, -40.882928338835271 ], [ 173.049487665781612, -40.883010615513605 ], [ 173.049412358608976, -40.883096453190895 ], [ 173.049299384220575, -40.883207333495491 ], [ 173.049176988037942, -40.883318217704868 ], [ 173.04900748691918, -40.883432697030855 ], [ 173.048861525693496, -40.883529290014174 ], [ 173.048762671347987, -40.883625862905397 ], [ 173.048659121689042, -40.883743889036452 ], [ 173.048569693449025, -40.883847608230006 ], [ 173.04849441284864, -40.883972772749296 ], [ 173.04844737047685, -40.884062173119212 ], [ 173.048395606793207, -40.884137274553851 ], [ 173.048324994703137, -40.884205233415116 ], [ 173.048254366887818, -40.884251740895678 ], [ 173.048188431599044, -40.884273219805181 ], [ 173.048131912642987, -40.884287544300101 ], [ 173.048075429882999, -40.88435192188593 ], [ 173.048047229832605, -40.884441314231516 ], [ 173.048019037458857, -40.884541432236809 ], [ 173.047981420813102, -40.884637978930691 ], [ 173.047957921000204, -40.884713068400274 ], [ 173.047925020141349, -40.88481676355908 ], [ 173.047854432601412, -40.884920474348981 ], [ 173.047774436037002, -40.885042065108557 ], [ 173.047685017500754, -40.885163659705796 ], [ 173.047586184623754, -40.885295983785454 ], [ 173.047482643050245, -40.885431884939152 ], [ 173.047416772688223, -40.885546319177521 ], [ 173.047355625717074, -40.885678627551833 ], [ 173.047341528757954, -40.885728686460688 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": null, "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049670655544929, -40.882038075670224 ], [ 173.049896681965805, -40.881927146128881 ], [ 173.050136839437755, -40.881816210000927 ], [ 173.050395838484178, -40.881705265140084 ], [ 173.050621868009102, -40.88160148462125 ], [ 173.050857323459667, -40.881504849953089 ], [ 173.051031543521191, -40.881411817137497 ], [ 173.051125708219786, -40.881350996601043 ], [ 173.051158657427521, -40.881318804960394 ], [ 173.0513234554588, -40.88122577587967 ], [ 173.05152122690302, -40.8811327318381 ], [ 173.051775521569738, -40.881036086871418 ], [ 173.051959162991551, -40.880946623643887 ], [ 173.052086274708984, -40.880853610438301 ], [ 173.052218113456121, -40.880782046307317 ], [ 173.052274606045501, -40.880739118005657 ], [ 173.052298108020068, -40.880674753282868 ], [ 173.052316896617725, -40.880606815466429 ], [ 173.052297992644213, -40.880528169064227 ], [ 173.052283765461453, -40.880406617823226 ], [ 173.052311952474412, -40.880310073933472 ], [ 173.052363691846921, -40.880213519345261 ], [ 173.052420166935747, -40.880149139617714 ], [ 173.052495492305496, -40.880095476963433 ], [ 173.052627360256821, -40.880063239833355 ], [ 173.052726251915885, -40.88002744240498 ], [ 173.052820432995787, -40.879991647048897 ], [ 173.052924034914128, -40.879955847293402 ], [ 173.05299469196342, -40.879955814851307 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065129381516044, -40.954432048764723 ], [ 173.065028757616631, -40.954410654479361 ], [ 173.064896676739323, -40.954370210188593 ], [ 173.064824349856366, -40.954351183247582 ], [ 173.064761447530515, -40.954325000607675 ], [ 173.064723688933185, -40.954291653461397 ], [ 173.064670171679836, -40.954217796433326 ], [ 173.0646260883465, -40.954146317545622 ], [ 173.064544237458563, -40.95403195762438 ], [ 173.064462407718622, -40.953939048713302 ], [ 173.064396332004577, -40.953881882749357 ], [ 173.064349121580676, -40.953827089673474 ], [ 173.064295593558626, -40.953741315203089 ], [ 173.064204291557473, -40.953605509218534 ], [ 173.064147562431117, -40.953460150113777 ], [ 173.064103413309283, -40.953319550891798 ], [ 173.064074980969281, -40.95317655946247 ], [ 173.064065422909181, -40.953045474806764 ], [ 173.064049600387335, -40.952938228167532 ], [ 173.064036993072421, -40.952904866813853 ], [ 173.063996096487273, -40.952876288071671 ], [ 173.063980361553945, -40.952859612625694 ], [ 173.063974028010563, -40.952811947058834 ], [ 173.063989714604133, -40.952778569997115 ], [ 173.064049425326772, -40.952757085756744 ], [ 173.064112275157953, -40.952730832831762 ], [ 173.064190811406235, -40.952671202782845 ], [ 173.06421906594494, -40.952630668329178 ], [ 173.064219026683332, -40.952590149630502 ], [ 173.064203264054754, -40.952544872779477 ], [ 173.064215792865554, -40.952497196718639 ], [ 173.064306845905861, -40.952377973260752 ], [ 173.064423002170741, -40.952211066619128 ], [ 173.064529780048105, -40.952098984555377 ], [ 173.064642870582304, -40.952013116850104 ], [ 173.064730866929835, -40.951984466029415 ], [ 173.064815735796003, -40.951972501080448 ], [ 173.064884893022338, -40.951967695274881 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059507000589974, -40.956604029784565 ], [ 173.059425247399133, -40.956592154686497 ], [ 173.059299479058808, -40.956580302176235 ], [ 173.059139133796066, -40.956575617626726 ], [ 173.058981938860995, -40.956578081600291 ], [ 173.058799583923388, -40.956571024383074 ], [ 173.058639249263251, -40.956578256395652 ], [ 173.058390880001753, -40.956580765897058 ], [ 173.058208537680429, -40.95658800845392 ], [ 173.05801677392634, -40.956607172726166 ], [ 173.057847023908124, -40.956633475994551 ], [ 173.057686697290904, -40.956650240488514 ], [ 173.057560943641533, -40.956655070242221 ], [ 173.057460358069392, -40.956678954938901 ], [ 173.057281184044569, -40.956714795880089 ], [ 173.0571428667823, -40.956733932133695 ], [ 173.056966801554154, -40.956729252353107 ], [ 173.056803312143842, -40.956724566108754 ], [ 173.056668124404069, -40.956727016083576 ], [ 173.056536072468674, -40.956719930552374 ], [ 173.056404008388881, -40.956698544160858 ], [ 173.056190185627059, -40.956658129871251 ], [ 173.056092715255488, -40.956648643521397 ], [ 173.055954377660811, -40.956643943834159 ], [ 173.055772018846937, -40.956632114925462 ], [ 173.055561346621005, -40.956598848302782 ], [ 173.055400973674523, -40.956560790232118 ], [ 173.055268892385669, -40.956517951474765 ], [ 173.05516511860165, -40.956489399741066 ], [ 173.055039321518507, -40.956441790808071 ], [ 173.054922952463301, -40.956389410341451 ], [ 173.054803437690822, -40.956334647799444 ], [ 173.054687059175251, -40.956270349834732 ], [ 173.054554969115117, -40.956215592997815 ], [ 173.054429169074183, -40.956163216492598 ], [ 173.054234191302641, -40.956096571693394 ], [ 173.053998313888712, -40.9559941939334 ], [ 173.053756162919512, -40.955908502783934 ], [ 173.05358003652313, -40.955825163914554 ], [ 173.053372444675858, -40.955708471003611 ], [ 173.053152266510097, -40.955577482801395 ], [ 173.052935227390833, -40.955439342375335 ], [ 173.052781087678142, -40.955327390744962 ], [ 173.052636372544555, -40.955205900791604 ], [ 173.05246964329794, -40.955074886861226 ], [ 173.05233123395513, -40.954974844728817 ], [ 173.052186527923908, -40.954862888012173 ], [ 173.052041807407875, -40.954731863491489 ], [ 173.051931671657968, -40.954603206667578 ], [ 173.051827809107522, -40.954455479288221 ], [ 173.051739701545614, -40.954353030359385 ], [ 173.051654734371937, -40.954245813047415 ], [ 173.051626373050311, -40.954160021421458 ], [ 173.051629440746524, -40.954062298450076 ], [ 173.05163879978349, -40.953969339566811 ], [ 173.051651337902541, -40.953921664877363 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049088326365933, -40.94859576306699 ], [ 173.049069426169723, -40.948543335081695 ], [ 173.049056806063845, -40.948481370597293 ], [ 173.049066194393532, -40.948424163659446 ], [ 173.049100731125293, -40.948366946013884 ], [ 173.049132147214607, -40.948340714615412 ], [ 173.049179298711607, -40.948338311058038 ], [ 173.049201315952075, -40.948354985857222 ], [ 173.049204486042896, -40.948390736344393 ], [ 173.049191954281127, -40.948447944634928 ], [ 173.049163738292208, -40.948550445274826 ], [ 173.049151199395737, -40.948598119738811 ], [ 173.049138664015118, -40.948650561111265 ], [ 173.049138692285908, -40.948688696393219 ], [ 173.049129256283578, -40.94868155004653 ], [ 173.049113511957302, -40.948645804915742 ], [ 173.049097765882578, -40.948607676327441 ], [ 173.04908518103781, -40.948593380950108 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049115643563113, -40.947280083624321 ], [ 173.049159611918668, -40.947225245388374 ], [ 173.049194132026713, -40.947146576601583 ], [ 173.049216051546068, -40.947032161334285 ], [ 173.04921279834889, -40.946884388414659 ], [ 173.049203252909251, -40.946729467806371 ], [ 173.049203130839913, -40.946565009345342 ], [ 173.049209272688415, -40.946369563267844 ], [ 173.04922163237751, -40.946081159709102 ], [ 173.049243424021398, -40.94579513556392 ], [ 173.049259063245643, -40.945690256772011 ], [ 173.04928093964952, -40.945518638509846 ], [ 173.049337338450442, -40.945273118296825 ], [ 173.049393779455443, -40.945084801004597 ], [ 173.049462825701255, -40.944939380505716 ], [ 173.049575857615054, -40.944765339568747 ], [ 173.049701478510684, -40.944612744208165 ], [ 173.049808256533709, -40.944483991423866 ], [ 173.049927627335421, -40.944381451120044 ], [ 173.050031302560939, -40.944307518994449 ], [ 173.050109843316477, -40.94425028190436 ], [ 173.050178952069416, -40.94419066540749 ], [ 173.050251209469337, -40.944138197869691 ], [ 173.050285751988156, -40.944092897113308 ], [ 173.050295158529906, -40.944061908059638 ], [ 173.050279427328348, -40.944042847258054 ], [ 173.050251133590535, -40.944038092676514 ], [ 173.050210273690567, -40.944042877391837 ], [ 173.050141152500942, -40.944085809710018 ], [ 173.050065748119266, -40.944133511630312 ], [ 173.049971494286098, -40.944195522417779 ], [ 173.049877233103729, -40.944247999299947 ], [ 173.049804953800702, -40.944271865119646 ], [ 173.04972325866936, -40.944314802616177 ], [ 173.049641567001714, -40.944362506968311 ], [ 173.049559876998245, -40.944412594719125 ], [ 173.049484470047361, -40.944457912800154 ], [ 173.049449916123706, -40.944488912573014 ], [ 173.049409050558637, -40.944486546633691 ], [ 173.049361891161453, -40.944474649543956 ], [ 173.049327296382387, -40.944450829772457 ], [ 173.049302122861803, -40.94441508867434 ], [ 173.049314657315534, -40.944362647245981 ], [ 173.049358628897494, -40.944314959278273 ], [ 173.049427740170842, -40.944257726688825 ], [ 173.049490557498302, -40.944190962928097 ], [ 173.049525100564551, -40.94414566239967 ], [ 173.049531358776505, -40.944107524387441 ], [ 173.049509330405044, -40.944074165439154 ], [ 173.049424415567501, -40.944014615423193 ], [ 173.049320637277816, -40.943950306498564 ], [ 173.04924830498129, -40.943902668258168 ], [ 173.049223142329708, -40.943881227881917 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052140138850348, -40.943851344254384 ], [ 173.052187213871292, -40.943755984643026 ], [ 173.052265691981773, -40.943622475453815 ], [ 173.052303334811683, -40.943524736608282 ], [ 173.052347266048372, -40.943429378352207 ], [ 173.052410058923783, -40.943336394964319 ], [ 173.052435139453593, -40.943252962528824 ], [ 173.052438235632962, -40.943193374667942 ], [ 173.052441343118659, -40.943148087550128 ], [ 173.052413026996732, -40.943114732010635 ], [ 173.05236270591044, -40.943079003000733 ], [ 173.052271510707357, -40.943028991755973 ], [ 173.052180313765916, -40.942976596981218 ], [ 173.052129994783968, -40.942943251326163 ], [ 173.052082821018416, -40.942912287686546 ], [ 173.052054514534575, -40.942890849344536 ], [ 173.052041915171543, -40.942857486616084 ], [ 173.052048166201217, -40.942812198087339 ], [ 173.052079580365671, -40.942788349320161 ], [ 173.052123580770427, -40.942781179063651 ], [ 173.052195883883201, -40.942790680190143 ], [ 173.052305908354924, -40.94280254762446 ], [ 173.052381360455144, -40.942819197580967 ], [ 173.052469374434708, -40.942821541022894 ], [ 173.052554254577956, -40.942835803117404 ], [ 173.052645423231269, -40.942852445736698 ], [ 173.052755459265086, -40.942878613486165 ], [ 173.052830930557519, -40.942919097721891 ], [ 173.052887534562672, -40.942950056730389 ], [ 173.052975579205622, -40.942990535103235 ], [ 173.053038485190712, -40.943040558807255 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056054200689829, -40.940848733735578 ], [ 173.055978737838956, -40.940817785427164 ], [ 173.055900119809024, -40.940772537844204 ], [ 173.055856087012501, -40.940739190754769 ], [ 173.055818338631127, -40.940703457147173 ], [ 173.055758557916306, -40.940631982295628 ], [ 173.055733378375521, -40.940591475662686 ], [ 173.055717618394937, -40.940539047176706 ], [ 173.055733284211811, -40.940479453125299 ], [ 173.055764675899241, -40.940431768763247 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055427782265355, -40.939745494890929 ], [ 173.055493692521026, -40.939631057130633 ], [ 173.055578433373483, -40.939483241820689 ], [ 173.055663177850164, -40.939340193362412 ], [ 173.055747942000608, -40.939220979426437 ], [ 173.05582015948039, -40.939132756477527 ], [ 173.05586727406083, -40.939094598303328 ], [ 173.055911265574281, -40.939080276222171 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2016-02-25", "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056287886605048, -40.938429408425215 ], [ 173.056334955867726, -40.938338813955149 ], [ 173.056429144715821, -40.938217211433042 ], [ 173.056557910998464, -40.9381003587973 ], [ 173.056677257834764, -40.937995427947001 ], [ 173.056862602320251, -40.937883314063924 ], [ 173.057051087177683, -40.937768814866835 ], [ 173.057220709006884, -40.937649557800697 ], [ 173.057374648031896, -40.93756844365403 ], [ 173.05758831264427, -40.937496833329803 ], [ 173.057786269937736, -40.937434764323442 ], [ 173.057918262772517, -40.937418013877796 ], [ 173.058009408636025, -40.937415584600274 ], [ 173.058094280956595, -40.937427459174458 ], [ 173.058182294249832, -40.937436948640858 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060422903586755, -40.937025841106291 ], [ 173.06030973774142, -40.937006832664871 ], [ 173.060234294602168, -40.936994954795324 ], [ 173.060171408398475, -40.936966386099975 ], [ 173.060048774845455, -40.936904480050039 ], [ 173.05995128987351, -40.936847327718041 ], [ 173.059841211549525, -40.936766347231718 ], [ 173.059743688307151, -40.936666292448564 ], [ 173.059652425614786, -40.936537632812545 ], [ 173.059608363752915, -40.936470918694148 ], [ 173.059579991205254, -40.936375594921792 ], [ 173.059570463764857, -40.936265960641116 ], [ 173.059592374651885, -40.93616584395857 ], [ 173.05963316471744, -40.936089552118638 ], [ 173.059683370716499, -40.93599895462372 ], [ 173.059724177747654, -40.935941730429384 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059202384238432, -40.93587287913477 ], [ 173.059111268159427, -40.935906294334792 ], [ 173.058966740698907, -40.935961187937977 ], [ 173.05887561168305, -40.935980302191474 ], [ 173.058781326972877, -40.935985117215154 ], [ 173.058652467526002, -40.93598756629217 ], [ 173.058561317334949, -40.935982845697247 ], [ 173.058470154547621, -40.935963824270104 ], [ 173.058353835525537, -40.935930514737443 ], [ 173.058224925943364, -40.935875760295268 ], [ 173.058155741117957, -40.935830509446966 ], [ 173.058111720915832, -40.9358090804893 ], [ 173.058064566134448, -40.935797186937826 ], [ 173.058026859006134, -40.935806739763656 ], [ 173.058014301776694, -40.935823430310116 ], [ 173.0580048812445, -40.935832968893905 ], [ 173.057986029751333, -40.935840128758684 ], [ 173.057938881217609, -40.935835385536208 ], [ 173.05785712064818, -40.935785373904146 ], [ 173.057721915479192, -40.935718704750805 ], [ 173.057599280307841, -40.935649645698703 ], [ 173.057486072162732, -40.93557819835479 ], [ 173.057423159591366, -40.935516259708436 ], [ 173.057303645389538, -40.935420980710667 ], [ 173.057190440008696, -40.935351916533513 ], [ 173.057121279018418, -40.935332883123436 ], [ 173.0570207112807, -40.935340083281524 ], [ 173.056898134798672, -40.935337760368391 ], [ 173.056756715000034, -40.935352130830765 ], [ 173.056596433458282, -40.935361743456113 ], [ 173.05645186046192, -40.935364197785404 ], [ 173.056297862694777, -40.935371423457958 ], [ 173.056140723975403, -40.935381033915419 ], [ 173.056046452002334, -40.935400147465145 ], [ 173.055989895231875, -40.935419242631106 ], [ 173.055930209561183, -40.935455023516191 ], [ 173.055895667357959, -40.935490792184922 ], [ 173.055848555352043, -40.935528950392978 ], [ 173.055804580219927, -40.935559956679697 ], [ 173.055757460096459, -40.935588581008986 ], [ 173.055707194982602, -40.93561482337703 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05608701286576, -40.927615737742009 ], [ 173.056039749499064, -40.927467985915193 ], [ 173.055995588658135, -40.927272563264722 ], [ 173.055960887877859, -40.927115271436719 ], [ 173.055945106809872, -40.927034241291047 ], [ 173.055941938138744, -40.927003257785678 ], [ 173.055960783321069, -40.926991331317858 ], [ 173.056017369145735, -40.927015138492081 ], [ 173.056070840675204, -40.92707231565992 ], [ 173.056118041320872, -40.927146180107592 ], [ 173.056143254311166, -40.927231972565743 ], [ 173.056174792843422, -40.927365431229454 ], [ 173.056178054493529, -40.927506054054291 ], [ 173.056178135235484, -40.927601392598604 ], [ 173.056197035064429, -40.927653819609972 ], [ 173.056197057276052, -40.927680037709159 ], [ 173.056175061294965, -40.927682431890972 ], [ 173.056127914655889, -40.927672920990275 ], [ 173.056096466773795, -40.927646718182707 ], [ 173.056083872312598, -40.927618122734025 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051210865616042, -40.918483132645832 ], [ 173.051083501765561, -40.918343756232453 ], [ 173.051003325252907, -40.918275862869358 ], [ 173.050913692360325, -40.918168646394733 ], [ 173.050861756929066, -40.918050687619726 ], [ 173.050828641479512, -40.917889818090231 ], [ 173.050833184835113, -40.917668153500912 ], [ 173.050847036622741, -40.917292751058568 ], [ 173.050898603967369, -40.916931632764182 ], [ 173.050945476897766, -40.916595542924348 ], [ 173.05100651047735, -40.916288048415097 ], [ 173.051011075120442, -40.916094985380234 ], [ 173.051001547386335, -40.915962707042645 ], [ 173.050977946557651, -40.915916239823758 ], [ 173.050930799877136, -40.915894809430178 ], [ 173.050874251857266, -40.915905560002699 ], [ 173.05083186753123, -40.915948481142657 ], [ 173.05081308113634, -40.916034294320802 ], [ 173.050775486316752, -40.916177319041765 ], [ 173.050737836664894, -40.916248839692244 ], [ 173.050643693081241, -40.916402614842291 ], [ 173.050596657926064, -40.916527767622291 ], [ 173.050559026950424, -40.916624314628081 ], [ 173.050526152498946, -40.916778062794528 ], [ 173.050488564801611, -40.916931813011111 ], [ 173.050451009548254, -40.917128465638349 ], [ 173.050427536383324, -40.917250032820021 ], [ 173.050432303842996, -40.917321534801644 ], [ 173.050474757289919, -40.917367993870798 ], [ 173.050488953789198, -40.917443066924449 ], [ 173.050517292449001, -40.917521708984353 ], [ 173.050531483584365, -40.917589631626861 ], [ 173.050531518977351, -40.917636109251866 ], [ 173.050512712667711, -40.917696895943308 ], [ 173.050465627408443, -40.917757695009676 ], [ 173.050427946640838, -40.917789888320172 ], [ 173.050371407780347, -40.917814939450778 ], [ 173.05030542629811, -40.917818543455155 ], [ 173.050164036997131, -40.917825755451389 ], [ 173.050069757663039, -40.91780434520588 ], [ 173.049999038773819, -40.917775774264641 ], [ 173.049909445825818, -40.917718609825471 ], [ 173.049871700322427, -40.917664998108954 ], [ 173.049810389169039, -40.917611396560638 ], [ 173.049782091540777, -40.917586382357761 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059600961254063, -40.913892114979518 ], [ 173.059596119956979, -40.913749109265595 ], [ 173.059633655844038, -40.913563179175945 ], [ 173.059671249382234, -40.913441602740022 ], [ 173.059727687694419, -40.913312866119426 ], [ 173.059826528339585, -40.913169806655901 ], [ 173.059939519921869, -40.913041040573631 ], [ 173.060043085450587, -40.912912279285891 ], [ 173.060090181157193, -40.912876502696307 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059873137322455, -40.912594174304559 ], [ 173.059769407754999, -40.912540600018929 ], [ 173.059656217450623, -40.91244770326518 ], [ 173.059576010421466, -40.912347638951843 ], [ 173.059514635440792, -40.912226113625614 ], [ 173.059528667897524, -40.912108124571049 ], [ 173.059594457004096, -40.911897153407764 ], [ 173.059683786791595, -40.911661143571585 ], [ 173.059716695405058, -40.91157174636654 ], [ 173.059702492948247, -40.911500249583554 ], [ 173.059669481496996, -40.911475240220625 ], [ 173.059594062155782, -40.911457403183981 ], [ 173.059556357312516, -40.911453847454936 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052532388545416, -40.896970504164685 ], [ 173.052414543010798, -40.896902628678113 ], [ 173.052296706163787, -40.896845478714383 ], [ 173.052240132399049, -40.896802601760989 ], [ 173.052174098867198, -40.896713251250191 ], [ 173.052136341039898, -40.89663103835386 ], [ 173.052126855993436, -40.896552387885272 ], [ 173.052122026488291, -40.896402230985458 ], [ 173.052074783962695, -40.896241367590321 ], [ 173.052013454429982, -40.896141289205303 ], [ 173.051942713046373, -40.896055515891142 ], [ 173.051862545841971, -40.895966171554676 ], [ 173.05177767004173, -40.895880404491628 ], [ 173.051579582930856, -40.895623077647784 ], [ 173.051386239349341, -40.895405075724874 ], [ 173.051240026333005, -40.895204928625319 ], [ 173.051074907557307, -40.894926134928795 ], [ 173.050947537119583, -40.894718828660935 ], [ 173.050782448120287, -40.894475786683763 ], [ 173.050702224336163, -40.894307786753728 ], [ 173.050622025484728, -40.894171963711322 ], [ 173.050584268303254, -40.894086175051996 ], [ 173.050584197502246, -40.893993219420835 ], [ 173.050626543459629, -40.89391812126626 ], [ 173.050692465698631, -40.893868039260468 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047160748742129, -40.88987601767343 ], [ 173.047028739684492, -40.889740213199211 ], [ 173.046910836855744, -40.889565075407752 ], [ 173.046835329861494, -40.889382769840907 ], [ 173.046764499169257, -40.889150409231206 ], [ 173.046703086157663, -40.888910894313476 ], [ 173.046674588404244, -40.888581985508274 ], [ 173.046660266804025, -40.888313849706613 ], [ 173.046655372430678, -40.888052860520702 ], [ 173.046683490454967, -40.887841911069039 ], [ 173.046721047932607, -40.887655984331985 ], [ 173.046749230999723, -40.8875379905923 ], [ 173.046767961762527, -40.887377098013253 ], [ 173.046824297153307, -40.887098207837475 ], [ 173.046899496093175, -40.886847911730158 ], [ 173.047002917110916, -40.886536825283684 ], [ 173.047129927246459, -40.886275782208244 ], [ 173.047266353097029, -40.886007584677436 ], [ 173.047421600951651, -40.885710777452019 ], [ 173.047590992798177, -40.88543184028309 ], [ 173.047741562991376, -40.885185087654108 ], [ 173.047887434128768, -40.884956212886529 ], [ 173.048028606376448, -40.884745216000155 ], [ 173.048193318734775, -40.884516332981264 ], [ 173.048348644830156, -40.88433750678697 ], [ 173.048555751958389, -40.88410860545563 ], [ 173.048809941504459, -40.883847506811556 ], [ 173.049035891075135, -40.883622171847932 ], [ 173.049233593374225, -40.883421875064826 ], [ 173.049577246198822, -40.883114258557541 ], [ 173.049845613600581, -40.882924655986407 ], [ 173.050062189070644, -40.882770827524055 ], [ 173.050415307533115, -40.882531133651426 ], [ 173.050646023227927, -40.882391598801242 ], [ 173.050815527070029, -40.882287842721439 ], [ 173.051013283170818, -40.882169772998147 ], [ 173.051178083515367, -40.882076744137514 ], [ 173.051375827285085, -40.881944372892811 ], [ 173.051564137964817, -40.881797704622144 ], [ 173.051724203754702, -40.881676075288389 ], [ 173.05186546290625, -40.881600932119987 ], [ 173.051992603982768, -40.881543671270286 ], [ 173.052053813546536, -40.88150789140709 ], [ 173.052067925674407, -40.881482858458455 ], [ 173.052053788337588, -40.881475714388351 ], [ 173.052006696552098, -40.88149361175919 ], [ 173.05193135802574, -40.881532973185273 ], [ 173.051832466486871, -40.881572345148633 ], [ 173.051719445851433, -40.881615298588834 ], [ 173.051672359437788, -40.881640346271304 ], [ 173.051620531842786, -40.881626068576182 ], [ 173.051582822154103, -40.881593908417315 ], [ 173.051559266448749, -40.881590343723914 ], [ 173.051507463861412, -40.8816082429963 ], [ 173.051413304681319, -40.881676214290167 ], [ 173.051314415383104, -40.881719161032876 ], [ 173.051224947153287, -40.881762103506858 ], [ 173.051126090618624, -40.881847952777392 ], [ 173.051050762156649, -40.881901614522874 ], [ 173.050984838335552, -40.881933820710103 ], [ 173.050900085694821, -40.881983911296572 ], [ 173.050829467513807, -40.882037570817559 ], [ 173.050744741929691, -40.882123413529072 ], [ 173.050622309295306, -40.882180670931426 ], [ 173.050518732569856, -40.882255796071604 ], [ 173.050405737045509, -40.882334500459422 ], [ 173.050245648328598, -40.882431101385158 ], [ 173.050109101622809, -40.882513390962139 ], [ 173.049963157461463, -40.882627861471512 ], [ 173.04978895414925, -40.882749494445612 ], [ 173.049675972959619, -40.882849649454329 ], [ 173.049595950193464, -40.882928338835271 ], [ 173.049487665781612, -40.883010615513605 ], [ 173.049412358608976, -40.883096453190895 ], [ 173.049299384220575, -40.883207333495491 ], [ 173.049176988037942, -40.883318217704868 ], [ 173.04900748691918, -40.883432697030855 ], [ 173.048861525693496, -40.883529290014174 ], [ 173.048762671347987, -40.883625862905397 ], [ 173.048659121689042, -40.883743889036452 ], [ 173.048569693449025, -40.883847608230006 ], [ 173.04849441284864, -40.883972772749296 ], [ 173.04844737047685, -40.884062173119212 ], [ 173.048395606793207, -40.884137274553851 ], [ 173.048324994703137, -40.884205233415116 ], [ 173.048254366887818, -40.884251740895678 ], [ 173.048188431599044, -40.884273219805181 ], [ 173.048131912642987, -40.884287544300101 ], [ 173.048075429882999, -40.88435192188593 ], [ 173.048047229832605, -40.884441314231516 ], [ 173.048019037458857, -40.884541432236809 ], [ 173.047981420813102, -40.884637978930691 ], [ 173.047957921000204, -40.884713068400274 ], [ 173.047925020141349, -40.88481676355908 ], [ 173.047854432601412, -40.884920474348981 ], [ 173.047774436037002, -40.885042065108557 ], [ 173.047685017500754, -40.885163659705796 ], [ 173.047586184623754, -40.885295983785454 ], [ 173.047482643050245, -40.885431884939152 ], [ 173.047416772688223, -40.885546319177521 ], [ 173.047355625717074, -40.885678627551833 ], [ 173.047341528757954, -40.885728686460688 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "25/02/2016", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_25FEB2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049670655544929, -40.882038075670224 ], [ 173.049896681965805, -40.881927146128881 ], [ 173.050136839437755, -40.881816210000927 ], [ 173.050395838484178, -40.881705265140084 ], [ 173.050621868009102, -40.88160148462125 ], [ 173.050857323459667, -40.881504849953089 ], [ 173.051031543521191, -40.881411817137497 ], [ 173.051125708219786, -40.881350996601043 ], [ 173.051158657427521, -40.881318804960394 ], [ 173.0513234554588, -40.88122577587967 ], [ 173.05152122690302, -40.8811327318381 ], [ 173.051775521569738, -40.881036086871418 ], [ 173.051959162991551, -40.880946623643887 ], [ 173.052086274708984, -40.880853610438301 ], [ 173.052218113456121, -40.880782046307317 ], [ 173.052274606045501, -40.880739118005657 ], [ 173.052298108020068, -40.880674753282868 ], [ 173.052316896617725, -40.880606815466429 ], [ 173.052297992644213, -40.880528169064227 ], [ 173.052283765461453, -40.880406617823226 ], [ 173.052311952474412, -40.880310073933472 ], [ 173.052363691846921, -40.880213519345261 ], [ 173.052420166935747, -40.880149139617714 ], [ 173.052495492305496, -40.880095476963433 ], [ 173.052627360256821, -40.880063239833355 ], [ 173.052726251915885, -40.88002744240498 ], [ 173.052820432995787, -40.879991647048897 ], [ 173.052924034914128, -40.879955847293402 ], [ 173.05299469196342, -40.879955814851307 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2006-08-28", "DSASDate": "28/08/2006", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.60000000000004705, "Total_UNCY": "1.503928189775049", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_28AUG2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065103371582836, -40.954405491921378 ], [ 173.065031042263371, -40.954384081658127 ], [ 173.064936708475443, -40.954365067197756 ], [ 173.064858105579816, -40.954357961079502 ], [ 173.064792068720891, -40.954341314033243 ], [ 173.064766906395789, -40.954329410903078 ], [ 173.064729143137214, -40.954291296854294 ], [ 173.064681918188541, -40.954222203205987 ], [ 173.064609521818312, -40.954131672563648 ], [ 173.064502501863103, -40.953998259084813 ], [ 173.064404934622246, -40.953886291306389 ], [ 173.064329383620958, -40.953783844976478 ], [ 173.064253814366651, -40.953662330975654 ], [ 173.064175076204805, -40.953514600695058 ], [ 173.064118370280056, -40.953393076099047 ], [ 173.064093111624459, -40.953281067811567 ], [ 173.064080395907467, -40.953135684191146 ], [ 173.064061406528424, -40.953004604775352 ], [ 173.064051903804852, -40.952930722980582 ], [ 173.064051809360734, -40.952833001417446 ], [ 173.064067452142808, -40.952754338742089 ], [ 173.064095656080724, -40.952661368356743 ], [ 173.064139571773381, -40.952561238861477 ], [ 173.064177220614113, -40.952482563923972 ], [ 173.064233738753188, -40.952411028825402 ], [ 173.064309084518612, -40.952303731384703 ], [ 173.064365595418764, -40.952225045860438 ], [ 173.064434688059265, -40.952153503640012 ], [ 173.064513204773391, -40.952074805741681 ], [ 173.064572872892853, -40.952010419072636 ], [ 173.064597997132779, -40.951984187001031 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2006-08-28", "DSASDate": "28/08/2006", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.60000000000004705, "Total_UNCY": "1.503928189775049", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_28AUG2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059490391782191, -40.956541715044224 ], [ 173.059433807284364, -40.956548894583612 ], [ 173.059374068156217, -40.956544158457014 ], [ 173.059311185097215, -40.95653942391678 ], [ 173.059229427760272, -40.956522781776727 ], [ 173.059163398665419, -40.956515665319394 ], [ 173.05906279264039, -40.956515716899361 ], [ 173.058949612982218, -40.956518158273347 ], [ 173.058849000603004, -40.956511059312326 ], [ 173.058735825169862, -40.95651826737943 ], [ 173.058591220861189, -40.956537408573638 ], [ 173.058427748624212, -40.956551792244163 ], [ 173.058229690873588, -40.956563809702281 ], [ 173.058047356932406, -40.95658058581018 ], [ 173.057912177866029, -40.956592571049491 ], [ 173.05780843817621, -40.956604540371579 ], [ 173.057685824415785, -40.956604601782146 ], [ 173.057597800238426, -40.956611796145864 ], [ 173.057541221683579, -40.956626125111001 ], [ 173.057506652782678, -40.956642826525439 ], [ 173.057468941986173, -40.956661912948043 ], [ 173.057428091352904, -40.956685767827182 ], [ 173.057380938347819, -40.956692941660968 ], [ 173.057308637878037, -40.956704894882542 ], [ 173.057160882631706, -40.956716885491019 ], [ 173.057025696972431, -40.956721719336564 ], [ 173.056912516885035, -40.956724158711118 ], [ 173.056786748740478, -40.956712303460137 ], [ 173.056607529466419, -40.956695707421773 ], [ 173.056469185644374, -40.956683857997781 ], [ 173.056327685769816, -40.956657709234563 ], [ 173.056135882903618, -40.956631584799581 ], [ 173.055981815555128, -40.956614975539836 ], [ 173.055780589147787, -40.956598388898854 ], [ 173.055610802256922, -40.956581786747094 ], [ 173.05547873874994, -40.956560399294879 ], [ 173.055352951261654, -40.956524707963005 ], [ 173.055208296313879, -40.956484258624251 ], [ 173.05509193893991, -40.956446179038714 ], [ 173.054865518376232, -40.956377166877566 ], [ 173.054730274183868, -40.956310494480057 ], [ 173.054595040081807, -40.956255739181806 ], [ 173.054453510521682, -40.956191452886877 ], [ 173.054230210055238, -40.956091453115334 ], [ 173.05403208294922, -40.956017659096275 ], [ 173.053849664220422, -40.955929556683323 ], [ 173.053720719438928, -40.955874797418183 ], [ 173.053557174572489, -40.95579860300937 ], [ 173.053393622400364, -40.955712874559161 ], [ 173.053230064907694, -40.955619995519157 ], [ 173.053088526571827, -40.955541406827251 ], [ 173.052956399286359, -40.955436595654973 ], [ 173.052811698788503, -40.955334173542091 ], [ 173.052626094257818, -40.955188867766111 ], [ 173.052544308134344, -40.955131702190577 ], [ 173.05247510140768, -40.955079297738436 ], [ 173.052355555241917, -40.954979247048826 ], [ 173.052258042777225, -40.954912554594969 ], [ 173.052173105946594, -40.954845856368102 ], [ 173.052075567640742, -40.954745795423378 ], [ 173.051965454229702, -40.95464574006261 ], [ 173.051861626976404, -40.954543298314121 ], [ 173.051770375405141, -40.954440850824462 ], [ 173.051669674026897, -40.954314572960676 ], [ 173.051584716292041, -40.954219272859952 ], [ 173.051524918668775, -40.95413587872229 ], [ 173.051515439020051, -40.954073913164351 ], [ 173.051518527257343, -40.954002408175484 ], [ 173.051531039523041, -40.953921365159417 ], [ 173.051553007296519, -40.953871302811791 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": "2006-08-28", "DSASDate": "28/08/2006", "Digitiser": "MS", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.60000000000004705, "Total_UNCY": "1.633952263684609", "filename": "MaxarImagery/HighFreq/Tasman/TorrentBay/Shorelines/TorrentBay_28AUG2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.04932933379726, -40.948308259118861 ], [ 173.049221208438183, -40.94832546620971 ], [ 173.049160867828192, -40.948346466365166 ], [ 173.049087972739756, -40.948394166541568 ], [ 173.049037726665205, -40.948462831453767 ], [ 173.04902520320752, -40.94853148031045 ], [ 173.049032788655893, -40.948586773262335 ], [ 173.049068031845792, -40.948634427387788 ], [ 173.04909069093236, -40.948668739507561 ], [ 173.04909323967928, -40.948714500775019 ], [ 173.049090772837928, -40.948779331824198 ], [ 173.049065689189916, -40.948867053674689 ], [ 173.049058202468245, -40.948945234209752 ], [ 173.049070799372686, -40.948975737083089 ], [ 173.049093469875601, -40.949025303312098 ], [ 173.049136246640444, -40.949057700088609 ], [ 173.049179009299849, -40.94907102920947 ], [ 173.049236858357887, -40.949080538344113 ], [ 173.049282120327092, -40.949072891949235 ], [ 173.049319833424562, -40.949059528472056 ], [ 173.049342453043124, -40.949040451148832 ], [ 173.049362539322004, -40.948996586966068 ], [ 173.049375065358362, -40.948931751606466 ], [ 173.049369984504409, -40.948863110255658 ], [ 173.049352339308768, -40.948807821634873 ], [ 173.049334685627542, -40.948741092426467 ], [ 173.049319552510354, -40.948681989195222 ], [ 173.04931449868667, -40.948649576356928 ], [ 173.049327030380567, -40.948592368055117 ], [ 173.04935212067744, -40.948514179964548 ], [ 173.049362117588799, -40.94843027803568 ], [ 173.049364581312034, -40.948361633448528 ], [ 173.04936455149155, -40.948321591400365 ], [ 173.049351970192816, -40.948312062961975 ], [ 173.049331847217786, -40.948306351278731 ] ] } }, @@ -5649,43 +5649,43 @@ { "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "Wainono_PareoraRiver", "Date": "2010-06-02", "DSASDate": "02/06/2010", "Digitiser": "ER", "Scale": "1000", "Notes": "edge of vege at base of cliff", "Source": "MAX", "CPS": "3", "Proxy": "4", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.59999999999999398, "Total_UNCY": "1.633952263684589", "filename": "MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_02JUN2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 171.209024538205739, -44.507441349242285 ], [ 171.209155001680813, -44.507202818693138 ], [ 171.209246096711524, -44.50705418462627 ], [ 171.209374106340107, -44.506787031932376 ], [ 171.209459566932964, -44.506604962029122 ], [ 171.209500318807983, -44.506469829960224 ], [ 171.209580363968854, -44.506247181891183 ], [ 171.209569243294453, -44.506175549020625 ], [ 171.209718689181955, -44.506077850468934 ], [ 171.209872044575576, -44.505961157415562 ], [ 171.20992109934366, -44.505880940201031 ], [ 171.209965759555331, -44.505726813624428 ], [ 171.209975109988733, -44.505638828068712 ], [ 171.210054616425424, -44.505542414537445 ], [ 171.210126521461177, -44.505476847139903 ], [ 171.210209354295358, -44.505380485642398 ], [ 171.210307851135212, -44.505098577502025 ], [ 171.210351441640029, -44.50487059353204 ], [ 171.210343501336183, -44.504803774470247 ], [ 171.210440004472417, -44.504695717310739 ], [ 171.210544326606652, -44.504549671404256 ], [ 171.210652703544213, -44.504379869439077 ], [ 171.210691338321993, -44.504313780278999 ], [ 171.21077698541481, -44.50423413610531 ], [ 171.21082814989731, -44.504084874972911 ], [ 171.210846240753909, -44.504037519440892 ], [ 171.210927418812389, -44.503886346605555 ], [ 171.210963745876882, -44.503786873879861 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "Wainono_PareoraRiver", "Date": "2010-06-02", "DSASDate": "02/06/2010", "Digitiser": "ER", "Scale": "1000", "Notes": "edge of vege at base of cliff", "Source": "MAX", "CPS": "3", "Proxy": "4", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.59999999999999398, "Total_UNCY": "1.633952263684589", "filename": "MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_02JUN2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 171.207073526451126, -44.510278595896537 ], [ 171.207197976142197, -44.510128105349111 ], [ 171.207353099344118, -44.509954276766493 ], [ 171.207437403190028, -44.509810301486624 ], [ 171.207551869588229, -44.509659653807468 ], [ 171.2077455591172, -44.509422117498225 ], [ 171.207897235539065, -44.509143428317095 ], [ 171.208080138053646, -44.508931923545248 ], [ 171.20818049017825, -44.508807255139011 ], [ 171.208282782706817, -44.50872787411592 ], [ 171.208385395628881, -44.508529400590575 ], [ 171.208477370173284, -44.508352197585872 ], [ 171.208578668720946, -44.508196578331173 ], [ 171.208668380940793, -44.50809318008492 ], [ 171.208721714456431, -44.507982065206669 ], [ 171.208810696731973, -44.507902474883181 ], [ 171.208899852466971, -44.50770855365537 ], [ 171.20901086562489, -44.507453044524752 ], [ 171.209024538205739, -44.507441349242285 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "Wainono_PareoraRiver", "Date": "2010-06-02", "DSASDate": "02/06/2010", "Digitiser": "ER", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.59999999999999398, "Total_UNCY": "1.633952263684589", "filename": "MaxarImagery/HighFreq/Canterbury/Wainono_PareoraRiver/Shorelines/Wainono_PareoraRiver_02JUN2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 171.212586645383709, -44.501952582626274 ], [ 171.212653345005521, -44.501839293079669 ], [ 171.212686341098902, -44.501739767628493 ], [ 171.212721863375577, -44.501666483174944 ], [ 171.212830135587495, -44.501608629138282 ], [ 171.212883871468932, -44.50159279655017 ], [ 171.21294044461888, -44.501484112234493 ], [ 171.21300541680634, -44.501318392501567 ], [ 171.213120996065697, -44.501239214980487 ], [ 171.213288002040514, -44.501110821102493 ], [ 171.213474476812962, -44.500889835479967 ], [ 171.213603888721849, -44.50068463044915 ], [ 171.213747169508565, -44.500570156404763 ], [ 171.213850112398006, -44.500359773090771 ], [ 171.213952891194765, -44.50026372080746 ], [ 171.214093425278264, -44.50013014773814 ], [ 171.2141799338726, -44.500021931000433 ], [ 171.21424490081364, -44.499856210438175 ], [ 171.214311594733374, -44.499742919792041 ], [ 171.214354840006393, -44.49974359610556 ], [ 171.214414298982575, -44.499649247868994 ], [ 171.214594256993962, -44.499423394543896 ], [ 171.21471599112175, -44.499251415478042 ], [ 171.214720060801938, -44.499118089773312 ], [ 171.214644132143633, -44.499097846936557 ], [ 171.214561276487075, -44.498977453726944 ], [ 171.214570545937931, -44.498891848381881 ], [ 171.21472870877875, -44.498834772639341 ], [ 171.214884053465937, -44.498760978949171 ], [ 171.214994570603295, -44.498629317393068 ], [ 171.21518065203017, -44.49852980232631 ], [ 171.21529969456509, -44.498445912789165 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "MAX", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.449807101087062", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731269235341358, -43.506333775408251 ], [ 172.731300093913774, -43.506422874212333 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.449807101087062", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73129830191769, -43.506421992094445 ], [ 172.731334263403454, -43.506431606152304 ], [ 172.731370129819084, -43.506462661472085 ], [ 172.731396240436936, -43.506479399532139 ], [ 172.731419004058012, -43.506512806443794 ], [ 172.731438494629231, -43.506546205663113 ], [ 172.7314547015838, -43.506581979555421 ], [ 172.73148397975217, -43.506622548918941 ], [ 172.731490304151066, -43.50667259392791 ], [ 172.731506521729017, -43.50670598544864 ], [ 172.73151955071026, -43.5067203103727 ], [ 172.731555206242234, -43.506799012905383 ], [ 172.731577780051623, -43.506875302328226 ], [ 172.731610078209684, -43.506973056066457 ], [ 172.731636041352289, -43.507023147160126 ], [ 172.731655468884469, -43.507070840521152 ], [ 172.731661719596246, -43.50713756206148 ], [ 172.731651720860839, -43.507178039195551 ], [ 172.731638543989789, -43.507197067375536 ], [ 172.731625388220152, -43.507211330827062 ], [ 172.73157223159194, -43.507240077016498 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "MAX", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.324364236289424", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731574566145952, -43.507240275663669 ], [ 172.731576127656439, -43.507247233327398 ], [ 172.731622715843685, -43.507370273915967 ], [ 172.731684787287634, -43.507544810399693 ], [ 172.731687791241058, -43.507549957870587 ], [ 172.73178955185162, -43.507835231053051 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.584279214773226", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73179284742136, -43.507831144653217 ], [ 172.73180923423925, -43.507826418314359 ], [ 172.731832177889402, -43.507819324963336 ], [ 172.73185835249393, -43.507821768736498 ], [ 172.731887747520858, -43.507836131994814 ], [ 172.731897524777452, -43.50784568447235 ], [ 172.731897450966727, -43.507862361014816 ], [ 172.731907207141063, -43.50787667821789 ], [ 172.731939833182935, -43.507900578590004 ], [ 172.731975816730767, -43.507905427719734 ], [ 172.732024850721871, -43.507919836976214 ], [ 172.732041174313252, -43.507929404783468 ], [ 172.732064033672572, -43.507941370291732 ], [ 172.732077031438081, -43.507962842239799 ], [ 172.732096533371902, -43.50799385897745 ], [ 172.73212585479061, -43.508024898716762 ], [ 172.732174625575055, -43.508098866988277 ], [ 172.732210282761827, -43.508177569301978 ], [ 172.732249192146895, -43.508261043994708 ], [ 172.732255569995033, -43.508299177133644 ], [ 172.732261947851015, -43.508337310271955 ], [ 172.732274914181886, -43.508365929285638 ], [ 172.732294374230008, -43.508406475440182 ], [ 172.732310603239682, -43.508437484476005 ], [ 172.732330105444959, -43.508468501171933 ], [ 172.732346387124267, -43.508487598387312 ], [ 172.732339746019051, -43.508509024330372 ], [ 172.732349449767156, -43.508535253309695 ], [ 172.732359121944143, -43.508568629377116 ], [ 172.732352417673752, -43.508604349498519 ], [ 172.732365363051372, -43.508637733226827 ], [ 172.732381560581871, -43.508675889340488 ], [ 172.732387917504894, -43.508718787195441 ], [ 172.732397589731875, -43.508752163258663 ], [ 172.732423606902188, -43.508790342347005 ], [ 172.732443119801417, -43.508818976659278 ], [ 172.732442930381978, -43.508861859191519 ], [ 172.732449339982736, -43.508892845227457 ], [ 172.732455633838754, -43.508950037254387 ], [ 172.73245872815744, -43.508990545081737 ], [ 172.732468421510845, -43.509019156411895 ], [ 172.732487871374786, -43.50906208489257 ], [ 172.732520414119961, -43.509105043998773 ], [ 172.732556324797628, -43.509126569486412 ], [ 172.732585625962372, -43.509162373829319 ], [ 172.732608338656888, -43.509207692306717 ], [ 172.732614758894783, -43.509236295969039 ], [ 172.732595003879084, -43.509262456031237 ], [ 172.732578585178516, -43.509274329568917 ], [ 172.73259483559923, -43.509300573835212 ], [ 172.73261106500027, -43.509331582824565 ], [ 172.732630473000114, -43.509384040729984 ], [ 172.732640145465325, -43.509417416769395 ], [ 172.732636756560083, -43.509443615105269 ], [ 172.732639924634071, -43.509467446385884 ], [ 172.732649639179186, -43.509491292973394 ], [ 172.732656059465967, -43.509519896632092 ], [ 172.732649449901515, -43.509534175501301 ], [ 172.7326559227686, -43.509550867346583 ], [ 172.732662364094409, -43.509574706279395 ], [ 172.732672047121667, -43.509605699952495 ], [ 172.732691623482197, -43.509620040043522 ], [ 172.732691539371672, -43.509639098944497 ], [ 172.732691444747246, -43.509660540208003 ], [ 172.732704453614758, -43.509679629717212 ], [ 172.732717473003305, -43.509696336862305 ], [ 172.732730481886676, -43.50971542636848 ], [ 172.732730387275751, -43.50973686763178 ], [ 172.732733586938025, -43.509753551820957 ], [ 172.732746616862073, -43.509767876599994 ], [ 172.732766182781631, -43.509784599040614 ], [ 172.7327562579176, -43.509808399715368 ], [ 172.732775739768158, -43.50984418105466 ], [ 172.732791958896257, -43.509877572378549 ], [ 172.732811388244016, -43.509925265524053 ], [ 172.732830922706768, -43.509949135040834 ], [ 172.732837374651268, -43.509970591599888 ], [ 172.732834027832581, -43.509987260489233 ], [ 172.732847005291262, -43.510013497068918 ], [ 172.732879653865268, -43.510032632442886 ], [ 172.732889326569676, -43.51006600845804 ], [ 172.732902262046224, -43.510101774481036 ], [ 172.732915197538006, -43.510137540502406 ], [ 172.732918313231067, -43.510173283584976 ], [ 172.732937847815549, -43.510197153082764 ], [ 172.732954130148954, -43.510216250207513 ], [ 172.732963792419923, -43.510252008577922 ], [ 172.732966971166547, -43.510273457484125 ], [ 172.732973412690257, -43.510297296396914 ], [ 172.732979875224544, -43.510316370584469 ], [ 172.732999420381162, -43.51033785770894 ], [ 172.733009145707541, -43.510359321900609 ], [ 172.733022091817816, -43.510392705546202 ], [ 172.733025239089301, -43.510421301537413 ], [ 172.733034932936221, -43.510449912813655 ], [ 172.733054467655478, -43.510473782290724 ], [ 172.733044574291057, -43.510490435900657 ], [ 172.733064025031126, -43.510533364274515 ], [ 172.733076929212444, -43.510576277362247 ], [ 172.733093148700817, -43.510609668640065 ], [ 172.733102821613556, -43.510643044634342 ], [ 172.733112547025087, -43.510664508816312 ], [ 172.733109105762765, -43.510702618972076 ], [ 172.733122052000653, -43.510736002604688 ], [ 172.73313178793066, -43.51075508442247 ], [ 172.733138250562973, -43.510774158599801 ], [ 172.733154470137663, -43.510807549867991 ], [ 172.733164174602308, -43.510833778769467 ], [ 172.733177162878917, -43.510857632946397 ], [ 172.733180352226924, -43.51087669948248 ], [ 172.733193330024534, -43.510902936019633 ], [ 172.7332096021334, -43.510924415468537 ], [ 172.733219296146842, -43.510953026727073 ], [ 172.733229011155714, -43.510976873260347 ], [ 172.733245199356645, -43.511017411601195 ], [ 172.733258156228089, -43.511048412854763 ], [ 172.733277596805692, -43.511093723551092 ], [ 172.733287196459599, -43.511143776062141 ], [ 172.733287039095302, -43.511179511493587 ], [ 172.733303269349904, -43.511210520376679 ], [ 172.733332634894424, -43.511232030346434 ], [ 172.733345570878669, -43.51126779631327 ], [ 172.733358548830921, -43.511294032830286 ], [ 172.733364959151601, -43.511325018803532 ], [ 172.733354981825386, -43.51136073133393 ], [ 172.733374495987874, -43.511389365477648 ], [ 172.733394104550229, -43.511396558359777 ], [ 172.733410355889788, -43.511422802502814 ], [ 172.733420050076774, -43.511451413742286 ], [ 172.733423187103028, -43.511482392079834 ], [ 172.733429649903684, -43.511501466238691 ], [ 172.733439354597294, -43.511527695114218 ], [ 172.733445817407784, -43.511546769272037 ], [ 172.733445702074334, -43.511572975253621 ], [ 172.733461984935957, -43.511592072302818 ], [ 172.733474994458646, -43.5116111617196 ], [ 172.733484730639361, -43.511630243505074 ], [ 172.733484615322396, -43.511656449486352 ], [ 172.733484510488694, -43.511680273105569 ], [ 172.733490962846332, -43.511701729622303 ], [ 172.733507235274146, -43.511723209026655 ], [ 172.73352009809102, -43.511775651504443 ], [ 172.733536307660643, -43.511811425075706 ], [ 172.733552496287729, -43.511851963368215 ], [ 172.733562169648849, -43.511885339317544 ], [ 172.733568580134886, -43.51191632527663 ], [ 172.733571780140323, -43.511933009436895 ], [ 172.733571675339874, -43.511956833055116 ], [ 172.733568318130523, -43.511975884322176 ], [ 172.733564939958399, -43.511999700312678 ], [ 172.733577949600544, -43.512018789716699 ], [ 172.733587664919696, -43.512042636215867 ], [ 172.733617062402487, -43.512056999025347 ], [ 172.733646438944902, -43.512076126550845 ], [ 172.733659448629083, -43.512095215945422 ], [ 172.733656049532271, -43.512123796661747 ], [ 172.7336657753753, -43.512145260792202 ], [ 172.733688605217651, -43.512164373057068 ], [ 172.733704856889375, -43.512190617155561 ], [ 172.733717793295654, -43.512226383075408 ], [ 172.733720930512447, -43.512257361401076 ], [ 172.733727383014383, -43.512278817902683 ], [ 172.733723994413111, -43.512305016258459 ], [ 172.733750045355748, -43.512336047942242 ], [ 172.733766338990051, -43.512352762584648 ], [ 172.733776064908568, -43.512374226705049 ], [ 172.733779233578616, -43.512398057943372 ], [ 172.733788865263818, -43.512440963317523 ], [ 172.733798486491139, -43.512486251052209 ], [ 172.733808139145566, -43.512524391700872 ], [ 172.733827591073691, -43.512567319932593 ], [ 172.7338438115043, -43.512600711094734 ], [ 172.733859990076894, -43.512643631700755 ], [ 172.733872968544119, -43.512669868154397 ], [ 172.733892525241487, -43.512688972758554 ], [ 172.733915344892921, -43.512710467338621 ], [ 172.733902177986863, -43.512727113398171 ], [ 172.73391516695699, -43.512750967485147 ], [ 172.733918325234072, -43.512777181079805 ], [ 172.733914978553827, -43.512793849992939 ], [ 172.733908347990536, -43.512812893649617 ], [ 172.73390825378641, -43.512834334903303 ], [ 172.733931063031662, -43.512858211841362 ], [ 172.73396361929403, -43.512898788154658 ], [ 172.733999292067097, -43.512975107496082 ], [ 172.73401222881273, -43.513010873378562 ], [ 172.73401211371845, -43.513037079354604 ], [ 172.734031503179949, -43.513094301717196 ], [ 172.734057512772551, -43.513134862773605 ], [ 172.734077027835241, -43.513163496790817 ], [ 172.734099774512202, -43.513201667862724 ], [ 172.734122521217756, -43.51323983892992 ], [ 172.734132205569665, -43.513270832462908 ], [ 172.734141889931408, -43.51330182599493 ], [ 172.734148290402715, -43.513335194276323 ], [ 172.734135092048717, -43.513358987444704 ], [ 172.734138229534864, -43.513389965753476 ], [ 172.734151155992208, -43.513428113979401 ], [ 172.734183775445985, -43.513454396059295 ], [ 172.734196806505793, -43.513468720666744 ], [ 172.734199954484836, -43.513497316612025 ], [ 172.734193313476766, -43.513518742644195 ], [ 172.734199734910618, -43.513547346199005 ], [ 172.734219281538174, -43.513568833106604 ], [ 172.734242122544458, -43.513585562896758 ], [ 172.734245270550701, -43.513614158840291 ], [ 172.73424188209583, -43.513640357205638 ], [ 172.734248293111193, -43.513671343118439 ], [ 172.734267777075985, -43.513707124184762 ], [ 172.734287292421357, -43.513735758163968 ], [ 172.734310028992553, -43.513776311552341 ], [ 172.734313208395037, -43.513797760409552 ], [ 172.73430656739356, -43.513819186447201 ], [ 172.734312999363681, -43.513845407633177 ], [ 172.734342324739345, -43.51387644678254 ], [ 172.734365134546692, -43.513900323631084 ], [ 172.734378113499702, -43.513926560022867 ], [ 172.734391102912468, -43.513950414051919 ], [ 172.734400839754642, -43.513969495753258 ], [ 172.734407261333331, -43.513998099294518 ], [ 172.734416977293108, -43.514021945716621 ], [ 172.734436482363094, -43.51405296203032 ], [ 172.73444293530693, -43.514074418485968 ], [ 172.734459187814622, -43.514100662470618 ], [ 172.734449231560603, -43.514131610357438 ], [ 172.734458947558096, -43.514155456775505 ], [ 172.734468611335245, -43.514191214997958 ], [ 172.734491421310423, -43.514215091820411 ], [ 172.734517431689284, -43.514255652766266 ], [ 172.734536634039927, -43.514355757531362 ], [ 172.734556045298007, -43.514408215072187 ], [ 172.734568909582549, -43.514460657411085 ], [ 172.734581846977932, -43.514496423221495 ], [ 172.734598110098887, -43.514520284823988 ], [ 172.73460782621666, -43.514544131228071 ], [ 172.73464040471211, -43.51457994261834 ], [ 172.734663225338977, -43.514601437044526 ], [ 172.734679467645122, -43.514630063356982 ], [ 172.734692415578536, -43.514663446793179 ], [ 172.734695511666786, -43.514703954524037 ], [ 172.734701902151073, -43.514739705128257 ], [ 172.734711440928379, -43.514804051657364 ], [ 172.734721157135823, -43.514827898050861 ], [ 172.734740620878881, -43.514868443752711 ], [ 172.734760147254178, -43.514894695286088 ], [ 172.734769800891144, -43.514932835840021 ], [ 172.73478598073558, -43.5149757563008 ], [ 172.734795665700574, -43.515006749769711 ], [ 172.734805298512129, -43.515049655041537 ], [ 172.734828004624404, -43.515097355401942 ], [ 172.734840931875851, -43.515135503540527 ], [ 172.734860458380211, -43.5151617550559 ], [ 172.734860312352765, -43.515195108105978 ], [ 172.73489265147262, -43.515285713717432 ], [ 172.734902294825304, -43.515326236618584 ], [ 172.7349021801069, -43.515352442585879 ], [ 172.734918443582586, -43.515376304140098 ], [ 172.734918349727621, -43.515397745385897 ], [ 172.734924729986659, -43.5154358783345 ], [ 172.734934435950578, -43.515462107068323 ], [ 172.734947332064195, -43.515507402274601 ], [ 172.734970132295501, -43.515533661358418 ], [ 172.734986395846278, -43.515557522902434 ], [ 172.735009237812591, -43.515574252535991 ], [ 172.735015638996146, -43.515607620757379 ], [ 172.735009008466221, -43.515626664468584 ], [ 172.735012188210334, -43.515648113300308 ], [ 172.735025167814911, -43.515674349612269 ], [ 172.735034853012422, -43.515705343057775 ], [ 172.735051095788037, -43.515733969313104 ], [ 172.73506409627322, -43.515755440899312 ], [ 172.73508688622627, -43.51578408231957 ], [ 172.735096581894112, -43.515812693398871 ], [ 172.735116067043606, -43.515848474310275 ], [ 172.735129046735807, -43.515874710609744 ], [ 172.735135468856299, -43.515903314101983 ], [ 172.735145122887474, -43.515941454618499 ], [ 172.735164639363319, -43.515970088439659 ], [ 172.735187471116205, -43.515989200397364 ], [ 172.73518738777247, -43.516008259280895 ], [ 172.735180725997338, -43.516034450082017 ], [ 172.735193653668318, -43.516072598175541 ], [ 172.735209896616823, -43.51610122440691 ], [ 172.735199950829724, -43.516129789988014 ], [ 172.735216110461238, -43.516177475101244 ], [ 172.735248711022535, -43.516208521590372 ], [ 172.735268238047752, -43.516234773032537 ], [ 172.73528119705918, -43.516265774034039 ], [ 172.735290861652942, -43.516301532175866 ], [ 172.735307052641389, -43.516342070194156 ], [ 172.735323306128009, -43.516368314048094 ], [ 172.735352643649804, -43.516396970568749 ], [ 172.735365623561052, -43.51642320683942 ], [ 172.735368782649942, -43.516449420379239 ], [ 172.735381783400271, -43.516470891927305 ], [ 172.735401362616017, -43.516485231544507 ], [ 172.735440656381741, -43.516482940085162 ], [ 172.735470066863712, -43.516494920053454 ], [ 172.735486341274509, -43.516516399163216 ], [ 172.735492763630475, -43.51654500263276 ], [ 172.735505733228251, -43.516573621247346 ], [ 172.735499061121374, -43.516602194424877 ], [ 172.735485883391959, -43.516621223014617 ], [ 172.735498832190757, -43.51665460635008 ], [ 172.735518307441566, -43.516692769549174 ], [ 172.735521466610066, -43.516718983083749 ], [ 172.735501720796719, -43.516742761250583 ], [ 172.735501585520296, -43.516773731932972 ], [ 172.73552766009675, -43.516799998474376 ], [ 172.735550471468201, -43.516823875078245 ], [ 172.735579871734473, -43.516838237378231 ], [ 172.735602735150593, -43.516850202170808 ], [ 172.735602579121434, -43.51688593757315 ], [ 172.735612254403861, -43.51691931332455 ], [ 172.735612087978325, -43.516957431086595 ], [ 172.735605447084083, -43.5169788571881 ], [ 172.73562172167226, -43.517000336277242 ], [ 172.735634722629754, -43.517021807795018 ], [ 172.735660838969324, -43.517038544864981 ], [ 172.735686955323331, -43.517055281928968 ], [ 172.735713030101039, -43.517081548427356 ], [ 172.735735789667331, -43.51711733679393 ], [ 172.735748759501348, -43.517145955378666 ], [ 172.735764971811051, -43.517181728607369 ], [ 172.735771404763142, -43.51720794969841 ], [ 172.735731933790021, -43.517250741390455 ], [ 172.735708914228866, -43.517274512024308 ], [ 172.735712104702458, -43.517293578471254 ], [ 172.735734843553445, -43.517334131556851 ], [ 172.735747803036531, -43.5173651325007 ], [ 172.735770489960402, -43.517417597378646 ], [ 172.735783387109166, -43.517462892477759 ], [ 172.735793041792618, -43.517501032930831 ], [ 172.735802654910799, -43.517548702822516 ], [ 172.735822161818845, -43.517579718885408 ], [ 172.735848236880088, -43.517605985351246 ], [ 172.735870965547008, -43.517648920767996 ], [ 172.735867535993691, -43.517684648603684 ], [ 172.735890233530739, -43.517734731095636 ], [ 172.735876930978066, -43.517782348044356 ], [ 172.735870227735063, -43.517818068317034 ], [ 172.735843903146304, -43.517848978492196 ], [ 172.735856810832644, -43.517891891220238 ], [ 172.735889423033115, -43.517920555160806 ], [ 172.735925288177526, -43.517953991372451 ], [ 172.73594478488917, -43.517987389772465 ], [ 172.73595450208748, -43.518011236050398 ], [ 172.736013345521741, -43.518030430993505 ], [ 172.736029589378973, -43.518059057100949 ], [ 172.736042611476989, -43.518075763849858 ], [ 172.736075317318438, -43.518082986499387 ], [ 172.736101496533109, -43.518085429308634 ], [ 172.736137341129449, -43.51812363017283 ], [ 172.73616009095511, -43.51816180080975 ], [ 172.73619575918886, -43.518240501770237 ], [ 172.736231417137105, -43.518321585078397 ], [ 172.736247547026778, -43.518376417110055 ], [ 172.736273425468198, -43.518447948309628 ], [ 172.736286312833528, -43.518495625704979 ], [ 172.736295957620172, -43.518536148469501 ], [ 172.736299086092259, -43.518569509053947 ], [ 172.736308793147771, -43.518595737659524 ], [ 172.736295573734196, -43.518624295773684 ], [ 172.736282333556403, -43.518657618605239 ], [ 172.73628873575953, -43.518690986739941 ], [ 172.73629185385974, -43.518726729683209 ], [ 172.736314635131549, -43.518757753207709 ], [ 172.736327574464724, -43.518793518798653 ], [ 172.736320912870184, -43.51881970965389 ], [ 172.736333862593995, -43.518853092884306 ], [ 172.736359928050575, -43.518881741589041 ], [ 172.736366351064873, -43.518910344999348 ], [ 172.736359679101071, -43.518938918215767 ], [ 172.736353017504086, -43.518965109072205 ], [ 172.736365967276356, -43.518998492298259 ], [ 172.736385485308801, -43.51902712589969 ], [ 172.736414845358325, -43.519051017420246 ], [ 172.736444122473841, -43.519093967808367 ], [ 172.736470105136789, -43.519141675362143 ], [ 172.736483034274642, -43.51917982329288 ], [ 172.736489405538549, -43.519220338491749 ], [ 172.736508902966165, -43.519253736790006 ], [ 172.73651853765341, -43.519296641890371 ], [ 172.736531477220751, -43.519332407455458 ], [ 172.736537869264708, -43.519368157932071 ], [ 172.736544292413612, -43.519396761330292 ], [ 172.736544116194608, -43.519437261437893 ], [ 172.736557045441373, -43.519475409358556 ], [ 172.736569995434053, -43.51950879255908 ], [ 172.736589451541903, -43.519551720279182 ], [ 172.73658598084225, -43.519596977562117 ], [ 172.736605488807015, -43.519627993482942 ], [ 172.736615216889078, -43.519649457340044 ], [ 172.736618366317657, -43.519678053191498 ], [ 172.736608462052345, -43.519697089440726 ], [ 172.736614854179265, -43.519732839910979 ], [ 172.736621277402406, -43.519761443303246 ], [ 172.736644079954146, -43.519787702039629 ], [ 172.736676621019768, -43.519833042263585 ], [ 172.736689560793735, -43.519868807807939 ], [ 172.736679635797913, -43.519892608780879 ], [ 172.736692637747211, -43.519914080170025 ], [ 172.736708903146109, -43.519937941455446 ], [ 172.736712083711552, -43.519959390225786 ], [ 172.7367218326022, -43.519976089354657 ], [ 172.73673477243301, -43.520011854893163 ], [ 172.736751037874654, -43.520035716172288 ], [ 172.736754177028814, -43.520066694377327 ], [ 172.736747567266264, -43.520080973456544 ], [ 172.736757295470738, -43.520102437300167 ], [ 172.73676371879958, -43.520131040682863 ], [ 172.736789816076509, -43.520152542208081 ], [ 172.736822450642649, -43.52017644115741 ], [ 172.736835421639142, -43.520205059606539 ], [ 172.736828780815699, -43.520226485767076 ], [ 172.736831940728678, -43.520252699251103 ], [ 172.736841648281569, -43.520278927804995 ], [ 172.736861166949183, -43.520307561320422 ], [ 172.736883949104111, -43.520338584725167 ], [ 172.736913320335987, -43.520360093755421 ], [ 172.736929534185947, -43.520395866802801 ], [ 172.736916366425419, -43.520412513184851 ], [ 172.736906472484321, -43.52042916709847 ], [ 172.73690965314475, -43.520450615861726 ], [ 172.736939096894616, -43.520455448372758 ], [ 172.73696856134822, -43.520455516158385 ], [ 172.736994679534376, -43.520472252918353 ], [ 172.736971648887419, -43.520498406150026 ], [ 172.736994472564476, -43.52051990009646 ], [ 172.737010551982223, -43.52058664379696 ], [ 172.737036587461347, -43.520622439418027 ], [ 172.737039757830928, -43.520646270535948 ], [ 172.737049465536217, -43.520672499070756 ], [ 172.737052635913386, -43.520696330188109 ], [ 172.737062353978018, -43.520720176362822 ], [ 172.737088472304066, -43.520736913100919 ], [ 172.737131001239106, -43.520744158032457 ], [ 172.737183300011338, -43.520763337318378 ], [ 172.737212599175081, -43.520801522782698 ], [ 172.737232076828633, -43.520839685668307 ], [ 172.737241701936654, -43.520884973056532 ], [ 172.737251368413041, -43.52092073100853 ], [ 172.737270866804636, -43.520954129169375 ], [ 172.737296943942084, -43.520980395294629 ], [ 172.737309873988409, -43.521018543121905 ], [ 172.737319519854253, -43.521059065784925 ], [ 172.737316070280457, -43.521099558361819 ], [ 172.737319261456037, -43.521118624752901 ], [ 172.737299432210193, -43.521161462079533 ], [ 172.737299287495716, -43.521194815101033 ], [ 172.737289341845127, -43.521223380838741 ], [ 172.737299049749964, -43.521249609350228 ], [ 172.737311979854269, -43.521287757175593 ], [ 172.737334772942489, -43.521316398128079 ], [ 172.737337912458656, -43.52134737631107 ], [ 172.737337798770341, -43.521373582255762 ], [ 172.737354023474552, -43.521406972879333 ], [ 172.737370279198757, -43.52143321642469 ], [ 172.737383271387984, -43.521457070089568 ], [ 172.737399516805311, -43.521485695989185 ], [ 172.73742560455841, -43.5215095797248 ], [ 172.737435312567555, -43.521535808223675 ], [ 172.737441736365696, -43.521564411562267 ], [ 172.737422020711676, -43.521581042962829 ], [ 172.737418612503859, -43.521612006105144 ], [ 172.73741852984611, -43.521631064973263 ], [ 172.737424932982208, -43.521664433029365 ], [ 172.737431284466567, -43.521709712877318 ], [ 172.737437604965692, -43.521762139799982 ], [ 172.737447106396843, -43.521836015465603 ], [ 172.73746330029249, -43.521876553146676 ], [ 172.737456659504858, -43.521897979337496 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.584279214773226", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.737456669835694, -43.521895596979085 ], [ 172.737420150586814, -43.522012249840984 ], [ 172.737429827677374, -43.522045625413242 ], [ 172.737439525441658, -43.522074236267834 ], [ 172.737452517794537, -43.522098089922558 ], [ 172.737445897641095, -43.522114751395236 ], [ 172.737465437843724, -43.522138620083922 ], [ 172.737488220993384, -43.522169643360854 ], [ 172.737514329732278, -43.522188762357615 ], [ 172.737530606390408, -43.522210241160728 ], [ 172.737537019975804, -43.522241226849182 ], [ 172.737543412912601, -43.522276977253661 ], [ 172.737559606989294, -43.52231751491842 ], [ 172.737575790761298, -43.522360434938911 ], [ 172.737588741925634, -43.522393818010165 ], [ 172.737618000830992, -43.522441532795185 ], [ 172.737634225973324, -43.522474923373856 ], [ 172.737660283274579, -43.522505954127709 ], [ 172.73765693707324, -43.52252262312318 ], [ 172.737706004890555, -43.522532265223724 ], [ 172.737728881193931, -43.522541847227565 ], [ 172.737764842952572, -43.522553841621004 ], [ 172.73778442469478, -43.52256818082131 ], [ 172.737797427606466, -43.522589652077208 ], [ 172.737794060802543, -43.522611085792882 ], [ 172.737787430368087, -43.522630129642103 ], [ 172.737787337505438, -43.522651570865534 ], [ 172.737797097440762, -43.522665887538551 ], [ 172.737797014899115, -43.522684946403722 ], [ 172.737816576057327, -43.52270405031458 ], [ 172.737836168176386, -43.52271600714765 ], [ 172.73784918145364, -43.522735096039106 ], [ 172.737836003117366, -43.522754124877721 ], [ 172.737852228462998, -43.522787515424142 ], [ 172.737875042997871, -43.522811391547293 ], [ 172.737904426092001, -43.522830517959463 ], [ 172.737940336496195, -43.522854424088123 ], [ 172.737982805158197, -43.522875962852765 ], [ 172.737999144025395, -43.522883147438932 ], [ 172.738044948537578, -43.522890399533999 ], [ 172.738087345117577, -43.522928614766514 ], [ 172.73810675186175, -43.522983453998577 ], [ 172.738113103989804, -43.523028733799848 ], [ 172.738135712627866, -43.523100257031267 ], [ 172.738148592129249, -43.523150316542086 ], [ 172.738148437568498, -43.523186051912212 ], [ 172.73814506055038, -43.523209867994211 ], [ 172.738154758836828, -43.523238478783632 ], [ 172.738177583963306, -43.523259972487274 ], [ 172.738216748108357, -43.523288650741208 ], [ 172.738239542374174, -43.523317291506274 ], [ 172.738275319310418, -43.523372168182092 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.584279214773226", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73827203502492, -43.523374543045684 ], [ 172.73833385978304, -43.523462832665928 ], [ 172.738408513061813, -43.523613093519572 ], [ 172.738479913284607, -43.523758582117367 ], [ 172.73853176236176, -43.52388258452725 ], [ 172.738570577294126, -43.523992262822027 ], [ 172.738589768785545, -43.524097131475813 ], [ 172.738599189682418, -43.524190065881299 ], [ 172.738612121225799, -43.52422821354368 ], [ 172.738638190064847, -43.524256861710661 ], [ 172.738654477959528, -43.524275957990774 ], [ 172.738670745296616, -43.524299818983799 ], [ 172.738690214702217, -43.524340363960398 ], [ 172.738706440940518, -43.524373754378622 ], [ 172.738706307267535, -43.524404725027466 ], [ 172.738683347838389, -43.524414202080848 ], [ 172.738683203869954, -43.524447555086979 ], [ 172.73867651180862, -43.52448089312719 ], [ 172.738666576544176, -43.524507076610988 ], [ 172.73867958018235, -43.524528547761129 ], [ 172.738692552980268, -43.524557165982309 ], [ 172.738715368510867, -43.524581041932905 ], [ 172.738757859219447, -43.524597815691891 ], [ 172.73879378128612, -43.524619339191091 ], [ 172.738832823268524, -43.524676605520241 ], [ 172.738868519330566, -43.524750540860644 ], [ 172.738878177098854, -43.524788681012353 ], [ 172.738878074339596, -43.524812504586968 ], [ 172.738891067842502, -43.524836358069727 ], [ 172.738897482396368, -43.524867343670067 ], [ 172.738923459176931, -43.524917432986669 ], [ 172.738939706244281, -43.524946058654265 ], [ 172.738949415453959, -43.524972287011849 ], [ 172.73894273375322, -43.52500324270742 ], [ 172.738952442973243, -43.525029471064478 ], [ 172.738962131656223, -43.52506046413535 ], [ 172.738978347963695, -43.525096236868983 ], [ 172.738991310751828, -43.525127237411454 ], [ 172.739000968656455, -43.525165377550614 ], [ 172.738984413345605, -43.52520822261242 ], [ 172.738961433108813, -43.525222464434279 ], [ 172.738977618642252, -43.525265384238971 ], [ 172.738977433742861, -43.525308266670002 ], [ 172.73898709166707, -43.52534640680917 ], [ 172.739003308065122, -43.525382179537694 ], [ 172.739016270926527, -43.525413180075979 ], [ 172.73903250789968, -43.525444188085586 ], [ 172.739058556920867, -43.525477600866864 ], [ 172.739068235460138, -43.525510976283847 ], [ 172.739087736321778, -43.525544374114268 ], [ 172.739094222923484, -43.525558683199861 ], [ 172.73910064792355, -43.525587286428177 ], [ 172.739113559543568, -43.525630198740345 ], [ 172.73912654304695, -43.525656434550761 ], [ 172.739142821204581, -43.525677913115111 ], [ 172.739159119904173, -43.525694626962824 ], [ 172.739188535592689, -43.525706605968502 ], [ 172.73921135175047, -43.525730481816908 ], [ 172.739224376368156, -43.525747188187374 ], [ 172.739257045688078, -43.525763939357091 ], [ 172.739286440909325, -43.525780683051828 ], [ 172.739292886543268, -43.525804521554271 ], [ 172.739295996503813, -43.525842646733551 ], [ 172.739305695750488, -43.525871257414572 ], [ 172.739312141401484, -43.525895095915601 ], [ 172.739331704071503, -43.525914199560326 ], [ 172.73934468772984, -43.525940435345035 ], [ 172.739367504037006, -43.525964311161651 ], [ 172.739390238312552, -43.526007245830172 ], [ 172.739396663499178, -43.526035849040071 ], [ 172.739396560939497, -43.526059672610479 ], [ 172.739406157711898, -43.526112106852281 ], [ 172.739396212235619, -43.526140672749101 ], [ 172.739383023381748, -43.526162084110972 ], [ 172.739363224697371, -43.526197774686217 ], [ 172.739386030851932, -43.526224032855318 ], [ 172.739399024855629, -43.526247886275719 ], [ 172.739392374009384, -43.526271694920005 ], [ 172.739379123584939, -43.526307400422468 ], [ 172.739392097091127, -43.526336018557174 ], [ 172.739401806717041, -43.526362246870995 ], [ 172.739418095416397, -43.526381343037329 ], [ 172.739440922172292, -43.526402836481068 ], [ 172.739444093780435, -43.526426667511295 ], [ 172.739430904880692, -43.52644807887755 ], [ 172.739440696576253, -43.526455248332624 ], [ 172.739453711158461, -43.526474337032276 ], [ 172.73946016718449, -43.526495793165871 ], [ 172.739492836973, -43.526512544267192 ], [ 172.739535339502254, -43.526526935378691 ], [ 172.739561532759808, -43.526526995044861 ], [ 172.73959423333838, -43.526536599046622 ], [ 172.739633441256586, -43.526555747378424 ], [ 172.739669303321847, -43.526591564740087 ], [ 172.739701860534353, -43.526634521707088 ], [ 172.739724564566927, -43.526684603375806 ], [ 172.739753827215992, -43.526732317587879 ], [ 172.73977651084536, -43.526787163959241 ], [ 172.739795940822376, -43.526837238160937 ], [ 172.739795715530306, -43.526889650009991 ], [ 172.739766145521173, -43.526913406512563 ], [ 172.739752977112801, -43.526930053200644 ], [ 172.739759433292846, -43.526951509316021 ], [ 172.739769163658764, -43.526972972883016 ], [ 172.739778904272839, -43.526992054092382 ], [ 172.739798477683905, -43.527008775298135 ], [ 172.739818061345488, -43.527023114143802 ], [ 172.739844172908647, -43.527042232599442 ], [ 172.739863695164217, -43.527070865577464 ], [ 172.739879902300601, -43.527109020530013 ], [ 172.739883043405683, -43.527139998615695 ], [ 172.739892712424393, -43.527175756311635 ], [ 172.739915457759793, -43.527216308512031 ], [ 172.739918711482716, -43.527221080673129 ], [ 172.739928441948081, -43.527242544225828 ], [ 172.73994795407296, -43.527273559545328 ], [ 172.739970740417164, -43.527304582307764 ], [ 172.739954277310119, -43.527325986284715 ], [ 172.739967271772485, -43.527349839637097 ], [ 172.739983509748129, -43.527380847503643 ], [ 172.740003001480375, -43.527416627526385 ], [ 172.740025818601424, -43.527440503207522 ], [ 172.740051746257421, -43.52750250403313 ], [ 172.740051613258146, -43.52753347466826 ], [ 172.740061333590006, -43.527557320565208 ], [ 172.74005468285776, -43.527581129242883 ], [ 172.740048011658502, -43.527609702633043 ], [ 172.740061006218241, -43.527633555973829 ], [ 172.74007398032839, -43.527662174026041 ], [ 172.740100082018557, -43.52768367477848 ], [ 172.74013274239698, -43.527702808052062 ], [ 172.740158752086302, -43.527745749999326 ], [ 172.740165147137901, -43.52778150022808 ], [ 172.740161760421444, -43.527807698708244 ], [ 172.740164881252582, -43.527843441495712 ], [ 172.740181180815256, -43.527860155193565 ], [ 172.740174468740207, -43.527898258015448 ], [ 172.740174376705994, -43.527919699223141 ], [ 172.740190604713945, -43.527953089414254 ], [ 172.740203589178122, -43.52797932509408 ], [ 172.740213309640723, -43.528003170976618 ], [ 172.740232873273982, -43.528022274462529 ], [ 172.740249142233978, -43.528046135219441 ], [ 172.740268675225281, -43.528072385768233 ], [ 172.740281669970585, -43.528096239082451 ], [ 172.740294674947393, -43.528117710038785 ], [ 172.740304364804899, -43.528148702982143 ], [ 172.74032714143928, -43.528182108026385 ], [ 172.740356527909967, -43.528201233798953 ], [ 172.740379355683189, -43.52822272705103 ], [ 172.740415249823855, -43.528251397102927 ], [ 172.740434772737217, -43.528280029979058 ], [ 172.74046732118174, -43.528325369075326 ], [ 172.740483580101227, -43.52835161215431 ], [ 172.740496503496132, -43.528392141937225 ], [ 172.740535498448423, -43.528461319438549 ], [ 172.740577583968502, -43.528573386766929 ], [ 172.740606674639508, -43.528661600804 ], [ 172.7405998504357, -43.528725909563654 ], [ 172.740583234008199, -43.528783048967369 ], [ 172.740560150673247, -43.528821114660204 ], [ 172.740530539166684, -43.528854400775138 ], [ 172.740507537477328, -43.528873407608188 ], [ 172.740520471210772, -43.528911555028941 ], [ 172.740530140884317, -43.528947312661529 ], [ 172.740549602805174, -43.528990239651399 ], [ 172.740562567223236, -43.529021239998713 ], [ 172.740591903124738, -43.529052277489235 ], [ 172.740618005596531, -43.529073778120186 ], [ 172.740647331344064, -43.529107197952328 ], [ 172.740683297579551, -43.529119191425323 ], [ 172.740706146224767, -43.52913591989789 ], [ 172.740715836453631, -43.529166912801777 ], [ 172.740719018908578, -43.529188361430755 ], [ 172.740738583083129, -43.529207464827557 ], [ 172.740754842355557, -43.529233707864798 ], [ 172.740751476217554, -43.529255141644313 ], [ 172.740744835770897, -43.529276567999275 ], [ 172.740754546449153, -43.529302796187352 ], [ 172.740780689897093, -43.529314767356908 ], [ 172.740826458807504, -43.529331547766361 ], [ 172.740852449284432, -43.529379254258394 ], [ 172.74084901177261, -43.529417364531682 ], [ 172.740812810694166, -43.529460165296399 ], [ 172.740812647470818, -43.52949828299036 ], [ 172.740845258050854, -43.529529327836606 ], [ 172.740851694491312, -43.529555548593905 ], [ 172.740871177232407, -43.52959371081387 ], [ 172.740887385672494, -43.529631865610014 ], [ 172.740897065874208, -43.529665240852097 ], [ 172.740916569073818, -43.529698638352173 ], [ 172.740932828554435, -43.529724881362384 ], [ 172.740952311400747, -43.529763043567662 ], [ 172.740988206723614, -43.529791713434946 ], [ 172.740987951856624, -43.529851272328997 ], [ 172.74098130123221, -43.529875081051252 ], [ 172.740968101922675, -43.529898874937047 ], [ 172.740994062169392, -43.529953728460178 ], [ 172.741026683280239, -43.529982390897374 ], [ 172.741036333035424, -43.530022913193001 ], [ 172.741052592654455, -43.530049156185051 ], [ 172.741065588129771, -43.53007300940375 ], [ 172.741081796819458, -43.530111164169767 ], [ 172.741117722978572, -43.530132686928347 ], [ 172.741134003040344, -43.530154165197168 ], [ 172.741150211794661, -43.530192319953137 ], [ 172.741163186963149, -43.530220937871569 ], [ 172.741166369630292, -43.530242386484659 ], [ 172.741172785909185, -43.53027337193236 ], [ 172.741192279268716, -43.530309151738322 ], [ 172.74121178283724, -43.530342549185171 ], [ 172.741214884040261, -43.530383056641135 ], [ 172.741214741436806, -43.530416409618994 ], [ 172.741221117015556, -43.530456924485314 ], [ 172.741234092273714, -43.530485542394615 ], [ 172.741233949680321, -43.530518895371955 ], [ 172.741240376207458, -43.530547498459001 ], [ 172.741246762001509, -43.530585630967543 ], [ 172.74125970674632, -43.530621395939825 ], [ 172.741266153664327, -43.530645234314029 ], [ 172.741282423732486, -43.530669094915723 ], [ 172.741285586098201, -43.530695308234904 ], [ 172.741292043217186, -43.530716764251935 ], [ 172.741301754360819, -43.530742992388085 ], [ 172.741308201308158, -43.530766830759482 ], [ 172.741321197037081, -43.530790683946798 ], [ 172.741330928568203, -43.53081214736936 ], [ 172.741320983216639, -43.53084071341037 ], [ 172.741333968784915, -43.530866948951356 ], [ 172.741360041759378, -43.530895596474814 ], [ 172.741379545608055, -43.530928993890363 ], [ 172.741392561758005, -43.5309480823583 ], [ 172.74141541128796, -43.53096481068598 ], [ 172.741451388955738, -43.530974421561282 ], [ 172.741480868715854, -43.530972105841506 ], [ 172.74151687692131, -43.530974569630082 ], [ 172.74155934237308, -43.53099848940851 ], [ 172.741575490587479, -43.531050938231921 ], [ 172.741568799370924, -43.531084276404975 ], [ 172.741555589853277, -43.531110452708781 ], [ 172.741552264582936, -43.531122357083973 ], [ 172.741529282695865, -43.531136599402984 ], [ 172.741525916722992, -43.531158033198551 ], [ 172.741529130088054, -43.531172334732588 ], [ 172.741538892274178, -43.531186651070492 ], [ 172.741551888183466, -43.531210504230266 ], [ 172.74157799192443, -43.53123200463714 ], [ 172.741597567199506, -43.531248725527121 ], [ 172.741603993974422, -43.531277328590718 ], [ 172.741613654489271, -43.531315468474645 ], [ 172.74161353244213, -43.53134405673763 ], [ 172.741603607477259, -43.531367858090235 ], [ 172.74160678018805, -43.531391689042522 ], [ 172.741642636106178, -43.531429888120201 ], [ 172.741665424875208, -43.531460910528374 ], [ 172.741675054952822, -43.531506197471614 ], [ 172.741681441119169, -43.531544329950393 ], [ 172.741687898467745, -43.53156578594249 ], [ 172.741681237758911, -43.531591977053658 ], [ 172.74169752857847, -43.531611072883088 ], [ 172.74171374824104, -43.531646845196128 ], [ 172.741749695865451, -43.531663603042929 ], [ 172.741782430057754, -43.531666059352659 ], [ 172.741808615380847, -43.531668500864718 ], [ 172.741828241671783, -43.531673309938782 ], [ 172.741854366032527, -43.531690045571231 ], [ 172.741867362173537, -43.531713898693646 ], [ 172.741860660881628, -43.531749619235235 ], [ 172.741857305152081, -43.531768670683348 ], [ 172.741870270829025, -43.531799670870456 ], [ 172.741892978575038, -43.531849752072574 ], [ 172.741935272100335, -43.53191417174579 ], [ 172.741957990099962, -43.531961870579224 ], [ 172.741987277356344, -43.532004819476263 ], [ 172.741993653614742, -43.532045334289947 ], [ 172.742000070504076, -43.532076319682929 ], [ 172.741973783429813, -43.532097701764457 ], [ 172.741976946166744, -43.532123915058861 ], [ 172.741976885227274, -43.532138209188759 ], [ 172.741976783661386, -43.532162032738505 ], [ 172.741996359346558, -43.53217875355854 ], [ 172.741999552564465, -43.532197819787129 ], [ 172.74200275593995, -43.532214503660626 ], [ 172.741996125762142, -43.532233547722498 ], [ 172.741999329138537, -43.532250231595981 ], [ 172.742009061142596, -43.532271694956513 ], [ 172.742022098087887, -43.532286018639688 ], [ 172.742035094421936, -43.532309871740999 ], [ 172.742054680324458, -43.532324210195881 ], [ 172.742074276389076, -43.532336166292453 ], [ 172.742083988128542, -43.532362394356234 ], [ 172.742106787624635, -43.532391034317897 ], [ 172.742116560293994, -43.532402968249379 ], [ 172.74213932936982, -43.532438755269091 ], [ 172.742152335932417, -43.532460226001774 ], [ 172.742155478465577, -43.53249120399957 ], [ 172.742188101489972, -43.53251986609741 ], [ 172.742204382570435, -43.532541344207417 ], [ 172.742210718438884, -43.53259138842499 ], [ 172.742177953281868, -43.532596079301477 ], [ 172.742154960830447, -43.53261270409638 ], [ 172.742131927763751, -43.532638858305788 ], [ 172.742118626786123, -43.532686475860316 ], [ 172.742121769313201, -43.532717453857778 ], [ 172.742137999670632, -43.532750843750314 ], [ 172.742147691203286, -43.532781836516477 ], [ 172.742157403045184, -43.532808064572222 ], [ 172.742173633446384, -43.532841454459295 ], [ 172.742173501508177, -43.532872425070579 ], [ 172.742189772529258, -43.53289628553626 ], [ 172.742235503950042, -43.532922594797682 ], [ 172.742248500503791, -43.532946447872654 ], [ 172.74227133073245, -43.532967940735283 ], [ 172.742297425340496, -43.532991823328459 ], [ 172.742320265746997, -43.533010933826553 ], [ 172.742362793793006, -43.533020559174361 ], [ 172.742375810700281, -43.533039647525271 ], [ 172.742369150123722, -43.533065838670076 ], [ 172.742359255595773, -43.533082493017154 ], [ 172.742382075773975, -43.533106368212017 ], [ 172.742404906110238, -43.533127861047646 ], [ 172.742424451807153, -43.533151728856559 ], [ 172.742440712863214, -43.53317797164042 ], [ 172.742447150375824, -43.533204192293802 ], [ 172.742476499400766, -43.533232846930908 ], [ 172.742492730091044, -43.533266236770913 ], [ 172.742518784372152, -43.533299648731251 ], [ 172.742534984698381, -43.533340185628703 ], [ 172.74256749688729, -43.533395053515882 ], [ 172.742600090195026, -43.533430862557033 ], [ 172.742639303524896, -43.53345000984848 ], [ 172.742694535039107, -43.533552576382021 ], [ 172.74270410544176, -43.533612157351747 ], [ 172.742713726503609, -43.533659826547712 ], [ 172.742710320292446, -43.533690789787244 ], [ 172.742726551233488, -43.533724179592006 ], [ 172.742736222966727, -43.533759937013023 ], [ 172.742742630287125, -43.533793304710841 ], [ 172.742749057868053, -43.533821907699327 ], [ 172.742758780262022, -43.533845753345858 ], [ 172.742794618105563, -43.533888716760082 ], [ 172.742823957501997, -43.533919753660193 ], [ 172.742823866387113, -43.533941194849689 ], [ 172.742833588829512, -43.533965040489463 ], [ 172.742846555472283, -43.533996040556332 ], [ 172.742866111744831, -43.534017525932882 ], [ 172.742888881867515, -43.534053312795827 ], [ 172.742892055220352, -43.534077143702866 ], [ 172.742911540691722, -43.534115305551751 ], [ 172.742908154796254, -43.53414150408625 ], [ 172.742901524689159, -43.534160548194379 ], [ 172.742927620058623, -43.534184430640657 ], [ 172.742940627273555, -43.534205901278725 ], [ 172.74294380065453, -43.534229732183739 ], [ 172.742963316562737, -43.534260746960172 ], [ 172.742963195140618, -43.534289335211405 ], [ 172.742986016010462, -43.534313210282427 ], [ 172.742999043507893, -43.534329916204975 ], [ 172.743002227035163, -43.534351364753682 ], [ 172.742989007299343, -43.534379923562113 ], [ 172.742995465409649, -43.534401379471575 ], [ 172.743015011748923, -43.534425247175811 ], [ 172.743024703995161, -43.534456239860326 ], [ 172.743054023553611, -43.534492041407674 ], [ 172.743067000535547, -43.534520659093054 ], [ 172.743079967415696, -43.53455165913099 ], [ 172.743099422817323, -43.534596968007854 ], [ 172.743109125246747, -43.534625578330306 ], [ 172.74311882768535, -43.534654188651828 ], [ 172.743128540245181, -43.534680416618265 ], [ 172.743141547637265, -43.534701887232032 ], [ 172.743154544927449, -43.534725740198425 ], [ 172.743170806720315, -43.534751982873047 ], [ 172.743190393680436, -43.534766321129858 ], [ 172.743213184492589, -43.534797343216518 ], [ 172.743216297358344, -43.534835468236352 ], [ 172.743219470879751, -43.53485929913144 ], [ 172.743242302172575, -43.534880791795651 ], [ 172.743248730102863, -43.534909394751459 ], [ 172.74325517825369, -43.534933232998675 ], [ 172.743261646623552, -43.534952306537356 ], [ 172.743277868097806, -43.534988078612095 ], [ 172.743300689354328, -43.535011953618337 ], [ 172.743320185486681, -43.535047733038716 ], [ 172.743329857778747, -43.535083490402634 ], [ 172.74335585268048, -43.535131196288567 ], [ 172.743368809735244, -43.535164578645123 ], [ 172.743381736497099, -43.535205108061923 ], [ 172.743388154424963, -43.535236093362457 ], [ 172.743391328034278, -43.535259924251328 ], [ 172.743407569869674, -43.535290931598283 ], [ 172.743417262453704, -43.535321924245686 ], [ 172.743436799155006, -43.535348174229007 ], [ 172.743446511962759, -43.535374402165857 ], [ 172.743449685602087, -43.535398233052604 ], [ 172.743452869343514, -43.535419681585289 ], [ 172.743465877008532, -43.535441152160082 ], [ 172.743485444064362, -43.53546025507309 ], [ 172.743498451749673, -43.535481725644068 ], [ 172.743504940449299, -43.53549603445979 ], [ 172.743508144410271, -43.535512718282916 ], [ 172.743521152114795, -43.535534188851159 ], [ 172.743527600438455, -43.535558027080832 ], [ 172.743527499470929, -43.535581850619188 ], [ 172.743543711173345, -43.535620005006891 ], [ 172.743566421724381, -43.535670085850107 ], [ 172.743582653664077, -43.535703475524258 ], [ 172.743608719684687, -43.535734504872288 ], [ 172.74362502231574, -43.53575121806373 ], [ 172.743641254309324, -43.535784607729198 ], [ 172.743660821531222, -43.535803710611468 ], [ 172.743670544599524, -43.535827556173878 ], [ 172.743683542338204, -43.535851409076514 ], [ 172.743686685823263, -43.53588238701618 ], [ 172.743706253091005, -43.535901489890463 ], [ 172.743738929125527, -43.535918239766517 ], [ 172.743765045756106, -43.53593735730955 ], [ 172.743787827214931, -43.535970761630836 ], [ 172.743800835116531, -43.535992232166016 ], [ 172.743813832941669, -43.536016085053369 ], [ 172.743823495592466, -43.536054224724246 ], [ 172.743826669414688, -43.536078055598125 ], [ 172.743820009125045, -43.536104246814268 ], [ 172.743800250118227, -43.536130408679391 ], [ 172.743800139169792, -43.536156614569499 ], [ 172.743813137029633, -43.536180467456333 ], [ 172.743799887013694, -43.536216173410175 ], [ 172.743796491294489, -43.536244754315589 ], [ 172.743789851146431, -43.536266180821919 ], [ 172.743793055225808, -43.536282864635105 ], [ 172.743799544080218, -43.536297173432473 ], [ 172.743825640722406, -43.536321055668004 ], [ 172.743848492948956, -43.536337783500429 ], [ 172.743871335104586, -43.536356893681827 ], [ 172.743897462048295, -43.536373628840153 ], [ 172.743903900525908, -43.536399849399245 ], [ 172.743916868233327, -43.536430849334153 ], [ 172.743926581420908, -43.536457077226189 ], [ 172.743939579394635, -43.536480930097667 ], [ 172.743968960949047, -43.536502437280333 ], [ 172.743988468032029, -43.536535834226065 ], [ 172.744004700434886, -43.536569223836395 ], [ 172.744014433838345, -43.536590687013479 ], [ 172.744011058354744, -43.536614503216633 ], [ 172.744027300868424, -43.536645510469867 ], [ 172.7440500726604, -43.536681297089224 ], [ 172.744056541465312, -43.536700370578188 ], [ 172.744053186144896, -43.536719422075244 ], [ 172.744062899437296, -43.536745649954661 ], [ 172.744075877375167, -43.536774267516584 ], [ 172.744088885550468, -43.536795738016671 ], [ 172.744118247162561, -43.536822009867151 ], [ 172.744144394520845, -43.536833980261527 ], [ 172.744147558436168, -43.536860193477082 ], [ 172.74416708587637, -43.536888825683967 ], [ 172.74418005382239, -43.53691982558697 ], [ 172.744183217757467, -43.536946038801204 ], [ 172.74418311704315, -43.536969862334942 ], [ 172.744202614323314, -43.537005641595428 ], [ 172.744225446772447, -43.5370271340581 ], [ 172.744241709644172, -43.537053376572487 ], [ 172.744231784764963, -43.537077178129643 ], [ 172.744225124538531, -43.537103369364907 ], [ 172.744251191488928, -43.537134398561179 ], [ 172.74427724839822, -43.537167810104684 ], [ 172.744300040667213, -43.537198831965235 ], [ 172.744335871516313, -43.537244177232047 ], [ 172.744325906378805, -43.537277508209627 ], [ 172.744351933195929, -43.537318066795329 ], [ 172.744371460879734, -43.537346698965607 ], [ 172.744387744027136, -43.537368176751656 ], [ 172.744390847694291, -43.537408684077739 ], [ 172.744384177435848, -43.53743725767405 ], [ 172.744397165735791, -43.537463492843607 ], [ 172.744413458986116, -43.537482588272447 ], [ 172.744397014787893, -43.537499228141549 ], [ 172.744416462051532, -43.537546919128822 ], [ 172.744429390017075, -43.537587448413255 ], [ 172.744439053302358, -43.537625588023182 ], [ 172.744448797089461, -43.53764466880699 ], [ 172.744465060222893, -43.537670911287435 ], [ 172.744471489021663, -43.537699514162675 ], [ 172.744474673242678, -43.537720962659435 ], [ 172.74448113223113, -43.537742418474615 ], [ 172.744477797105219, -43.537756705274639 ], [ 172.744474451917512, -43.537773374427616 ], [ 172.744490684917565, -43.537806763963175 ], [ 172.744513477535321, -43.537837785778599 ], [ 172.744555928866134, -43.537866469136326 ], [ 172.744582006369455, -43.537895115901165 ], [ 172.744617878058762, -43.537930931663425 ], [ 172.744650495119828, -43.53796197539458 ], [ 172.744656944142889, -43.537985813552154 ], [ 172.744689561253495, -43.538016857271977 ], [ 172.744738391507468, -43.538086055187733 ], [ 172.74476104366974, -43.538150429894699 ], [ 172.744777256831384, -43.538188584093938 ], [ 172.744783675783452, -43.538219569302505 ], [ 172.744806448611513, -43.538255355763908 ], [ 172.744816112239249, -43.538293495338344 ], [ 172.744829090862282, -43.538322112808721 ], [ 172.744838774607018, -43.538355487675055 ], [ 172.744858282763374, -43.538388884464197 ], [ 172.744877831119567, -43.53841275183828 ], [ 172.744897359403438, -43.538441383914737 ], [ 172.744884159747158, -43.538465178216072 ], [ 172.744900373069953, -43.538503332396139 ], [ 172.744926430924323, -43.538536743786025 ], [ 172.74492956513626, -43.538570104031692 ], [ 172.744955582868982, -43.538613044825972 ], [ 172.744968561625853, -43.538641662279232 ], [ 172.745007758998895, -43.538665573456754 ], [ 172.745043671548075, -43.538691859671104 ], [ 172.745046715489877, -43.538746661087956 ], [ 172.745069498707778, -43.538780065141786 ], [ 172.745105150421239, -43.538868292508212 ], [ 172.745124658888784, -43.538901689249677 ], [ 172.745134352922634, -43.538932681735488 ], [ 172.745147281661104, -43.53897321093082 ], [ 172.745176554488836, -43.539020923677541 ], [ 172.745192828337963, -43.539044783697122 ], [ 172.745212256657169, -43.539097239244263 ], [ 172.745221940735462, -43.539130614074423 ], [ 172.745238114325105, -43.539178297613681 ], [ 172.745273856780216, -43.539245083749037 ], [ 172.745306334491602, -43.539309480224979 ], [ 172.745329108036429, -43.539345266577229 ], [ 172.745345211581423, -43.539409626567888 ], [ 172.745364670225939, -43.539454935028751 ], [ 172.745344900758141, -43.539483479496944 ], [ 172.745315326743452, -43.539507237372334 ], [ 172.745298892268181, -43.539521495011975 ], [ 172.745308576461127, -43.539554869832607 ], [ 172.745331370153252, -43.539585891478104 ], [ 172.745344359321223, -43.53961212653234 ], [ 172.745380212425601, -43.539652706753195 ], [ 172.745402986142437, -43.53968849308901 ], [ 172.745432349724496, -43.539714764593562 ], [ 172.745458418413989, -43.539745793504693 ], [ 172.745484497151324, -43.539774440057329 ], [ 172.745530155039859, -43.539819806805063 ], [ 172.745562703456955, -43.539867526736288 ], [ 172.745588702159012, -43.539915232083985 ], [ 172.745614720934157, -43.539958172720738 ], [ 172.745624355291397, -43.540003459274502 ], [ 172.745666728552578, -43.540051201032789 ], [ 172.74566662841147, -43.540075024556302 ], [ 172.74567960781539, -43.540103641923125 ], [ 172.745695872139407, -43.540129884220157 ], [ 172.74570225171243, -43.540170398777505 ], [ 172.745721780950504, -43.540199030706695 ], [ 172.745751114885593, -43.540232449184906 ], [ 172.74576732922398, -43.540270603232727 ], [ 172.745780288697659, -43.540303985291899 ], [ 172.745803042877128, -43.540344536249656 ], [ 172.745829051979968, -43.540389859187442 ], [ 172.745841941461634, -43.540439917704703 ], [ 172.745861460845759, -43.540470931961252 ], [ 172.745880940226471, -43.540511475623219 ], [ 172.745910254390964, -43.540549658763723 ], [ 172.745952538231336, -43.540618841582571 ], [ 172.745985127416162, -43.540657031980118 ], [ 172.746007941870147, -43.540683288782326 ], [ 172.746034021270276, -43.540711935206552 ], [ 172.746063395620439, -43.54073582419408 ], [ 172.746092740001046, -43.540766860230448 ], [ 172.746112269615423, -43.540795492090886 ], [ 172.746135034196982, -43.54083366062796 ], [ 172.746151308908907, -43.540857520505682 ], [ 172.746173993582829, -43.54091474785141 ], [ 172.746157508950063, -43.540940917370904 ], [ 172.746144289247553, -43.540969476511243 ], [ 172.746153994125621, -43.540998086549429 ], [ 172.746173543832157, -43.541021953694404 ], [ 172.746183248732422, -43.54105056372989 ], [ 172.746199493540871, -43.541081570656118 ], [ 172.746215748358793, -43.541110195227873 ], [ 172.746235308117832, -43.541131680009961 ], [ 172.746241738114009, -43.541160282771287 ], [ 172.7462612978984, -43.541181767548814 ], [ 172.746274287809456, -43.541208002491842 ], [ 172.746290532706553, -43.541239009404492 ], [ 172.746303502663551, -43.541270009047949 ], [ 172.746323022550456, -43.541301023222474 ], [ 172.746309792857261, -43.541331964732109 ], [ 172.746322782821323, -43.541358199669098 ], [ 172.746322682933965, -43.541382023188369 ], [ 172.746335642949532, -43.541415405179457 ], [ 172.746361792729687, -43.541427375063058 ], [ 172.746374772749903, -43.541455992345718 ], [ 172.746384487800384, -43.54148222001043 ], [ 172.74641054775114, -43.541515631049812 ], [ 172.74643009772538, -43.541539498149419 ], [ 172.746446332806698, -43.541572887390416 ], [ 172.746478952762942, -43.541603930587279 ], [ 172.746495167924309, -43.541642084524739 ], [ 172.746485213222172, -43.541673033314133 ], [ 172.746475288458328, -43.541696835047055 ], [ 172.746494778623827, -43.541734996245893 ], [ 172.746510993829929, -43.541773150180347 ], [ 172.746517334192248, -43.541823194089417 ], [ 172.746559669509026, -43.54188046491344 ], [ 172.746592209862172, -43.541930566890791 ], [ 172.746598610176051, -43.541966316683826 ], [ 172.746631300259423, -43.541980683373737 ], [ 172.746647615378464, -43.541995013770382 ], [ 172.746644200714343, -43.542028359437317 ], [ 172.746647346021717, -43.542059337266551 ], [ 172.746657041334487, -43.542090329609266 ], [ 172.746653606718013, -43.542128439979287 ], [ 172.746650212001555, -43.542157020942341 ], [ 172.746650132192599, -43.542176079755571 ], [ 172.746669612646144, -43.542216623273674 ], [ 172.746685887938725, -43.542240483070934 ], [ 172.746721823280865, -43.542262004045512 ], [ 172.746751278430537, -43.542266834039353 ], [ 172.746774143677925, -43.542281178925478 ], [ 172.746774073878981, -43.542297855386821 ], [ 172.746790379146432, -43.542314568114207 ], [ 172.746816509465589, -43.542331302596331 ], [ 172.746822999677789, -43.542345611210287 ], [ 172.746839265096668, -43.542371853337016 ], [ 172.746845695507631, -43.542400456059177 ], [ 172.746868461151706, -43.542438624442084 ], [ 172.746881441626556, -43.542467241663253 ], [ 172.746907532172344, -43.542493505530622 ], [ 172.746920522642995, -43.542519740395591 ], [ 172.746936788150663, -43.542545982507896 ], [ 172.746933463299314, -43.542557887016748 ], [ 172.746939903739047, -43.542584107381295 ], [ 172.746965944541245, -43.542622282992582 ], [ 172.746985475164365, -43.542650914697042 ], [ 172.747001730772865, -43.542679539151123 ], [ 172.74701796647301, -43.542712928305797 ], [ 172.747040802069193, -43.542734420192488 ], [ 172.747053732886314, -43.542774949150335 ], [ 172.747079813679733, -43.542803595328927 ], [ 172.747096069373583, -43.542832219769068 ], [ 172.747102480036801, -43.542865587177779 ], [ 172.747112175710214, -43.542896579478381 ], [ 172.74713170649062, -43.542925211156863 ], [ 172.747144687193497, -43.542953828346285 ], [ 172.747167503013259, -43.542980084909907 ], [ 172.747180483744728, -43.543008702095058 ], [ 172.747216409764434, -43.543032605264202 ], [ 172.747222860330282, -43.543056443259644 ], [ 172.747229290993914, -43.543085045957419 ], [ 172.747239026580047, -43.543106508840857 ], [ 172.747238917094137, -43.543132714705841 ], [ 172.747245327867233, -43.543166082105053 ], [ 172.747245218383824, -43.543192287969802 ], [ 172.747245079041107, -43.543225640888338 ], [ 172.747251549544103, -43.543244714178833 ], [ 172.747277660488265, -43.543266213256771 ], [ 172.747297191465663, -43.54329484490561 ], [ 172.747310172325342, -43.543323462074767 ], [ 172.747319868177556, -43.543354454355701 ], [ 172.747329564039575, -43.54338544663571 ], [ 172.747355645225724, -43.543414092749281 ], [ 172.747368665931532, -43.543433180506327 ], [ 172.747371781835199, -43.543471305362807 ], [ 172.747384752820039, -43.543502304874025 ], [ 172.747404293870829, -43.543528554152473 ], [ 172.747423864776891, -43.54354765637386 ], [ 172.747440160614047, -43.543566751357375 ], [ 172.747482537793786, -43.543614492422513 ], [ 172.74748569355296, -43.543643087870137 ], [ 172.747492074684544, -43.543683602306508 ], [ 172.747498485654376, -43.543716969688781 ], [ 172.747521291971907, -43.543745608530529 ], [ 172.747524487524942, -43.543764674571904 ], [ 172.747517827973354, -43.54379086596996 ], [ 172.747530858752953, -43.543807571356474 ], [ 172.747527474295026, -43.543833769986819 ], [ 172.747546975748662, -43.543869548644203 ], [ 172.747566526928466, -43.543893415542584 ], [ 172.747576203121525, -43.543929172501429 ], [ 172.747592469290197, -43.543955414515551 ], [ 172.74761529561917, -43.543979288635548 ], [ 172.747615176354174, -43.544007876848333 ], [ 172.747637972898218, -43.544038898016787 ], [ 172.747657474482821, -43.544074676654347 ], [ 172.747680261137418, -43.544108080165188 ], [ 172.747703027946386, -43.544146248373352 ], [ 172.747748790122301, -43.544167790702424 ], [ 172.747778206552795, -43.544182149836622 ], [ 172.747791207692558, -43.544206002245744 ], [ 172.747804119459943, -43.544251295812266 ], [ 172.747804040008674, -43.54427035462016 ], [ 172.747794085536896, -43.544301303509862 ], [ 172.747800536463473, -43.544325141468306 ], [ 172.747823333221561, -43.544356162598604 ], [ 172.747833108942331, -43.544368096023902 ], [ 172.747839599611552, -43.544382404576169 ], [ 172.74785914114247, -43.544408653773992 ], [ 172.747875516777185, -43.544408689886005 ], [ 172.747881967747162, -43.54443252783954 ], [ 172.747881888319938, -43.544451586646957 ], [ 172.747901419963824, -43.544480218188255 ], [ 172.747927571377375, -43.544492187711334 ], [ 172.747934002523834, -43.544520790363464 ], [ 172.74794043367632, -43.544549393015075 ], [ 172.747953474660903, -43.544563716000987 ], [ 172.747956670392199, -43.54458278202798 ], [ 172.747956581062596, -43.544604223185871 ], [ 172.747966307223834, -43.544628068353788 ], [ 172.74798263329555, -43.544640016204916 ], [ 172.747992389245155, -43.54465671431791 ], [ 172.747989004937864, -43.544682912958386 ], [ 172.747992200686497, -43.544701978984023 ], [ 172.748024892577916, -43.544716345273031 ], [ 172.74801164315241, -43.544752051662996 ], [ 172.748031184876851, -43.544778300830195 ], [ 172.74805079607134, -43.544787873538318 ], [ 172.748073563368308, -43.544826041669367 ], [ 172.7480964100547, -43.544845150989332 ], [ 172.748079865648776, -43.54488561487203 ], [ 172.748037060445853, -43.544940315118666 ], [ 172.748040166921669, -43.544980822298825 ], [ 172.748043303168259, -43.545014182426435 ], [ 172.748046459262582, -43.54504277785238 ], [ 172.748036534553336, -43.545066579706891 ], [ 172.748033199854746, -43.545080866593352 ], [ 172.748023225518693, -43.545116580199895 ], [ 172.748029666698244, -43.545142800493089 ], [ 172.748055828344889, -43.545152387635561 ], [ 172.748104936014073, -43.54515726058284 ], [ 172.748150798277663, -43.545154979242689 ], [ 172.74817040961301, -43.545164551929993 ], [ 172.748203062132347, -43.545188447570311 ], [ 172.748245520360456, -43.545217129538024 ], [ 172.748274887852517, -43.545243400296684 ], [ 172.748353006389578, -43.54536030851181 ], [ 172.748398492279534, -43.54544855639616 ], [ 172.748437517087439, -43.545515348693904 ], [ 172.748456940368328, -43.545570185992673 ], [ 172.748479698308785, -43.545610736389477 ], [ 172.748499151371703, -43.545658426628762 ], [ 172.748554502905421, -43.545737166658483 ], [ 172.748577231269195, -43.5457848640865 ], [ 172.748606529877804, -43.54582781121173 ], [ 172.74861295158442, -43.545858796170549 ], [ 172.748609508074622, -43.545899288927082 ], [ 172.748632315737126, -43.545927927539545 ], [ 172.748645268091764, -43.545963691598132 ], [ 172.748674566834779, -43.546006638704903 ], [ 172.748687568717202, -43.546030491006263 ], [ 172.748707081456473, -43.546063887104985 ], [ 172.748720043780054, -43.54609726880404 ], [ 172.748739556558661, -43.546130664896928 ], [ 172.748749233797326, -43.546166421745021 ], [ 172.748775287168627, -43.546202214576418 ], [ 172.748794612042673, -43.546280875315787 ], [ 172.74882058635319, -43.546335726938779 ], [ 172.748853229869411, -43.546362004740956 ], [ 172.748866172556205, -43.546400151122612 ], [ 172.748875859802069, -43.546433525608315 ], [ 172.748901903473779, -43.546471700759909 ], [ 172.748918151120364, -43.546502707277334 ], [ 172.748934299906693, -43.546557537294696 ], [ 172.748966815068201, -43.546614785616711 ], [ 172.748976492517386, -43.546650542443054 ], [ 172.748992760020712, -43.546676784248696 ], [ 172.749015548387376, -43.546710187482333 ], [ 172.749038317011809, -43.546748355411644 ], [ 172.749057820291853, -43.546784133797487 ], [ 172.74906093742311, -43.546822258588548 ], [ 172.749064064440859, -43.546858001029143 ], [ 172.749060680470023, -43.546884199692037 ], [ 172.749047401524564, -43.546927053239123 ], [ 172.749060344453198, -43.546965199595611 ], [ 172.749066786275705, -43.546991419823449 ], [ 172.74910269563901, -43.547020087090921 ], [ 172.749135458205359, -43.547017776609721 ], [ 172.749184419307227, -43.547058384346791 ], [ 172.749217013986822, -43.547096573793404 ], [ 172.749239713751848, -43.547151418130987 ], [ 172.749291782454435, -43.547232532955334 ], [ 172.749321042776785, -43.547285009289524 ], [ 172.749324199588727, -43.547313604670578 ], [ 172.749346968633574, -43.5473517725354 ], [ 172.749366482160269, -43.547385168515781 ], [ 172.749379445127886, -43.547418550133905 ], [ 172.749376061261046, -43.547444748803834 ], [ 172.749379237848018, -43.547468579482747 ], [ 172.749402076072698, -43.547490070886319 ], [ 172.749418294640179, -43.547528224378169 ], [ 172.749437788526365, -43.547566385045364 ], [ 172.749476865172454, -43.547621265220265 ], [ 172.749506125842089, -43.547673741504354 ], [ 172.749515843237532, -43.547699968880153 ], [ 172.749522226144762, -43.547740483178728 ], [ 172.74954173002854, -43.547776261477296 ], [ 172.74956445006714, -43.547826341045571 ], [ 172.749593789808614, -43.54785975850735 ], [ 172.749603517133409, -43.547883603525179 ], [ 172.749606674108861, -43.547912198895801 ], [ 172.749619617598398, -43.547950345183772 ], [ 172.749626020322665, -43.547986094775489 ], [ 172.749645484905727, -43.54803140245415 ], [ 172.749658458024015, -43.548062401687815 ], [ 172.749671460733026, -43.548086253870729 ], [ 172.749690964815784, -43.548122032142139 ], [ 172.749710498494522, -43.548150663360929 ], [ 172.749746408849518, -43.548179330422798 ], [ 172.749772453818167, -43.548217505367553 ], [ 172.749801655905856, -43.548284275669872 ], [ 172.749814481353354, -43.548351010129579 ], [ 172.749817520209518, -43.548408193687891 ], [ 172.749807536514567, -43.548446289780074 ], [ 172.749791100656779, -43.548460548039735 ], [ 172.749771399299078, -43.548472416779028 ], [ 172.749761464843203, -43.54849860111883 ], [ 172.749767877563443, -43.548531968349948 ], [ 172.749774319856556, -43.548558188531878 ], [ 172.749800414276308, -43.54858445172048 ], [ 172.749823262923883, -43.548603560687553 ], [ 172.749865803126397, -43.548613183247781 ], [ 172.749901792631221, -43.54862279146306 ], [ 172.74992464132535, -43.548641900409862 ], [ 172.749957286562648, -43.54866817789037 ], [ 172.749983312179438, -43.548711117483705 ], [ 172.74999623638206, -43.548754028423708 ], [ 172.750012416275979, -43.548801711222495 ], [ 172.750028674958259, -43.548830335222853 ], [ 172.750048228713524, -43.548854201682381 ], [ 172.750067684045689, -43.548901891633179 ], [ 172.7500903360378, -43.548968647535197 ], [ 172.750122942156082, -43.549004454365217 ], [ 172.750148977874971, -43.549045011569554 ], [ 172.750152085963492, -43.549085518667084 ], [ 172.750181397119491, -43.549126083021086 ], [ 172.750207472283392, -43.549157110813937 ], [ 172.750190957612944, -43.549190427924003 ], [ 172.750223593423385, -43.54921908767632 ], [ 172.750207078744666, -43.549252404788326 ], [ 172.750187347691849, -43.549271420645233 ], [ 172.750216688475462, -43.549304837941214 ], [ 172.750236281807105, -43.549319174969874 ], [ 172.750278832414438, -43.549326415027309 ], [ 172.75030489787963, -43.549359825146496 ], [ 172.750353645336361, -43.549452844057043 ], [ 172.7503828486565, -43.549519614199426 ], [ 172.750408796294209, -43.549581612485028 ], [ 172.750425016052134, -43.549619765822975 ], [ 172.750437970248157, -43.549655529659795 ], [ 172.75046079001487, -43.549681785544969 ], [ 172.750463898343014, -43.549722292630086 ], [ 172.750480088689329, -43.549767593006962 ], [ 172.750515872621889, -43.549827230361309 ], [ 172.750545243331743, -43.549853500523348 ], [ 172.750545174554077, -43.549870176967374 ], [ 172.750574447055016, -43.549920270613093 ], [ 172.750580870195137, -43.549951255442636 ], [ 172.750597021396032, -43.550006085197865 ], [ 172.750619831541002, -43.550034723399271 ], [ 172.750639317164996, -43.550075266197702 ], [ 172.75066210771422, -43.550108669088544 ], [ 172.750684859008601, -43.550151601370892 ], [ 172.750704305436614, -43.550201673553765 ], [ 172.750743404560836, -43.55025178857931 ], [ 172.750769431412778, -43.550294727984756 ], [ 172.750808491390131, -43.550354372383438 ], [ 172.750847659394566, -43.5503878109296 ], [ 172.750876873519843, -43.550452198588339 ], [ 172.750896339825971, -43.550497506038631 ], [ 172.750899448485285, -43.550538013106902 ], [ 172.750902625829468, -43.550561843732446 ], [ 172.750876363267082, -43.550576080732888 ], [ 172.750882825879359, -43.550597536146832 ], [ 172.750892544336239, -43.550623763394732 ], [ 172.750892406968632, -43.550657116279098 ], [ 172.750898791101264, -43.550697630482809 ], [ 172.750915001653567, -43.550738166094071 ], [ 172.750941077885727, -43.550769193713435 ], [ 172.750983560938948, -43.55079310995125 ], [ 172.751022739130349, -43.550824166086969 ], [ 172.751042244888907, -43.550859944114755 ], [ 172.751051835981457, -43.550917141882621 ], [ 172.75104181341726, -43.550964767461821 ], [ 172.751067889811793, -43.550995795051399 ], [ 172.751061221177594, -43.551024368973174 ], [ 172.751067625071357, -43.551060118467745 ], [ 172.751087199563187, -43.551079220045501 ], [ 172.751073960337777, -43.551112544402777 ], [ 172.751064035811794, -43.551136346495213 ], [ 172.751060672070111, -43.551157780501782 ], [ 172.751063820093066, -43.551188758166546 ], [ 172.751057112212521, -43.551226861481723 ], [ 172.751034066054928, -43.551255399739915 ], [ 172.751033967988803, -43.551279223226381 ], [ 172.751043706231968, -43.551300685761454 ], [ 172.751060044514134, -43.551310250816371 ], [ 172.751096035813333, -43.551319858655496 ], [ 172.751118856490905, -43.551346114403884 ], [ 172.751131880082227, -43.551365201712798 ], [ 172.751158025307149, -43.551379552839855 ], [ 172.751180855835031, -43.55140342622709 ], [ 172.751206961888698, -43.551427306737388 ], [ 172.751242923885684, -43.551444061576134 ], [ 172.751288614464983, -43.551484661265995 ], [ 172.751321144280723, -43.551539526532181 ], [ 172.751360137044145, -43.551615847172556 ], [ 172.751389254375141, -43.551704058174543 ], [ 172.751411859902959, -43.551782725530479 ], [ 172.751460493519801, -43.551904332119911 ], [ 172.751492857306403, -43.551999697257415 ], [ 172.751508911991522, -43.552078350351401 ], [ 172.751521877136668, -43.552111731704436 ], [ 172.751557731978352, -43.552154692275437 ], [ 172.751577189551682, -43.55220238194719 ], [ 172.751596715648986, -43.552233395176891 ], [ 172.75161618306214, -43.552278702493169 ], [ 172.751629158092555, -43.552309701484788 ], [ 172.751635572238115, -43.552343068592279 ], [ 172.751632149929264, -43.552378796701205 ], [ 172.751661512577044, -43.552407448917201 ], [ 172.75167771431245, -43.552450366758769 ], [ 172.75168410893653, -43.552488498559377 ], [ 172.751703615619135, -43.552524276466094 ], [ 172.751706734697734, -43.552562401151356 ], [ 172.751722936506269, -43.552605318985549 ], [ 172.751745689485773, -43.552648251042093 ], [ 172.751758635325359, -43.552686397061905 ], [ 172.751781388360484, -43.552729329110861 ], [ 172.751800895177752, -43.552765106999829 ], [ 172.751810545941282, -43.552808010598561 ], [ 172.751816940685927, -43.552846142389612 ], [ 172.751833152423529, -43.552886677858297 ], [ 172.751855974009942, -43.5529129334545 ], [ 172.751868773360457, -43.552986814681645 ], [ 172.751884994943737, -43.553024967794087 ], [ 172.751894636034308, -43.553070253732059 ], [ 172.751914152800225, -43.553103649251952 ], [ 172.751913996438958, -43.553141766820417 ], [ 172.751936798612888, -43.553172787095647 ], [ 172.751943222789066, -43.553203771833502 ], [ 172.751962749395375, -43.553234784996498 ], [ 172.751975734576661, -43.553263401596503 ], [ 172.751965761195379, -43.553299115498085 ], [ 172.751975461010659, -43.553330107339605 ], [ 172.751988426678736, -43.553363488633657 ], [ 172.751978482598645, -43.553392055491898 ], [ 172.75191284326516, -43.553422883879996 ], [ 172.751883235659932, -43.553453790429622 ], [ 172.751873350160935, -43.553468063190877 ], [ 172.751866710952868, -43.5534894901039 ], [ 172.751863337586116, -43.553513306473477 ], [ 172.751879627724293, -43.553534783148564 ], [ 172.751912344854389, -43.553544383621791 ], [ 172.751945052223448, -43.553556366433511 ], [ 172.751981025459344, -43.553570738689537 ], [ 172.752013664474589, -43.553599397916585 ], [ 172.752033201011926, -43.553628028717952 ], [ 172.75205595459343, -43.553670960706512 ], [ 172.752091810734612, -43.553713921101419 ], [ 172.752104620303726, -43.553785419945065 ], [ 172.752137152088778, -43.553840284961694 ], [ 172.752150078900172, -43.553883195625914 ], [ 172.752166271610207, -43.553928495736685 ], [ 172.752175932577586, -43.553969016949161 ], [ 172.752175786139162, -43.554004752164879 ], [ 172.752185476411427, -43.554038126332969 ], [ 172.752198481392384, -43.554061978208956 ], [ 172.75221475227454, -43.55408821953025 ], [ 172.752211281398246, -43.554135859384445 ], [ 172.752220942428295, -43.554176380591784 ], [ 172.752227386375637, -43.55420260061355 ], [ 172.752250228146949, -43.554224091431372 ], [ 172.752276365112579, -43.554240824646755 ], [ 172.752302502092675, -43.55425755785614 ], [ 172.752312182717503, -43.554293314359882 ], [ 172.752331641566741, -43.554341003888425 ], [ 172.752347824778042, -43.554388686318028 ], [ 172.752350934597843, -43.554429193322015 ], [ 172.752360566501068, -43.554476861558449 ], [ 172.752347346736343, -43.554505421348154 ], [ 172.752350476073218, -43.55454116365631 ], [ 172.752373249730823, -43.554579330881204 ], [ 172.752356793291625, -43.554598354186794 ], [ 172.752376281537835, -43.554638896663093 ], [ 172.752385991529877, -43.554667506116047 ], [ 172.752398977216217, -43.554696122662008 ], [ 172.752398830905889, -43.554731857873783 ], [ 172.75240525548088, -43.554762842578157 ], [ 172.752414985013132, -43.554786687333255 ], [ 172.752424704799978, -43.554812914434898 ], [ 172.752440917466515, -43.554853449805655 ], [ 172.752457120402937, -43.554896367521259 ], [ 172.752515605205986, -43.555013230188315 ], [ 172.752538232914617, -43.555087132587751 ], [ 172.752551218762306, -43.555115749114719 ], [ 172.752544511371639, -43.555153852492118 ], [ 172.752544365144985, -43.55518958770142 ], [ 172.752544277408845, -43.555211028826868 ], [ 172.752547475135202, -43.555230094694778 ], [ 172.752573456659633, -43.555284945396515 ], [ 172.752576595915656, -43.555318305346795 ], [ 172.752586179400936, -43.555377885293623 ], [ 172.752602304609326, -43.555439861762785 ], [ 172.752611917376385, -43.555492294664788 ], [ 172.752618137480709, -43.555573308643467 ], [ 172.752624386837539, -43.555647175579409 ], [ 172.752634058126432, -43.555685314395269 ], [ 172.752637187690709, -43.555721056688725 ], [ 172.752643602745962, -43.555754423721936 ], [ 172.75264346631954, -43.555787776580679 ], [ 172.752646615383696, -43.555818754179214 ], [ 172.75263659324483, -43.555866379858315 ], [ 172.752649433136384, -43.555930731575629 ], [ 172.752649228500246, -43.555980760862148 ], [ 172.752645787085015, -43.556021253673457 ], [ 172.752642404134349, -43.556047452402765 ], [ 172.752652104731055, -43.556078444173806 ], [ 172.752655214836466, -43.556118951158233 ], [ 172.752664915451021, -43.556149942927838 ], [ 172.752667996336754, -43.556197596952074 ], [ 172.752654776337152, -43.556226156768155 ], [ 172.752661201198634, -43.556257141450693 ], [ 172.752677492355389, -43.556278618004235 ], [ 172.752680719409057, -43.556290536824562 ], [ 172.752674031453751, -43.55632387550795 ], [ 172.752673895041397, -43.55635722836341 ], [ 172.752680339413331, -43.556383448350651 ], [ 172.752683478782615, -43.556416808291829 ], [ 172.752676820045536, -43.556442999934283 ], [ 172.752673407852512, -43.556476345702841 ], [ 172.752683098789447, -43.556509719815892 ], [ 172.752689552924522, -43.556533557455204 ], [ 172.752695977835828, -43.556564542134261 ], [ 172.752702412496319, -43.556593144466092 ], [ 172.752708866647765, -43.556616982103996 ], [ 172.752692331811573, -43.556655064223584 ], [ 172.752662693780877, -43.556693117994733 ], [ 172.752662547616183, -43.55672885319467 ], [ 172.752655888835079, -43.556755044834354 ], [ 172.752645905525043, -43.55679314111962 ], [ 172.75262614352863, -43.556819304408009 ], [ 172.752606391261651, -43.556843085346223 ], [ 172.752596437146593, -43.556874034586727 ], [ 172.752583275448927, -43.556888300311257 ], [ 172.75255703002324, -43.556897772983142 ], [ 172.752537287452725, -43.556919171562427 ], [ 172.752530657844801, -43.55693821615413 ], [ 172.75252398923331, -43.556966790131519 ], [ 172.75254683214996, -43.556988280882429 ], [ 172.752563211196758, -43.556988316331143 ], [ 172.752609023795287, -43.557000327307783 ], [ 172.752644969999636, -43.557021846391088 ], [ 172.752667764258973, -43.557055248850382 ], [ 172.752680692124017, -43.557098159432961 ], [ 172.752677270150656, -43.557133887544211 ], [ 172.752670562609751, -43.557171990915172 ], [ 172.752676929114159, -43.557217269670709 ], [ 172.752683266396872, -43.557269695464832 ], [ 172.752660033541531, -43.557343498598613 ], [ 172.752672883508694, -43.557405467951078 ], [ 172.752685850425735, -43.557438849145171 ], [ 172.752679211062969, -43.557460276090119 ], [ 172.752665990789922, -43.557488835900507 ], [ 172.752672415788396, -43.557519820575912 ], [ 172.752675545465337, -43.557555562857111 ], [ 172.75267541879208, -43.557586533359078 ], [ 172.752652292999102, -43.557634130677869 ], [ 172.752635787083364, -43.55766506574296 ], [ 172.752609599808579, -43.557660244347296 ], [ 172.75258329556479, -43.557684011100619 ], [ 172.752553686205175, -43.557714917796588 ], [ 172.752543780664325, -43.557733955296271 ], [ 172.752537092470305, -43.557767293962641 ], [ 172.752523803811357, -43.557812530178012 ], [ 172.752526972414984, -43.557838743076609 ], [ 172.752539997840472, -43.557857830207816 ], [ 172.752539880845973, -43.557886418361676 ], [ 172.752533251131496, -43.557905462950053 ], [ 172.752516745080186, -43.557936397996166 ], [ 172.752513342461526, -43.557967361404657 ], [ 172.75251651106845, -43.557993574302849 ], [ 172.752519660177256, -43.558024551893006 ], [ 172.752506439704348, -43.558053111681652 ], [ 172.752480105992646, -43.558084025447272 ], [ 172.752470122348683, -43.558122121707484 ], [ 172.752433951217142, -43.558155396530587 ], [ 172.752404224489482, -43.558214891336497 ], [ 172.752335089577855, -43.558298124445635 ], [ 172.752311982760006, -43.558340956996524 ], [ 172.752282294859896, -43.558390922384724 ], [ 172.752239483835524, -43.558445624061264 ], [ 172.752134245252279, -43.558545455370535 ], [ 172.752058567562301, -43.558626291755878 ], [ 172.751996061677858, -43.558690480094164 ], [ 172.751956574950185, -43.558733277038243 ], [ 172.751917019745804, -43.558792750387852 ], [ 172.751861143572341, -43.558837894101046 ], [ 172.751808523669808, -43.558887809588974 ], [ 172.751782091438969, -43.558942546643337 ], [ 172.751752481051568, -43.55897345312254 ], [ 172.751706393214306, -43.559028147478642 ], [ 172.751647240743665, -43.559073283970157 ], [ 172.751578270198934, -43.559116016731416 ], [ 172.751489565665793, -43.559177765492294 ], [ 172.751433679023449, -43.559225291337299 ], [ 172.751404156472063, -43.559234756615567 ], [ 172.751358166085964, -43.559265627373975 ], [ 172.751259594099452, -43.559336883961585 ], [ 172.751200490007335, -43.559370108491535 ], [ 172.751141327019326, -43.559417627062132 ], [ 172.751095297131968, -43.559458027094109 ], [ 172.751032867839342, -43.559503156130269 ], [ 172.750986808380446, -43.559550703153178 ], [ 172.75095060613836, -43.55959112453008 ], [ 172.750917719056105, -43.559622023651656 ], [ 172.750845432148537, -43.559674278207304 ], [ 172.750802726917584, -43.559702773532386 ], [ 172.750723789679085, -43.559778837179543 ], [ 172.750661320480845, -43.559833495388837 ], [ 172.750562687778171, -43.559919045434008 ], [ 172.750450891911782, -43.560018860860474 ], [ 172.750391688359599, -43.560075908414177 ], [ 172.750368599153404, -43.560113975864304 ], [ 172.750312720601812, -43.560159118804528 ], [ 172.750269955738588, -43.560201907995378 ], [ 172.750223914829576, -43.560244690012873 ], [ 172.750148252143418, -43.560320760408857 ], [ 172.750112029186425, -43.560365946201657 ], [ 172.750055982789348, -43.560451588872269 ], [ 172.749986832229126, -43.560537202859294 ], [ 172.749911149169577, -43.560618037781957 ], [ 172.749815652123573, -43.560736947153835 ], [ 172.749700478867254, -43.560860578100829 ], [ 172.749591975590619, -43.560955635146563 ], [ 172.749447376422268, -43.561064907185745 ], [ 172.749328985013818, -43.561174236503469 ], [ 172.749246738315577, -43.561257438951664 ], [ 172.749171053362801, -43.561338273369586 ], [ 172.749131602442333, -43.561371539932736 ], [ 172.749075810788526, -43.56139524115688 ], [ 172.749039695159553, -43.561414220813489 ], [ 172.749010161276033, -43.561426067810459 ], [ 172.748970789340945, -43.561440275565111 ], [ 172.748947807531835, -43.561452136931713 ], [ 172.748908415777464, -43.561471109352759 ], [ 172.748895222522805, -43.561492521668612 ], [ 172.748875496941793, -43.561509154903575 ], [ 172.748819734753084, -43.561525708969768 ], [ 172.748770514744876, -43.561544659750332 ], [ 172.748731152577363, -43.561556485077929 ], [ 172.748691770589659, -43.561573075079728 ], [ 172.748636047910509, -43.561580099680278 ], [ 172.748567211081138, -43.561589477779847 ], [ 172.748495048621464, -43.561610760350604 ], [ 172.748458803830715, -43.561660710292166 ], [ 172.748422658110798, -43.561686836783551 ], [ 172.748389818167055, -43.561705823441685 ], [ 172.748330769683321, -43.561724752402093 ], [ 172.748265198788715, -43.561736519874202 ], [ 172.748206150236228, -43.561755448769986 ], [ 172.748156929849557, -43.561774399284701 ], [ 172.748124050075518, -43.561802915240719 ], [ 172.748084618129155, -43.561831416750358 ], [ 172.748032081856934, -43.561859889367021 ], [ 172.74794684438973, -43.56187399567785 ], [ 172.74788784527496, -43.561881012690037 ], [ 172.74780596331837, -43.561876067370726 ], [ 172.74774048161899, -43.561866393448405 ], [ 172.747688094286246, -43.561859130752303 ], [ 172.747635756686947, -43.561839956314195 ], [ 172.747583478797992, -43.561806487790513 ], [ 172.747518116595131, -43.561768225617648 ], [ 172.747472331260667, -43.561749065573927 ], [ 172.747400287668654, -43.561741759328427 ], [ 172.747351206416567, -43.56172735668536 ], [ 172.74727606604975, -43.561677160937307 ], [ 172.747266357367096, -43.561648551088709 ], [ 172.747240238519822, -43.561627052058064 ], [ 172.747174816955265, -43.561603083750498 ], [ 172.74707333888648, -43.56158380037693 ], [ 172.746945742176734, -43.561543017815488 ], [ 172.746785574687635, -43.561456898031579 ], [ 172.746563332560527, -43.561330140220676 ], [ 172.746485117087445, -43.561232289817198 ], [ 172.746429614283016, -43.561186901782669 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.449807101087062", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747036208380905, -43.552180675900544 ], [ 172.74704267976287, -43.552199749175088 ], [ 172.747055682320905, -43.552223601637799 ], [ 172.747065439227782, -43.552240299810038 ], [ 172.747078282399059, -43.552302269830037 ], [ 172.747100882535506, -43.552380938016896 ], [ 172.747113675965096, -43.552454819768727 ], [ 172.74712983463948, -43.552507267636194 ], [ 172.747142727733859, -43.552557325909383 ], [ 172.747149079668077, -43.552604987345418 ], [ 172.74715553121078, -43.552628825307103 ], [ 172.74715545153191, -43.552647884086021 ], [ 172.747158647426858, -43.552666950108716 ], [ 172.747178251075667, -43.552678905306543 ], [ 172.747187998130642, -43.552697985814611 ], [ 172.747204256513271, -43.552726610196352 ], [ 172.747213983668928, -43.552750455396726 ], [ 172.747226996369051, -43.552771925490788 ], [ 172.747240009078439, -43.552793395583308 ], [ 172.747239849772967, -43.552831513140227 ], [ 172.747226637913087, -43.552857689993772 ], [ 172.747203589326602, -43.552886227465713 ], [ 172.747187081934328, -43.552917161766274 ], [ 172.747186892718616, -43.552962426363926 ], [ 172.747193234770236, -43.553012470141539 ], [ 172.74719966645651, -43.553041072793583 ], [ 172.747212669255873, -43.553064925235489 ], [ 172.74723220334505, -43.553093556853945 ], [ 172.74724191065684, -43.553122166744949 ], [ 172.747248372246759, -43.55314362235228 ], [ 172.747251478590158, -43.553184129495278 ], [ 172.747251329246012, -43.553219864702506 ], [ 172.74724127343049, -43.553274636962364 ], [ 172.747234403593438, -43.553350857586317 ], [ 172.747217716850912, -43.553424674135556 ], [ 172.747201159525929, -43.553467520170031 ], [ 172.7471780808159, -43.553503204674229 ], [ 172.747145125412175, -43.553550779175943 ], [ 172.74712205659867, -43.553584081321141 ], [ 172.747095742021884, -43.553610229174964 ], [ 172.747062906061075, -43.553629215488598 ], [ 172.747030050149391, -43.553652966486538 ], [ 172.746987277624498, -43.553698136850869 ], [ 172.746944524972719, -43.553738542504938 ], [ 172.746888560048887, -43.553805124951829 ], [ 172.746832585028585, -43.553874089717041 ], [ 172.746793047942759, -43.553928796646531 ], [ 172.746743604037334, -43.554002540568263 ], [ 172.746697525466772, -43.554054850604452 ], [ 172.746657918280192, -43.554126233911468 ], [ 172.746618420796892, -43.55417141139084 ], [ 172.74658878017587, -43.55420946359763 ], [ 172.746572222188263, -43.554252309533503 ], [ 172.746565541081338, -43.554283265517199 ], [ 172.74654577728441, -43.554309427761709 ], [ 172.746532584768602, -43.554330839833604 ], [ 172.746496322778171, -43.554385553916589 ], [ 172.746476419096524, -43.554445068999371 ], [ 172.746430280021912, -43.554511673001137 ], [ 172.746430130185587, -43.554547408197763 ], [ 172.746443093047759, -43.554580790106627 ], [ 172.746449524542385, -43.554609392792557 ], [ 172.746439597618036, -43.554633194463065 ], [ 172.74643953768549, -43.554647488541455 ], [ 172.74644599915095, -43.55466894418808 ], [ 172.74643603225968, -43.554702275243521 ], [ 172.746439088189987, -43.554754694128135 ], [ 172.746428841581888, -43.554854730879335 ], [ 172.746405572070074, -43.554935679795761 ], [ 172.746408697915484, -43.554971422255285 ], [ 172.746405312324441, -43.554997620798353 ], [ 172.746382232557437, -43.555033305129726 ], [ 172.746365714162607, -43.555066621643746 ], [ 172.746352401508545, -43.555116621845734 ], [ 172.746348995899695, -43.55514758507875 ], [ 172.746332507434545, -43.555173754548733 ], [ 172.746306001932197, -43.555245166787429 ], [ 172.746296024872692, -43.555280880172958 ], [ 172.746282832055073, -43.555302292211664 ], [ 172.746253150680303, -43.555349873706305 ], [ 172.746239887854273, -43.555387962162058 ], [ 172.74623649216889, -43.555416543044025 ], [ 172.746210036435997, -43.555476043526873 ], [ 172.746176959196731, -43.555552205880204 ], [ 172.746167032008685, -43.555576007522497 ], [ 172.746163656277872, -43.55559982370935 ], [ 172.746166812012319, -43.555628419133242 ], [ 172.74615364907379, -43.555642684117686 ], [ 172.746140456126312, -43.55566409613828 ], [ 172.746140376119087, -43.555683154905545 ], [ 172.746140296111804, -43.555702213672738 ], [ 172.746120501659533, -43.555735522873263 ], [ 172.746100707185349, -43.5557688320701 ], [ 172.746090699908137, -43.555811692471472 ], [ 172.74609060988189, -43.555833133584017 ], [ 172.746083968362939, -43.555854560146649 ], [ 172.746067389554412, -43.555902170686679 ], [ 172.746057422248157, -43.555935501700858 ], [ 172.74606712945365, -43.555964111677135 ], [ 172.746073570918099, -43.555990332031392 ], [ 172.746073430866943, -43.556023684871981 ], [ 172.746073310822879, -43.556052273020924 ], [ 172.746079782309522, -43.556071346337276 ], [ 172.746082988044435, -43.556088030032477 ], [ 172.746066499206023, -43.556114199458875 ], [ 172.746059827634468, -43.556142773056074 ], [ 172.746046604529596, -43.556171332100675 ], [ 172.74602680987104, -43.556204641281724 ], [ 172.746026599753918, -43.556254670540483 ], [ 172.746029665406951, -43.556304707075448 ], [ 172.746039312627033, -43.556347611125993 ], [ 172.746052255645253, -43.556385757760268 ], [ 172.746065208683859, -43.55642152204728 ], [ 172.746081387499117, -43.556469205335674 ], [ 172.746100792108166, -43.556528807623828 ], [ 172.746103927854023, -43.556562167735912 ], [ 172.746106853549662, -43.556645557103359 ], [ 172.746116530884365, -43.556681314108644 ], [ 172.746122822415828, -43.556743269639057 ], [ 172.746129173970303, -43.556790931095868 ], [ 172.746148568727222, -43.556852915718324 ], [ 172.746145132908708, -43.556891025971559 ], [ 172.746167773518664, -43.55696016489928 ], [ 172.746174015130066, -43.557034032150774 ], [ 172.746180416753418, -43.557069781875832 ], [ 172.746199891643556, -43.557112707724414 ], [ 172.74620633328567, -43.557138928066372 ], [ 172.746209409127573, -43.557186582243958 ], [ 172.746219056613029, -43.55722948627335 ], [ 172.746225478279456, -43.557260471304261 ], [ 172.746241587460162, -43.557324830980512 ], [ 172.746260942514084, -43.557396344959642 ], [ 172.746270550083352, -43.557448778364062 ], [ 172.746280287617395, -43.557470241279923 ], [ 172.746283383525082, -43.557513130762629 ], [ 172.74628321359441, -43.557553630630295 ], [ 172.746273256126869, -43.557584579308156 ], [ 172.746269820343201, -43.557622689560297 ], [ 172.746272976228994, -43.557651284971485 ], [ 172.746272876265209, -43.557675108422501 ], [ 172.746272746312115, -43.557706078908673 ], [ 172.746269350507077, -43.557734659779697 ], [ 172.746265904715244, -43.557775152375768 ], [ 172.746278928147433, -43.557794240215593 ], [ 172.74628863575208, -43.55782285016469 ], [ 172.746291811648206, -43.557846680884374 ], [ 172.746294977551173, -43.55787289394889 ], [ 172.746301379332579, -43.557908643662316 ], [ 172.746327266375346, -43.557984936851419 ], [ 172.746353323369789, -43.558020730169517 ], [ 172.746363041038506, -43.558046957766379 ], [ 172.746372718745249, -43.55808271474212 ], [ 172.746382286548823, -43.558144677511024 ], [ 172.746408313670628, -43.55818761785055 ], [ 172.746440702770172, -43.55827583726709 ], [ 172.746466680044676, -43.558330689316875 ], [ 172.746473121929853, -43.558356909638796 ], [ 172.746489391470703, -43.558383151751833 ], [ 172.746502385140843, -43.558409386599173 ], [ 172.746502245314389, -43.558442739426688 ], [ 172.74652497678639, -43.558490437164146 ], [ 172.746537870632437, -43.558540495454899 ], [ 172.746560662081123, -43.558573899115984 ], [ 172.746557236404954, -43.558609627025724 ], [ 172.746573426170869, -43.558654927883822 ], [ 172.746583064159665, -43.558700214217396 ], [ 172.746582954329881, -43.558726420009314 ], [ 172.746586120403379, -43.558752633062127 ], [ 172.746576142920873, -43.558788346449134 ], [ 172.746579308994541, -43.558814559501876 ], [ 172.746582425147949, -43.558852684277717 ], [ 172.746572447646429, -43.558888397663686 ], [ 172.746549376468067, -43.558921699656416 ], [ 172.746516497495548, -43.558950215166398 ], [ 172.746486964326436, -43.558962061518415 ], [ 172.746437655769256, -43.559002452407725 ], [ 172.746414564490408, -43.559040519061384 ], [ 172.746411168674484, -43.559069099929935 ], [ 172.746397955080909, -43.559095276654794 ], [ 172.746381495530358, -43.559114299077613 ], [ 172.746358534088927, -43.559121395240474 ], [ 172.74634547037158, -43.559111836791431 ], [ 172.746342254413605, -43.559097535456395 ], [ 172.74631929297405, -43.559104631611419 ], [ 172.746296281549206, -43.559123639484277 ], [ 172.746266678272434, -43.559152162190131 ], [ 172.746230513116018, -43.559183052690265 ], [ 172.746210777561117, -43.559202067816706 ], [ 172.74620407571129, -43.559237788439447 ], [ 172.746200729783226, -43.55925445757839 ], [ 172.746181064199504, -43.559256796288473 ], [ 172.746138527112208, -43.559244790013786 ], [ 172.746102431860464, -43.559259004061794 ], [ 172.746072918469252, -43.559266085616876 ], [ 172.746026825280893, -43.559320777667516 ], [ 172.74597406002988, -43.559404043273673 ], [ 172.7459443964039, -43.559446859959749 ], [ 172.745914702702493, -43.559496823670514 ], [ 172.745901408706601, -43.559542059089303 ], [ 172.74591114644312, -43.559563522029229 ], [ 172.745907780393054, -43.559584955846844 ], [ 172.745891320554563, -43.559603978196741 ], [ 172.745884698569341, -43.55962064004401 ], [ 172.74589448637235, -43.559630191264063 ], [ 172.74592070398981, -43.559627867164281 ], [ 172.745953463496846, -43.559627939961373 ], [ 172.745969803214365, -43.559637505733285 ], [ 172.745982826951291, -43.55965659360136 ], [ 172.745979460921291, -43.559678027420773 ], [ 172.745982676823616, -43.559692328764463 ], [ 172.746012040323109, -43.559720982396719 ], [ 172.746047985782923, -43.559742503542097 ], [ 172.7460642755197, -43.559763981021341 ], [ 172.746087067164382, -43.559797384770157 ], [ 172.746096825015712, -43.559814083005236 ], [ 172.746119596690761, -43.559852251435665 ], [ 172.746129314548682, -43.559878479044464 ], [ 172.74610624274635, -43.559911780940446 ], [ 172.746086396863888, -43.559957001827549 ], [ 172.746086266804951, -43.559987972300874 ], [ 172.74610579257731, -43.560018986425263 ], [ 172.746115500452277, -43.560047596378567 ], [ 172.746148270189309, -43.560045286776322 ], [ 172.746167946032216, -43.560040565728748 ], [ 172.746197339788637, -43.560062072280083 ], [ 172.746207097712869, -43.560078770505136 ], [ 172.746200435761637, -43.560104961745687 ], [ 172.746167615987275, -43.560119183083067 ], [ 172.746138042167985, -43.560140558717151 ], [ 172.746091838319671, -43.560221456568186 ], [ 172.746062114339708, -43.560278567341726 ], [ 172.746061964255659, -43.560314302501148 ], [ 172.746071642140862, -43.560350059488599 ], [ 172.746061584041428, -43.560404831570644 ], [ 172.746071211914199, -43.56045250027708 ], [ 172.746067705793678, -43.560507286910408 ], [ 172.746077283661748, -43.560566867334799 ], [ 172.746093583634149, -43.560585962463499 ], [ 172.746113029572342, -43.560636035334518 ], [ 172.746122727545099, -43.560667027628213 ], [ 172.746152111586696, -43.560690916533304 ], [ 172.74615529757645, -43.560712364901221 ], [ 172.746168261592544, -43.56074574680806 ], [ 172.74617790960491, -43.560788650815461 ], [ 172.746203887709783, -43.560843502902856 ], [ 172.746226689835169, -43.560874524274951 ], [ 172.746249401997972, -43.560926986736014 ], [ 172.74626891815754, -43.560960383172102 ], [ 172.746288474326292, -43.560984250229879 ], [ 172.746301488455686, -43.561005720401788 ], [ 172.746307960537308, -43.561024793690159 ], [ 172.746324190736686, -43.561060565190772 ], [ 172.74633718490503, -43.561086800045807 ], [ 172.746363293203729, -43.561110681627106 ], [ 172.746386105504342, -43.561139320622729 ], [ 172.746402385742982, -43.561163180393415 ], [ 172.746438292232966, -43.561194230787713 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731275159139386, -43.506313632553457 ], [ 172.731300952647786, -43.506401841546875 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731300952647786, -43.506401841546875 ], [ 172.7313139815152, -43.506416166494837 ], [ 172.731323737320139, -43.506430483750357 ], [ 172.731343291206571, -43.506449588804074 ], [ 172.731362866235116, -43.506463929127023 ], [ 172.731382451837078, -43.506475887082935 ], [ 172.731405268265519, -43.506497382178928 ], [ 172.731424864449167, -43.506506957763911 ], [ 172.731447628096333, -43.506540364669732 ], [ 172.731473633163176, -43.506580926348668 ], [ 172.731519002209012, -43.506683475590165 ], [ 172.731561003304648, -43.506807458400345 ], [ 172.731586860773888, -43.506881373141958 ], [ 172.73160951909648, -43.50693860364936 ], [ 172.731641859555594, -43.507026827923752 ], [ 172.731671021979906, -43.507093603235468 ], [ 172.731677388791809, -43.507134118776627 ], [ 172.731670768707005, -43.507150779958771 ], [ 172.731565712547535, -43.507222005016921 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.343056216247108", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731562418321374, -43.507226762059545 ], [ 172.731798644615026, -43.507839590134957 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "2.429773652009586", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731795371470128, -43.507839582457322 ], [ 172.731824861415902, -43.507832504462989 ], [ 172.731837953993988, -43.507832535169548 ], [ 172.731854298624398, -43.507837338277056 ], [ 172.731860823822302, -43.507842118355249 ], [ 172.731877126276373, -43.507856450912328 ], [ 172.731899996119949, -43.507866034090192 ], [ 172.731919582280398, -43.50787799195264 ], [ 172.731935874215139, -43.507894706864512 ], [ 172.731935810957708, -43.507909001043686 ], [ 172.731939020849637, -43.507923302896458 ], [ 172.731965111169444, -43.507944805550736 ], [ 172.731984697368148, -43.507956763401928 ], [ 172.732010850958432, -43.507963971866666 ], [ 172.732033731402879, -43.507971172654599 ], [ 172.732056601314639, -43.507980755801114 ], [ 172.7320761875431, -43.507992713636675 ], [ 172.732092490088604, -43.508007046162909 ], [ 172.732098983714025, -43.508018973316986 ], [ 172.732111949900371, -43.508047592350387 ], [ 172.732131325455782, -43.508107197439578 ], [ 172.732153995280527, -43.508162045466207 ], [ 172.732179948844902, -43.508214518791569 ], [ 172.732192778182906, -43.508274108535275 ], [ 172.732208943911502, -43.508319411764518 ], [ 172.732218584381258, -43.508359934933964 ], [ 172.732231540164975, -43.508390936315479 ], [ 172.732228161674271, -43.508414752280601 ], [ 172.732221510003484, -43.508438560580032 ], [ 172.732214795134581, -43.508476663057017 ], [ 172.7322211940469, -43.508510031470415 ], [ 172.732230876680717, -43.508541025185636 ], [ 172.732243832508971, -43.508572026564899 ], [ 172.73225679888094, -43.508600645579563 ], [ 172.732276385348939, -43.508612603380136 ], [ 172.732302539257063, -43.508619811778139 ], [ 172.73231884202437, -43.508634144271092 ], [ 172.73232854578319, -43.508660373251658 ], [ 172.732334976359596, -43.508686594568985 ], [ 172.732341417468746, -43.508710433522914 ], [ 172.732351110722561, -43.508739044864186 ], [ 172.732370644623302, -43.508762914463098 ], [ 172.732383568993157, -43.508801062914344 ], [ 172.732393230705441, -43.508836821340367 ], [ 172.732406176154626, -43.50887020506287 ], [ 172.732409344108959, -43.508894036351947 ], [ 172.732412438393993, -43.508934544180875 ], [ 172.732428720223908, -43.508953641383357 ], [ 172.732431919762689, -43.508970325582972 ], [ 172.732415480060865, -43.508986963823617 ], [ 172.732421910708894, -43.509013185134769 ], [ 172.732431635619974, -43.509034649379451 ], [ 172.732444633748713, -43.509056121282569 ], [ 172.732477292202503, -43.509072874410158 ], [ 172.73250989807056, -43.509101539342467 ], [ 172.732532684325008, -43.509130181295617 ], [ 172.732545724587482, -43.509142123735856 ], [ 172.732568510874046, -43.509170765681716 ], [ 172.732584792816397, -43.509189862861469 ], [ 172.73259451781334, -43.509211327091876 ], [ 172.732600938045039, -43.509239930754944 ], [ 172.732604074543275, -43.509270909125604 ], [ 172.732587603253251, -43.509294694478278 ], [ 172.732587498075361, -43.509318518105623 ], [ 172.732590634570613, -43.509349496476226 ], [ 172.732567679909465, -43.509358972338958 ], [ 172.732600359594983, -43.509370960705603 ], [ 172.732616683667601, -43.509380528429503 ], [ 172.732619820180787, -43.50941150679899 ], [ 172.732616452300533, -43.509432940408892 ], [ 172.73263265019952, -43.509471096482613 ], [ 172.732648848118856, -43.50950925255384 ], [ 172.732674781655078, -43.50956649048242 ], [ 172.732691021681489, -43.509595117096623 ], [ 172.732697452512156, -43.509621338389955 ], [ 172.732707135564709, -43.509652332059886 ], [ 172.732716829140003, -43.509680943366284 ], [ 172.73273309024114, -43.509704805248887 ], [ 172.732736226829871, -43.509735783613642 ], [ 172.732742678718495, -43.509757240178686 ], [ 172.732765423284491, -43.509795411533339 ], [ 172.732778411183176, -43.509819265758935 ], [ 172.732784852585269, -43.509843104683938 ], [ 172.732787999717402, -43.50987170068403 ], [ 172.732801008660459, -43.50989079018175 ], [ 172.732823784839212, -43.509921814436559 ], [ 172.732820417001818, -43.509943248050675 ], [ 172.732836667705499, -43.509969492280234 ], [ 172.73284640342348, -43.509988574124343 ], [ 172.732862675164967, -43.510010053625123 ], [ 172.732882188662245, -43.510038687857872 ], [ 172.73287878931896, -43.510067268560739 ], [ 172.732891829850672, -43.510079210960242 ], [ 172.732917868909226, -43.510112625204577 ], [ 172.732930846430861, -43.510138861774337 ], [ 172.732943802955532, -43.510169863067397 ], [ 172.732953507228018, -43.510196091989208 ], [ 172.732956664960966, -43.510222305620729 ], [ 172.732963095971968, -43.510248526896682 ], [ 172.732976126056343, -43.510262851648761 ], [ 172.732985861865018, -43.510281933480229 ], [ 172.732989061625688, -43.510298617660943 ], [ 172.73299224038368, -43.510320066566287 ], [ 172.733001986708388, -43.510336766033866 ], [ 172.733011722536958, -43.510355847862947 ], [ 172.733021426868333, -43.510382076778299 ], [ 172.733024626643981, -43.510398760957756 ], [ 172.733034351988948, -43.510420225147115 ], [ 172.733050592412468, -43.510448851706997 ], [ 172.733060338773839, -43.510465551169318 ], [ 172.733060244277226, -43.510486992430394 ], [ 172.733060160280132, -43.510506051329024 ], [ 172.733063370572353, -43.510520353144749 ], [ 172.733076400738724, -43.51053467788492 ], [ 172.7330861471209, -43.510551377344846 ], [ 172.733095883010208, -43.510570459166189 ], [ 172.733102345611769, -43.510589533346085 ], [ 172.733102272125649, -43.510606209882162 ], [ 172.733095683543041, -43.510615724049842 ], [ 172.733095641549909, -43.510625253498979 ], [ 172.733108671746322, -43.510639578235299 ], [ 172.733128227549514, -43.51065868297465 ], [ 172.733137921482609, -43.510687294241201 ], [ 172.7331443736133, -43.510708750780651 ], [ 172.733154078057964, -43.510734979683406 ], [ 172.733144174181433, -43.510754015663366 ], [ 172.73316046722465, -43.510770730395215 ], [ 172.733163667058619, -43.510787414569798 ], [ 172.733166877389863, -43.510801716382041 ], [ 172.733166782929857, -43.510823157641987 ], [ 172.733166698965334, -43.510842216539679 ], [ 172.733176434926349, -43.51086129835339 ], [ 172.733199285120406, -43.510875645994226 ], [ 172.733205737292622, -43.510897102529611 ], [ 172.733202390522791, -43.510913771427141 ], [ 172.733208884675861, -43.510925698513503 ], [ 172.733221914963423, -43.51094002323638 ], [ 172.733238239556329, -43.510949590870275 ], [ 172.733244670764947, -43.510975812127562 ], [ 172.733247860140267, -43.510994878661435 ], [ 172.733260837992219, -43.511021115190516 ], [ 172.733309413248662, -43.511140347829155 ], [ 172.733335358589784, -43.511195203232845 ], [ 172.733348231636427, -43.511245263372075 ], [ 172.733357883813198, -43.511283404065807 ], [ 172.733377429414674, -43.511304891123174 ], [ 172.733374072181391, -43.511323942386646 ], [ 172.733373967305397, -43.51134776600707 ], [ 172.733383650976094, -43.511378759611937 ], [ 172.733399902306388, -43.511405003756522 ], [ 172.733412827880727, -43.511443152076886 ], [ 172.733412691561171, -43.511474122782843 ], [ 172.733425690557567, -43.511495594567506 ], [ 172.733441931452148, -43.511524221067653 ], [ 172.733454867562585, -43.51155998702064 ], [ 172.733471108488146, -43.511588613516416 ], [ 172.733487370395466, -43.511612475285872 ], [ 172.733493822747022, -43.511633931802692 ], [ 172.733480624510293, -43.511657724902925 ], [ 172.733487066380917, -43.511681563781899 ], [ 172.733493508256572, -43.511705402660404 ], [ 172.733499971102816, -43.511724476814656 ], [ 172.733522779770936, -43.511748353837284 ], [ 172.733532526470043, -43.51176505325644 ], [ 172.733538978853574, -43.511786509770232 ], [ 172.733555230359826, -43.511812753891299 ], [ 172.733564893236007, -43.511848512202477 ], [ 172.733574598043134, -43.511874741065206 ], [ 172.73359080767122, -43.511910514628283 ], [ 172.733607038275608, -43.511941523465232 ], [ 172.733620037440517, -43.511962995226469 ], [ 172.733626489875803, -43.511984451734705 ], [ 172.733629679422933, -43.512003518255 ], [ 172.733645983412032, -43.512017850553406 ], [ 172.733658993083651, -43.51203693994821 ], [ 172.733658919747114, -43.512053616480813 ], [ 172.733671939906571, -43.512070323512269 ], [ 172.733678371419728, -43.512096544740807 ], [ 172.733674961855741, -43.512127507819464 ], [ 172.733691213511747, -43.51215375192001 ], [ 172.733697655517119, -43.512177590785399 ], [ 172.733707391858246, -43.512196672550424 ], [ 172.733713844349012, -43.512218129052989 ], [ 172.733720286370016, -43.512241967916857 ], [ 172.733733275165264, -43.51226582202608 ], [ 172.733733191374796, -43.512284880919822 ], [ 172.733729823723564, -43.512306314552312 ], [ 172.733742843956605, -43.512323021575156 ], [ 172.733762421446698, -43.512337361478949 ], [ 172.733778694140682, -43.512358840842978 ], [ 172.733801461271923, -43.512392247254986 ], [ 172.733801367031333, -43.512413688510073 ], [ 172.733797978454191, -43.512439886867483 ], [ 172.733804368176123, -43.512475637534081 ], [ 172.733827135365146, -43.512509043940447 ], [ 172.733823767734293, -43.512530477574927 ], [ 172.733843292962547, -43.512556729272667 ], [ 172.733856260935028, -43.512585348090134 ], [ 172.733872449980851, -43.512625886332948 ], [ 172.73388868091962, -43.512656895126867 ], [ 172.733898396462394, -43.512680741597556 ], [ 172.733914669296325, -43.512702220941293 ], [ 172.733914575094786, -43.512723662195413 ], [ 172.733934079492172, -43.512754678600139 ], [ 172.73393723777761, -43.512780892194264 ], [ 172.733927312876517, -43.512804692958078 ], [ 172.733946869634366, -43.512823797552656 ], [ 172.733953353671865, -43.512838106955172 ], [ 172.733969605637867, -43.512864351013725 ], [ 172.733976047827127, -43.512888189860917 ], [ 172.733975953646706, -43.512909631114432 ], [ 172.733979132886816, -43.512931079983794 ], [ 172.733995405816302, -43.512952559315366 ], [ 172.734008394871069, -43.512976413391051 ], [ 172.734027951709749, -43.512995517971376 ], [ 172.734024584122096, -43.513016951610062 ], [ 172.734008122826253, -43.513038354789096 ], [ 172.734011281157962, -43.513064568379988 ], [ 172.734014439492341, -43.51309078197071 ], [ 172.734020881722927, -43.513114620814534 ], [ 172.734040396761799, -43.513143254838056 ], [ 172.734036987321275, -43.513174217922135 ], [ 172.734043429569454, -43.513198056764416 ], [ 172.734053155720545, -43.513219520858669 ], [ 172.73405635592664, -43.513236205002073 ], [ 172.734072660347493, -43.513250537237667 ], [ 172.734085743638843, -43.513252950051225 ], [ 172.734108689083428, -43.513245856254791 ], [ 172.734121772375261, -43.513248269064228 ], [ 172.73414458186005, -43.513272145958574 ], [ 172.734163950606415, -43.513334133019569 ], [ 172.734163846033795, -43.513357956633108 ], [ 172.734144121706976, -43.513376969858292 ], [ 172.734140775054868, -43.51339363877635 ], [ 172.734147227824764, -43.513415095250707 ], [ 172.734156933132084, -43.513441324058121 ], [ 172.734173195804004, -43.513465185724272 ], [ 172.734199341576755, -43.513474776049591 ], [ 172.734212341278379, -43.513496247739106 ], [ 172.734205710730521, -43.513515291410741 ], [ 172.734186017734714, -43.513527157558684 ], [ 172.734199027898683, -43.513546246888275 ], [ 172.734225152800661, -43.513560601930202 ], [ 172.73423817343857, -43.513577308894007 ], [ 172.734247920627155, -43.513594008248099 ], [ 172.734244532174557, -43.513620206613631 ], [ 172.734237943440888, -43.513629720841706 ], [ 172.734241112356017, -43.513653552062621 ], [ 172.734250838649643, -43.513675016138748 ], [ 172.734260564950148, -43.513696480213959 ], [ 172.734263775691403, -43.513710781989161 ], [ 172.734266944620828, -43.513734613209088 ], [ 172.734257082413478, -43.513744119830278 ], [ 172.734243925829333, -43.513758383564607 ], [ 172.734250420490099, -43.513770310587198 ], [ 172.734256852430832, -43.513796531776492 ], [ 172.734279735344586, -43.513803732114013 ], [ 172.734309123393444, -43.513820477104957 ], [ 172.734315586719248, -43.51383955120729 ], [ 172.734315524010356, -43.513853845374328 ], [ 172.734321966439211, -43.513877684198512 ], [ 172.734351344085525, -43.513896811539659 ], [ 172.734384016121965, -43.51391118175539 ], [ 172.734400310353351, -43.513927896304374 ], [ 172.734396953292219, -43.513946947589581 ], [ 172.734423036624491, -43.513970832030402 ], [ 172.734435963383618, -43.514008980221021 ], [ 172.734439132395806, -43.514032811435129 ], [ 172.734455384890794, -43.51405905542051 ], [ 172.734458543467213, -43.51408526899499 ], [ 172.734464985976587, -43.51410910781037 ], [ 172.734455071508506, -43.514130526253332 ], [ 172.734454987939728, -43.514149585141944 ], [ 172.734464756170922, -43.514161519754133 ], [ 172.734481071381822, -43.514173469568988 ], [ 172.734480977375966, -43.514194910818546 ], [ 172.7344776307703, -43.514211579744199 ], [ 172.734480820699332, -43.51423064623431 ], [ 172.734490599393411, -43.514240198483094 ], [ 172.734497052376071, -43.51426165493509 ], [ 172.734506820633584, -43.514273589543485 ], [ 172.734513190074551, -43.514314104882587 ], [ 172.734509822582936, -43.514335538530865 ], [ 172.734513022972351, -43.514352222658701 ], [ 172.734506402868107, -43.514368883983913 ], [ 172.734506246205513, -43.514404619398654 ], [ 172.734512709654894, -43.514423693488212 ], [ 172.734512605215485, -43.514447517097842 ], [ 172.734528930955946, -43.514457084544517 ], [ 172.734545267144199, -43.514464269627936 ], [ 172.734548477992632, -43.514478571393475 ], [ 172.734558214968558, -43.514497653079999 ], [ 172.734564668002179, -43.514519109527328 ], [ 172.734577699380196, -43.514533434089486 ], [ 172.73458745725614, -43.514547751051524 ], [ 172.734610277852056, -43.514569245488339 ], [ 172.734613446961163, -43.514593076695554 ], [ 172.734606826857828, -43.514609738025875 ], [ 172.734606722454771, -43.514633561634909 ], [ 172.734603344537447, -43.514657377645655 ], [ 172.734609797603838, -43.514678834089899 ], [ 172.734629323861554, -43.514705085646227 ], [ 172.734655418049272, -43.514726587671063 ], [ 172.734661881579569, -43.514745661751327 ], [ 172.734681418318729, -43.51476953093767 ], [ 172.73470753342545, -43.514786268228804 ], [ 172.73471398654226, -43.514807724666824 ], [ 172.734710650402292, -43.514822011236745 ], [ 172.73473343983872, -43.514850652730829 ], [ 172.734726777997167, -43.514876843510642 ], [ 172.734742978666446, -43.514914999256177 ], [ 172.734762536360535, -43.514934103706587 ], [ 172.734775515705309, -43.514960340049491 ], [ 172.734772127401584, -43.514986538424793 ], [ 172.734775317463033, -43.515005604904431 ], [ 172.734785002427287, -43.515036598374131 ], [ 172.734794666535151, -43.515072356564346 ], [ 172.734807593760308, -43.515110504706804 ], [ 172.734820604458292, -43.515129593961753 ], [ 172.734840047501365, -43.51517490436634 ], [ 172.734833416964364, -43.515193948068791 ], [ 172.734833250058614, -43.515232065839996 ], [ 172.734846260790647, -43.515251155091718 ], [ 172.734862534647675, -43.515272634293524 ], [ 172.734875503677699, -43.515301252984507 ], [ 172.734885199169383, -43.515329864083689 ], [ 172.73488507401396, -43.515358452411562 ], [ 172.734888086828192, -43.515418019017709 ], [ 172.734907592586012, -43.515449035245254 ], [ 172.734930361494548, -43.515482441419003 ], [ 172.734936762625125, -43.515515809645187 ], [ 172.73494644775235, -43.515546803098857 ], [ 172.734969195866029, -43.515584973985568 ], [ 172.73498873299576, -43.515608843116915 ], [ 172.73498861831365, -43.515635049083052 ], [ 172.735004871473734, -43.515661292984667 ], [ 172.735014598357367, -43.515682756989762 ], [ 172.735021020403849, -43.515711360489199 ], [ 172.735030580516508, -43.515770942260978 ], [ 172.735033645612162, -43.515818597057013 ], [ 172.735043351683856, -43.515844825780107 ], [ 172.73504325787161, -43.515866267024357 ], [ 172.735066131237829, -43.515875849564601 ], [ 172.735085678921052, -43.515897336318048 ], [ 172.735088837862406, -43.515923549867615 ], [ 172.735091986384731, -43.515952145777433 ], [ 172.735095176596303, -43.515971212245319 ], [ 172.735127797825584, -43.515997494048776 ], [ 172.73514085049311, -43.516007053823351 ], [ 172.735150598318796, -43.51602375309502 ], [ 172.735153778133196, -43.516045201921507 ], [ 172.735176620329241, -43.516061931520774 ], [ 172.735192894520139, -43.516083410673396 ], [ 172.735202631954991, -43.516102492300853 ], [ 172.735209022882401, -43.516138242869133 ], [ 172.735221919343076, -43.516183538039961 ], [ 172.73523806858995, -43.516233605510081 ], [ 172.735260712991789, -43.516295599938658 ], [ 172.735283482411461, -43.516329006038433 ], [ 172.735289904652063, -43.516357609520007 ], [ 172.735286506075482, -43.516386190264797 ], [ 172.735286464418635, -43.516395719705955 ], [ 172.735296170691214, -43.516421948405487 ], [ 172.735325508226026, -43.516450604932899 ], [ 172.735341720101246, -43.516486378224862 ], [ 172.735351374353598, -43.516524518720622 ], [ 172.735347944560715, -43.516560246547151 ], [ 172.735341282793087, -43.51658643735513 ], [ 172.735357546771098, -43.516610298843034 ], [ 172.735380337183017, -43.516638940201716 ], [ 172.735403075567774, -43.516679493356754 ], [ 172.735416055560847, -43.516705729620604 ], [ 172.735422519539128, -43.516724803652401 ], [ 172.735435509958734, -43.516748657553698 ], [ 172.7354550476459, -43.516772526601954 ], [ 172.735468038088442, -43.516796380499422 ], [ 172.735487554990812, -43.516825014262288 ], [ 172.735493977379321, -43.516853617730291 ], [ 172.735487305235438, -43.516882190905648 ], [ 172.735513400663137, -43.51690369272967 ], [ 172.735532938430765, -43.516927561764149 ], [ 172.735542520042173, -43.516982378762059 ], [ 172.735558763397762, -43.517011004940329 ], [ 172.735565206646186, -43.517034843683398 ], [ 172.735565102611361, -43.517058667284132 ], [ 172.735571587480251, -43.517072976586412 ], [ 172.735584588435415, -43.51709444810961 ], [ 172.735600883851248, -43.517111162481243 ], [ 172.735620442522645, -43.517130266780086 ], [ 172.735643306056772, -43.517142231564243 ], [ 172.735653064602531, -43.517156548430528 ], [ 172.735666107202661, -43.517168490504083 ], [ 172.735675844959616, -43.51718757208846 ], [ 172.735685603520324, -43.517201888951888 ], [ 172.735675730568545, -43.51721377804882 ], [ 172.735672332123983, -43.517242358801099 ], [ 172.735672103338203, -43.517294770721129 ], [ 172.735688253249521, -43.517344838119648 ], [ 172.735704486372384, -43.517375846635801 ], [ 172.735727266837813, -43.517406870282585 ], [ 172.73574025752265, -43.517430724147118 ], [ 172.735753206632779, -43.517464107449818 ], [ 172.735769398238119, -43.517504645395974 ], [ 172.735782274614053, -43.517554705214401 ], [ 172.735791929311119, -43.517592845666975 ], [ 172.735811446621796, -43.517621479371613 ], [ 172.735837396980344, -43.517676334158189 ], [ 172.73584706212381, -43.517712092245581 ], [ 172.73585348477431, -43.517740695689646 ], [ 172.735856654532739, -43.517764526850812 ], [ 172.735843455875141, -43.51778832019717 ], [ 172.735846667202708, -43.517802621919174 ], [ 172.735862942096617, -43.517824100971659 ], [ 172.735866101471004, -43.517850314492023 ], [ 172.735869260848062, -43.517876528012188 ], [ 172.735892031194311, -43.517909933983908 ], [ 172.73590170679725, -43.517943309705657 ], [ 172.735904772680243, -43.5179909644622 ], [ 172.735927584647158, -43.518014840987412 ], [ 172.735940565151196, -43.518041077186879 ], [ 172.73594374534801, -43.518062525984789 ], [ 172.735976357681238, -43.518091189900055 ], [ 172.736002433028716, -43.518117456329122 ], [ 172.736012160656685, -43.518138920242031 ], [ 172.736012046407353, -43.518165126198724 ], [ 172.736021763660347, -43.518188972470348 ], [ 172.736041291655852, -43.518215223773851 ], [ 172.736067419005508, -43.518229578389402 ], [ 172.736106661966346, -43.518239198503089 ], [ 172.736139357522347, -43.518248803494032 ], [ 172.73616542262792, -43.518277452245222 ], [ 172.736178392911057, -43.518306070776582 ], [ 172.73621081867239, -43.518377617098011 ], [ 172.736213947089766, -43.518410977685591 ], [ 172.736213822548251, -43.518439566001064 ], [ 172.736216950970316, -43.518472926588181 ], [ 172.736213521572068, -43.518508654429496 ], [ 172.736200302132801, -43.51853721253304 ], [ 172.736196903858456, -43.518565793294741 ], [ 172.736200073793697, -43.518589624443401 ], [ 172.736226107939842, -43.518625420258111 ], [ 172.736242372810892, -43.518649281613946 ], [ 172.73624880612266, -43.518675502672309 ], [ 172.736248681596436, -43.518704090986517 ], [ 172.736255135670547, -43.518725547325282 ], [ 172.736277948051281, -43.518749423778566 ], [ 172.736284339885657, -43.51878517427248 ], [ 172.736307048550884, -43.518832874314491 ], [ 172.736313481909832, -43.518859095368491 ], [ 172.736329777999856, -43.518875809632803 ], [ 172.736332958377005, -43.518897258417205 ], [ 172.73632304377665, -43.518918677003867 ], [ 172.736316423664562, -43.51893533842054 ], [ 172.736316330292993, -43.518956779655348 ], [ 172.73633254341803, -43.518992552794316 ], [ 172.736345524305335, -43.519018788944308 ], [ 172.736381390349862, -43.519052225008771 ], [ 172.736439830507834, -43.519164331747248 ], [ 172.736478669768843, -43.519266863747525 ], [ 172.73648500993437, -43.519314526023948 ], [ 172.736488138548765, -43.519347886599057 ], [ 172.736504382981195, -43.519376512633919 ], [ 172.736510816482252, -43.519402733674667 ], [ 172.736523756067385, -43.519438499240017 ], [ 172.736530148117708, -43.519474249716417 ], [ 172.736533245665981, -43.519514757367112 ], [ 172.736542963338479, -43.519538603589879 ], [ 172.736552681018594, -43.519562449811744 ], [ 172.736555861509572, -43.51958389858769 ], [ 172.736562315784937, -43.519605354906304 ], [ 172.736575317631321, -43.519626826309619 ], [ 172.736601383533724, -43.519655474956551 ], [ 172.736588143295819, -43.519688797817338 ], [ 172.736604377502687, -43.519719806195788 ], [ 172.736630484908886, -43.519738925399174 ], [ 172.736636991038409, -43.519748469917403 ], [ 172.736623833702083, -43.519762733908649 ], [ 172.736633551449643, -43.519786580122911 ], [ 172.73665309058444, -43.519810448957429 ], [ 172.736653018052607, -43.519827125471295 ], [ 172.736646366844838, -43.519850933981701 ], [ 172.736656105338398, -43.519870015475504 ], [ 172.736669107274508, -43.519891486867387 ], [ 172.736669024385833, -43.519910545740125 ], [ 172.736678773256756, -43.519927244872754 ], [ 172.73669503865375, -43.519951106160086 ], [ 172.736694966133115, -43.519967782673596 ], [ 172.736698188135051, -43.51997970200798 ], [ 172.736711210828389, -43.519996408676633 ], [ 172.736724223169915, -43.520015497702836 ], [ 172.736727393385877, -43.520039328831537 ], [ 172.736743710622989, -43.520051278316423 ], [ 172.736733775259637, -43.520077461652292 ], [ 172.736717364784226, -43.52008695339731 ], [ 172.73671397702276, -43.52011315180799 ], [ 172.736736779746508, -43.520139410524727 ], [ 172.736769414284595, -43.520163309489192 ], [ 172.736798826815232, -43.520175289113219 ], [ 172.736805291594578, -43.520194363057293 ], [ 172.73680845149579, -43.520220576542087 ], [ 172.73680505341008, -43.520249157313934 ], [ 172.736811466421102, -43.52028014305224 ], [ 172.736827700899596, -43.520311151396463 ], [ 172.73684398716648, -43.520330247943534 ], [ 172.73686024238242, -43.520356491565053 ], [ 172.73686997067071, -43.520377955398267 ], [ 172.736879667906891, -43.520406566307365 ], [ 172.736892607921789, -43.520442331825755 ], [ 172.736892442281857, -43.520480449568169 ], [ 172.736898907122821, -43.520499523506111 ], [ 172.736938089582253, -43.520523437488031 ], [ 172.736964145690933, -43.520554468408072 ], [ 172.736996677057562, -43.520602190895353 ], [ 172.737019397306796, -43.520647508425014 ], [ 172.737035507826107, -43.520707105044238 ], [ 172.73703543539736, -43.520723781555986 ], [ 172.737048458342969, -43.520740488184707 ], [ 172.737064713756979, -43.520766731775794 ], [ 172.737087496188082, -43.520797755138176 ], [ 172.737106984105623, -43.52083353568613 ], [ 172.73710360681369, -43.520857351746471 ], [ 172.737116557399901, -43.520890734878527 ], [ 172.737132802540316, -43.520919360818162 ], [ 172.737152342235731, -43.520943229564089 ], [ 172.737162008668491, -43.520978987523165 ], [ 172.737184791228856, -43.521010010865332 ], [ 172.737197793595584, -43.521031482193891 ], [ 172.737200860643441, -43.521079136892901 ], [ 172.737213811330179, -43.521112520012899 ], [ 172.737223508844949, -43.521141130889845 ], [ 172.737223395107975, -43.521167336835276 ], [ 172.737239567998756, -43.521212639269258 ], [ 172.737252446364693, -43.521262698894681 ], [ 172.737265376442394, -43.521300846725168 ], [ 172.737268526260294, -43.521329442551455 ], [ 172.737281508049762, -43.521355678586744 ], [ 172.73729450018746, -43.521379532261889 ], [ 172.737300913566031, -43.521410517967567 ], [ 172.737300820535012, -43.521431959194757 ], [ 172.737297443284774, -43.521455775258431 ], [ 172.737310414777255, -43.521484393648542 ], [ 172.737323344938176, -43.521522541471207 ], [ 172.737329810024704, -43.521541615381913 ], [ 172.737352561877145, -43.521579785763912 ], [ 172.737384970094922, -43.521656096436317 ], [ 172.737391424881679, -43.521677552701675 ], [ 172.73740768069419, -43.521703796240701 ], [ 172.737414083831823, -43.521737164296979 ], [ 172.737413970174913, -43.521763370240038 ], [ 172.737420393986611, -43.521791973578729 ], [ 172.737433396603592, -43.521813444878234 ], [ 172.737436577521095, -43.521834893622277 ], [ 172.737452823064189, -43.521863519512735 ], [ 172.737469037631627, -43.521899292476029 ], [ 172.737462417504645, -43.521915953950298 ], [ 172.73743286968508, -43.521934945157263 ], [ 172.737416345157271, -43.521970642940623 ], [ 172.737425980910956, -43.522013547946841 ], [ 172.737425856926052, -43.522042136246995 ], [ 172.737435534024485, -43.522075511818599 ], [ 172.737461549729943, -43.522116072052455 ], [ 172.737474531770232, -43.52214230806289 ], [ 172.737490839390517, -43.522156639796854 ], [ 172.737536529686054, -43.522190098036276 ], [ 172.737556111256794, -43.522204437276137 ], [ 172.737569093356854, -43.522230673275558 ], [ 172.737575527616627, -43.522256894245238 ], [ 172.737585246134955, -43.522280740370135 ], [ 172.737601502192319, -43.522306983879446 ], [ 172.737621114789647, -43.522314176033248 ], [ 172.737630833335061, -43.522338022154102 ], [ 172.737624202879687, -43.52235706599469 ], [ 172.737611003905869, -43.522380859525143 ], [ 172.737607575097513, -43.522416587385322 ], [ 172.737623872498517, -43.522433301458094 ], [ 172.737613906145071, -43.522466631934101 ], [ 172.737610539283224, -43.52248806564468 ], [ 172.737633384582466, -43.522504794742204 ], [ 172.737656229894384, -43.522521523835138 ], [ 172.737659359311522, -43.522554884361504 ], [ 172.737678910062044, -43.522576370654292 ], [ 172.737721471321805, -43.522576468292826 ], [ 172.737763970667942, -43.522590860064604 ], [ 172.73777042568716, -43.522612316305626 ], [ 172.73777033281857, -43.5226337575291 ], [ 172.737789904269846, -43.522650479086458 ], [ 172.737789780454051, -43.522679067384281 ], [ 172.737799478488597, -43.522707678205848 ], [ 172.73782232392287, -43.522724407265308 ], [ 172.737845159053876, -43.522743518678325 ], [ 172.737845066211321, -43.522764959901423 ], [ 172.737825329641936, -43.522786356083557 ], [ 172.737835079291528, -43.522803055111147 ], [ 172.737867715695359, -43.522826953755754 ], [ 172.73789053025115, -43.522850829875679 ], [ 172.73789697502869, -43.522874668466848 ], [ 172.737900125223263, -43.522903264268805 ], [ 172.737929508369746, -43.52292239067436 ], [ 172.737945764747565, -43.522948634132618 ], [ 172.73798167523799, -43.522972540247999 ], [ 172.737997962581517, -43.522991636624539 ], [ 172.73802077725054, -43.523015512718089 ], [ 172.738040328277577, -43.523036998948044 ], [ 172.73805656411875, -43.523068007106282 ], [ 172.738063039906535, -43.523084698613332 ], [ 172.738082498211185, -43.523127626058063 ], [ 172.738066025273554, -43.523151412137999 ], [ 172.73805280568277, -43.523179970432103 ], [ 172.738033027816215, -43.523210896080244 ], [ 172.738036229634275, -43.523227580087131 ], [ 172.738055739504006, -43.523258595745673 ], [ 172.738078543989104, -43.523284854184809 ], [ 172.738098053898881, -43.523315869835891 ], [ 172.738134016190202, -43.523327864112964 ], [ 172.73815688255803, -43.523339828388707 ], [ 172.738186286602456, -43.523354190011723 ], [ 172.738212323960312, -43.523389985352495 ], [ 172.73824484752501, -43.523440089825222 ], [ 172.73827078196075, -43.523499708731279 ], [ 172.738300000741873, -43.523556952766754 ], [ 172.738332503874318, -43.523611821929194 ], [ 172.738387853017258, -43.523683420027027 ], [ 172.738433256753069, -43.523783583922139 ], [ 172.738501300894541, -43.523948123874966 ], [ 172.738517372576922, -43.524017249687702 ], [ 172.738516981562043, -43.524107779280449 ], [ 172.738520111531358, -43.524141139775367 ], [ 172.738506830194297, -43.524183992262948 ], [ 172.738480545330503, -43.524205373576493 ], [ 172.738490171895904, -43.524250660836643 ], [ 172.73852278875745, -43.524279324006031 ], [ 172.738548888442153, -43.524300825120243 ], [ 172.738571693532037, -43.524327083457791 ], [ 172.738584635374224, -43.524362848764788 ], [ 172.738591070296309, -43.524389069669191 ], [ 172.738590946851332, -43.524417657960107 ], [ 172.738571158563957, -43.524450966051823 ], [ 172.738577562626404, -43.524484334029225 ], [ 172.738587302467721, -43.52450341534648 ], [ 172.738587220169563, -43.524522474206712 ], [ 172.738590432495215, -43.524536775837319 ], [ 172.738587045285726, -43.524562974284478 ], [ 172.738573877068148, -43.524579620844115 ], [ 172.738583586061168, -43.524605849233879 ], [ 172.738599750590055, -43.524653533810529 ], [ 172.738625840177065, -43.524677417263732 ], [ 172.738661844518873, -43.524679881944351 ], [ 172.738714270561388, -43.52467047223692 ], [ 172.738733842929918, -43.524687193629063 ], [ 172.73875664824493, -43.524713451928527 ], [ 172.738756514596048, -43.524744422575637 ], [ 172.738772648457541, -43.524799254199465 ], [ 172.73878883374536, -43.524842174033466 ], [ 172.738814810425197, -43.524892263374703 ], [ 172.73884729418171, -43.524951897095733 ], [ 172.738866733083995, -43.524999589110628 ], [ 172.738863202094848, -43.52505914056713 ], [ 172.738859804696261, -43.525087721377545 ], [ 172.738859629991339, -43.525128221452185 ], [ 172.738875805151537, -43.525173523629071 ], [ 172.738882178628813, -43.525214038657694 ], [ 172.738908237743317, -43.525245069116806 ], [ 172.738921210801408, -43.525273687309124 ], [ 172.738944026691115, -43.525297563212 ], [ 172.738966709054608, -43.525352409754603 ], [ 172.738986127634405, -43.52540486646086 ], [ 172.738976233439331, -43.525421520538359 ], [ 172.738999039134853, -43.525447778787033 ], [ 172.739025098409456, -43.525478809218683 ], [ 172.739044619776251, -43.52550744234216 ], [ 172.739057572416215, -43.525540825232376 ], [ 172.739070473727253, -43.525586119906848 ], [ 172.739086710774131, -43.525617127908006 ], [ 172.73910617061091, -43.525660055163343 ], [ 172.739112605894178, -43.525686276033362 ], [ 172.739118989849089, -43.525724408688554 ], [ 172.739128699259766, -43.525750637027826 ], [ 172.739135134562218, -43.525776857896204 ], [ 172.739148097574827, -43.525807858417771 ], [ 172.739154491829993, -43.525843608713167 ], [ 172.739170739253211, -43.525872234344206 ], [ 172.739190312135122, -43.525888955656008 ], [ 172.739200031866432, -43.525912801631563 ], [ 172.739219563717995, -43.525939052366496 ], [ 172.739235831721942, -43.525962913273865 ], [ 172.739255373866627, -43.525986781645507 ], [ 172.739278097810256, -43.52603209869298 ], [ 172.739297547654985, -43.526077408270325 ], [ 172.73931053133316, -43.526103644058203 ], [ 172.739307134084783, -43.526132224877074 ], [ 172.739326676311975, -43.526156093236011 ], [ 172.739339680536006, -43.526177564306359 ], [ 172.739336283297092, -43.526206145125741 ], [ 172.739359099700607, -43.526230020943174 ], [ 172.739375408864788, -43.526244352402024 ], [ 172.739372032152858, -43.526268168508267 ], [ 172.739368686209701, -43.526284837543507 ], [ 172.739378416330908, -43.526306301145645 ], [ 172.739397989410122, -43.52632302242111 ], [ 172.739401181509152, -43.526342088739 ], [ 172.739391235992258, -43.526370654634121 ], [ 172.739407483667833, -43.526399280229505 ], [ 172.739430289917124, -43.526425538389091 ], [ 172.739440009828201, -43.526449384342442 ], [ 172.739430095076131, -43.526470803169779 ], [ 172.739433246174059, -43.526499398913771 ], [ 172.739452788568912, -43.526523267250042 ], [ 172.739459234346072, -43.526547105740349 ], [ 172.739465700635208, -43.526566179516557 ], [ 172.739498390967412, -43.526578165902521 ], [ 172.739547503366794, -43.526578277787635 ], [ 172.739586721545749, -43.526595043778507 ], [ 172.739629152426204, -43.526626111353011 ], [ 172.739661709628592, -43.526669068331167 ], [ 172.739687749276868, -43.526704863320965 ], [ 172.739700671792178, -43.526745393203271 ], [ 172.739707035738178, -43.526788290533339 ], [ 172.739703587416187, -43.526828783144779 ], [ 172.739706718173068, -43.52686214359332 ], [ 172.739680401829048, -43.526890672241031 ], [ 172.739667192419574, -43.526916848346175 ], [ 172.739673648567816, -43.526938304466398 ], [ 172.739676851030481, -43.526954988418083 ], [ 172.739689814570141, -43.526985988873179 ], [ 172.739696209266498, -43.527021739132017 ], [ 172.739692781412543, -43.527057467028087 ], [ 172.739715598276263, -43.527081342771993 ], [ 172.739725328647324, -43.527102806342235 ], [ 172.739748145540915, -43.527126682079512 ], [ 172.73975458125534, -43.52715290290778 ], [ 172.739761027217298, -43.527176741378909 ], [ 172.739770747377975, -43.527200587301657 ], [ 172.739780467546296, -43.527224433223495 ], [ 172.739783639329659, -43.527248264241322 ], [ 172.739786800874441, -43.527274477615578 ], [ 172.73979324686178, -43.527298316084455 ], [ 172.739822581537169, -43.52732935377864 ], [ 172.739838880867325, -43.527346067526196 ], [ 172.739845337121523, -43.527367523635341 ], [ 172.739861615991913, -43.527389002092747 ], [ 172.739858229166913, -43.527415200565429 ], [ 172.739864664959129, -43.527441421386364 ], [ 172.739887502509134, -43.527460532381816 ], [ 172.739864531864413, -43.527472392021366 ], [ 172.739897120396876, -43.527508201858126 ], [ 172.739887154445114, -43.527541532503676 ], [ 172.739883767622302, -43.527567730976422 ], [ 172.739909838495151, -43.527596378841864 ], [ 172.739922863705004, -43.52761308512882 ], [ 172.739948975555023, -43.527632203559264 ], [ 172.739975128356605, -43.527641792557795 ], [ 172.739975015785063, -43.52766799847906 ], [ 172.739968365006547, -43.527691807151108 ], [ 172.739964988444314, -43.527715623269223 ], [ 172.739997648797043, -43.527734756581189 ], [ 172.740017191811404, -43.527758624817402 ], [ 172.740040060222668, -43.527770588712436 ], [ 172.740023576548708, -43.527796757410208 ], [ 172.74003328667979, -43.527822985664955 ], [ 172.74005611419588, -43.52784447898236 ], [ 172.740059306580235, -43.527863545277491 ], [ 172.740059194044278, -43.527889751197918 ], [ 172.740052543274032, -43.527913559873959 ], [ 172.740078604145282, -43.527944590056116 ], [ 172.740094873023679, -43.527968450835104 ], [ 172.740104593441657, -43.527992296726772 ], [ 172.74010771424804, -43.528028039514588 ], [ 172.740110906658032, -43.528047105807737 ], [ 172.740114088841551, -43.528068554457107 ], [ 172.740104163830921, -43.528092355693076 ], [ 172.740104092228933, -43.528109032187281 ], [ 172.740133406999519, -43.528144834511295 ], [ 172.740136527830316, -43.528180577297427 ], [ 172.740152776340608, -43.528209202779927 ], [ 172.740172329794774, -43.528230688631915 ], [ 172.740195188189432, -43.528245034851729 ], [ 172.740227838676049, -43.528266550453338 ], [ 172.740247392175291, -43.528288036292359 ], [ 172.740280052925669, -43.528307169522741 ], [ 172.740302890932554, -43.52832628043349 ], [ 172.740345333610549, -43.52835496538053 ], [ 172.740368141000374, -43.528381223346898 ], [ 172.740381156286759, -43.528400311936316 ], [ 172.740420294143831, -43.528436136489361 ], [ 172.740462563301463, -43.528505321448378 ], [ 172.740481994391331, -43.528555395521217 ], [ 172.740517643670955, -43.528641242088135 ], [ 172.740520744327597, -43.528681749573636 ], [ 172.740514042585602, -43.528717470054119 ], [ 172.740491010301753, -43.528743623952792 ], [ 172.740461409010379, -43.528774527694175 ], [ 172.740438386897949, -43.528798299225791 ], [ 172.74041865948243, -43.528817313474178 ], [ 172.74040873446728, -43.528841114733439 ], [ 172.74039223022308, -43.528872048191239 ], [ 172.740385589692067, -43.528893474526562 ], [ 172.740398523352866, -43.528931621960794 ], [ 172.74040172611825, -43.528948305887141 ], [ 172.740398267913292, -43.52899118086107 ], [ 172.740424390722978, -43.52900791682422 ], [ 172.740463590287163, -43.529029447223728 ], [ 172.740486459266009, -43.529041411028246 ], [ 172.740509256761158, -43.529070051320126 ], [ 172.740545161675897, -43.529096338972423 ], [ 172.740571223306603, -43.529127369037766 ], [ 172.740580974727777, -43.529144067817157 ], [ 172.740571049722121, -43.5291678690892 ], [ 172.740580770518278, -43.529191714936339 ], [ 172.740610157558081, -43.529210840641774 ], [ 172.740649398150907, -43.529222841553533 ], [ 172.740672175377398, -43.529256246524248 ], [ 172.740695003659084, -43.529277739710658 ], [ 172.740711313958258, -43.529292070974115 ], [ 172.740707937596, -43.529315887107998 ], [ 172.740737232896777, -43.529356453983823 ], [ 172.740753400374473, -43.529404138223768 ], [ 172.740776177726161, -43.529437543172996 ], [ 172.740772791178046, -43.529463741664095 ], [ 172.740792100401222, -43.529542403947382 ], [ 172.740805014051546, -43.529585316043935 ], [ 172.740811399472562, -43.529623448582278 ], [ 172.740830872009099, -43.529663993164448 ], [ 172.740843867314908, -43.529687846409551 ], [ 172.740863390891491, -43.529716479206925 ], [ 172.740869847757921, -43.529737935250871 ], [ 172.740879578961312, -43.529759398715001 ], [ 172.740889259178772, -43.529792773957034 ], [ 172.740902223940907, -43.529823774262297 ], [ 172.74090862984329, -43.529857142082371 ], [ 172.740905263724017, -43.529878575864096 ], [ 172.740898623262353, -43.529900002225631 ], [ 172.740895246938692, -43.529923818362597 ], [ 172.740895134756528, -43.529950024275252 ], [ 172.740901601856905, -43.529969097960915 ], [ 172.740927715029983, -43.529988216163289 ], [ 172.740940761426089, -43.530000157617927 ], [ 172.740953665081861, -43.530045452050402 ], [ 172.740973219411018, -43.530066937760701 ], [ 172.740992743170324, -43.530095570534577 ], [ 172.741005728437813, -43.530121806115496 ], [ 172.74102199826342, -43.530145666755836 ], [ 172.74103170919949, -43.530171894917032 ], [ 172.741051273789424, -43.530190998258057 ], [ 172.741077387105292, -43.53021011642587 ], [ 172.74107073647599, -43.53023392515184 ], [ 172.741080467829619, -43.530255388597368 ], [ 172.741067268475319, -43.530279182492905 ], [ 172.741060658602294, -43.530293461795644 ], [ 172.741073654132776, -43.530317315012567 ], [ 172.74109648295584, -43.530338808116134 ], [ 172.741116027240281, -43.530362676156841 ], [ 172.741135581729196, -43.530384161838569 ], [ 172.741148546742835, -43.53041516211335 ], [ 172.74114845504559, -43.53043660331322 ], [ 172.741138519859561, -43.530462786984664 ], [ 172.741158084576881, -43.530481890306767 ], [ 172.741138336457624, -43.530505669383913 ], [ 172.741134980571644, -43.53052472081459 ], [ 172.741141427430392, -43.530548559196056 ], [ 172.741157727988309, -43.530565272749286 ], [ 172.741164185048262, -43.530586728773905 ], [ 172.741187034378981, -43.53060345714777 ], [ 172.741193501640254, -43.530622530815165 ], [ 172.741213056240241, -43.530644016482945 ], [ 172.741239129061768, -43.530672664034718 ], [ 172.741275086160471, -43.530687039676387 ], [ 172.741291254412658, -43.530734723831074 ], [ 172.741307473602433, -43.53077049620606 ], [ 172.741313890008257, -43.530801481643294 ], [ 172.741333373438493, -43.530839643777895 ], [ 172.741359334416074, -43.530894497210895 ], [ 172.741372238572808, -43.530939791590313 ], [ 172.741388396788835, -43.530989858084887 ], [ 172.741404636461169, -43.531020865734142 ], [ 172.741424160730418, -43.531049498430839 ], [ 172.741456629983361, -43.531113896071538 ], [ 172.741502217292151, -43.531173558604451 ], [ 172.741521741656584, -43.531202191283967 ], [ 172.741531452976773, -43.531228419398829 ], [ 172.741550946853522, -43.531264199138931 ], [ 172.741554048327885, -43.531304706579817 ], [ 172.741563759678286, -43.531330934691532 ], [ 172.741579969015476, -43.531369089380163 ], [ 172.741596208886875, -43.531400097000635 ], [ 172.741592822579719, -43.531426295507615 ], [ 172.741573094665426, -43.53144530994517 ], [ 172.741559803687977, -43.531490545089028 ], [ 172.741589151464552, -43.531519199959384 ], [ 172.74162183472032, -43.531533568090744 ], [ 172.741644684534123, -43.53155029637162 ], [ 172.741657639886853, -43.531583678938759 ], [ 172.741644430297498, -43.531609855250387 ], [ 172.74164761320597, -43.531631303845479 ], [ 172.741680306704211, -43.531643289604936 ], [ 172.741693333269239, -43.531659995681714 ], [ 172.741676818737005, -43.531693311664469 ], [ 172.741676747559325, -43.531709988150212 ], [ 172.741692997738653, -43.53173861340035 ], [ 172.7417223761976, -43.53176012117045 ], [ 172.741722203367488, -43.53180062120682 ], [ 172.741731904703329, -43.531829231657433 ], [ 172.741728538762487, -43.531850665456446 ], [ 172.741738240109214, -43.531879275906263 ], [ 172.741747941465036, -43.531907886355171 ], [ 172.741774025246428, -43.531934151425595 ], [ 172.741800170031325, -43.531946122359891 ], [ 172.741813206857302, -43.531960446067373 ], [ 172.741816379680586, -43.531984277011652 ], [ 172.741835955264065, -43.532000997859427 ], [ 172.741842443200909, -43.532015306776294 ], [ 172.741845616038518, -43.532039137719572 ], [ 172.741878309796107, -43.5320511234222 ], [ 172.741897976855228, -43.532046403064285 ], [ 172.741917552481283, -43.532063123898013 ], [ 172.741901078599483, -43.532086910490904 ], [ 172.741917318826466, -43.532117918062731 ], [ 172.741927060938934, -43.532136999075675 ], [ 172.741959602406524, -43.532184720079442 ], [ 172.741985666086237, -43.532215749810739 ], [ 172.742011607929584, -43.532275367795229 ], [ 172.742024482399984, -43.532327809156719 ], [ 172.742043987073657, -43.532361206452599 ], [ 172.742070050872286, -43.532392236164007 ], [ 172.74209276915596, -43.532439934967378 ], [ 172.742089372851098, -43.532468515839525 ], [ 172.742108958817681, -43.532482854284872 ], [ 172.742135022701802, -43.532513883981018 ], [ 172.742131595960643, -43.532549611918633 ], [ 172.74213148430357, -43.532575817821758 ], [ 172.742137881017669, -43.532611567914074 ], [ 172.742124671409329, -43.532637744276414 ], [ 172.742108217754492, -43.532656766186975 ], [ 172.742098282614222, -43.532682949931761 ], [ 172.742107943660955, -43.532721089765865 ], [ 172.742117625022246, -43.53275446488945 ], [ 172.742107649263176, -43.532790178053496 ], [ 172.742110832395952, -43.532811626631812 ], [ 172.7421303677244, -43.532837876846479 ], [ 172.742166265423748, -43.532866546334439 ], [ 172.742182536440396, -43.532890406801137 ], [ 172.742198787173578, -43.532919031974849 ], [ 172.742234583486152, -43.532971524987936 ], [ 172.742263830841921, -43.533024003226899 ], [ 172.742283305435876, -43.5330645475427 ], [ 172.742315918685193, -43.533095591956801 ], [ 172.742335454193778, -43.533121842135571 ], [ 172.742341861227231, -43.53315520985889 ], [ 172.742341739516235, -43.533183798114294 ], [ 172.742358000544868, -43.533210040909687 ], [ 172.742377546249713, -43.533233908726295 ], [ 172.742393797166727, -43.533262533871024 ], [ 172.742396970284574, -43.53328636479452 ], [ 172.742406631614131, -43.533324504600053 ], [ 172.742413079267152, -43.533348342900133 ], [ 172.742432604759955, -43.533376975416019 ], [ 172.742448896294945, -43.533396071134192 ], [ 172.742471706488686, -43.533422328664805 ], [ 172.742481438846994, -43.533443791981625 ], [ 172.742458385326927, -43.533474710961578 ], [ 172.742468137964266, -43.533491409570352 ], [ 172.74248769393995, -43.533512895012791 ], [ 172.742507178976041, -43.533551056933263 ], [ 172.742523399632148, -43.533586829121781 ], [ 172.742542955658138, -43.533608314554535 ], [ 172.742559176350653, -43.533644086737709 ], [ 172.74257215291837, -43.53367270448247 ], [ 172.742594953136575, -43.533701344342028 ], [ 172.74261124480978, -43.53372044003634 ], [ 172.742643828186885, -43.533758631417903 ], [ 172.742666668991319, -43.533777741845242 ], [ 172.742689499681092, -43.533799234622407 ], [ 172.742708984935945, -43.533837396507124 ], [ 172.742728510725669, -43.533866028970735 ], [ 172.742734948434844, -43.533892249605273 ], [ 172.742751189569731, -43.533923257051129 ], [ 172.742773979840848, -43.533954279228581 ], [ 172.742783722516634, -43.533973360163777 ], [ 172.742806492574061, -43.53400914704325 ], [ 172.742819489584491, -43.534033000049888 ], [ 172.74281937821948, -43.534059205947635 ], [ 172.742819256730229, -43.534087794199557 ], [ 172.742838762405768, -43.534121191352057 ], [ 172.742864827366475, -43.534152220875633 ], [ 172.742877794064867, -43.534183220938047 ], [ 172.742890710169803, -43.534226132770286 ], [ 172.742893832925944, -43.534261875447889 ], [ 172.742883938344988, -43.534278529836747 ], [ 172.742880603037008, -43.534292816598395 ], [ 172.742880511941024, -43.534314257786598 ], [ 172.742896813989745, -43.534330971084586 ], [ 172.742922980271345, -43.534338177051744 ], [ 172.742962204409082, -43.534354941876892 ], [ 172.742958818521629, -43.534381140411803 ], [ 172.742922707027702, -43.534402500615748 ], [ 172.742896419264127, -43.534423882898949 ], [ 172.7428864740493, -43.534452449058392 ], [ 172.742906050724372, -43.534469169718456 ], [ 172.742955088589099, -43.534488338989178 ], [ 172.742981224592057, -43.53450269200556 ], [ 172.742984387886224, -43.534528905262441 ], [ 172.742987541065474, -43.534557500873312 ], [ 172.743013666989299, -43.53457423623631 ], [ 172.743046402808346, -43.534576692186995 ], [ 172.743056115324492, -43.534602920159827 ], [ 172.743052759808648, -43.534621971634039 ], [ 172.743072245555311, -43.534660133452569 ], [ 172.743088466840021, -43.534695905555544 ], [ 172.743111176670681, -43.534745986495537 ], [ 172.743146964737662, -43.534800861564932 ], [ 172.743176304755252, -43.534831898371202 ], [ 172.743166369715169, -43.534858082199044 ], [ 172.743162983886947, -43.534884280737849 ], [ 172.743159618277701, -43.534905714568339 ], [ 172.743169290452556, -43.534941471946425 ], [ 172.743172463960775, -43.534965302842359 ], [ 172.743214932862685, -43.534989221997769 ], [ 172.74324757794642, -43.535013119077377 ], [ 172.743270389093624, -43.535039376443592 ], [ 172.743257169332452, -43.5350679352795 ], [ 172.743253813853386, -43.535086986758145 ], [ 172.743263556861336, -43.535106067649508 ], [ 172.74330587431794, -43.535165722080386 ], [ 172.743348151443115, -43.535234905910933 ], [ 172.743390408460471, -43.53530885443309 ], [ 172.743435940218006, -43.535382810287103 ], [ 172.74344871557372, -43.535459075003097 ], [ 172.74347140578837, -43.535513920573997 ], [ 172.743487566945817, -43.535563986739106 ], [ 172.743487395274144, -43.535604486754053 ], [ 172.743464381835793, -43.535625876509158 ], [ 172.743474114897253, -43.535647339734965 ], [ 172.743483797473033, -43.535680714728748 ], [ 172.74349024579729, -43.535704552959949 ], [ 172.743519667204254, -43.535716530844589 ], [ 172.743552332991413, -43.535735663127873 ], [ 172.74356865579756, -43.535747611619804 ], [ 172.743611105217184, -43.535776295334081 ], [ 172.743627387674337, -43.535797773232595 ], [ 172.743646783329524, -43.535857376130835 ], [ 172.743649906611978, -43.535893118778894 ], [ 172.743639961507796, -43.535921684996808 ], [ 172.743649654310332, -43.535952677621594 ], [ 172.743669181223737, -43.535981309916785 ], [ 172.743678924505446, -43.536000390770454 ], [ 172.743704960432922, -43.536038567156368 ], [ 172.74370487971342, -43.536057625985698 ], [ 172.743701494048651, -43.536083824535346 ], [ 172.743717695904508, -43.536124361249243 ], [ 172.743720910045965, -43.536138662711181 ], [ 172.743737132106759, -43.536174434714788 ], [ 172.743756669220602, -43.536200684640598 ], [ 172.743750008886934, -43.536226875851945 ], [ 172.743743409078405, -43.536238772941239 ], [ 172.74374329810496, -43.536264978830722 ], [ 172.743759580739749, -43.536286456709014 ], [ 172.743766029236127, -43.536310294922536 ], [ 172.743779037202358, -43.536331765459103 ], [ 172.743811652973875, -43.536362809435033 ], [ 172.743824650882175, -43.536386662319835 ], [ 172.743860501064205, -43.536427243032918 ], [ 172.74388650704006, -43.536472566435926 ], [ 172.743922226254114, -43.536544117724823 ], [ 172.743948192003842, -43.536598970527052 ], [ 172.743957784269327, -43.536653786657361 ], [ 172.743970681500315, -43.53670146305911 ], [ 172.743983629147493, -43.536737227691901 ], [ 172.743999922072618, -43.536756323181308 ], [ 172.744032578494711, -43.536777837679089 ], [ 172.744048891599505, -43.536792168454618 ], [ 172.744058635130443, -43.536811249273839 ], [ 172.744107433472124, -43.536887594529645 ], [ 172.744126880313019, -43.53693528557023 ], [ 172.744152826269357, -43.536994903029836 ], [ 172.74418528144696, -43.537064064550314 ], [ 172.744224316372481, -43.537126093652795 ], [ 172.74426004643712, -43.537195262476587 ], [ 172.744289307643328, -43.537245357814726 ], [ 172.744318518566701, -43.537307364911335 ], [ 172.744347729549673, -43.537369371999979 ], [ 172.744376940592247, -43.537431379080608 ], [ 172.744396317375958, -43.537495746544167 ], [ 172.744386382420458, -43.537521930466006 ], [ 172.744405779368549, -43.537581533220703 ], [ 172.744412167879403, -43.537619665512217 ], [ 172.744428420928273, -43.537648290351058 ], [ 172.744431534698037, -43.537686415321012 ], [ 172.744441218123285, -43.537719790223939 ], [ 172.744450931742591, -43.537746018066578 ], [ 172.744457420907992, -43.537760326823715 ], [ 172.744450770763791, -43.537784135715974 ], [ 172.744480153131093, -43.53780564276439 ], [ 172.744512749936547, -43.537841451241299 ], [ 172.744528982975879, -43.537874840771124 ], [ 172.744541971431715, -43.537901075922612 ], [ 172.744564754054352, -43.537934480080459 ], [ 172.744597431422847, -43.53795122970849 ], [ 172.744620314640684, -43.537960810324819 ], [ 172.744620254313219, -43.537975104443021 ], [ 172.744643097328947, -43.537994214466899 ], [ 172.744652861345912, -43.538008530526326 ], [ 172.744656005434194, -43.538039508429151 ], [ 172.744678768067018, -43.538077677269762 ], [ 172.744701570934211, -43.538106316693721 ], [ 172.744724313519697, -43.538149250230909 ], [ 172.74474373109868, -43.538204088217128 ], [ 172.74475987391935, -43.538258918889071 ], [ 172.744782616603089, -43.538301852413746 ], [ 172.744788985329308, -43.538344749385992 ], [ 172.744821492185707, -43.538401998948686 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.744824751916724, -43.538405579786826 ], [ 172.7448572688848, -43.538460446986043 ], [ 172.744886390572958, -43.538543895102855 ], [ 172.744922192525394, -43.538596387236744 ], [ 172.744948280557367, -43.538622651562775 ], [ 172.744964544168624, -43.538648893968869 ], [ 172.744970953223344, -43.538682261517557 ], [ 172.745013415401758, -43.538708562350379 ], [ 172.745009949833616, -43.538753819749878 ], [ 172.74500980928039, -43.538787172688679 ], [ 172.745039172255673, -43.538813444296842 ], [ 172.745052151094683, -43.538842061739849 ], [ 172.745061855119445, -43.538870671879259 ], [ 172.745081373600613, -43.538901686275317 ], [ 172.745100892101732, -43.538932700667907 ], [ 172.74510734140398, -43.538956538796732 ], [ 172.745113750569288, -43.538989906335892 ], [ 172.745123424541134, -43.539025663527553 ], [ 172.745146217940089, -43.539056685212124 ], [ 172.745159216948934, -43.539080537936641 ], [ 172.745185335389948, -43.539099655149165 ], [ 172.745204874071732, -43.539125904817915 ], [ 172.745204773752022, -43.539149728344441 ], [ 172.745207908147648, -43.539183088579357 ], [ 172.745207777733299, -43.539214059163527 ], [ 172.745207647318722, -43.539245029747526 ], [ 172.745227186056866, -43.539271279411913 ], [ 172.745256499210825, -43.539309462725839 ], [ 172.745266243524668, -43.539328543435673 ], [ 172.74529232199194, -43.539357190033556 ], [ 172.745311810663651, -43.539395351446011 ], [ 172.745311700357234, -43.53942155732414 ], [ 172.745308214912825, -43.539471579432544 ], [ 172.745314574103276, -43.539516858720432 ], [ 172.745321033578477, -43.539538314482606 ], [ 172.74533725748833, -43.539574086242446 ], [ 172.745340402004672, -43.539605064119016 ], [ 172.745363205757883, -43.539633703405507 ], [ 172.745376215000618, -43.539655173751015 ], [ 172.745405568530657, -43.539683827614994 ], [ 172.745421892765393, -43.539695775837622 ], [ 172.745434952157837, -43.539705334414002 ], [ 172.745451216269316, -43.539731576747123 ], [ 172.745477254911322, -43.53976975271123 ], [ 172.745499968605856, -43.53981983314177 ], [ 172.745516182676312, -43.539857987227307 ], [ 172.745529182001832, -43.539881839907217 ], [ 172.745548741121496, -43.539903324809806 ], [ 172.745578154958594, -43.539917684514378 ], [ 172.745581299615338, -43.539948662382798 ], [ 172.745597563855313, -43.539974904694283 ], [ 172.745613818093176, -43.540003529355758 ], [ 172.745620247677948, -43.540032132156654 ], [ 172.745636481911276, -43.540065521519359 ], [ 172.745646216450808, -43.540086984547202 ], [ 172.745646106286586, -43.540113190422844 ], [ 172.74566555536623, -43.540160881180341 ], [ 172.745694919290912, -43.540187152616134 ], [ 172.745717693393885, -43.54022293888687 ], [ 172.745724153086371, -43.540244394624139 ], [ 172.745730652830048, -43.540256320951876 ], [ 172.745740377422152, -43.540280166323399 ], [ 172.745743592258123, -43.540294467719768 ], [ 172.745750041956427, -43.540318305807631 ], [ 172.745759706502753, -43.540356445290797 ], [ 172.74580216018802, -43.54038512817894 ], [ 172.74583796401825, -43.540437620013805 ], [ 172.745876912746979, -43.540521089694707 ], [ 172.745902941990465, -43.540561647910238 ], [ 172.74592564632789, -43.54061411060303 ], [ 172.745935361050016, -43.540640338308989 ], [ 172.74594177084623, -43.540673705793438 ], [ 172.745954780516456, -43.540695176070251 ], [ 172.74596117032354, -43.540733308257614 ], [ 172.745984004799425, -43.540754800360048 ], [ 172.746016684082207, -43.540771549578899 ], [ 172.746036303660361, -43.540778740283159 ], [ 172.746065718038352, -43.540793099861467 ], [ 172.746072157917439, -43.540819320281621 ], [ 172.746114602078393, -43.540850385404674 ], [ 172.746134111737916, -43.540883781965249 ], [ 172.746147101530397, -43.540910016923846 ], [ 172.746120862047434, -43.540919488159425 ], [ 172.746091357615825, -43.540926569764125 ], [ 172.746081482811434, -43.540938459705579 ], [ 172.746087922712547, -43.540964680124226 ], [ 172.746104277418482, -43.540969481191745 ], [ 172.746123807103288, -43.540998113049376 ], [ 172.746120392209349, -43.541031458705966 ], [ 172.746123567188448, -43.541055289498161 ], [ 172.746149676789287, -43.541076788838623 ], [ 172.746185621244706, -43.541095927631893 ], [ 172.7462018460796, -43.541131699261584 ], [ 172.746224570873153, -43.541179397186959 ], [ 172.746244040731597, -43.541222323135152 ], [ 172.746257020652507, -43.541250940431979 ], [ 172.746269950631756, -43.54129146948695 ], [ 172.746289440538192, -43.541329630722842 ], [ 172.746305645517822, -43.541370167040483 ], [ 172.746312065582913, -43.541401152148701 ], [ 172.746360830498077, -43.541487025804948 ], [ 172.746396645447334, -43.541537135105628 ], [ 172.7464095855658, -43.541575281791296 ], [ 172.746419310635332, -43.541599127100767 ], [ 172.746438870624104, -43.541620611846753 ], [ 172.746458360742281, -43.541658773052184 ], [ 172.74645820100622, -43.541696890681351 ], [ 172.746464631166617, -43.541725493427698 ], [ 172.74650690647573, -43.541797058382627 ], [ 172.746523061819858, -43.541849506425585 ], [ 172.746542582005077, -43.541880520560198 ], [ 172.746581742180098, -43.541913960598187 ], [ 172.746575052491067, -43.541947299004541 ], [ 172.746584757727788, -43.541975909002112 ], [ 172.746604277985114, -43.542006923125697 ], [ 172.746623808239548, -43.542035554894106 ], [ 172.746636788512973, -43.542064172144585 ], [ 172.746636688746804, -43.542087995661475 ], [ 172.746633304001506, -43.542114194272521 ], [ 172.746643019268504, -43.542140421912798 ], [ 172.746623239542231, -43.542171348939554 ], [ 172.746616579779328, -43.542197540291916 ], [ 172.746639375132588, -43.542228561666406 ], [ 172.746649090420391, -43.542254789305673 ], [ 172.746671925713031, -43.542276281267014 ], [ 172.74670462595509, -43.542288265584034 ], [ 172.746747131302982, -43.542305036357988 ], [ 172.746756866593586, -43.542326499284705 ], [ 172.74676984699181, -43.542355116518941 ], [ 172.746789407348473, -43.542376601203024 ], [ 172.746818713016012, -43.542417166453312 ], [ 172.746851293743788, -43.542457738947206 ], [ 172.746864284182379, -43.542483973818648 ], [ 172.746867439592791, -43.542512569288156 ], [ 172.746873879999157, -43.542538789656533 ], [ 172.746890165425299, -43.542560267072268 ], [ 172.746912980986707, -43.542586523687852 ], [ 172.746929246508984, -43.542612765800925 ], [ 172.746932411921676, -43.542638978916578 ], [ 172.746948677466378, -43.542665221026702 ], [ 172.746968228022666, -43.542689088030926 ], [ 172.746987758668325, -43.542717719734704 ], [ 172.746997523998061, -43.54273203558531 ], [ 172.747010474709924, -43.542767799845073 ], [ 172.747023465283604, -43.542794034697359 ], [ 172.747043025871704, -43.542815519336969 ], [ 172.747069076797857, -43.542851312572175 ], [ 172.747055886984725, -43.542872724754098 ], [ 172.747052542217489, -43.542889393968608 ], [ 172.747072043088025, -43.542925172711485 ], [ 172.74707849358569, -43.542949010715375 ], [ 172.747098004449441, -43.542982407102144 ], [ 172.747111015023307, -43.543003877240906 ], [ 172.747143496691621, -43.543068273162319 ], [ 172.747169597565403, -43.543092154616659 ], [ 172.747185883244782, -43.543113631988803 ], [ 172.747192303941773, -43.543144617039665 ], [ 172.747195509315247, -43.543161300740586 ], [ 172.747195399810266, -43.543187506605236 ], [ 172.747211685524292, -43.543208983973436 ], [ 172.747234521375873, -43.543230475820195 ], [ 172.747234421841029, -43.543254299333313 ], [ 172.7472441375497, -43.543280526918338 ], [ 172.747253883124955, -43.543299607448574 ], [ 172.747270129081386, -43.543330614213289 ], [ 172.747270049464447, -43.543349673023499 ], [ 172.747292875438461, -43.543373547209512 ], [ 172.747315691480139, -43.543399803742176 ], [ 172.747338507541599, -43.543426060270228 ], [ 172.747348233271708, -43.543449905494541 ], [ 172.747341563729833, -43.543478479234942 ], [ 172.747354554598388, -43.543504714047053 ], [ 172.747367535529804, -43.543533331208813 ], [ 172.747390341716454, -43.543561970077299 ], [ 172.747406577865917, -43.543595359172727 ], [ 172.747426089117795, -43.543628755500642 ], [ 172.747435795023307, -43.543657365419214 ], [ 172.747458581399144, -43.543690768975971 ], [ 172.747478102654384, -43.543721782943486 ], [ 172.747491024029074, -43.54376469419725 ], [ 172.747497454893335, -43.543793296876864 ], [ 172.747510386239611, -43.543833825776844 ], [ 172.747526562874441, -43.543881508960574 ], [ 172.747555810115017, -43.543936368120718 ], [ 172.747591687134388, -43.54397218292511 ], [ 172.747604618581562, -43.544012711813423 ], [ 172.747627355492284, -43.54405802709023 ], [ 172.747653387421821, -43.544098584888729 ], [ 172.747672859225077, -43.544141510576388 ], [ 172.747695655848787, -43.544172531732819 ], [ 172.747731572827519, -43.544198817088414 ], [ 172.747744554084932, -43.544227434204693 ], [ 172.747750995050751, -43.544253654517178 ], [ 172.74776073100827, -43.544275117352697 ], [ 172.747763916731003, -43.544296565736836 ], [ 172.747767082590201, -43.544322778822718 ], [ 172.747780083755487, -43.544346631232571 ], [ 172.747793114726676, -43.544363336588006 ], [ 172.747786465156366, -43.544387145648166 ], [ 172.747802761333105, -43.54440624057802 ], [ 172.747828872973145, -43.544427739527386 ], [ 172.747851719432191, -43.544446848897039 ], [ 172.747858110820658, -43.544484980957172 ], [ 172.747858001597649, -43.544511186817047 ], [ 172.747864472429683, -43.544530260069379 ], [ 172.747880778597931, -43.544546972636908 ], [ 172.74790683076148, -43.544582765673418 ], [ 172.747916487410009, -43.54462328730159 ], [ 172.747942559479526, -43.544654315627902 ], [ 172.747949000575829, -43.544680535927583 ], [ 172.747965148004312, -43.544735366096013 ], [ 172.747984669854247, -43.544766379972813 ], [ 172.747997671199983, -43.544790232356497 ], [ 172.748023743382788, -43.54482126066366 ], [ 172.748030174609028, -43.544849863308905 ], [ 172.748033320766268, -43.544880841086801 ], [ 172.74803313223677, -43.544926105751252 ], [ 172.748062420123887, -43.544971435371167 ], [ 172.748088551940384, -43.544988169558458 ], [ 172.748117919253446, -43.545014440358045 ], [ 172.748117790302331, -43.545045410917474 ], [ 172.74809473520898, -43.545076330967184 ], [ 172.748091370762438, -43.545097764907418 ], [ 172.748110922552087, -43.545121631709101 ], [ 172.74812390418515, -43.54515024877859 ], [ 172.748146681581858, -43.545186034542439 ], [ 172.748202111555202, -43.545245715941981 ], [ 172.748218229615389, -43.545307693122062 ], [ 172.748247557482102, -43.545343493289849 ], [ 172.748263804492495, -43.545374499904831 ], [ 172.748286601881517, -43.545405520938601 ], [ 172.748306153847295, -43.545429387706037 ], [ 172.748325676094623, -43.545460401521787 ], [ 172.748348523099565, -43.545479510790038 ], [ 172.748358239644546, -43.545505738272233 ], [ 172.74836466119055, -43.54553672324635 ], [ 172.748380938039929, -43.545560582792262 ], [ 172.748400480184415, -43.545586831893637 ], [ 172.748419943084855, -43.545632139795892 ], [ 172.748449261321127, -43.545670322261095 ], [ 172.74848174583434, -43.545734717779148 ], [ 172.748497943546027, -43.545777636111694 ], [ 172.74851735706099, -43.545834855748467 ], [ 172.748540125043746, -43.545873023781276 ], [ 172.748556322833508, -43.545915942104706 ], [ 172.7485693048462, -43.545944559120557 ], [ 172.748578991856334, -43.545977933633502 ], [ 172.748605035145602, -43.546016108854829 ], [ 172.748621252818992, -43.546054262467415 ], [ 172.748640775428299, -43.546085276226869 ], [ 172.748660298057558, -43.546116289982876 ], [ 172.748686371149319, -43.546147318133947 ], [ 172.748696087946882, -43.546173545584963 ], [ 172.748702539425381, -43.54619738348606 ], [ 172.748728602677943, -43.546230793977514 ], [ 172.748741505677657, -43.546278469775181 ], [ 172.748751182940708, -43.54631422662225 ], [ 172.748774000719891, -43.546340482854596 ], [ 172.748777147332106, -43.546371460605016 ], [ 172.748783579076189, -43.546400063201368 ], [ 172.748799866214739, -43.546421540334727 ], [ 172.748803012844235, -43.546452518084038 ], [ 172.748822545566554, -43.546481149460597 ], [ 172.74883880306632, -43.546509773638903 ], [ 172.748855100144652, -43.546528868413873 ], [ 172.748871407123431, -43.546545580836259 ], [ 172.748881143844073, -43.546567043569617 ], [ 172.748894136038189, -43.546593278195836 ], [ 172.748907118354765, -43.546621895170716 ], [ 172.748926631404686, -43.54665529122925 ], [ 172.748939584087225, -43.546691055250733 ], [ 172.748936229735136, -43.546710106860097 ], [ 172.748936150633739, -43.546729165661432 ], [ 172.748962184583377, -43.546769723147861 ], [ 172.749001329481928, -43.546807927039723 ], [ 172.749017517961931, -43.546853227642316 ], [ 172.74900433784336, -43.546872257683418 ], [ 172.749000983501332, -43.546891309294104 ], [ 172.749017241194991, -43.546919933445444 ], [ 172.7490465703128, -43.546955733401226 ], [ 172.749059552778562, -43.546984350357313 ], [ 172.749082321533223, -43.547022518276357 ], [ 172.749098589181813, -43.547048760065593 ], [ 172.749114876605972, -43.54707023715234 ], [ 172.749140881182115, -43.54711794164642 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.749147431729995, -43.547117956018788 ], [ 172.749157158760738, -43.547141801076982 ], [ 172.749163640159196, -43.547158491898621 ], [ 172.749170151197035, -43.547168035669799 ], [ 172.749209365623443, -43.5471895630386 ], [ 172.749225702506891, -43.547199128359132 ], [ 172.749245304798734, -43.547211083210684 ], [ 172.749245245544671, -43.547225377310774 ], [ 172.749248372691142, -43.547261119744114 ], [ 172.749244988776695, -43.54728731841076 ], [ 172.749251410962046, -43.547318303326961 ], [ 172.749251302331857, -43.547344509176618 ], [ 172.749267629388896, -43.547356456840966 ], [ 172.749283966326573, -43.547366022153028 ], [ 172.749287132999143, -43.547392235184724 ], [ 172.749300145292295, -43.547413705061977 ], [ 172.749316423012885, -43.547437564469 ], [ 172.74932291435934, -43.547451872930971 ], [ 172.749332631640073, -43.547478100323097 ], [ 172.749352164942394, -43.547506731605417 ], [ 172.749365147669948, -43.547535348524676 ], [ 172.749381395837446, -43.54756635497175 ], [ 172.749391073681522, -43.547602111758003 ], [ 172.74940079101566, -43.547628339143749 ], [ 172.749403987360779, -43.547647405121552 ], [ 172.749417009619009, -43.547666492634946 ], [ 172.749443192312725, -43.547671314759157 ], [ 172.749456283661146, -43.547673725819017 ], [ 172.749469128335136, -43.547735695623686 ], [ 172.749468970462431, -43.547773813221013 ], [ 172.749465576746587, -43.547802394241799 ], [ 172.749468763254015, -43.547823842567077 ], [ 172.749481825036753, -43.54783340067344 ], [ 172.749498093075374, -43.547859642403068 ], [ 172.749498024013803, -43.547876318851593 ], [ 172.749514321666851, -43.547895413529417 ], [ 172.749527383472213, -43.54790497163053 ], [ 172.749540435417401, -43.547916912079884 ], [ 172.749553428185067, -43.547943146626402 ], [ 172.74955334927472, -43.547962205424504 ], [ 172.7495532309091, -43.547990793621558 ], [ 172.749556397729833, -43.548017006643256 ], [ 172.749582462234315, -43.54805041693249 ], [ 172.749608566214135, -43.54807429781674 ], [ 172.749611762647703, -43.548093363787459 ], [ 172.749614899914747, -43.548126723856249 ], [ 172.749604935863147, -43.548160055233048 ], [ 172.749608053406234, -43.548198180001023 ], [ 172.749630793378316, -43.548243494853594 ], [ 172.749650435528338, -43.548245920235914 ], [ 172.74968640506313, -43.548260293218306 ], [ 172.749725610523228, -43.548284202757728 ], [ 172.749741839362144, -43.548319973849736 ], [ 172.749722019753335, -43.548360430776498 ], [ 172.74970549517738, -43.54839613017058 ], [ 172.749679164264194, -43.548427043350181 ], [ 172.749656167830125, -43.548443669597781 ], [ 172.749659295279088, -43.548479412012966 ], [ 172.749675583285608, -43.548500889015848 ], [ 172.749701717070366, -43.548517622828875 ], [ 172.749731106506374, -43.548539128504594 ], [ 172.749757181187164, -43.548570156402185 ], [ 172.749786570668391, -43.548591662063579 ], [ 172.749835632006778, -43.548608446019379 ], [ 172.74988133920786, -43.548644281585268 ], [ 172.749891027367937, -43.54867765597406 ], [ 172.749913757881018, -43.548725353117014 ], [ 172.749936547523703, -43.548758756158186 ], [ 172.749952835703624, -43.548780233120951 ], [ 172.749972359870043, -43.548811246642003 ], [ 172.749995169270676, -43.548839884972203 ], [ 172.750011437801049, -43.548866126625356 ], [ 172.750034227550429, -43.548899529646498 ], [ 172.750056968103451, -43.548944844410151 ], [ 172.750066666251797, -43.548975836433215 ], [ 172.750076325035792, -43.549016357852985 ], [ 172.750095888712508, -43.549037841954359 ], [ 172.750112206550284, -43.549052171845489 ], [ 172.750135035790123, -43.549076045448153 ], [ 172.750157815846052, -43.549111830793166 ], [ 172.7501740550004, -43.549145219470418 ], [ 172.750167395992264, -43.549171410999421 ], [ 172.750157432070154, -43.549204742418596 ], [ 172.750163894282963, -43.549226197877381 ], [ 172.750186772805051, -43.54923815972252 ], [ 172.750183408861261, -43.549259593709913 ], [ 172.750202923461046, -43.549292989538948 ], [ 172.750212670930722, -43.549312069801509 ], [ 172.750222457758127, -43.549321620665914 ], [ 172.750235500307923, -43.54933594338334 ], [ 172.750248523190095, -43.549355030797905 ], [ 172.750258260847517, -43.54937649340571 ], [ 172.750267988675716, -43.549400338361906 ], [ 172.750277755854597, -43.549414653920067 ], [ 172.750290778766953, -43.549433741329608 ], [ 172.7503070475843, -43.549459982938657 ], [ 172.750326601652063, -43.549483849348697 ], [ 172.750346116402767, -43.549517245152359 ], [ 172.750332936117132, -43.549536275337346 ], [ 172.750319775491477, -43.549550540822267 ], [ 172.750313146004174, -43.549569585310273 ], [ 172.750316342736795, -43.549588651257018 ], [ 172.750332680442284, -43.549598216417344 ], [ 172.750345752577033, -43.549605392074056 ], [ 172.750358785384293, -43.549622097126161 ], [ 172.750352155901368, -43.549641141616206 ], [ 172.750348762493928, -43.549669722654606 ], [ 172.750371611723608, -43.549688831509876 ], [ 172.750391224878854, -43.549698403813068 ], [ 172.750427185622925, -43.549715158910452 ], [ 172.750440139840407, -43.549750922746469 ], [ 172.750472776070495, -43.549779582425856 ], [ 172.750495566416902, -43.549812985351124 ], [ 172.75049546814364, -43.549836808842642 ], [ 172.750495301078814, -43.549877308778008 ], [ 172.750514825875399, -43.549908322201993 ], [ 172.75052779001166, -43.549941703677995 ], [ 172.750547275544193, -43.549982246492554 ], [ 172.750543813430596, -43.550027503978775 ], [ 172.750540370963023, -43.550067996766387 ], [ 172.750563181104297, -43.550096634978757 ], [ 172.750586001091023, -43.550122890837457 ], [ 172.750605516189751, -43.550156286593946 ], [ 172.750628395150557, -43.550168248349827 ], [ 172.750641398691528, -43.550192100415607 ], [ 172.75064458573803, -43.550213548700448 ], [ 172.750677261595087, -43.550232678923912 ], [ 172.750677124110638, -43.550266031810025 ], [ 172.750680311173625, -43.550287480093623 ], [ 172.750696580388166, -43.550313721644279 ], [ 172.75071286925467, -43.550335198494579 ], [ 172.75071603669619, -43.550361411474917 ], [ 172.750745368480864, -43.550397210979753 ], [ 172.750771464113001, -43.550423473941201 ], [ 172.75080083522252, -43.550449744035838 ], [ 172.75079419597094, -43.550471170897808 ], [ 172.750787576346767, -43.550487833061425 ], [ 172.750800570203154, -43.550514067456994 ], [ 172.750800472047587, -43.550537890946153 ], [ 172.750800364076355, -43.5505640967841 ], [ 172.750806797214409, -43.550592699249002 ], [ 172.750823027306609, -43.550628470176093 ], [ 172.750835942694664, -43.55067376335802 ], [ 172.75085215319848, -43.550714298978271 ], [ 172.750868432414592, -43.550738158154104 ], [ 172.750868314659073, -43.550766746340102 ], [ 172.75088131842233, -43.550790598376636 ], [ 172.750897607482244, -43.550812075199296 ], [ 172.750904040692149, -43.550840677657668 ], [ 172.75091700524095, -43.550874059085075 ], [ 172.750929979614597, -43.550905058162051 ], [ 172.750956055926025, -43.550936085777295 ], [ 172.750952672538119, -43.550962284478878 ], [ 172.75095253520206, -43.55099563736141 ], [ 172.750962263561718, -43.551019482253075 ], [ 172.750965411527375, -43.551050459921143 ], [ 172.750978435006942, -43.551069547248247 ], [ 172.751001314386485, -43.551081508928597 ], [ 172.751011052586534, -43.551102971467095 ], [ 172.751001157460962, -43.551119626507955 ], [ 172.750997823121935, -43.5511339134666 ], [ 172.750997725041969, -43.551157736953513 ], [ 172.751004187758554, -43.551179192358674 ], [ 172.751004089680947, -43.551203015845424 ], [ 172.751020408316265, -43.551217345603398 ], [ 172.751030156351504, -43.551236425791174 ], [ 172.751020290630606, -43.5512459337873 ], [ 172.751023507286448, -43.551260235012137 ], [ 172.751033255329503, -43.551279315199515 ], [ 172.751043013184955, -43.551296013037408 ], [ 172.751062607355976, -43.551310349921494 ], [ 172.751085477038515, -43.551324693933388 ], [ 172.751091910390727, -43.551353296378949 ], [ 172.751101658470219, -43.551372376560288 ], [ 172.751121242876678, -43.551389095782859 ], [ 172.751117888944123, -43.551408147441563 ], [ 172.751121095828267, -43.551424831011929 ], [ 172.751140680256981, -43.551441550231033 ], [ 172.751153772489289, -43.551443961097092 ], [ 172.751189812885656, -43.551441657163721 ], [ 172.751206131629232, -43.551455986894879 ], [ 172.751235523024917, -43.551477492177554 ], [ 172.751261580143449, -43.551513284418114 ], [ 172.751284361778289, -43.551549069527212 ], [ 172.751316940602408, -43.551592023051271 ], [ 172.751323393682696, -43.551615860785702 ], [ 172.751329836972928, -43.551642080868213 ], [ 172.751342811721287, -43.551673079895096 ], [ 172.751359052211797, -43.551706468392268 ], [ 172.751358954272177, -43.55173029187744 ], [ 172.751362131857974, -43.551754122485811 ], [ 172.751371840912952, -43.551782732037097 ], [ 172.751388091241495, -43.551813738181117 ], [ 172.751404380755559, -43.551835214928815 ], [ 172.75141410942706, -43.551859059779254 ], [ 172.75142059194846, -43.551875750461861 ], [ 172.751436832535887, -43.551909138947046 ], [ 172.751456368257351, -43.551937769853474 ], [ 172.75146275289913, -43.551978284017828 ], [ 172.751462635419443, -43.552006872198874 ], [ 172.751462527729586, -43.552033078031364 ], [ 172.751449249337469, -43.552075931820063 ], [ 172.751452466138034, -43.552090233031102 ], [ 172.751462185079049, -43.552116460224902 ], [ 172.751478455121713, -43.552142701657885 ], [ 172.751498010515093, -43.552166567859572 ], [ 172.751511014825496, -43.552190419819951 ], [ 172.751523989783209, -43.552221418823812 ], [ 172.751546840345611, -43.552240527438869 ], [ 172.751566444727416, -43.552252481886953 ], [ 172.751576232242854, -43.552262032632207 ], [ 172.751566327295649, -43.55228107006684 ], [ 172.75157929251543, -43.552314451412343 ], [ 172.751598769726087, -43.552357376382666 ], [ 172.751618198044326, -43.55241221309079 ], [ 172.751624602410686, -43.552447962546609 ], [ 172.751650581913452, -43.552502813479947 ], [ 172.751663420057469, -43.552567165341692 ], [ 172.751673090256276, -43.552605304256808 ], [ 172.751695941010439, -43.552624412841261 ], [ 172.751705709045041, -43.552638728271404 ], [ 172.75172192065304, -43.552679263757014 ], [ 172.751731610465583, -43.552712637970224 ], [ 172.751747890563507, -43.552736497014607 ], [ 172.751790277542113, -43.552784236430035 ], [ 172.75180653812896, -43.552812860162177 ], [ 172.751799889193251, -43.552836669422021 ], [ 172.751806332817807, -43.552862889472877 ], [ 172.751816042258667, -43.552891498981829 ], [ 172.75183231266206, -43.55291774036175 ], [ 172.751838746533736, -43.552946342758581 ], [ 172.751845180411351, -43.552974945154894 ], [ 172.751858165481764, -43.553003561769302 ], [ 172.751871179887075, -43.553025031337924 ], [ 172.751871052821912, -43.553056001862657 ], [ 172.751890589117238, -43.553084632690549 ], [ 172.751896983940838, -43.553122764475447 ], [ 172.7519164518624, -43.553168071734753 ], [ 172.751932575805114, -43.553230048319342 ], [ 172.751945473028599, -43.553280106054537 ], [ 172.751958467982263, -43.553306340308332 ], [ 172.751964843330143, -43.553349236784001 ], [ 172.751951643170003, -43.553373031837893 ], [ 172.751957911039398, -43.553442134140461 ], [ 172.751957754703881, -43.553480251706794 ], [ 172.751973937392876, -43.553527934195266 ], [ 172.751996690894913, -43.553570866196182 ], [ 172.752032449254074, -43.553637650088582 ], [ 172.752045415018813, -43.553671031374591 ], [ 172.752051761163614, -43.553721074886361 ], [ 172.752064658588665, -43.55377113260429 ], [ 172.752074231564649, -43.553833094956133 ], [ 172.752077380239911, -43.553864072580005 ], [ 172.752074036234177, -43.553880741911158 ], [ 172.752080470320578, -43.553909344290041 ], [ 172.75210003628564, -43.553930828035583 ], [ 172.752099938630295, -43.553954651512782 ], [ 172.752109599557258, -43.553995172730588 ], [ 172.752119319085892, -43.554021399861163 ], [ 172.752142082639267, -43.55406194948246 ], [ 172.752161648675354, -43.554083433217038 ], [ 172.752164748592662, -43.554126322575591 ], [ 172.75217775358422, -43.554150174453589 ], [ 172.752184197510076, -43.554176394477857 ], [ 172.75219386829022, -43.554214533339554 ], [ 172.752216641726818, -43.554252700597289 ], [ 172.752232951709402, -43.554269412524839 ], [ 172.752249095784777, -43.554326624359113 ], [ 172.752265357000425, -43.554355248019789 ], [ 172.752278293769933, -43.554395776318565 ], [ 172.752271615566144, -43.554426732641886 ], [ 172.752274774130882, -43.554455327909899 ], [ 172.752281149820647, -43.554498224360145 ], [ 172.752287437694093, -43.554562561937203 ], [ 172.752300452585047, -43.554584031452272 ], [ 172.75229373533881, -43.554624517165763 ], [ 172.752306642911179, -43.554672192501968 ], [ 172.752313057675366, -43.554705559559153 ], [ 172.752329289752112, -43.554741330251403 ], [ 172.752335724048976, -43.554769932612139 ], [ 172.752329075102807, -43.554793741894557 ], [ 172.752335548431262, -43.554812814865457 ], [ 172.752355124533807, -43.554831916217466 ], [ 172.752361588118958, -43.554853371534172 ], [ 172.752361519830146, -43.554870047965863 ], [ 172.752374505547948, -43.554898664513672 ], [ 172.75239722082938, -43.554951125815883 ], [ 172.752397025745751, -43.554998772762701 ], [ 172.75241975083722, -43.555048851712364 ], [ 172.75242288999678, -43.555082211668008 ], [ 172.752425980394236, -43.555127483359776 ], [ 172.75244223215492, -43.555158489339277 ], [ 172.752455208220312, -43.555189488223967 ], [ 172.752451825235312, -43.555215686951378 ], [ 172.752471352747733, -43.555246700018735 ], [ 172.752471206477367, -43.555282435227248 ], [ 172.752480926367298, -43.555308662322055 ], [ 172.752490665766857, -43.555330124721515 ], [ 172.752490568260612, -43.555353948193563 ], [ 172.752490412250381, -43.555392065748649 ], [ 172.752506683614655, -43.555418307023402 ], [ 172.752509852090128, -43.555444519933161 ], [ 172.752513001068735, -43.555475497537053 ], [ 172.752529252966809, -43.555506503502585 ], [ 172.752545368401968, -43.555570862325453 ], [ 172.752558276371445, -43.55561853762628 ], [ 172.752571125875761, -43.555680507007786 ], [ 172.752583965659056, -43.555744858734307 ], [ 172.752583858441085, -43.55577106455182 ], [ 172.752593529723868, -43.555809203370259 ], [ 172.752599886285253, -43.555856864487446 ], [ 172.752606301333998, -43.555890231521914 ], [ 172.75261273588174, -43.555918833861909 ], [ 172.752606067423613, -43.555947407849558 ], [ 172.75262560499533, -43.555976038540393 ], [ 172.752635325062386, -43.556002265619313 ], [ 172.752621958905223, -43.556066560636637 ], [ 172.752631649749105, -43.55609993475624 ], [ 172.752644655346018, -43.556123786574325 ], [ 172.752651089936251, -43.55615238891108 ], [ 172.75264434351115, -43.556200021674776 ], [ 172.752644197338128, -43.556235756877797 ], [ 172.752647307445841, -43.556276263861299 ], [ 172.752656988592463, -43.556312020324455 ], [ 172.75265686191517, -43.556342990833151 ], [ 172.752633687860879, -43.556402499893622 ], [ 172.752646596074612, -43.556450175178135 ], [ 172.752669419352713, -43.556476430599638 ], [ 172.752659484819787, -43.556502615154315 ], [ 172.752665899968321, -43.556535982181934 ], [ 172.752675600654271, -43.556566973948534 ], [ 172.75268201581838, -43.556600340974903 ], [ 172.75267850618232, -43.556657510209618 ], [ 172.752622359670681, -43.556769360024063 ], [ 172.752563073623037, -43.556847849866621 ], [ 172.752530179111488, -43.55688113181904 ], [ 172.752507063227142, -43.556926346768179 ], [ 172.752506955971427, -43.5569525525801 ], [ 172.752516695642328, -43.556974014971807 ], [ 172.752539528809876, -43.556997888070654 ], [ 172.752582007114825, -43.557024186046945 ], [ 172.752594964153758, -43.557059949599797 ], [ 172.752594827694253, -43.557093302450767 ], [ 172.752558754734594, -43.557102753856228 ], [ 172.752561903820748, -43.557133731449994 ], [ 172.752568270239863, -43.557179010211705 ], [ 172.752594398820122, -43.557198125695415 ], [ 172.75261721261009, -43.557226763470958 ], [ 172.752646587814382, -43.557253033069934 ], [ 172.752685800263265, -43.557276941573399 ], [ 172.752662772043095, -43.557300715433065 ], [ 172.752656113197986, -43.557326907069999 ], [ 172.752652730176209, -43.557353105793418 ], [ 172.752652622982026, -43.557379311603697 ], [ 172.752665658093321, -43.557396016375598 ], [ 172.752691747824315, -43.557424661222122 ], [ 172.75269822154516, -43.557443734164664 ], [ 172.752675183521973, -43.557469890372325 ], [ 172.752678322942103, -43.557503250307427 ], [ 172.752691358087077, -43.55751995507611 ], [ 172.752714230499123, -43.557534298753161 ], [ 172.752707610621428, -43.55755096100674 ], [ 172.752681267488327, -43.557584257168486 ], [ 172.752654895091382, -43.557624700362751 ], [ 172.752667862044945, -43.557658081557712 ], [ 172.752644794690553, -43.557691384796811 ], [ 172.752615273077367, -43.557700850392621 ], [ 172.752556181079029, -43.557731693292318 ], [ 172.752519980978377, -43.557772115184207 ], [ 172.752509968159842, -43.557817358488705 ], [ 172.752526230430362, -43.557845982097277 ], [ 172.752539207109294, -43.557876980959328 ], [ 172.752532538396252, -43.557905554932255 ], [ 172.752535629010538, -43.557950826599217 ], [ 172.752542092988136, -43.557972281894941 ], [ 172.752558404059499, -43.5579889937678 ], [ 172.752574734636312, -43.558000940946037 ], [ 172.752584435507146, -43.558031932712879 ], [ 172.752564673076904, -43.558058095983945 ], [ 172.752571059089036, -43.55809861004623 ], [ 172.752541410520934, -43.558139046120466 ], [ 172.75250855429536, -43.558162798673266 ], [ 172.752472402665092, -43.558191308816276 ], [ 172.752449374011377, -43.558215082628131 ], [ 172.752416576235476, -43.558224541078069 ], [ 172.752387025059051, -43.558241153651281 ], [ 172.75237058713509, -43.558255412252308 ], [ 172.752377070598385, -43.558272102864237 ], [ 172.752370401764352, -43.558300676825453 ], [ 172.752353934549177, -43.558322082461714 ], [ 172.752350502553043, -43.558360192900786 ], [ 172.75232086346702, -43.558398246569411 ], [ 172.752307603782242, -43.55843633571628 ], [ 172.752291097469538, -43.55846727072629 ], [ 172.752268097920478, -43.558483897462509 ], [ 172.752192440013403, -43.558559969246296 ], [ 172.75215623917174, -43.558600391015332 ], [ 172.752133200471633, -43.55862654710689 ], [ 172.752110132451378, -43.558659850230875 ], [ 172.752106768649696, -43.558681284239817 ], [ 172.752073902190148, -43.558707419010062 ], [ 172.752027893007039, -43.558743054733931 ], [ 172.751945809708445, -43.55878814164555 ], [ 172.751876751716111, -43.558852315701039 ], [ 172.751817560431391, -43.558906981665189 ], [ 172.751738654854307, -43.558975898992543 ], [ 172.751633453661952, -43.559066200445379 ], [ 172.751570917505944, -43.55913753558049 ], [ 172.751478868462186, -43.559215953632346 ], [ 172.751373695851612, -43.559299107804364 ], [ 172.751291493719805, -43.559372782382596 ], [ 172.751261873070092, -43.559406071076559 ], [ 172.751251937441111, -43.559432255492865 ], [ 172.751232203379743, -43.559451271488882 ], [ 172.751205878208339, -43.559479802605154 ], [ 172.751189410258633, -43.559501208067466 ], [ 172.751163104653983, -43.559524974483089 ], [ 172.751140045560561, -43.559555895058772 ], [ 172.75111038551168, -43.559598713092711 ], [ 172.751077459275706, -43.559639141641014 ], [ 172.751047808950432, -43.55967957731275 ], [ 172.75102473011907, -43.559715262554285 ], [ 172.750972128384888, -43.55976041295591 ], [ 172.750929285761174, -43.559822261158637 ], [ 172.750899654876321, -43.559857932100151 ], [ 172.750876536626038, -43.559903146690331 ], [ 172.750853496874583, -43.559929302515464 ], [ 172.750800835913253, -43.559988746905631 ], [ 172.750757973310812, -43.560055359730733 ], [ 172.750761160902528, -43.560076807976557 ], [ 172.750741426475884, -43.560095823884865 ], [ 172.750715130258072, -43.56011720784899 ], [ 172.750695346688758, -43.560148135473483 ], [ 172.750649325770752, -43.560186152973813 ], [ 172.750609837110375, -43.560228949436862 ], [ 172.750593280301331, -43.560271795912747 ], [ 172.750573417996065, -43.560321782273299 ], [ 172.75055038778217, -43.560345555689992 ], [ 172.750530604053495, -43.560376483284358 ], [ 172.750481139727242, -43.560454993426724 ], [ 172.750431744106777, -43.560516827133647 ], [ 172.75035276598868, -43.560602419888575 ], [ 172.750290246405967, -43.560668989607265 ], [ 172.750214563585388, -43.560749824729491 ], [ 172.750184882605993, -43.560797407200369 ], [ 172.750145353836814, -43.560849732874559 ], [ 172.750109169944267, -43.560885389283655 ], [ 172.750053241241176, -43.560942443810887 ], [ 172.750010495338699, -43.560980468208221 ], [ 172.749971025409536, -43.561018499753537 ], [ 172.749951290426282, -43.561037515520979 ], [ 172.749862541984754, -43.56110879236514 ], [ 172.749780384843064, -43.561170554101686 ], [ 172.749672038952269, -43.561227493709453 ], [ 172.749570254808106, -43.561282065221128 ], [ 172.749412698738041, -43.561355573342041 ], [ 172.749235495871659, -43.561426655788971 ], [ 172.749074781613928, -43.561471568126585 ], [ 172.74896982927288, -43.56149992612503 ], [ 172.748891144636417, -43.561514047528505 ], [ 172.74880918390906, -43.561528161680052 ], [ 172.748740357065714, -43.561535157540206 ], [ 172.748687950092489, -43.561532659990114 ], [ 172.748625695150281, -43.561534905495449 ], [ 172.748573278275188, -43.561534790236692 ], [ 172.748520831672863, -43.561541821985585 ], [ 172.748484765335633, -43.561548889746348 ], [ 172.748402774726003, -43.561570150637742 ], [ 172.748324089867452, -43.561584271650212 ], [ 172.748265051401432, -43.561600818233487 ], [ 172.74819625417976, -43.561600666734243 ], [ 172.748130742941356, -43.56159814006697 ], [ 172.748052137404784, -43.561593202141673 ], [ 172.747989862518097, -43.561600211988122 ], [ 172.747930883540334, -43.561602464335984 ], [ 172.747901448684587, -43.561590487607852 ], [ 172.747822773620669, -43.561602225931161 ], [ 172.747789973287354, -43.561611683042017 ], [ 172.747652408655085, -43.561604232399219 ], [ 172.747580355267075, -43.561599308611072 ], [ 172.747550860798384, -43.561601625855026 ], [ 172.747495137962915, -43.561608649899092 ], [ 172.747459141124438, -43.561599040930133 ], [ 172.747426400450223, -43.561594203874556 ], [ 172.747360869343282, -43.561596441453538 ], [ 172.747321536737843, -43.561601119264012 ], [ 172.747292111961741, -43.561586760035652 ], [ 172.747249602892595, -43.561567607143736 ], [ 172.74718089537177, -43.561546013940784 ], [ 172.747135050530204, -43.561541147823789 ], [ 172.747095767770219, -43.561533913838524 ], [ 172.747072885221399, -43.561521951390738 ], [ 172.747030276588788, -43.561526621853687 ], [ 172.746971317589839, -43.561524109019423 ], [ 172.746948425098338, -43.561514528890392 ], [ 172.746919000453346, -43.561500169566102 ], [ 172.746876501537741, -43.561478634191992 ], [ 172.746834012628, -43.561454716458485 ], [ 172.746807874065126, -43.561437982016145 ], [ 172.746775203376302, -43.561416468368911 ], [ 172.746664057325546, -43.561359045366281 ], [ 172.74655624744662, -43.561287335455951 ], [ 172.746467984155373, -43.561241874813717 ], [ 172.74645174383204, -43.56120848567798 ], [ 172.746422369412841, -43.561182214507483 ], [ 172.746363550692763, -43.561146348549322 ], [ 172.746317856158669, -43.561105746950211 ], [ 172.746255861528454, -43.561046050230637 ], [ 172.746197073041316, -43.561003037155459 ], [ 172.746141650684962, -43.56093859023067 ], [ 172.746079716430472, -43.560864599352321 ], [ 172.746063616502369, -43.560797857347559 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747042849153274, -43.552159249266978 ], [ 172.747049290643446, -43.552185469583826 ], [ 172.747065558786915, -43.552211711639785 ], [ 172.747088417895242, -43.552228438794984 ], [ 172.747094859412414, -43.552254659109003 ], [ 172.747094759791196, -43.552278482584107 ], [ 172.747091404540242, -43.552297534118495 ], [ 172.747104407138352, -43.55232138657535 ], [ 172.747104307520686, -43.552345210050191 ], [ 172.747110778941533, -43.552364283320415 ], [ 172.747117240405117, -43.552385738937701 ], [ 172.74712041635226, -43.552409569657186 ], [ 172.747120346624115, -43.552426246089333 ], [ 172.747133349261077, -43.552450098542472 ], [ 172.747146371828563, -43.552469186299177 ], [ 172.747149507951264, -43.55250254640724 ], [ 172.747155859885311, -43.552550207843375 ], [ 172.747175363905257, -43.55258598651578 ], [ 172.747191542584545, -43.552633669678798 ], [ 172.747204465630347, -43.552676580902023 ], [ 172.747214162905408, -43.552707573144652 ], [ 172.747210767836776, -43.552736154070487 ], [ 172.747230341647395, -43.55275525630131 ], [ 172.747233527614668, -43.552776704668958 ], [ 172.747249776083635, -43.552807711391218 ], [ 172.747249586915558, -43.552852975989964 ], [ 172.747229803970271, -43.552883903055694 ], [ 172.74720347978797, -43.552912433285627 ], [ 172.747200114576941, -43.552933867168335 ], [ 172.747206566174242, -43.552957705125898 ], [ 172.747212997861141, -43.552986307777452 ], [ 172.747222715104215, -43.553012535323361 ], [ 172.747212778791123, -43.553038719416271 ], [ 172.747215934893745, -43.553067314824965 ], [ 172.747222386511282, -43.553091152781128 ], [ 172.747235359459637, -43.553122152261828 ], [ 172.747245056820958, -43.553153144499632 ], [ 172.747244957255788, -43.553176967971247 ], [ 172.747254624762206, -43.5532151072494 ], [ 172.747254495332101, -43.553246077762154 ], [ 172.747251060425839, -43.553284188074919 ], [ 172.74724439968864, -43.553310379410462 ], [ 172.747254097084323, -43.553341371646532 ], [ 172.747247446298502, -43.553365180634898 ], [ 172.747234224367276, -43.553393739833623 ], [ 172.747214451193742, -43.553422284546265 ], [ 172.747201259109346, -43.553443696699709 ], [ 172.747201179442612, -43.553462755475984 ], [ 172.747201040025658, -43.553496108334286 ], [ 172.747184512546141, -43.553531807324759 ], [ 172.747135188976017, -43.553576963259353 ], [ 172.747095652358894, -43.553631670297463 ], [ 172.74704958434063, -43.553681598133473 ], [ 172.746993779050968, -43.553710063082811 ], [ 172.746951116109727, -43.553729027617401 ], [ 172.746921535732554, -43.553752785833339 ], [ 172.746878753084673, -43.553800338502725 ], [ 172.746845757392947, -43.553857442301897 ], [ 172.74682264840348, -43.553900273771369 ], [ 172.746796233814791, -43.553950245021703 ], [ 172.74677974587172, -43.553976414562989 ], [ 172.746753440952034, -43.554000179988684 ], [ 172.746720604671907, -43.554019166201961 ], [ 172.746694319667398, -43.554038166920392 ], [ 172.746681067389488, -43.554073873090807 ], [ 172.746654632647221, -43.554128608999747 ], [ 172.746611809595464, -43.554185690951442 ], [ 172.746588730262204, -43.554221375330663 ], [ 172.746575497847914, -43.554252316794255 ], [ 172.746575308165575, -43.554297581379174 ], [ 172.746555584304502, -43.554314214239092 ], [ 172.746542361837299, -43.554342773351735 ], [ 172.746509415459684, -43.554387965314334 ], [ 172.746489581697148, -43.554430803973972 ], [ 172.746482880553799, -43.554466524644674 ], [ 172.746466392333531, -43.5544926941377 ], [ 172.746449854157447, -43.554530775360433 ], [ 172.746446468609776, -43.554556973906884 ], [ 172.746459461446904, -43.554583208774623 ], [ 172.746446188932509, -43.554623679606586 ], [ 172.746442853321071, -43.554637966420479 ], [ 172.746452590468351, -43.554659429331281 ], [ 172.746449224891222, -43.554680863184423 ], [ 172.746445799380439, -43.554716591115593 ], [ 172.74644568950643, -43.554742796925545 ], [ 172.746442194068976, -43.554795201280562 ], [ 172.746435392966362, -43.554854745409145 ], [ 172.746418834691355, -43.554897591317243 ], [ 172.746418704825629, -43.554928561818883 ], [ 172.746411963624098, -43.554973811867072 ], [ 172.746392089635464, -43.555026179889659 ], [ 172.746375571248024, -43.555059496405185 ], [ 172.746359032858123, -43.555097577610503 ], [ 172.74633584310223, -43.555159467739543 ], [ 172.746312623316697, -43.5552285049015 ], [ 172.746282872035721, -43.5552927628273 ], [ 172.746259722110551, -43.555345123554169 ], [ 172.746239877857363, -43.555390344508119 ], [ 172.7462200035813, -43.55544271249628 ], [ 172.746206670726082, -43.555497477369478 ], [ 172.746180204928777, -43.555559360190365 ], [ 172.746170227742368, -43.555595073562664 ], [ 172.746153739077073, -43.555621243004317 ], [ 172.746143821869197, -43.555642662298325 ], [ 172.746107398699991, -43.555735493776773 ], [ 172.746090729916858, -43.555804545433951 ], [ 172.746064163825423, -43.555890251682136 ], [ 172.746060577949152, -43.555964097125951 ], [ 172.746047364888767, -43.555990273825849 ], [ 172.746047234827813, -43.556021244320661 ], [ 172.746053716307415, -43.556037935292828 ], [ 172.746070015058223, -43.556057030437017 ], [ 172.746063363502884, -43.556080839343267 ], [ 172.746063283470221, -43.556099898109032 ], [ 172.746040223088016, -43.556130817671523 ], [ 172.746033581517992, -43.556152244229978 ], [ 172.746026829882169, -43.556199876590398 ], [ 172.746055521415883, -43.556388147381803 ], [ 172.74606189288977, -43.556431044153946 ], [ 172.746071530148612, -43.556476330546481 ], [ 172.74607456583783, -43.556533514115053 ], [ 172.746087468904335, -43.556581190126337 ], [ 172.746093820414501, -43.556628851586346 ], [ 172.746096886140691, -43.556678888116437 ], [ 172.746113075051227, -43.556724189052943 ], [ 172.746116230817933, -43.556752784472692 ], [ 172.746125908175117, -43.556788541476564 ], [ 172.74612577815077, -43.556819511967198 ], [ 172.746138711321834, -43.556860040934311 ], [ 172.74614513290868, -43.556891025971566 ], [ 172.746154830306239, -43.556922018281441 ], [ 172.746164477711631, -43.556964922317214 ], [ 172.746164387707893, -43.556986363425537 ], [ 172.74616754351203, -43.557014958842657 ], [ 172.746177080941578, -43.557084068675358 ], [ 172.746196495838689, -43.557141288596263 ], [ 172.746202847491588, -43.557188950045898 ], [ 172.746225538268078, -43.557246177232685 ], [ 172.746238371619881, -43.557310529638357 ], [ 172.746231600015903, -43.557362926691681 ], [ 172.74626732423323, -43.557436859368202 ], [ 172.74629012511474, -43.55746788074309 ], [ 172.746299902639805, -43.557479814276498 ], [ 172.746290005167054, -43.557496468885255 ], [ 172.746280017724445, -43.5575345645995 ], [ 172.746266744433115, -43.557575035387792 ], [ 172.746273176156166, -43.557603638069175 ], [ 172.746266424541602, -43.557651270431663 ], [ 172.746272856272441, -43.55767987311269 ], [ 172.746272736315746, -43.557708461253753 ], [ 172.746269350507077, -43.557734659779697 ], [ 172.746262628864827, -43.557775145105666 ], [ 172.7462787582121, -43.557834740081248 ], [ 172.746304605214164, -43.557920562656307 ], [ 172.746349907597477, -43.558054075731306 ], [ 172.746372538878433, -43.558125596950944 ], [ 172.746398536010332, -43.558175684327537 ], [ 172.746427749117174, -43.558240073032721 ], [ 172.746450400538066, -43.558306829545295 ], [ 172.746479683682253, -43.558354541822126 ], [ 172.746495943237505, -43.558383166279079 ], [ 172.746505700975518, -43.558399864483128 ], [ 172.746512172846479, -43.558418937768096 ], [ 172.746512082961516, -43.558440378871524 ], [ 172.746521760818325, -43.558476135832542 ], [ 172.746528142822882, -43.558516650219559 ], [ 172.746550934257272, -43.558550053882684 ], [ 172.746573685777406, -43.558592986920203 ], [ 172.746576831870698, -43.558623964663397 ], [ 172.746576692084233, -43.558657317489867 ], [ 172.746570030452489, -43.558683508759252 ], [ 172.746560092913739, -43.558709692766413 ], [ 172.746569720916057, -43.558757361445373 ], [ 172.746559763393975, -43.558788310141523 ], [ 172.746549656073455, -43.558854994006495 ], [ 172.746523229089092, -43.558907347489082 ], [ 172.746500177852141, -43.558935884782464 ], [ 172.746480392519601, -43.558966811679682 ], [ 172.746440981637306, -43.558990547950089 ], [ 172.746404786691755, -43.559028585540361 ], [ 172.746368631672965, -43.559057093740655 ], [ 172.746335802513471, -43.559073697474979 ], [ 172.746306209275389, -43.559099837846887 ], [ 172.746286483767875, -43.55911647064233 ], [ 172.746276566027973, -43.559137889933403 ], [ 172.746240460874219, -43.55915448636997 ], [ 172.746210897553368, -43.559173479683274 ], [ 172.746174742356516, -43.559201987821105 ], [ 172.746135371210386, -43.559216194606805 ], [ 172.746099285978744, -43.559228026309512 ], [ 172.746053342927183, -43.559246983205419 ], [ 172.746030311351689, -43.559270755712717 ], [ 172.746013811609032, -43.559299307459078 ], [ 172.74599730184292, -43.559330241547237 ], [ 172.745974290231004, -43.559349249354078 ], [ 172.745947952619161, -43.559380161598533 ], [ 172.745924890919213, -43.559411081116735 ], [ 172.745901899276959, -43.559425324220008 ], [ 172.745862407763383, -43.559468119041995 ], [ 172.74582278600198, -43.559541884324986 ], [ 172.745806236009741, -43.559582347760688 ], [ 172.745789716043532, -43.559615664161079 ], [ 172.745789605866378, -43.559641869947185 ], [ 172.745815693296748, -43.559670516345861 ], [ 172.745828666919095, -43.559701515952121 ], [ 172.745838364598342, -43.559732508274273 ], [ 172.74586770802253, -43.559765926631584 ], [ 172.745890579656617, -43.55978027166617 ], [ 172.74592323913717, -43.559804167913555 ], [ 172.745962560669568, -43.559801872924197 ], [ 172.745992054318975, -43.559799556087263 ], [ 172.746014936002695, -43.559811518752845 ], [ 172.746041113669293, -43.559818724002312 ], [ 172.746047575537347, -43.559840179653015 ], [ 172.746034381629613, -43.559861591643269 ], [ 172.746011339803943, -43.559887746487711 ], [ 172.746001351783832, -43.559925842160226 ], [ 172.745994699768829, -43.559949651045223 ], [ 172.745991273676538, -43.55998537892836 ], [ 172.745987887613865, -43.560011577434878 ], [ 172.745994279426014, -43.560049709496234 ], [ 172.745990893360869, -43.560075908002567 ], [ 172.745980935322478, -43.560106856639877 ], [ 172.745957913399081, -43.560128246784117 ], [ 172.745947985365262, -43.560152048386207 ], [ 172.745944539212985, -43.560192540954532 ], [ 172.745957523021843, -43.560221158199802 ], [ 172.74596385477966, -43.560273584325209 ], [ 172.745976718507279, -43.560330789695186 ], [ 172.74598643637907, -43.560357017313969 ], [ 172.745992798200717, -43.560402296404909 ], [ 172.745986076068533, -43.560442781694491 ], [ 172.745995733912508, -43.560483303375229 ], [ 172.746008717807484, -43.56051192061345 ], [ 172.746021661685546, -43.560550067225464 ], [ 172.746028053574349, -43.560588199281526 ], [ 172.746034445471111, -43.560626331337019 ], [ 172.746037491322028, -43.560681132521587 ], [ 172.746053651227385, -43.560733580468586 ], [ 172.74606334918505, -43.560764572766715 ], [ 172.746066475113452, -43.56080031519928 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "03/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "seawall", "Source": "Max", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731273590365873, -43.506280868403294 ], [ 172.731289702043142, -43.506338083593775 ], [ 172.731299373290909, -43.506371459761247 ], [ 172.731312391584567, -43.506388167073148 ], [ 172.731335207955198, -43.506409662183287 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "03/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731338470456876, -43.5064120522376 ], [ 172.731341658998701, -43.506431118837689 ], [ 172.731344889804916, -43.506440655982907 ], [ 172.731384060994458, -43.506464571897567 ], [ 172.731442733342561, -43.506519504653866 ], [ 172.731475200064295, -43.506579140616815 ], [ 172.731526914663647, -43.506726970137059 ], [ 172.731607770685031, -43.506946339687055 ], [ 172.731646456822943, -43.50707984423201 ], [ 172.731665852721534, -43.507134684681276 ], [ 172.731593580470815, -43.507194074756349 ], [ 172.731557460128556, -43.507220196231287 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "03/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "seawall", "Source": "Max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.343056216247108", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731560733239945, -43.507220203915651 ], [ 172.731651219432337, -43.507482479010292 ], [ 172.731748315983907, -43.507730475202159 ], [ 172.731809914947519, -43.507864033426429 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "03/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "2.429773652009586", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731809914947519, -43.507864033426429 ], [ 172.73182954327774, -43.507866461851485 ], [ 172.731855717902533, -43.507868905625266 ], [ 172.731888417733188, -43.507876129469693 ], [ 172.731930821039498, -43.507909582321766 ], [ 172.731940524515664, -43.507935811337838 ], [ 172.731963320606354, -43.50796207104527 ], [ 172.732002493021952, -43.507985986744913 ], [ 172.732051442777419, -43.508019454895319 ], [ 172.732074123034835, -43.508071920575176 ], [ 172.732083721227099, -43.508121973209967 ], [ 172.732093414266302, -43.508150584575489 ], [ 172.732099781468435, -43.508191100086648 ], [ 172.732132207584584, -43.508260265301928 ], [ 172.732141900668495, -43.508288876662739 ], [ 172.732151614830627, -43.508312723296505 ], [ 172.732161307932017, -43.508341334655441 ], [ 172.732164486297421, -43.508362783590144 ], [ 172.732164359888372, -43.508391371946665 ], [ 172.732174095143023, -43.508410453852079 ], [ 172.732177210314802, -43.508446196964307 ], [ 172.732199975101167, -43.508479603711997 ], [ 172.732219414071238, -43.508524914604394 ], [ 172.732232338295745, -43.508563063073936 ], [ 172.73223218032328, -43.508598798518506 ], [ 172.73224517828848, -43.508620270445505 ], [ 172.732274594853891, -43.508629868877712 ], [ 172.73228105699252, -43.508648943109293 ], [ 172.732284203827504, -43.50867753912847 ], [ 172.732306989816493, -43.508706181128026 ], [ 172.732310084024078, -43.508746688960855 ], [ 172.732342584365625, -43.508799177570886 ], [ 172.732355498198729, -43.508839708387903 ], [ 172.732358655604941, -43.508865922041331 ], [ 172.732384578068576, -43.508925542403588 ], [ 172.732394292427244, -43.508949389014568 ], [ 172.732407279999791, -43.508973243284998 ], [ 172.732420236009801, -43.509004244642377 ], [ 172.73244300113862, -43.50903765133932 ], [ 172.732465734725025, -43.509078205120005 ], [ 172.732507907730621, -43.509164069735355 ], [ 172.732533893586663, -43.509209395884774 ], [ 172.732540303269928, -43.509240381913941 ], [ 172.732553259404511, -43.509271383255125 ], [ 172.732559669104063, -43.509302369282892 ], [ 172.732579161195218, -43.509335768295401 ], [ 172.732582297687031, -43.509366746666132 ], [ 172.732585476253576, -43.509388195585792 ], [ 172.732582087326392, -43.509414393920125 ], [ 172.732578708914417, -43.509438209891563 ], [ 172.732594906791007, -43.509476365970535 ], [ 172.732607915588829, -43.509495455491162 ], [ 172.732604516147916, -43.50952403618831 ], [ 172.732627323637757, -43.509547913395714 ], [ 172.732659971891792, -43.509567048833162 ], [ 172.732672907127721, -43.509602814884609 ], [ 172.73269224167035, -43.509671949315624 ], [ 172.732714891556384, -43.509731561944008 ], [ 172.732727795322063, -43.509774475076107 ], [ 172.732753834159723, -43.509807889359045 ], [ 172.732766832567449, -43.509829361223346 ], [ 172.732776505177725, -43.509862737249016 ], [ 172.73278949309514, -43.509886591473105 ], [ 172.73279915521718, -43.509922349859096 ], [ 172.732799050120207, -43.509946173484231 ], [ 172.732831572541556, -43.509993897222031 ], [ 172.732847833771416, -43.510017759087347 ], [ 172.732864126535617, -43.510034473862859 ], [ 172.732880419308742, -43.510051188635998 ], [ 172.732886892294118, -43.510067880467012 ], [ 172.732896586019905, -43.510096491756443 ], [ 172.732919320304319, -43.510137045441262 ], [ 172.73293552908487, -43.510172819105918 ], [ 172.732971156960019, -43.510258668246685 ], [ 172.732987313291261, -43.5103063537154 ], [ 172.733016594276023, -43.510346922667331 ], [ 172.733019689036723, -43.510387430470757 ], [ 172.733035876941756, -43.510427968844638 ], [ 172.733048812581217, -43.510463734849218 ], [ 172.733068263315857, -43.510506663222543 ], [ 172.733077873204934, -43.510554333393323 ], [ 172.733090829892774, -43.510585334667915 ], [ 172.733090724908067, -43.510609158290841 ], [ 172.733103713107994, -43.51063301247688 ], [ 172.733113407025428, -43.510661623745605 ], [ 172.733126374251242, -43.510690242653432 ], [ 172.733142614790125, -43.510718869199202 ], [ 172.733161981706473, -43.510780856452918 ], [ 172.733181306682212, -43.510852373151593 ], [ 172.73320076812854, -43.510892919137824 ], [ 172.733210399169536, -43.510935824570311 ], [ 172.733229839675658, -43.510981135275429 ], [ 172.733246069848292, -43.511012144167545 ], [ 172.733265573355936, -43.511043160693298 ], [ 172.733268678808059, -43.511081286123442 ], [ 172.733281604231621, -43.511119434460412 ], [ 172.733297886920155, -43.511138531534051 ], [ 172.733317442943502, -43.511157636239936 ], [ 172.733323863718596, -43.511186239854084 ], [ 172.733327032150783, -43.511210071109303 ], [ 172.73334004154944, -43.511229160542385 ], [ 172.733356229891314, -43.51126969886608 ], [ 172.733372439230067, -43.51130547246315 ], [ 172.733372344841172, -43.511326913721589 ], [ 172.73337536647378, -43.511384098043322 ], [ 172.733394670916965, -43.511460379423532 ], [ 172.733420553556044, -43.511529528977164 ], [ 172.733443299210023, -43.511567700187932 ], [ 172.733462782027885, -43.51160348140165 ], [ 172.733472497235823, -43.511627327912066 ], [ 172.733472298042784, -43.511672592788685 ], [ 172.7335015171127, -43.511727455780679 ], [ 172.733511148496717, -43.511770361182478 ], [ 172.733511022708257, -43.511798949525016 ], [ 172.73353708380651, -43.511827598897383 ], [ 172.733553293399893, -43.511863372465982 ], [ 172.733562893400602, -43.511913424948034 ], [ 172.733598785152623, -43.511939714826639 ], [ 172.733615047203955, -43.511963576576839 ], [ 172.733614910985324, -43.511994547280466 ], [ 172.733611438523809, -43.512039804528477 ], [ 172.733601471701945, -43.5120731347142 ], [ 172.733617660441837, -43.512113672995909 ], [ 172.73363067012491, -43.512132762393655 ], [ 172.733630575824691, -43.512154203649445 ], [ 172.733640291186077, -43.512178050143675 ], [ 172.733653300890012, -43.512197139538678 ], [ 172.733679372702085, -43.512223406515481 ], [ 172.7336890461915, -43.512256782452226 ], [ 172.733692193870525, -43.512285378416792 ], [ 172.733678953664537, -43.512318700983798 ], [ 172.733685416633762, -43.512337775125843 ], [ 172.733691879607022, -43.512356849267469 ], [ 172.733704836990569, -43.512387850464485 ], [ 172.733734192773142, -43.512411742690119 ], [ 172.733747129243312, -43.512447508605426 ], [ 172.73375687611599, -43.512464208003848 ], [ 172.733766570631133, -43.512492819209591 ], [ 172.733779538553762, -43.51252143803594 ], [ 172.733776181377607, -43.51254048930732 ], [ 172.733772771837494, -43.512571452386553 ], [ 172.733798833390495, -43.512600101696542 ], [ 172.733834767530567, -43.512616862052866 ], [ 172.733860776787736, -43.51265742315654 ], [ 172.733860640691461, -43.512688393857019 ], [ 172.733870335290987, -43.512717005053041 ], [ 172.733889871067049, -43.512740874380633 ], [ 172.733912669803118, -43.512767133684164 ], [ 172.733928754271545, -43.512831495533192 ], [ 172.733934976653302, -43.512905363974319 ], [ 172.733937925626577, -43.512979224797185 ], [ 172.73393774770409, -43.51301972494192 ], [ 172.733947390064003, -43.513060247937133 ], [ 172.733960316331689, -43.513098396186336 ], [ 172.733979810407817, -43.513131794943014 ], [ 172.733996062463547, -43.51315803899665 ], [ 172.734012335459624, -43.513179518325117 ], [ 172.734025282718648, -43.513212901843609 ], [ 172.734034946091924, -43.513248660107571 ], [ 172.734070912064283, -43.513258273304835 ], [ 172.734090500393734, -43.513270230789722 ], [ 172.734103500013163, -43.513291702492182 ], [ 172.734116489182668, -43.513315556554453 ], [ 172.734126194460885, -43.513341785364872 ], [ 172.734119574362126, -43.513358446670651 ], [ 172.734103123466042, -43.513377467500604 ], [ 172.734109565761514, -43.513401306338416 ], [ 172.734135638287739, -43.513427573207494 ], [ 172.734158447845232, -43.513451450098493 ], [ 172.734184520414203, -43.513477716956309 ], [ 172.734158196864456, -43.513508626769585 ], [ 172.734151608129423, -43.513518140992872 ], [ 172.734164555536807, -43.513551524494005 ], [ 172.734184049870407, -43.513584923213841 ], [ 172.734197018221892, -43.513613541988498 ], [ 172.734206681759417, -43.513649300235862 ], [ 172.734222913141224, -43.513680308977946 ], [ 172.734229365970265, -43.513701765446733 ], [ 172.734235776985599, -43.513732751359882 ], [ 172.734248745392847, -43.51376137012808 ], [ 172.734268239839963, -43.513794768832661 ], [ 172.734294291699172, -43.513825800386698 ], [ 172.734310575431181, -43.51384489730976 ], [ 172.734333322509372, -43.513883068331701 ], [ 172.734352869292223, -43.513904555215618 ], [ 172.734362564316399, -43.513933166364907 ], [ 172.734368964974379, -43.513966534630718 ], [ 172.734391733031856, -43.513999940918197 ], [ 172.734417670119399, -43.514057178415598 ], [ 172.734437164754183, -43.514090577090109 ], [ 172.734469628005058, -43.514152594502818 ], [ 172.734479239562262, -43.514200264529698 ], [ 172.734472494120212, -43.514245514185909 ], [ 172.734478821754436, -43.514295558971121 ], [ 172.734478560623501, -43.51435511799621 ], [ 172.734484982278957, -43.514383721531388 ], [ 172.734494708775088, -43.514405185584515 ], [ 172.734520740124424, -43.514440981806551 ], [ 172.734543487557374, -43.514479152783615 ], [ 172.734559646237386, -43.514526838000947 ], [ 172.734572531433059, -43.514574515616609 ], [ 172.734572437458269, -43.51459595686481 ], [ 172.73457233304174, -43.514619780473872 ], [ 172.73458532267847, -43.514643634478539 ], [ 172.734611375063565, -43.514674665957102 ], [ 172.734604692308125, -43.514705621452258 ], [ 172.734637375279647, -43.514717609233983 ], [ 172.734660185518806, -43.514741486021258 ], [ 172.734689511504484, -43.514772525078264 ], [ 172.734712321784855, -43.514796401855016 ], [ 172.734728480681326, -43.514844087046413 ], [ 172.734747819216182, -43.514913221076696 ], [ 172.734780147585525, -43.515006209084383 ], [ 172.734806106332115, -43.515058681764117 ], [ 172.734841739702205, -43.515144530262731 ], [ 172.734851299551622, -43.515204112054747 ], [ 172.734854406202828, -43.515242237417112 ], [ 172.734851038778743, -43.515263671072113 ], [ 172.734867270919636, -43.515294679715907 ], [ 172.734890039748251, -43.515328085898382 ], [ 172.734909441191604, -43.515382925732496 ], [ 172.734919022000781, -43.515437742795378 ], [ 172.7349188238625, -43.515483007647035 ], [ 172.734935087379483, -43.515506869198468 ], [ 172.73495457233588, -43.515542650138805 ], [ 172.734977289174907, -43.515587968105656 ], [ 172.735009816323839, -43.515635691188919 ], [ 172.735029311789646, -43.515669089755399 ], [ 172.735042270559006, -43.51570009078641 ], [ 172.735042135052538, -43.515731061473318 ], [ 172.735064872872584, -43.515771614700597 ], [ 172.735074547683354, -43.515804990502787 ], [ 172.735080980192947, -43.515831211637853 ], [ 172.735093959866276, -43.515857447941343 ], [ 172.735100215226652, -43.515924169202989 ], [ 172.735093511736665, -43.51595988944112 ], [ 172.735119481580625, -43.516009979682245 ], [ 172.73515849373203, -43.516072012050074 ], [ 172.735190958774893, -43.51613402924108 ], [ 172.735213551006694, -43.516207935481674 ], [ 172.735236132877077, -43.516284224077282 ], [ 172.735265314091691, -43.516348616025283 ], [ 172.735261873843342, -43.516386726210513 ], [ 172.735287937735563, -43.516415375167966 ], [ 172.735307412777075, -43.516453538404043 ], [ 172.735323687119035, -43.516475017536955 ], [ 172.735326846192351, -43.516501231077655 ], [ 172.735343099729931, -43.516527474928139 ], [ 172.735369080432775, -43.516575182748547 ], [ 172.735378724305605, -43.516615705601716 ], [ 172.735381883409815, -43.516641919140312 ], [ 172.735381716840863, -43.516680036903516 ], [ 172.735401056698123, -43.516749170804488 ], [ 172.735427068767422, -43.516789731529776 ], [ 172.735440007161003, -43.516825497231046 ], [ 172.735449692752212, -43.516856490636158 ], [ 172.735452862307085, -43.516880321811712 ], [ 172.735469157629126, -43.516897036202494 ], [ 172.735485421740435, -43.516920897671277 ], [ 172.735491854544222, -43.51694711877883 ], [ 172.73548848724792, -43.516968552446563 ], [ 172.735494951276678, -43.516987626473529 ], [ 172.73552100513146, -43.517018657735839 ], [ 172.735537238081946, -43.517049666277089 ], [ 172.735543618899897, -43.517087799181525 ], [ 172.735563094316944, -43.517125962370507 ], [ 172.735585780992011, -43.517178427286666 ], [ 172.735602014018099, -43.517209435818003 ], [ 172.73559858433228, -43.517245163648049 ], [ 172.735605006816883, -43.517273767107966 ], [ 172.735627787193152, -43.517304790774929 ], [ 172.735640767416413, -43.517331027010968 ], [ 172.735660294971581, -43.517357278382384 ], [ 172.735670011957779, -43.51738112468658 ], [ 172.735686255479806, -43.517409750845175 ], [ 172.735712309613433, -43.517440782062351 ], [ 172.735731743661006, -43.517488474660517 ], [ 172.735751198531744, -43.517531402535241 ], [ 172.735764137273293, -43.517567168196088 ], [ 172.735786938630781, -43.517593427110434 ], [ 172.735799908589883, -43.517622045687332 ], [ 172.735802995166438, -43.517664935729329 ], [ 172.735822294239625, -43.517743598988467 ], [ 172.735822107154235, -43.517786481465293 ], [ 172.735825172967253, -43.517834136225098 ], [ 172.735838080637222, -43.517877048955341 ], [ 172.735870453809639, -43.5179605071758 ], [ 172.735902910195222, -43.518024906508337 ], [ 172.735922354968153, -43.518070216710349 ], [ 172.73594513580494, -43.518101240310926 ], [ 172.735974495232966, -43.518125131946846 ], [ 172.735971024160705, -43.518170389221503 ], [ 172.735983963166916, -43.518206154854163 ], [ 172.736000217443745, -43.518232398605299 ], [ 172.736006609060979, -43.518268149117432 ], [ 172.736022852978209, -43.518296775224783 ], [ 172.736048928434002, -43.518323041642574 ], [ 172.736088119535481, -43.518344573560775 ], [ 172.736101131327757, -43.518363662662004 ], [ 172.736117375315217, -43.518392288755656 ], [ 172.736120524446079, -43.518420884626345 ], [ 172.736120399860397, -43.518449472941555 ], [ 172.736126833098496, -43.518475694007492 ], [ 172.736123434793086, -43.518504274767253 ], [ 172.736139647684212, -43.518540047935815 ], [ 172.736142807214264, -43.518566261445663 ], [ 172.736149188568902, -43.518604394307538 ], [ 172.736162127771934, -43.518640159917823 ], [ 172.736181655972985, -43.518666411195809 ], [ 172.736194595208275, -43.518702176802122 ], [ 172.736220660534173, -43.518730825539002 ], [ 172.736249958112353, -43.518769011259522 ], [ 172.736262876656326, -43.518809541576587 ], [ 172.736269330746552, -43.518830997914186 ], [ 172.736295333910533, -43.518873940790343 ], [ 172.73629190453471, -43.518909668631558 ], [ 172.736285242911691, -43.51893585948411 ], [ 172.736288392148907, -43.518964455347749 ], [ 172.736291531013421, -43.518995433570559 ], [ 172.736307775258979, -43.519024059634624 ], [ 172.736340450522988, -43.519038429286667 ], [ 172.736353441796666, -43.519062283076217 ], [ 172.73635665331085, -43.519076584781196 ], [ 172.73635326545201, -43.519102783185566 ], [ 172.736369468265025, -43.519140938677907 ], [ 172.736392197872931, -43.519183873981895 ], [ 172.736421475036138, -43.519226824374933 ], [ 172.736447468107258, -43.519272149573538 ], [ 172.736450503373646, -43.519326951383512 ], [ 172.736460117292637, -43.519374621206708 ], [ 172.736473098316367, -43.519400857340834 ], [ 172.736499236646694, -43.519412829497007 ], [ 172.736495848830003, -43.519439027904198 ], [ 172.736505556108398, -43.519465256489624 ], [ 172.736515273762137, -43.519489102714907 ], [ 172.736521676179393, -43.519522470832257 ], [ 172.736534553598688, -43.519572530550931 ], [ 172.736544250549088, -43.519601141491755 ], [ 172.736567011547265, -43.519636929680757 ], [ 172.736576646335351, -43.519679834773612 ], [ 172.736583007348514, -43.519722732323153 ], [ 172.73659594704381, -43.519758497878584 ], [ 172.736615413612668, -43.519799043233483 ], [ 172.736641500332098, -43.519822927152447 ], [ 172.736657724240501, -43.519856317881839 ], [ 172.736693311228123, -43.519954077540518 ], [ 172.736725593446891, -43.5200589767257 ], [ 172.736767635069981, -43.52017819266559 ], [ 172.736774037697387, -43.520211560765325 ], [ 172.736783714148572, -43.520244936401141 ], [ 172.736803191354056, -43.520283099362381 ], [ 172.736835774222271, -43.520318910102304 ], [ 172.736861757715189, -43.520366617558985 ], [ 172.736874677004721, -43.520407147797457 ], [ 172.736877826593542, -43.520435743638394 ], [ 172.736880976185319, -43.520464339479069 ], [ 172.73689719004372, -43.520500112530414 ], [ 172.736919982640615, -43.520528753568279 ], [ 172.736919868774663, -43.52055495951587 ], [ 172.736942651052232, -43.520585982907875 ], [ 172.736958885679257, -43.520616991232181 ], [ 172.736988153584434, -43.520662323830948 ], [ 172.737004377906857, -43.52069571450734 ], [ 172.737000969537547, -43.520726677641562 ], [ 172.737023720878625, -43.520764848093144 ], [ 172.737056293789266, -43.520803041127017 ], [ 172.737085520476569, -43.520857903134896 ], [ 172.737095155822374, -43.520900808176272 ], [ 172.73710152767157, -43.520941323330312 ], [ 172.737137167721073, -43.521027171042192 ], [ 172.737166177407829, -43.521132062560014 ], [ 172.737198378338803, -43.521256020462758 ], [ 172.737230682795627, -43.52135615476822 ], [ 172.737256708395421, -43.521394332694094 ], [ 172.737269617827479, -43.521437245240428 ], [ 172.737256356885524, -43.521475332885217 ], [ 172.737285615088155, -43.5215230477612 ], [ 172.737314718292453, -43.521606498007039 ], [ 172.737372976610487, -43.521761486681221 ], [ 172.737415216991764, -43.521835437543857 ], [ 172.737408483197385, -43.521878304957717 ], [ 172.737418149928175, -43.52191406289004 ], [ 172.737437659060731, -43.521945078659293 ], [ 172.737447315487969, -43.52198321894717 ], [ 172.737463509422668, -43.522023756627277 ], [ 172.737482904985256, -43.522080978330088 ], [ 172.737518597881603, -43.522154914117472 ], [ 172.737567221336178, -43.522266997683886 ], [ 172.73758654479272, -43.522340895874855 ], [ 172.737612478113789, -43.522400514938894 ], [ 172.737618871111522, -43.522436265338278 ], [ 172.737622021152873, -43.522464861149693 ], [ 172.737638256627491, -43.522495869369514 ], [ 172.737661060645422, -43.522522127894234 ], [ 172.737706720346637, -43.522562733138976 ], [ 172.737732726121664, -43.522605675666824 ], [ 172.737755416709149, -43.522658140112092 ], [ 172.737758504910687, -43.52270103006763 ], [ 172.737791161865317, -43.52272016401804 ], [ 172.737807459398425, -43.522736878064109 ], [ 172.737797534366024, -43.52276067912203 ], [ 172.737810465102882, -43.522798826882557 ], [ 172.737849566881977, -43.522841799411907 ], [ 172.737885270985032, -43.522913352719172 ], [ 172.737953508590977, -43.523032628214601 ], [ 172.73799549281037, -43.523166137800146 ], [ 172.73803119727549, -43.523237691058718 ], [ 172.738066912132041, -43.523306861947532 ], [ 172.738092887561123, -43.523356951463086 ], [ 172.73812204427449, -43.523428489692208 ], [ 172.738138156606794, -43.523488086131621 ], [ 172.738157563573878, -43.523542925350249 ], [ 172.738177053000584, -43.523578705702455 ], [ 172.73820304924061, -43.523624030475482 ], [ 172.738222528418817, -43.52366219317738 ], [ 172.73826165164536, -43.523700400845847 ], [ 172.738274603471325, -43.523733783833265 ], [ 172.73829738763277, -43.523764806942857 ], [ 172.738316774236409, -43.523824410847915 ], [ 172.738319945271684, -43.52384824191865 ], [ 172.738336202065682, -43.523874485318203 ], [ 172.738355712296254, -43.523905500922929 ], [ 172.738378445087079, -43.523948435804314 ], [ 172.738391386735145, -43.523984201135058 ], [ 172.738401095554792, -43.524010429542621 ], [ 172.738414047523236, -43.524043812512794 ], [ 172.738394269556579, -43.524074738218459 ], [ 172.738390841109634, -43.524110466092438 ], [ 172.738390727866175, -43.524136672026643 ], [ 172.738403597500593, -43.524189113858377 ], [ 172.738429491236616, -43.524258262152237 ], [ 172.738484830790526, -43.524332242554365 ], [ 172.738526868518193, -43.524453840131955 ], [ 172.738555985112953, -43.524534907669377 ], [ 172.738581848306694, -43.524611202997825 ], [ 172.738614187676149, -43.524704189791485 ], [ 172.73870179547319, -43.524887833368545 ], [ 172.738734237989291, -43.524956996550934 ], [ 172.738763447625473, -43.525016622813595 ], [ 172.738796013631486, -43.525057197689286 ], [ 172.738808976317898, -43.525088198252398 ], [ 172.738812055103011, -43.5251334705207 ], [ 172.738844528707716, -43.52519548659761 ], [ 172.738847710297307, -43.525216935291404 ], [ 172.738857429786862, -43.525240781298258 ], [ 172.738876909893406, -43.525278943880231 ], [ 172.738893115932825, -43.525317098981844 ], [ 172.73891582908135, -43.52536479846254 ], [ 172.738951648925763, -43.525410145482802 ], [ 172.738977605437469, -43.525464999497444 ], [ 172.739006846369762, -43.525517478622255 ], [ 172.739019747637883, -43.525562773302546 ], [ 172.739032628384933, -43.525612832695359 ], [ 172.739055403368894, -43.525646238003574 ], [ 172.739068356044157, -43.52567962089185 ], [ 172.739087856959742, -43.525713018721397 ], [ 172.739094251169576, -43.525748769020652 ], [ 172.7391170057046, -43.525786939030205 ], [ 172.739139698672233, -43.525839403177571 ], [ 172.739168919394729, -43.525896646972434 ], [ 172.739188348586367, -43.525946721283205 ], [ 172.739204575526088, -43.525980111623106 ], [ 172.739204452363964, -43.526008699907408 ], [ 172.739223840569394, -43.526068303639306 ], [ 172.739246605567331, -43.526104091264472 ], [ 172.739269360331036, -43.52614226124193 ], [ 172.739288820464481, -43.52618518846301 ], [ 172.739314869944337, -43.526218601182734 ], [ 172.739331076508819, -43.526256756217307 ], [ 172.739337481176648, -43.526290124143124 ], [ 172.739350454659444, -43.526318742282584 ], [ 172.739369945677993, -43.526354522418089 ], [ 172.739373065970653, -43.526390265234902 ], [ 172.739386070261133, -43.526411736299274 ], [ 172.739398982256631, -43.52645464857396 ], [ 172.739402123083181, -43.526485626675694 ], [ 172.739408486791092, -43.526528524023739 ], [ 172.73943123156053, -43.526569076323632 ], [ 172.739427783067242, -43.526609568927888 ], [ 172.73942111168148, -43.526638142285861 ], [ 172.739437369697015, -43.526664385519112 ], [ 172.739479862066503, -43.526681159007872 ], [ 172.739519059790382, -43.526702689735338 ], [ 172.739535338367148, -43.526724168240932 ], [ 172.739564641884272, -43.526762353073671 ], [ 172.739590681514898, -43.526798148084957 ], [ 172.739600381051872, -43.526826758736959 ], [ 172.739593648232102, -43.526869626244483 ], [ 172.739600135094037, -43.526883935298748 ], [ 172.739606539974972, -43.526917303206361 ], [ 172.739668411258805, -43.526996062637451 ], [ 172.739733321299155, -43.52712962369074 ], [ 172.739772150705903, -43.527236919169347 ], [ 172.73980769580777, -43.52734658953873 ], [ 172.739807429560727, -43.527408530809346 ], [ 172.739826869999888, -43.527456222644361 ], [ 172.739859335641967, -43.52752062077009 ], [ 172.7398722379682, -43.527565915340944 ], [ 172.739888332632148, -43.527630276210559 ], [ 172.739933833901489, -43.527708998246304 ], [ 172.739972878943007, -43.527766264162928 ], [ 172.740015136892083, -43.527837831649414 ], [ 172.740028059865011, -43.527878361487836 ], [ 172.740034383232256, -43.527930788217553 ], [ 172.740053824016144, -43.527978480010461 ], [ 172.74007652883904, -43.52802856159952 ], [ 172.740089441663827, -43.52807147378617 ], [ 172.740102436338162, -43.528095327120617 ], [ 172.740118551841675, -43.528154923240244 ], [ 172.740128190475076, -43.528197827979504 ], [ 172.740141103372025, -43.528240740159262 ], [ 172.74015083407852, -43.528262203689792 ], [ 172.740157249632233, -43.528293189203374 ], [ 172.740166939446908, -43.528324182157299 ], [ 172.74018642136312, -43.528362344500096 ], [ 172.740199405912392, -43.528388580178763 ], [ 172.740205841954008, -43.528414800976641 ], [ 172.740218795849444, -43.528448183721473 ], [ 172.740254567370101, -43.528505442096964 ], [ 172.740280567266126, -43.528550766367729 ], [ 172.74030007999022, -43.528581781621568 ], [ 172.740309729039865, -43.528622303986694 ], [ 172.740319378102271, -43.528662826350747 ], [ 172.740315899414782, -43.528710466036415 ], [ 172.740325517833952, -43.528758135467619 ], [ 172.740348294707758, -43.528791540504685 ], [ 172.740357892726792, -43.528843974644651 ], [ 172.74035770878217, -43.528886857053465 ], [ 172.740357565713822, -43.528920210037832 ], [ 172.740376976411397, -43.528975048837005 ], [ 172.740406261108831, -43.529017998155055 ], [ 172.740448714535091, -43.529044300705579 ], [ 172.740478040174764, -43.52907772058105 ], [ 172.740494207374638, -43.529125404859293 ], [ 172.740507182006297, -43.529154022856154 ], [ 172.740520166862979, -43.529180258495551 ], [ 172.74053314151854, -43.529208876489271 ], [ 172.740552644371235, -43.529242274053217 ], [ 172.740585203628541, -43.529285230753899 ], [ 172.74060797063342, -43.529321018092908 ], [ 172.740627442937154, -43.52936156271128 ], [ 172.740646935682747, -43.529397342614359 ], [ 172.740666408036958, -43.529437887225711 ], [ 172.74069567275032, -43.529485601178919 ], [ 172.740718317433078, -43.529549976765011 ], [ 172.740747521016772, -43.529611984839072 ], [ 172.740789607719734, -43.529724052069817 ], [ 172.740835019917682, -43.529824214926542 ], [ 172.740873985574609, -43.529900539365435 ], [ 172.740896681591977, -43.52995300313394 ], [ 172.740922560218252, -43.530026915518015 ], [ 172.740938738215334, -43.530072217371298 ], [ 172.740964667921872, -43.530134217966456 ], [ 172.74098090714935, -43.530165225679411 ], [ 172.740996942503983, -43.530243880501892 ], [ 172.741022892729887, -43.53030111637117 ], [ 172.741045619602801, -43.530346433040471 ], [ 172.741078210374923, -43.530382242528198 ], [ 172.741084555285425, -43.530429904468711 ], [ 172.741087707362425, -43.530458500149713 ], [ 172.741103936548882, -43.530491890199322 ], [ 172.741113678145268, -43.5305109712857 ], [ 172.741120094424957, -43.530541956734893 ], [ 172.741155857839203, -43.530601597168094 ], [ 172.741185123497331, -43.530649310988693 ], [ 172.741191499080031, -43.530689825854992 ], [ 172.741188082077542, -43.530723171419183 ], [ 172.741191142534888, -43.530773208294683 ], [ 172.741226834855325, -43.530849525191435 ], [ 172.741252734632582, -43.530918672780444 ], [ 172.741278766856055, -43.530956849743511 ], [ 172.741311266451987, -43.53101410036011 ], [ 172.741333902172698, -43.531080858165382 ], [ 172.741382692485473, -43.531157204640593 ], [ 172.741408612928154, -43.531221587480836 ], [ 172.741437818018341, -43.531283595364215 ], [ 172.741470256881456, -43.531355140064406 ], [ 172.741496248727884, -43.531402846396652 ], [ 172.741519006888552, -43.531441015899489 ], [ 172.741541683689945, -43.531498244238975 ], [ 172.741557943921805, -43.531524487153895 ], [ 172.741574204167648, -43.531550730066442 ], [ 172.741610121183868, -43.531574635022601 ], [ 172.74162634078499, -43.531610407348118 ], [ 172.741642489218236, -43.531662856156998 ], [ 172.741655363240881, -43.531715297564581 ], [ 172.741674735326313, -43.531779665542025 ], [ 172.741723475796562, -43.531867923640164 ], [ 172.741742848002616, -43.53193229160464 ], [ 172.741781866971507, -43.531996703937239 ], [ 172.741824211293164, -43.532049211874956 ], [ 172.741882775580791, -43.532137492083258 ], [ 172.741905422506107, -43.532201867409924 ], [ 172.741924825487047, -43.532259088275829 ], [ 172.741940933717302, -43.532321066457271 ], [ 172.741927703770699, -43.532352007507868 ], [ 172.741898142076678, -43.5323733821796 ], [ 172.741888237373246, -43.532392418842768 ], [ 172.741888176412232, -43.532406712971863 ], [ 172.741901162559486, -43.53243294844269 ], [ 172.741920707834225, -43.532456816339568 ], [ 172.741956584893785, -43.532490250604106 ], [ 172.741989116417074, -43.532540353951845 ], [ 172.742018383663321, -43.532588067546911 ], [ 172.742054210085911, -43.532633413554308 ], [ 172.742060576299878, -43.532676310714805 ], [ 172.742076847223956, -43.532700171197114 ], [ 172.742079949119415, -43.532740678614587 ], [ 172.742063464962229, -43.532766847582479 ], [ 172.742076390344636, -43.532807377160438 ], [ 172.742092580091764, -43.532850296477697 ], [ 172.742112105273179, -43.532878929050021 ], [ 172.742151206441179, -43.532924282411003 ], [ 172.742187094052923, -43.532955334246765 ], [ 172.74221640224448, -43.532993518369928 ], [ 172.742226093855578, -43.533024511128346 ], [ 172.742242202594582, -43.53308648926027 ], [ 172.742264972000044, -43.533122276251504 ], [ 172.742274612930203, -43.533165180778241 ], [ 172.742297422961656, -43.533191438344275 ], [ 172.742313673829415, -43.53322006350048 ], [ 172.742333239805845, -43.533239166615417 ], [ 172.742359354838698, -43.533258284484518 ], [ 172.742382144659786, -43.533289306742553 ], [ 172.742395050084639, -43.53333460099072 ], [ 172.742385114955738, -43.533360784757328 ], [ 172.742414453886994, -43.533391821764212 ], [ 172.742437243786355, -43.533422844010722 ], [ 172.742443640768329, -43.533458594081317 ], [ 172.742450078311492, -43.53348481473332 ], [ 172.742449804573397, -43.533549138304579 ], [ 172.742472604687293, -43.533577778188913 ], [ 172.742511666030907, -43.533632660840645 ], [ 172.742537669804051, -43.533677984567142 ], [ 172.742560439605398, -43.533713771496814 ], [ 172.742583148633884, -43.533763852548311 ], [ 172.74259276962394, -43.533811521753016 ], [ 172.742599176870527, -43.533844889458415 ], [ 172.742625221326449, -43.533880683746254 ], [ 172.742644747090338, -43.533909316223891 ], [ 172.742674137068548, -43.533928441390366 ], [ 172.742690357923578, -43.533964213553332 ], [ 172.74269351093568, -43.533992809174713 ], [ 172.742729399457517, -43.534023860836733 ], [ 172.742739081366778, -43.534057235901436 ], [ 172.742758586988231, -43.534090633067663 ], [ 172.742764953850042, -43.534133530179616 ], [ 172.742781164687528, -43.534171684682953 ], [ 172.742813839533056, -43.534188434825474 ], [ 172.742843219576798, -43.534209942302304 ], [ 172.742862674692361, -43.534255251221452 ], [ 172.742859319135448, -43.534274302691038 ], [ 172.742829807445958, -43.534283765823709 ], [ 172.742829685960658, -43.534312354074551 ], [ 172.742836144007356, -43.5343338099931 ], [ 172.742862209057762, -43.534364839516336 ], [ 172.742871870849683, -43.534402979276521 ], [ 172.742861915504193, -43.534433927788115 ], [ 172.742868363452743, -43.534457766058615 ], [ 172.742878106238607, -43.53447684698439 ], [ 172.742907486444864, -43.534498354444025 ], [ 172.742927022660439, -43.534524604517046 ], [ 172.742933490883757, -43.534543678075281 ], [ 172.742933339086989, -43.534579413387462 ], [ 172.742933227769157, -43.534605619282907 ], [ 172.742959282867076, -43.534639031137075 ], [ 172.742982093748708, -43.53466528856184 ], [ 172.742988551886526, -43.534686744470676 ], [ 172.743017851301516, -43.534727310734247 ], [ 172.743040662241725, -43.534753568147103 ], [ 172.743066778150052, -43.534772685851735 ], [ 172.743053588697165, -43.534794097603161 ], [ 172.743046938332469, -43.534817906425573 ], [ 172.743053376279022, -43.534844127038404 ], [ 172.743076247964069, -43.534856090319487 ], [ 172.74310236392779, -43.534875208015798 ], [ 172.743125154735452, -43.534906230119375 ], [ 172.74313815206267, -43.534930083086863 ], [ 172.743154413902886, -43.534956325762991 ], [ 172.743170645425351, -43.534989715498739 ], [ 172.743180378281266, -43.535011178751418 ], [ 172.743190111144088, -43.535032642003209 ], [ 172.743206332597339, -43.53506841408754 ], [ 172.743232337503343, -43.535113737647471 ], [ 172.743245284378446, -43.535149502371901 ], [ 172.74326156653791, -43.53517098032416 ], [ 172.743281093016861, -43.535199612688444 ], [ 172.743300629619796, -43.535225862695377 ], [ 172.743310342349076, -43.53525209064415 ], [ 172.743310231191913, -43.5352782965373 ], [ 172.743326452781389, -43.535314068603356 ], [ 172.743349233764661, -43.535347473014482 ], [ 172.743358896017725, -43.535385612728099 ], [ 172.743378402406393, -43.535419009782721 ], [ 172.743391359534485, -43.535452392135234 ], [ 172.743404326778347, -43.535483392132257 ], [ 172.743423873626682, -43.535507259763328 ], [ 172.743436830798544, -43.535540642110277 ], [ 172.743436689394059, -43.535573995063764 ], [ 172.743452921236525, -43.535607384756638 ], [ 172.74346588854479, -43.535638384746015 ], [ 172.743472195472009, -43.535695575931229 ], [ 172.743508075302685, -43.535729009696858 ], [ 172.743524327419664, -43.535757634671391 ], [ 172.743547048101789, -43.535805333163601 ], [ 172.743550181418726, -43.535838693460839 ], [ 172.74358936632413, -43.535864987484175 ], [ 172.743615452604217, -43.535891252122525 ], [ 172.74359568348487, -43.535919796306935 ], [ 172.743579259678739, -43.535931671356089 ], [ 172.743598725987482, -43.535974597785369 ], [ 172.743605154200111, -43.536003200716372 ], [ 172.743634505125954, -43.536031855046879 ], [ 172.743660530947125, -43.536072413796312 ], [ 172.743670233875349, -43.536101024065019 ], [ 172.74366685828457, -43.53612484025976 ], [ 172.743682999582973, -43.536179671099923 ], [ 172.74369928217348, -43.536201148987054 ], [ 172.743712219464754, -43.536239296006634 ], [ 172.743738275692749, -43.536272707676517 ], [ 172.743751223111929, -43.536308472337758 ], [ 172.743754407006662, -43.536329920858996 ], [ 172.743783778335001, -43.536353810443039 ], [ 172.743790267194726, -43.536368119240755 ], [ 172.743790125980922, -43.536401472190349 ], [ 172.743816192407138, -43.536432501488278 ], [ 172.743819396502346, -43.536449185300278 ], [ 172.743842188267251, -43.536480207254769 ], [ 172.743848656985335, -43.536499280755947 ], [ 172.743841996658006, -43.536525471971302 ], [ 172.74384845529633, -43.536546927825832 ], [ 172.743861352418747, -43.536594604240534 ], [ 172.743867800987516, -43.536618442447192 ], [ 172.743884023262524, -43.536654214427472 ], [ 172.743890481929299, -43.536675670279216 ], [ 172.743900235474115, -43.536692368758722 ], [ 172.743929596954132, -43.536718640657803 ], [ 172.74395241911779, -43.536742515528992 ], [ 172.743978526091183, -43.53676401537497 ], [ 172.744017691624947, -43.536795073956007 ], [ 172.744033984576333, -43.536814169440426 ], [ 172.744053542177397, -43.536835654606563 ], [ 172.744059990847177, -43.536859492801668 ], [ 172.744079477943671, -43.536897654436935 ], [ 172.744082692210924, -43.536911955887057 ], [ 172.744069482495263, -43.536938132454111 ], [ 172.744102088666892, -43.536971558698433 ], [ 172.744115026374743, -43.537009705668311 ], [ 172.744137798354757, -43.537045492268398 ], [ 172.744163885379919, -43.537071756778055 ], [ 172.744189922071683, -43.537109933048264 ], [ 172.744206134597107, -43.537148087333883 ], [ 172.74421914289843, -43.537169557818032 ], [ 172.744241925069048, -43.537202962043402 ], [ 172.744264687128123, -43.537241130970621 ], [ 172.7442776551988, -43.537272130860934 ], [ 172.744303702114905, -43.537307924751047 ], [ 172.744323199574438, -43.537343703989286 ], [ 172.74435250116386, -43.537384269897359 ], [ 172.744365388794591, -43.537434328602842 ], [ 172.744381621644322, -43.537467718155469 ], [ 172.744368462257, -43.537481982988581 ], [ 172.744355333057996, -43.537489100760581 ], [ 172.744355121696117, -43.53753913017723 ], [ 172.744384423400987, -43.537579696076051 ], [ 172.744377803440244, -43.537596357905372 ], [ 172.744377692736265, -43.537622563789881 ], [ 172.744397170213603, -43.537663107720135 ], [ 172.74441001768858, -43.537722695830794 ], [ 172.744439259148834, -43.537777555833017 ], [ 172.744468470480399, -43.537839562886553 ], [ 172.744474919418906, -43.537863401054686 ], [ 172.744504291774064, -43.537887290449746 ], [ 172.744533654094397, -43.537913562190305 ], [ 172.744530308913141, -43.537930231344482 ], [ 172.744543267208542, -43.537963613554631 ], [ 172.744552920567344, -43.538004135505751 ], [ 172.744565929174541, -43.538025605948008 ], [ 172.744578927734693, -43.538049458741718 ], [ 172.744591906193591, -43.538078076239849 ], [ 172.744614688910019, -43.538111480386966 ], [ 172.744630932131628, -43.538142487548065 ], [ 172.744627426094382, -43.538197274351617 ], [ 172.744656758458461, -43.5382306931184 ], [ 172.744659892506661, -43.538264053372835 ], [ 172.744695724252978, -43.538309398520624 ], [ 172.744718547316666, -43.538333273234478 ], [ 172.744747869747073, -43.538369074330241 ], [ 172.744767377857528, -43.538402471134724 ], [ 172.744783601138266, -43.538438242978678 ], [ 172.744790020119467, -43.538469228185598 ], [ 172.744796459202774, -43.538495448686277 ], [ 172.744825821944232, -43.53852172035004 ], [ 172.744845330146603, -43.538555117140525 ], [ 172.744861553513999, -43.538590888972706 ], [ 172.744897486043072, -43.538612410527421 ], [ 172.744926828799521, -43.538643446870566 ], [ 172.744943022112267, -43.538686365749157 ], [ 172.744975639745945, -43.53871740938488 ], [ 172.744988618534506, -43.538746026835412 ], [ 172.744975438928748, -43.538765056440397 ], [ 172.74495896440996, -43.538788843444344 ], [ 172.744939215054842, -43.538812623140316 ], [ 172.744962018320848, -43.538841262509607 ], [ 172.744975017211061, -43.538865115255689 ], [ 172.74501101018015, -43.538872342657896 ], [ 172.745030588868246, -43.538889062946232 ], [ 172.745030448325736, -43.538922415884265 ], [ 172.745033612729941, -43.538948629066937 ], [ 172.745033462150104, -43.538984364357326 ], [ 172.745046420946352, -43.53901774650555 ], [ 172.745069254451892, -43.53903923879475 ], [ 172.745069083818066, -43.539079738789972 ], [ 172.745055914202254, -43.539096386050346 ], [ 172.745065558044303, -43.539139290304071 ], [ 172.745085056539978, -43.539175069403484 ], [ 172.745104575130512, -43.53920608379417 ], [ 172.745101189888999, -43.539232282371891 ], [ 172.745133848036318, -43.539253796550064 ], [ 172.745176310685679, -43.539280097320912 ], [ 172.745176170221583, -43.539313450257048 ], [ 172.745189129166278, -43.539346832387537 ], [ 172.745208647865212, -43.539377846759798 ], [ 172.745231451470801, -43.539406486073375 ], [ 172.7452542250075, -43.539442272439913 ], [ 172.745270428793276, -43.539482808914727 ], [ 172.745286612542913, -43.539528110092014 ], [ 172.74530614137808, -43.53955674209444 ], [ 172.745315805525024, -43.539594881619216 ], [ 172.745338589208984, -43.539628285615613 ], [ 172.745371197526055, -43.539661711487575 ], [ 172.74538748164818, -43.539683189124929 ], [ 172.745413570348973, -43.539709453341473 ], [ 172.745423284705538, -43.539735681094186 ], [ 172.745442833717675, -43.539759548367662 ], [ 172.745468932497118, -43.539783430218911 ], [ 172.745449152947799, -43.539814357055768 ], [ 172.745458867336453, -43.539840584805042 ], [ 172.745511075018413, -43.53988596614137 ], [ 172.745543643493619, -43.539928921372749 ], [ 172.745553317867234, -43.539964678523113 ], [ 172.745559707346217, -43.540002810736965 ], [ 172.745579176357694, -43.540045736805126 ], [ 172.745605275314063, -43.540069618624507 ], [ 172.745601900255906, -43.540093434861141 ], [ 172.745591915304487, -43.540131530637645 ], [ 172.745601659855424, -43.540150611316719 ], [ 172.745627758865709, -43.540174493130642 ], [ 172.745650613042471, -43.540191220596391 ], [ 172.745666897405584, -43.540212698192569 ], [ 172.7456537277059, -43.540229345518298 ], [ 172.745666737178993, -43.540250815829054 ], [ 172.745679656538243, -43.540293727308651 ], [ 172.745676231427296, -43.540329455307827 ], [ 172.745666276525725, -43.540360404032562 ], [ 172.745666126312159, -43.540396139315845 ], [ 172.745715159839108, -43.540417689749127 ], [ 172.745751093754933, -43.540439211032115 ], [ 172.745760768331422, -43.540474968162258 ], [ 172.745783582619566, -43.540501225009677 ], [ 172.74581952661751, -43.540520363918844 ], [ 172.745845625872846, -43.540544245682106 ], [ 172.745829131192011, -43.540572797508027 ], [ 172.745806106672575, -43.540596570065354 ], [ 172.745819106269892, -43.540620422709885 ], [ 172.745858315265423, -43.540641951239323 ], [ 172.745884414588318, -43.540665832993405 ], [ 172.745884284513494, -43.540696803571116 ], [ 172.745887409354339, -43.540732546131586 ], [ 172.745903673936397, -43.540758788396758 ], [ 172.745923293496901, -43.540765979120422 ], [ 172.745946137974954, -43.540785088878209 ], [ 172.745955832727134, -43.54081608128589 ], [ 172.745972127368276, -43.540835176484869 ], [ 172.745978487194293, -43.540880455726565 ], [ 172.745978357166649, -43.54091142630336 ], [ 172.745981522081678, -43.540937639451883 ], [ 172.745997836766264, -43.540951969942796 ], [ 172.746010836514984, -43.540975822564413 ], [ 172.7460304261582, -43.540990160325698 ], [ 172.746040190984132, -43.541004476261165 ], [ 172.746059730648767, -43.541030725777482 ], [ 172.746095595067715, -43.541068923415196 ], [ 172.746102054983254, -43.54109037912847 ], [ 172.746115034808895, -43.541118996441824 ], [ 172.746128024643127, -43.541145231401622 ], [ 172.7461475344044, -43.541178627958416 ], [ 172.746157269302728, -43.541200090939419 ], [ 172.746176799086555, -43.541228722787096 ], [ 172.746189808958775, -43.541250193035587 ], [ 172.74619956387059, -43.541266891308922 ], [ 172.746212553773006, -43.541293126258566 ], [ 172.746219023746391, -43.541312199612648 ], [ 172.746254948380567, -43.541336103087623 ], [ 172.746274548188694, -43.541348058454666 ], [ 172.746267908349012, -43.541369485086527 ], [ 172.746264503503596, -43.54140044839346 ], [ 172.746277483471999, -43.54142906568719 ], [ 172.746283853577324, -43.541471962556017 ], [ 172.746309893489439, -43.541510138321996 ], [ 172.746335953410892, -43.541543549378105 ], [ 172.746339148477148, -43.541562615458766 ], [ 172.746355393501858, -43.541593622360601 ], [ 172.746388023408713, -43.541622283231369 ], [ 172.74640758339379, -43.54164376798262 ], [ 172.746384558691517, -43.541667540651524 ], [ 172.746390998800223, -43.541693761050261 ], [ 172.746400604051729, -43.541746194582309 ], [ 172.746449289497264, -43.541851127010617 ], [ 172.746488249953671, -43.541932214115178 ], [ 172.746537255075935, -43.541960911249006 ], [ 172.746553460388867, -43.542001447527838 ], [ 172.746559860687142, -43.542037197322564 ], [ 172.746556426012603, -43.542075307689885 ], [ 172.746595336864345, -43.54216830651368 ], [ 172.746618002489583, -43.54223029846365 ], [ 172.746657093100737, -43.542280414935696 ], [ 172.74669955853301, -43.542306715133726 ], [ 172.746725688823545, -43.542323449636569 ], [ 172.746751739351112, -43.542359242946183 ], [ 172.746771209959775, -43.542402168797572 ], [ 172.746800445835305, -43.542459410513281 ], [ 172.74682305196194, -43.542535696529399 ], [ 172.746845767799442, -43.542585776673619 ], [ 172.746878288831908, -43.542640643267838 ], [ 172.74689775962014, -43.542683569095999 ], [ 172.746923790472692, -43.542724127067714 ], [ 172.746949811395496, -43.542767067384787 ], [ 172.746972537387649, -43.542814765150773 ], [ 172.747008154379955, -43.54291252127971 ], [ 172.747030880472238, -43.542960219033155 ], [ 172.747037291112747, -43.54299358644468 ], [ 172.74706336203198, -43.543024614977533 ], [ 172.747086177842959, -43.543050871557028 ], [ 172.747089333386526, -43.543079467017883 ], [ 172.747118749131772, -43.543093826322838 ], [ 172.747118639593822, -43.543120032187616 ], [ 172.74714143555039, -43.543151053458494 ], [ 172.747167526502835, -43.543177317264359 ], [ 172.747167357248998, -43.543217817236773 ], [ 172.747167227819347, -43.543248787803677 ], [ 172.74717369830023, -43.543267861098464 ], [ 172.747199759452258, -43.543301271950426 ], [ 172.747219280449855, -43.543332285963615 ], [ 172.747242066584363, -43.543365689564823 ], [ 172.747274478921014, -43.543446761904363 ], [ 172.747293960198647, -43.543487305309093 ], [ 172.747329727349381, -43.543549326060727 ], [ 172.74736541498558, -43.543630405610052 ], [ 172.74739793704714, -43.543685272048975 ], [ 172.747440294385001, -43.543737777831183 ], [ 172.747459795756328, -43.543773556503815 ], [ 172.747456301875218, -43.543825960994397 ], [ 172.747479088325491, -43.543859364546257 ], [ 172.747505179728932, -43.543885628272918 ], [ 172.747524621532136, -43.543935701040262 ], [ 172.747540818088424, -43.543978619519088 ], [ 172.747543993776475, -43.544002450261281 ], [ 172.747556994785469, -43.544026302697461 ], [ 172.74756997592354, -43.54405491983411 ], [ 172.74759281222066, -43.544076411607222 ], [ 172.747625424172213, -43.544109836819132 ], [ 172.747641660597196, -43.544143225878642 ], [ 172.747664437331792, -43.544179011743239 ], [ 172.747687293581151, -43.544195738795224 ], [ 172.74769695995758, -43.544233878093216 ], [ 172.747716441769711, -43.544274421421655 ], [ 172.747732618683301, -43.544322104573254 ], [ 172.747735774596066, -43.544350700010774 ], [ 172.747761876255254, -43.54437458132648 ], [ 172.747781427682241, -43.54439844818662 ], [ 172.747797703997037, -43.544422307819012 ], [ 172.747807380409995, -43.544458064755496 ], [ 172.74782692195123, -43.544484313958513 ], [ 172.747836558670343, -43.544529600295782 ], [ 172.747846245052983, -43.544562974877536 ], [ 172.74785594137569, -43.544593967107453 ], [ 172.747855822221851, -43.54462255531768 ], [ 172.747881864474465, -43.544660730710262 ], [ 172.747907966324647, -43.544684611991791 ], [ 172.747934048342529, -43.54471325796893 ], [ 172.747960110534251, -43.544746668641686 ], [ 172.747986212452332, -43.544770549905131 ], [ 172.748005694629711, -43.54481109318138 ], [ 172.748008880466671, -43.54483254155695 ], [ 172.748002260700218, -43.544849203575446 ], [ 172.747985755928113, -43.544880138041293 ], [ 172.747992197066765, -43.544906358337599 ], [ 172.747998667982841, -43.544925431581198 ], [ 172.748011659444529, -43.544951666313473 ], [ 172.748037731703732, -43.54498269461677 ], [ 172.748063893282563, -43.544992281757452 ], [ 172.7480867301079, -43.545013773429666 ], [ 172.748086601140812, -43.545044743989031 ], [ 172.748086511855803, -43.545066185145416 ], [ 172.74808966797309, -43.545094780569954 ], [ 172.748089529086684, -43.545128133479558 ], [ 172.74808936043857, -43.545168633440937 ], [ 172.748118678242491, -43.545206815992969 ], [ 172.748154556345867, -43.545242630615427 ], [ 172.748180638720157, -43.545271276534386 ], [ 172.7481903353262, -43.54530226873279 ], [ 172.748213142566101, -43.545330907430838 ], [ 172.748248981141728, -43.545376251425594 ], [ 172.748275063618138, -43.545404897322591 ], [ 172.748301056909014, -43.545454984368838 ], [ 172.748327119621479, -43.545488394954866 ], [ 172.748346562614614, -43.545538467571291 ], [ 172.748375831212599, -43.545588561808415 ], [ 172.74839531391234, -43.545629105013745 ], [ 172.748411561074562, -43.545660111606544 ], [ 172.748427808253439, -43.545691118196899 ], [ 172.748453930575067, -43.545710234650052 ], [ 172.748443976195176, -43.545741183588753 ], [ 172.74844382759423, -43.545776918845945 ], [ 172.748460055008508, -43.545812690132138 ], [ 172.748486098151915, -43.54585086538129 ], [ 172.748508915641935, -43.545877121667978 ], [ 172.748508786887129, -43.545908092223641 ], [ 172.74854475476144, -43.545922465567024 ], [ 172.748564316897443, -43.545943949938376 ], [ 172.748567483186463, -43.54597016299558 ], [ 172.748583770133081, -43.545991640160864 ], [ 172.748596791778084, -43.546010727771737 ], [ 172.748603193697591, -43.546046477430927 ], [ 172.748616096559772, -43.546094153243928 ], [ 172.748635589481268, -43.546132314055143 ], [ 172.748655131920032, -43.546158563111128 ], [ 172.748674674375735, -43.546184812163645 ], [ 172.748690911932158, -43.546218201064782 ], [ 172.748700648536499, -43.546239663814461 ], [ 172.748713551516033, -43.546287339615176 ], [ 172.748729808912486, -43.546315963809683 ], [ 172.748749203027529, -43.546377948103185 ], [ 172.748768745594532, -43.546404197138934 ], [ 172.748785022835364, -43.546428056624642 ], [ 172.748788218924687, -43.546447122623029 ], [ 172.748801042873396, -43.546513857214251 ], [ 172.748817300371712, -43.546542481395463 ], [ 172.748853268696251, -43.546556854641288 ], [ 172.748866300437641, -43.546573559869834 ], [ 172.74885640546907, -43.546590214738686 ], [ 172.74885958180792, -43.546614045435035 ], [ 172.748892225490778, -43.546640323225198 ], [ 172.748902001789872, -43.546652256555745 ], [ 172.74890843362229, -43.546680859143883 ], [ 172.748908305068397, -43.546711829696136 ], [ 172.748927818147706, -43.546745225754002 ], [ 172.748953881759604, -43.546778636191789 ], [ 172.748970139400939, -43.546807260350278 ], [ 172.748963519680359, -43.546823922418774 ], [ 172.748973216933024, -43.546854914543914 ], [ 172.748963223080835, -43.54689539292221 ], [ 172.748930411134609, -43.546909615104667 ], [ 172.748943403423056, -43.546935849723965 ], [ 172.748946579813662, -43.54695968041657 ], [ 172.748969388033572, -43.546988318957823 ], [ 172.749008592387071, -43.547012228745771 ], [ 172.749034735229202, -43.547026580363536 ], [ 172.7490607891379, -43.54706237312579 ], [ 172.749099825592424, -43.547126782832876 ], [ 172.7491225944257, -43.547164950743117 ], [ 172.749155149606423, -43.547212669606715 ], [ 172.749177928385109, -43.547248455155547 ], [ 172.749200736822985, -43.547277093649726 ], [ 172.749220181108086, -43.547327166105028 ], [ 172.749242910588976, -43.547374863390139 ], [ 172.749272220310587, -43.547415427985896 ], [ 172.749288458524376, -43.54744881679656 ], [ 172.749301381968166, -43.547491727822745 ], [ 172.749311079499535, -43.547522719916287 ], [ 172.749320777040765, -43.54755371200887 ], [ 172.749346851088177, -43.547584740003813 ], [ 172.749366384431454, -43.54761337128329 ], [ 172.74938591779312, -43.547642002559328 ], [ 172.749392330217518, -43.547675369815792 ], [ 172.749401958736769, -43.547723038349673 ], [ 172.749418118151709, -43.547775485939006 ], [ 172.749437592380133, -43.547818411304405 ], [ 172.749460381419993, -43.547851814444343 ], [ 172.749509027716329, -43.547968657230982 ], [ 172.749557733381664, -43.548071205896733 ], [ 172.749593505545363, -43.548133225902525 ], [ 172.749596583631273, -43.548180880069665 ], [ 172.749596455422989, -43.548211850615381 ], [ 172.74955368867677, -43.548257021996974 ], [ 172.749550147012258, -43.54832133826212 ], [ 172.749585978490842, -43.54836906417038 ], [ 172.749595617132996, -43.548414350333189 ], [ 172.749615131137233, -43.548447746266078 ], [ 172.749654267670252, -43.5484883322763 ], [ 172.749680332430785, -43.54852174254107 ], [ 172.749726019759919, -43.548562342868323 ], [ 172.74977499236013, -43.548600567995955 ], [ 172.749840262982701, -43.548657887732048 ], [ 172.749885861863305, -43.548719929140489 ], [ 172.749915064316355, -43.548786699408822 ], [ 172.749937647154553, -43.548870131788135 ], [ 172.749966839888742, -43.548939284391238 ], [ 172.749989600099951, -43.548979834469101 ], [ 172.750022225855844, -43.549010876628842 ], [ 172.750028628927566, -43.549046626192215 ], [ 172.750051418754026, -43.549080029209051 ], [ 172.75007745445717, -43.549120586429076 ], [ 172.75009364435482, -43.549165886864358 ], [ 172.750080306571476, -43.54922303461079 ], [ 172.750083375249119, -43.549273071106072 ], [ 172.750079873457423, -43.549327857980295 ], [ 172.750112479762208, -43.549363664811501 ], [ 172.750148371344096, -43.549397096441766 ], [ 172.750194069485786, -43.549435314228823 ], [ 172.750216889063751, -43.549461570163224 ], [ 172.750262400405802, -43.549545052558194 ], [ 172.750301331547888, -43.549635667675197 ], [ 172.750343607054475, -43.549709613485781 ], [ 172.750385980980383, -43.549759735788477 ], [ 172.750418332108922, -43.549857483608271 ], [ 172.750441004500402, -43.549919474733244 ], [ 172.750463765395807, -43.54996002471141 ], [ 172.750489791924309, -43.550002964181935 ], [ 172.750476582092801, -43.550029141428894 ], [ 172.750483005194013, -43.550060126263261 ], [ 172.750505726861974, -43.550110205628371 ], [ 172.750538265058793, -43.550162688778016 ], [ 172.750587062635589, -43.550243795833453 ], [ 172.750603135333051, -43.550317684376971 ], [ 172.75063237863057, -43.550374925051408 ], [ 172.750674743439362, -43.550427429591892 ], [ 172.750687639034084, -43.550477487489616 ], [ 172.750680950638099, -43.550510826089294 ], [ 172.75069385607523, -43.550558501636786 ], [ 172.750719843747902, -43.550610970446925 ], [ 172.750752402033157, -43.550658688834389 ], [ 172.750781586737304, -43.550730223560961 ], [ 172.750801003982417, -43.550787442769327 ], [ 172.75081721449294, -43.550827978393734 ], [ 172.750830188805566, -43.550858977482171 ], [ 172.7508463993546, -43.550899513101996 ], [ 172.75089203038479, -43.550954407045083 ], [ 172.750937641877044, -43.551014065667104 ], [ 172.750963639764677, -43.55106415206992 ], [ 172.750979762179327, -43.551126128808029 ], [ 172.75099592385908, -43.55117857614858 ], [ 172.751008810069521, -43.551231016353171 ], [ 172.75102484431136, -43.551314434221013 ], [ 172.751083666075914, -43.551347915477905 ], [ 172.751112998554333, -43.551383714883933 ], [ 172.751125963333635, -43.551417096285029 ], [ 172.751155305672427, -43.551450513331325 ], [ 172.751187884351964, -43.551493466892538 ], [ 172.751210636536484, -43.551536399062023 ], [ 172.751236674067997, -43.551576956005036 ], [ 172.751249599763611, -43.551619866785394 ], [ 172.75125924015893, -43.55166515278642 ], [ 172.751291799434171, -43.551712871013862 ], [ 172.751314551774357, -43.551755803161363 ], [ 172.75133071391042, -43.551808250449909 ], [ 172.751346885868799, -43.5518583153873 ], [ 172.751366372562643, -43.551898858051445 ], [ 172.751395636926276, -43.551951333821542 ], [ 172.751411808976144, -43.552001398748715 ], [ 172.751414849510326, -43.552058582232029 ], [ 172.751417997759546, -43.552089559882688 ], [ 172.751408014453688, -43.552127656091002 ], [ 172.751420959970204, -43.552165802151748 ], [ 172.751414242411443, -43.552206287829954 ], [ 172.751404308045409, -43.552232472295557 ], [ 172.751400797473991, -43.552289641532575 ], [ 172.751423559898427, -43.552330191306488 ], [ 172.751462709938266, -43.552368394330784 ], [ 172.75147245829703, -43.55238747447779 ], [ 172.751485423487566, -43.552420855833233 ], [ 172.751501625101383, -43.552463773699372 ], [ 172.751537382264132, -43.552530557756704 ], [ 172.751553583943917, -43.5525734756148 ], [ 172.751566568790821, -43.552602092263818 ], [ 172.751592577661711, -43.552649796164367 ], [ 172.75160556254329, -43.552678412808646 ], [ 172.751595628181605, -43.552704597288731 ], [ 172.751588988960236, -43.552726024188445 ], [ 172.751605298359181, -43.552742736208579 ], [ 172.751637975884222, -43.552761866153041 ], [ 172.751677018738093, -43.55282627493132 ], [ 172.75170299844936, -43.552881125849609 ], [ 172.75172573195772, -43.552928822604436 ], [ 172.751719053636606, -43.552959778903151 ], [ 172.751699302281168, -43.552983559702966 ], [ 172.751669743693924, -43.553002554459773 ], [ 172.751695782160539, -43.553043111290066 ], [ 172.751718584185369, -43.553074131609002 ], [ 172.751734815476652, -43.553109902393999 ], [ 172.751751017450005, -43.553152820220468 ], [ 172.751760687796036, -43.55319095912462 ], [ 172.751786804625283, -43.553212457149478 ], [ 172.751799799495615, -43.553238691421413 ], [ 172.751816069984642, -43.553264932802271 ], [ 172.751842118437168, -43.553303107249945 ], [ 172.7518452767425, -43.553331702534805 ], [ 172.751841854498878, -43.553367430643974 ], [ 172.751848298197189, -43.553393650690225 ], [ 172.751825290686554, -43.553412659704392 ], [ 172.751818641691187, -43.55343646896268 ], [ 172.751798831554851, -43.553474543864588 ], [ 172.751788887366757, -43.553503110705563 ], [ 172.751785513968599, -43.553526927072667 ], [ 172.75180176497409, -43.553557933150067 ], [ 172.751821330726841, -43.553579416944125 ], [ 172.751840828064019, -43.553617577169454 ], [ 172.751873496360901, -43.553639089392775 ], [ 172.751896328020763, -43.553662962630391 ], [ 172.751919110835729, -43.553698747602361 ], [ 172.751905959446219, -43.553710630910381 ], [ 172.751912364116777, -43.55374638034268 ], [ 172.751935176288356, -43.553775018267736 ], [ 172.751967854474458, -43.553794148116054 ], [ 172.751980800696288, -43.553832294103955 ], [ 172.751974181026583, -43.553848956326377 ], [ 172.751993727394989, -43.553875204785648 ], [ 172.751993600388801, -43.553906175306039 ], [ 172.752006605265819, -43.553930027204146 ], [ 172.752022856492204, -43.553961033248463 ], [ 172.752045619958267, -43.554001582889171 ], [ 172.752048788162398, -43.554027795817554 ], [ 172.752064951533896, -43.554080242984391 ], [ 172.752091020024494, -43.554113652675831 ], [ 172.752094207785575, -43.554135100907239 ], [ 172.752120315375123, -43.554158981201233 ], [ 172.752146432749043, -43.554180479141614 ], [ 172.752165998824893, -43.554201962875126 ], [ 172.752172472039376, -43.554221035856962 ], [ 172.75217886715771, -43.554259167619229 ], [ 172.752168883966476, -43.554297263879768 ], [ 172.752185115849386, -43.554333034594592 ], [ 172.752198042798568, -43.554375945250023 ], [ 172.752214225913661, -43.554423627698014 ], [ 172.752243570306177, -43.554457044452349 ], [ 172.752256497323003, -43.55449995510039 ], [ 172.752269502430465, -43.554523806966671 ], [ 172.752269404839865, -43.554547630441675 ], [ 172.752282429479749, -43.554566717611351 ], [ 172.752301976212721, -43.55459296601552 ], [ 172.752295307756867, -43.554621539991679 ], [ 172.752295171143743, -43.554654892856178 ], [ 172.752298290699144, -43.554693017512214 ], [ 172.752307961632425, -43.554731156361179 ], [ 172.75233077436107, -43.554759794203726 ], [ 172.752356706710003, -43.554826556695275 ], [ 172.752379451213699, -43.554871870959431 ], [ 172.752392436940369, -43.554900487505229 ], [ 172.752402176243379, -43.554921949913542 ], [ 172.752401990917861, -43.554967214513283 ], [ 172.752405149571359, -43.554995809775185 ], [ 172.752424676989278, -43.555026822851509 ], [ 172.752437672522944, -43.555053057044191 ], [ 172.752444077646544, -43.555088806439379 ], [ 172.752453777989928, -43.555119798231871 ], [ 172.752456975683089, -43.555138864102531 ], [ 172.752466646786502, -43.555177002935487 ], [ 172.752479505856144, -43.555236589984411 ], [ 172.752492433204594, -43.555279500600697 ], [ 172.75249551391309, -43.55532715463643 ], [ 172.752508353542595, -43.555391506375045 ], [ 172.752511366020059, -43.55545583683957 ], [ 172.752507934293988, -43.555493947303162 ], [ 172.752504473313053, -43.555539204807758 ], [ 172.752507593043532, -43.555577329452603 ], [ 172.75251721549941, -43.555627380014073 ], [ 172.752526857469633, -43.555672665880181 ], [ 172.752536528701029, -43.555710804703978 ], [ 172.752552702687325, -43.555760869441443 ], [ 172.752558922738274, -43.555841883419404 ], [ 172.752539112272586, -43.555879958432755 ], [ 172.752542251539069, -43.555913318380526 ], [ 172.75254538106023, -43.555949060674969 ], [ 172.75256478213285, -43.556011044233323 ], [ 172.752584163750583, -43.556077792481652 ], [ 172.7525970036302, -43.556142144202447 ], [ 172.75260329200276, -43.556206481744802 ], [ 172.752599626370511, -43.55630176853024 ], [ 172.752592626466907, -43.556411342306042 ], [ 172.752579347899569, -43.556454196192689 ], [ 172.752556212719753, -43.556504175849092 ], [ 172.752533165245694, -43.556532714379884 ], [ 172.752526477181704, -43.556566053052968 ], [ 172.752522938151373, -43.556630369322896 ], [ 172.752503078649596, -43.556680356057328 ], [ 172.752506217935718, -43.556713716001447 ], [ 172.752506091179441, -43.556744686507621 ], [ 172.752492851480611, -43.556778010994954 ], [ 172.752492685713065, -43.556818510887105 ], [ 172.752476082423186, -43.556873269399567 ], [ 172.752452956748868, -43.556920866684273 ], [ 172.752436441174325, -43.556954184071188 ], [ 172.752413305683319, -43.557004163693563 ], [ 172.752416444935875, -43.557037523638172 ], [ 172.752422889267336, -43.557063743636675 ], [ 172.752419291571073, -43.557142353976118 ], [ 172.752415781652843, -43.557199523196644 ], [ 172.752425501823097, -43.557225750288033 ], [ 172.752445029966424, -43.557256763350509 ], [ 172.752461262799301, -43.557292534009861 ], [ 172.752493874790105, -43.557328340125601 ], [ 172.752506900095852, -43.557347427261995 ], [ 172.752510019915974, -43.557385551894896 ], [ 172.75249334822513, -43.557456986828356 ], [ 172.752469929773639, -43.557576054499641 ], [ 172.752440154601743, -43.557647461052895 ], [ 172.752433476114106, -43.557678417367377 ], [ 172.752430014944991, -43.557723674851964 ], [ 172.752433203010895, -43.557745123061075 ], [ 172.752413450364088, -43.557768903961197 ], [ 172.752393639170123, -43.557806978934735 ], [ 172.752380428441597, -43.557833156363714 ], [ 172.752386843573902, -43.557866523399163 ], [ 172.75237689893163, -43.557895090268183 ], [ 172.752350555466023, -43.557928386350916 ], [ 172.752340562009181, -43.557968864946801 ], [ 172.752310923109832, -43.558006918615909 ], [ 172.752297673264934, -43.558042625418395 ], [ 172.752297536636803, -43.558075978262863 ], [ 172.752303990784156, -43.558099815917423 ], [ 172.752303863918144, -43.558130786415575 ], [ 172.752293880155378, -43.558168882659807 ], [ 172.752270831919702, -43.558197421127588 ], [ 172.752260887167552, -43.558225987984585 ], [ 172.75226403615693, -43.558256965580242 ], [ 172.752244283275701, -43.558280746448432 ], [ 172.752231111425544, -43.558297394473904 ], [ 172.752194832661331, -43.558356875024664 ], [ 172.75216192735823, -43.558392539205727 ], [ 172.752171540201061, -43.558444972117776 ], [ 172.752158280411919, -43.558483061246775 ], [ 172.75211878416863, -43.558528240594846 ], [ 172.75209902137405, -43.55855440378226 ], [ 172.752053100243245, -43.55856859840555 ], [ 172.752010454986532, -43.558582800115936 ], [ 172.751977647170861, -43.55859464078447 ], [ 172.751954657260171, -43.558608885111177 ], [ 172.75193155982717, -43.558649335236169 ], [ 172.751928176414964, -43.558675533931179 ], [ 172.751934483874351, -43.558735106789285 ], [ 172.751914642736352, -43.558780328708878 ], [ 172.751855441779696, -43.558837377039204 ], [ 172.75184551627936, -43.558861179164886 ], [ 172.751842103485473, -43.558894524893063 ], [ 172.751848498876228, -43.558932656643236 ], [ 172.75184509585705, -43.558963620025501 ], [ 172.751848137121073, -43.559020803429291 ], [ 172.751801990659715, -43.559089791896717 ], [ 172.751768986921206, -43.559149279413482 ], [ 172.751706558449541, -43.559194408821938 ], [ 172.751670415607549, -43.559220536358374 ], [ 172.751653996817566, -43.55923003016202 ], [ 172.751588360756244, -43.559258475971163 ], [ 172.751542350867084, -43.559294111494495 ], [ 172.751529139442596, -43.559320288816608 ], [ 172.751489710720477, -43.559348791520833 ], [ 172.751450330926019, -43.55936538248455 ], [ 172.751368305129063, -43.559396174901678 ], [ 172.751325619936495, -43.559419905733961 ], [ 172.751308965872511, -43.55948657577396 ], [ 172.751305484154727, -43.55953659789833 ], [ 172.751285652080611, -43.559579437355417 ], [ 172.751232933039688, -43.559653176021094 ], [ 172.751200016658601, -43.559691222259261 ], [ 172.751147464101109, -43.559724461016479 ], [ 172.751098108989027, -43.559776765641899 ], [ 172.751071705147695, -43.559824355485794 ], [ 172.751071587450951, -43.559852943626595 ], [ 172.751071499178295, -43.559874384732105 ], [ 172.751038661049876, -43.559893372161518 ], [ 172.751005754226071, -43.559929035996518 ], [ 172.750985980678678, -43.559957581327858 ], [ 172.750959684607437, -43.559978965349103 ], [ 172.750926895456217, -43.559986041020935 ], [ 172.750890741988428, -43.560014550650266 ], [ 172.750880806097655, -43.560040735030846 ], [ 172.750857697579363, -43.560083567270645 ], [ 172.750837963180771, -43.560102583195643 ], [ 172.750795306738098, -43.560119166790543 ], [ 172.750769030169238, -43.560135786077247 ], [ 172.750745990282269, -43.560161941879315 ], [ 172.750729571091483, -43.560171435547694 ], [ 172.750693525473565, -43.560173739319801 ], [ 172.750644366101596, -43.560178396846531 ], [ 172.750614842961539, -43.560187861917974 ], [ 172.750591714544157, -43.560235458791929 ], [ 172.750545546060295, -43.560309211421384 ], [ 172.750496180118091, -43.560363898123931 ], [ 172.75045007041561, -43.560423356644385 ], [ 172.75042380345343, -43.56043759350559 ], [ 172.750384363645566, -43.560468478164694 ], [ 172.750344913960504, -43.560501745154546 ], [ 172.750266053820269, -43.560558749714126 ], [ 172.750216766157109, -43.560594377535757 ], [ 172.750180611990402, -43.560622886935768 ], [ 172.750160798448803, -43.560660961497653 ], [ 172.75017054772124, -43.560680041730151 ], [ 172.750167212648535, -43.56069432863886 ], [ 172.750157315709203, -43.560710983574296 ], [ 172.750134314719048, -43.560727609871215 ], [ 172.75012111221551, -43.560751404677283 ], [ 172.750091628101927, -43.56075134023375 ], [ 172.750104663227035, -43.560768045287816 ], [ 172.750091441008919, -43.560796604779242 ], [ 172.750061878087877, -43.560815599083838 ], [ 172.750015905512811, -43.560841704600264 ], [ 172.749973228620291, -43.560863052573367 ], [ 172.749937015059118, -43.560905855960883 ], [ 172.749920506855148, -43.560936790610675 ], [ 172.749877760873431, -43.560974814958229 ], [ 172.749818703709167, -43.560996127036766 ], [ 172.749779312524453, -43.561015099760766 ], [ 172.749752995845199, -43.561041248187031 ], [ 172.749707052552026, -43.561060206544553 ], [ 172.74966438526036, -43.56107917205663 ], [ 172.749634802336914, -43.561102930937764 ], [ 172.749618274192699, -43.56113863023085 ], [ 172.749611653063482, -43.561155292291581 ], [ 172.749578784179022, -43.561181426327352 ], [ 172.749526288651168, -43.561200370260053 ], [ 172.749467221271402, -43.561224064499569 ], [ 172.749398305978445, -43.561252501854881 ], [ 172.749342563922085, -43.561264291489408 ], [ 172.749293334411277, -43.561285624840963 ], [ 172.749253932993355, -43.561306979726268 ], [ 172.749234217452511, -43.561321230679923 ], [ 172.749214501902344, -43.561335481630138 ], [ 172.749158710314219, -43.561359182895046 ], [ 172.749119368113924, -43.561366243669035 ], [ 172.749073493587105, -43.561368525361324 ], [ 172.749021017518089, -43.561382704372534 ], [ 172.748978359675419, -43.561399287282391 ], [ 172.748919301780916, -43.561420598892994 ], [ 172.748856977691077, -43.561439520932659 ], [ 172.748801215561656, -43.561456074990197 ], [ 172.748742147649153, -43.561479768852713 ], [ 172.748663462986485, -43.561493890099463 ], [ 172.748601178365476, -43.561503282623356 ], [ 172.748565121967886, -43.561507968065683 ], [ 172.748522463912451, -43.561524550804577 ], [ 172.748483151263088, -43.561524464327263 ], [ 172.748417620268071, -43.561526702512296 ], [ 172.748371715849174, -43.561536130954202 ], [ 172.748309431139973, -43.561545523318905 ], [ 172.748263556448023, -43.561547804685731 ], [ 172.748201241944997, -43.561564344022877 ], [ 172.748142243161482, -43.561571361167516 ], [ 172.748040695336783, -43.56156875505846 ], [ 172.747965316246933, -43.561575736012117 ], [ 172.747906386959102, -43.561566076628559 ], [ 172.747840816155332, -43.561577843857812 ], [ 172.747775314895961, -43.561572934643216 ], [ 172.747719621934721, -43.561572811765672 ], [ 172.747640946859178, -43.561584549963854 ], [ 172.747555759426518, -43.561586744266044 ], [ 172.747496750598231, -43.561596143421035 ], [ 172.747450885790016, -43.561596042117934 ], [ 172.747411573097452, -43.561595955272061 ], [ 172.747365678425581, -43.561603000965761 ], [ 172.747332907888875, -43.561605310914359 ], [ 172.74729361510569, -43.561600459340617 ], [ 172.747287092863218, -43.561593297827287 ], [ 172.747283896468957, -43.561574231836786 ], [ 172.747270871910303, -43.561555144121314 ], [ 172.747228313069741, -43.561547902939743 ], [ 172.747185714392316, -43.561550191116929 ], [ 172.747153013618998, -43.561535824608548 ], [ 172.747133427039415, -43.561519104730628 ], [ 172.747103992383103, -43.561507127797505 ], [ 172.747077833790627, -43.561495158104108 ], [ 172.747032018899461, -43.561483144914938 ], [ 172.746969833742696, -43.561468713113165 ], [ 172.74687168188558, -43.561437525092991 ], [ 172.746799848254426, -43.56138018925342 ], [ 172.746714870667546, -43.561332353713254 ], [ 172.746636465263151, -43.561279767942494 ], [ 172.746571164145223, -43.561227211165594 ], [ 172.746492729035339, -43.561181772326982 ], [ 172.746414264067425, -43.561143480465489 ], [ 172.746355485367076, -43.561098085128322 ], [ 172.746293430726951, -43.561052682491109 ], [ 172.746215106050556, -43.560981037680968 ], [ 172.746153141656094, -43.560914193873771 ], [ 172.746120621535795, -43.560856944882801 ], [ 172.746097819471487, -43.560825923489638 ], [ 172.746084865482203, -43.560790159231566 ], [ 172.746068665512894, -43.560747240664504 ], [ 172.746045883529177, -43.560711454572946 ], [ 172.746003425511361, -43.560680389498287 ], [ 172.745980623573473, -43.560649368081059 ], [ 172.745948103758053, -43.560592119039107 ], [ 172.745905766016364, -43.560532465801906 ], [ 172.745892882289212, -43.560480025113726 ], [ 172.745896328493359, -43.56043953254914 ], [ 172.745883554933158, -43.560360886076261 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "3/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747059386300919, -43.552121167940115 ], [ 172.747062572175224, -43.552142616314683 ], [ 172.747075554803217, -43.552171233470446 ], [ 172.747088537443432, -43.552199850624646 ], [ 172.747094988919798, -43.552223688591262 ], [ 172.747098184773876, -43.552242754616962 ], [ 172.747098075192042, -43.552268960439619 ], [ 172.747094700018437, -43.552292776669141 ], [ 172.74709461035917, -43.552314217796592 ], [ 172.747101061849889, -43.552338055762426 ], [ 172.747114084383213, -43.552357143523096 ], [ 172.747123811444538, -43.55238098873248 ], [ 172.747130282875332, -43.552400062001517 ], [ 172.747139980068681, -43.55243105425172 ], [ 172.747139750979215, -43.552485848242789 ], [ 172.747142897059319, -43.552516826003526 ], [ 172.747152604237556, -43.552545435904669 ], [ 172.747155780206725, -43.552569266622577 ], [ 172.747155620849384, -43.552607384180781 ], [ 172.747162092314113, -43.552626457447325 ], [ 172.747171809477948, -43.552652684998996 ], [ 172.747174955582835, -43.552683662758007 ], [ 172.74717812160884, -43.552709875822082 ], [ 172.747184483545169, -43.552755154907658 ], [ 172.747194140988881, -43.552795676540804 ], [ 172.747197336903668, -43.552814742561964 ], [ 172.747200532820415, -43.552833808582989 ], [ 172.747200443197016, -43.552855249708585 ], [ 172.747200363531647, -43.5528743084868 ], [ 172.747203539536315, -43.552898139202078 ], [ 172.74720670558554, -43.552924352264434 ], [ 172.74719681907186, -43.55293862462019 ], [ 172.747193463815478, -43.552957676155337 ], [ 172.747199835746727, -43.553000572890987 ], [ 172.747212868410713, -43.553017278291399 ], [ 172.74721276883335, -43.553041101763512 ], [ 172.747219240361886, -43.553060175025557 ], [ 172.747222386511282, -43.55309115278115 ], [ 172.747245255950901, -43.55310549755611 ], [ 172.747251598065304, -43.553155541329396 ], [ 172.747258019838114, -43.553186526324708 ], [ 172.747254644674513, -43.55321034255514 ], [ 172.74724802377284, -43.553227004502702 ], [ 172.747231566094854, -43.553246027072035 ], [ 172.747237957996276, -43.55328415910931 ], [ 172.747241084252948, -43.553319901557408 ], [ 172.747234353808437, -43.55336276932173 ], [ 172.747227722926993, -43.553381813614692 ], [ 172.747214500982778, -43.553410372811037 ], [ 172.747191452178754, -43.553438910277244 ], [ 172.747181456026482, -43.553479388447414 ], [ 172.747171509658358, -43.553507954881383 ], [ 172.747161563280827, -43.553536521314342 ], [ 172.74715158701278, -43.55357223478719 ], [ 172.74712525253122, -43.553603147341782 ], [ 172.747098947909905, -43.553626912849282 ], [ 172.747082460186476, -43.553653082436256 ], [ 172.747052909790796, -43.553669693645951 ], [ 172.747013542457381, -43.553683900757193 ], [ 172.746961002811332, -43.553714755285398 ], [ 172.746891895508298, -43.553790838122517 ], [ 172.746849082893078, -43.553845537820791 ], [ 172.746799698970307, -43.553904987687581 ], [ 172.746770028667981, -43.553950186983997 ], [ 172.746733807029671, -43.553995371760145 ], [ 172.746700950789545, -43.554019122661174 ], [ 172.74668777834998, -43.554035770058981 ], [ 172.74667774184357, -43.55408577756652 ], [ 172.746648051400172, -43.554135741522693 ], [ 172.74661177965001, -43.554192837991337 ], [ 172.746585414672751, -43.554230897456698 ], [ 172.746575467898111, -43.554259463834043 ], [ 172.746558959806862, -43.554290398034759 ], [ 172.74653262470855, -43.554321310447449 ], [ 172.746525973529344, -43.554345119388792 ], [ 172.746509515318792, -43.554364141849163 ], [ 172.746486395909329, -43.554409355592277 ], [ 172.746479704753682, -43.554442693916414 ], [ 172.746463226526373, -43.554466481062654 ], [ 172.746443472613606, -43.554490260941918 ], [ 172.746443342762319, -43.55452123144579 ], [ 172.746439927246286, -43.554554577031382 ], [ 172.746439667539306, -43.554616518038273 ], [ 172.74643617210441, -43.554668922394256 ], [ 172.746445739449172, -43.554730885193784 ], [ 172.746442244012485, -43.554783289548901 ], [ 172.746438718602946, -43.554842840942364 ], [ 172.746431917491321, -43.554902385070214 ], [ 172.746411973614073, -43.554971429520847 ], [ 172.746385558214456, -43.55502140066492 ], [ 172.746369069799755, -43.555047570140907 ], [ 172.746362388499165, -43.555078526107913 ], [ 172.746355707191668, -43.555109482074386 ], [ 172.746349005892199, -43.555145202732582 ], [ 172.746342344555842, -43.555171394005562 ], [ 172.746315869047635, -43.555235659208215 ], [ 172.746292759152169, -43.555278490557995 ], [ 172.74627292494128, -43.555321329172273 ], [ 172.746246469286291, -43.555380829664699 ], [ 172.746210066430251, -43.555468896488875 ], [ 172.746180264924561, -43.555545066114576 ], [ 172.746157004810527, -43.555623632623202 ], [ 172.746130398888397, -43.555718868273502 ], [ 172.746094005660495, -43.555804552708729 ], [ 172.746067349538947, -43.555911700069899 ], [ 172.746060567945023, -43.555966479471742 ], [ 172.746069626396434, -43.555989806612637 ], [ 172.746057102111081, -43.556011736765484 ], [ 172.746056962050716, -43.556045089605917 ], [ 172.746063373506985, -43.556078456997575 ], [ 172.74607626646565, -43.556128515359369 ], [ 172.746085853671957, -43.556185713481447 ], [ 172.746092165128744, -43.556242904327398 ], [ 172.746095230835493, -43.556292940860864 ], [ 172.746072090364919, -43.556342919193575 ], [ 172.746068654528671, -43.556381029447834 ], [ 172.746070066738554, -43.556437393970391 ], [ 172.746068404428854, -43.556440588087504 ], [ 172.746068204348461, -43.556488234998788 ], [ 172.746077621539911, -43.556585932991965 ], [ 172.746093550331125, -43.556693174914521 ], [ 172.74610961921303, -43.55676706399683 ], [ 172.746115900743632, -43.556831401872117 ], [ 172.746148088678126, -43.55696726829725 ], [ 172.746160971892493, -43.557019708987674 ], [ 172.746190214191671, -43.557076950728643 ], [ 172.746199961636933, -43.557096031307196 ], [ 172.746209579105511, -43.557146082373947 ], [ 172.746219106604769, -43.557217574547018 ], [ 172.74622861413016, -43.557293831408941 ], [ 172.746238211657868, -43.557348647162144 ], [ 172.746267454187887, -43.557405888880609 ], [ 172.746283713389545, -43.557434513371646 ], [ 172.746286679352863, -43.557508373341769 ], [ 172.746280007728387, -43.557536946944694 ], [ 172.746286359487215, -43.557584608386641 ], [ 172.746289515378947, -43.557613203797615 ], [ 172.746259952829263, -43.557632197130637 ], [ 172.746246709494983, -43.557665520880541 ], [ 172.746246509546552, -43.557713167782239 ], [ 172.746262348953366, -43.557841850766785 ], [ 172.746281824147843, -43.557884776596346 ], [ 172.74629484760851, -43.557903864434074 ], [ 172.746304525252384, -43.55793962141631 ], [ 172.74630440530953, -43.557968209556122 ], [ 172.74633373814612, -43.558004010147677 ], [ 172.746346691693532, -43.558039774393897 ], [ 172.746372638804502, -43.558101773501676 ], [ 172.746398546001956, -43.55817330198267 ], [ 172.746447144638296, -43.558302057590737 ], [ 172.746499169182357, -43.558395085266802 ], [ 172.746505551163438, -43.558435599655589 ], [ 172.74652497678639, -43.558490437164181 ], [ 172.74653467463142, -43.558521429434258 ], [ 172.746560721993262, -43.558559605047378 ], [ 172.746580287489934, -43.558581089718871 ], [ 172.746586739434889, -43.558604927688656 ], [ 172.746589905503896, -43.558631140741952 ], [ 172.74660614521801, -43.558664529871621 ], [ 172.746605835725916, -43.558738382558211 ], [ 172.746599154129825, -43.558769338518296 ], [ 172.746599044306748, -43.558795544309937 ], [ 172.746582515009237, -43.558831243175753 ], [ 172.7465659956774, -43.558864559694257 ], [ 172.746546210402016, -43.558895486603411 ], [ 172.746526445079951, -43.558921648819656 ], [ 172.746493546120377, -43.558954929012188 ], [ 172.74643114389778, -43.558992908498709 ], [ 172.746385151166521, -43.559023777252236 ], [ 172.746371927578764, -43.559052336318857 ], [ 172.746339128405538, -43.559061793020547 ], [ 172.746306259253203, -43.559087926124398 ], [ 172.746283187851844, -43.559121228061656 ], [ 172.746230623100274, -43.559156846901196 ], [ 172.746168200502183, -43.559199590930838 ], [ 172.746096000045782, -43.559230401378926 ], [ 172.746023829536171, -43.559254064747897 ], [ 172.746004033847953, -43.559287373904475 ], [ 172.745971074348546, -43.559334948009443 ], [ 172.745948042707084, -43.559358720499631 ], [ 172.74591838909609, -43.559399154834992 ], [ 172.745885479529392, -43.559434817192603 ], [ 172.745842732083361, -43.559472840037941 ], [ 172.745832814127368, -43.559494259288641 ], [ 172.745816364305171, -43.559510899283822 ], [ 172.745790056590096, -43.559534664457942 ], [ 172.745767014784235, -43.559560819254671 ], [ 172.745743892815256, -43.559606032800183 ], [ 172.745737220698373, -43.559634606359701 ], [ 172.745737130534792, -43.559656047457253 ], [ 172.745753390085099, -43.55968467201329 ], [ 172.745756565864554, -43.55970850273976 ], [ 172.745769549481508, -43.559737120008336 ], [ 172.74577599121119, -43.559763340362693 ], [ 172.745821654325397, -43.559811089216858 ], [ 172.745851047847054, -43.559832595857507 ], [ 172.745929610865858, -43.559847064668077 ], [ 172.745972258433312, -43.559832865234696 ], [ 172.74600832403604, -43.559825798262587 ], [ 172.746014815915089, -43.559840106882675 ], [ 172.745991794105663, -43.559861497035008 ], [ 172.745968732243398, -43.559892416559052 ], [ 172.745932406321288, -43.559961424464817 ], [ 172.745915846274926, -43.560004270257366 ], [ 172.74591248020127, -43.560025704073396 ], [ 172.745912400110029, -43.560044762825747 ], [ 172.745899116001965, -43.560087615895597 ], [ 172.745902221776447, -43.560128123024583 ], [ 172.745898815642875, -43.560159086215677 ], [ 172.745882315593889, -43.560187637937865 ], [ 172.745885491449627, -43.560211468658864 ], [ 172.745885381311723, -43.560237674442391 ], [ 172.745881975163144, -43.560268637632355 ], [ 172.745881925099695, -43.560280549352044 ], [ 172.745875293023914, -43.560299593540535 ], [ 172.745875212920168, -43.560318652291897 ], [ 172.745868560811545, -43.560342461167693 ], [ 172.745874992634441, -43.560371063857836 ], [ 172.745884800582076, -43.56037585038996 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.503928189775019", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731281421190772, -43.506299120434811 ], [ 172.73131029756334, -43.50643021966502 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.503928189775019", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731307024494754, -43.506430211973608 ], [ 172.731342954289687, -43.5064469731198 ], [ 172.731424527528446, -43.506504342079893 ], [ 172.731460425716705, -43.506528250280162 ], [ 172.731512150796277, -43.506673697444583 ], [ 172.731560624147448, -43.506814372171192 ], [ 172.731631734983978, -43.507017042103762 ], [ 172.731657550413615, -43.507100486281026 ], [ 172.731644299682756, -43.507136191006232 ], [ 172.731614725613468, -43.507162327863306 ], [ 172.731614598950216, -43.507190916224538 ], [ 172.731591592176045, -43.50721230371375 ], [ 172.73157835193831, -43.507245626067053 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.383401604740997", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73157835193831, -43.507245626067053 ], [ 172.731814557370626, -43.507863218834515 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.63395226368458", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73181517383415, -43.507864999691435 ], [ 172.731840774179915, -43.507856133158938 ], [ 172.731857161000875, -43.507851406813245 ], [ 172.73186692770949, -43.507863341656559 ], [ 172.731893060156182, -43.507875314874582 ], [ 172.731899501006581, -43.50789915385613 ], [ 172.731912445985586, -43.507932537638787 ], [ 172.73194504043181, -43.507963585098778 ], [ 172.731964563381808, -43.507989837132413 ], [ 172.731984107430776, -43.508011324436318 ], [ 172.732013175842042, -43.508099540919645 ], [ 172.732032635630048, -43.508140087119934 ], [ 172.732039055485188, -43.508168690818898 ], [ 172.732058504774358, -43.508211619377491 ], [ 172.732081216720985, -43.508256937965179 ], [ 172.732123546650001, -43.508307067285962 ], [ 172.732165876648907, -43.508357196590815 ], [ 172.732165750240512, -43.508385784947343 ], [ 172.732172180717839, -43.508412006274853 ], [ 172.732178600667083, -43.508440609964879 ], [ 172.732181705309586, -43.508478735439802 ], [ 172.732188104203857, -43.50851210385499 ], [ 172.732210816359157, -43.508557422415102 ], [ 172.732243295451667, -43.508614675780528 ], [ 172.732259524490445, -43.508645684822561 ], [ 172.732265912914556, -43.508681435595498 ], [ 172.732295182106014, -43.508724387103356 ], [ 172.732317915476727, -43.508764940915114 ], [ 172.73232110444718, -43.508784007481175 ], [ 172.732324293419623, -43.50880307404708 ], [ 172.732347111055731, -43.5088245689495 ], [ 172.732337133548981, -43.508860281406264 ], [ 172.732363161253716, -43.508896078144794 ], [ 172.732379411480252, -43.508922322442956 ], [ 172.732359666992863, -43.508946100103103 ], [ 172.732356267466969, -43.508974680795404 ], [ 172.732362708614573, -43.508998519747031 ], [ 172.732369170819766, -43.509017593972594 ], [ 172.732388725867935, -43.509036698841896 ], [ 172.732398429720718, -43.509062927814888 ], [ 172.732411427843658, -43.509084399721658 ], [ 172.732401429281168, -43.50912487690794 ], [ 172.732411112104046, -43.509155870605063 ], [ 172.732433919379559, -43.509179747852016 ], [ 172.732450148666004, -43.509210756864583 ], [ 172.73245330613176, -43.509236970513825 ], [ 172.732443402282541, -43.509256006438179 ], [ 172.732443297048093, -43.509279830065445 ], [ 172.732453000962977, -43.509306059032859 ], [ 172.732452895732081, -43.509329882659927 ], [ 172.732472440384726, -43.509351369876875 ], [ 172.732498405251192, -43.50940146075839 ], [ 172.732498300037832, -43.509425284385124 ], [ 172.732494921592291, -43.509449100353933 ], [ 172.732501362844062, -43.50947293929606 ], [ 172.732534011017833, -43.50949207476949 ], [ 172.732546988241353, -43.509518311384873 ], [ 172.732592687330737, -43.509547006916868 ], [ 172.732635071160388, -43.509585224227273 ], [ 172.732651311172958, -43.509613850847018 ], [ 172.732677276299057, -43.50966394168627 ], [ 172.732686906777872, -43.509706847170634 ], [ 172.732699842059162, -43.509742613218279 ], [ 172.732709472566199, -43.509785518700227 ], [ 172.732735521910627, -43.509816550624713 ], [ 172.732745162966239, -43.509857073740655 ], [ 172.73275488812601, -43.509878537955352 ], [ 172.732758066779695, -43.509899986868525 ], [ 172.732764529204303, -43.509919061069283 ], [ 172.73278403211566, -43.509950077681573 ], [ 172.732787200273123, -43.509973908956205 ], [ 172.732803387913265, -43.510014447365243 ], [ 172.73282931130106, -43.510074067617076 ], [ 172.732835731733189, -43.510102671263141 ], [ 172.73284870921708, -43.510128907842166 ], [ 172.732855182201888, -43.510145599674743 ], [ 172.732851824870465, -43.510164650926498 ], [ 172.732851751316446, -43.510181327463478 ], [ 172.732868023111308, -43.51020280696288 ], [ 172.732864676287932, -43.510219475852423 ], [ 172.732894030691256, -43.510243368299257 ], [ 172.732893946642605, -43.510262427198448 ], [ 172.732919891234786, -43.510317282702914 ], [ 172.732939383848731, -43.510350681649449 ], [ 172.732942499566406, -43.510386424730093 ], [ 172.732942320994425, -43.510426924889948 ], [ 172.732952077826269, -43.510441241999146 ], [ 172.732958561376194, -43.510455551462798 ], [ 172.732981411365813, -43.510469899147651 ], [ 172.732997704287953, -43.510486613903204 ], [ 172.732984548119305, -43.510500877501848 ], [ 172.732977917518269, -43.510519921112113 ], [ 172.732987674373419, -43.510534238218106 ], [ 172.733010492894778, -43.510555732983931 ], [ 172.733039910520887, -43.51056533121875 ], [ 172.733043047309025, -43.5105963095709 ], [ 172.733026554826097, -43.510624859705345 ], [ 172.733052657192104, -43.510643979743051 ], [ 172.733068866185704, -43.510679753386192 ], [ 172.733049142392389, -43.510698766432796 ], [ 172.733032670885819, -43.510722551843074 ], [ 172.733042406785472, -43.510741633668445 ], [ 172.733055426494275, -43.510758340772767 ], [ 172.733065130908187, -43.510784569682777 ], [ 172.733084676245426, -43.510806056791381 ], [ 172.733081318948564, -43.510825108047769 ], [ 172.733117241340722, -43.510844250993742 ], [ 172.733136744728597, -43.510875267542076 ], [ 172.733146428203469, -43.510906261169119 ], [ 172.733149586055447, -43.510932474792362 ], [ 172.733169099983627, -43.510961108972666 ], [ 172.733191939718864, -43.51097783897697 ], [ 172.733178762498284, -43.51099686732087 ], [ 172.733181899378707, -43.511027845667108 ], [ 172.733194908692639, -43.511046935117108 ], [ 172.733204623706854, -43.511070781652101 ], [ 172.733204508270944, -43.511096987635341 ], [ 172.73321094997425, -43.511120826531744 ], [ 172.73322718017431, -43.511151835425849 ], [ 172.733236884724874, -43.511178064319814 ], [ 172.733236779795448, -43.511201887940551 ], [ 172.733230149195833, -43.511220931563123 ], [ 172.733230065250069, -43.511239990459572 ], [ 172.733243001175367, -43.511275756437833 ], [ 172.733249453404994, -43.511297212969389 ], [ 172.733272261813966, -43.511321090043111 ], [ 172.733291775924584, -43.511349724201011 ], [ 172.733291691997835, -43.511368783097119 ], [ 172.733314479470437, -43.511397424886219 ], [ 172.7333307832223, -43.511411757230483 ], [ 172.733340519325736, -43.511430839028698 ], [ 172.733333878244082, -43.511452265018512 ], [ 172.733346824764169, -43.511485648622013 ], [ 172.733372896138206, -43.511511915670845 ], [ 172.733385905615705, -43.511531005097936 ], [ 172.733375970217736, -43.511557188181015 ], [ 172.733382370087213, -43.511590556513909 ], [ 172.733401947255743, -43.511604896480435 ], [ 172.733414935790051, -43.511628750627814 ], [ 172.733414799470665, -43.511659721332762 ], [ 172.733434345213169, -43.511681208379358 ], [ 172.733466942449525, -43.511712255392361 ], [ 172.733486477744094, -43.511736124791831 ], [ 172.733486257594052, -43.511786154391395 ], [ 172.733473059320886, -43.511809947490022 ], [ 172.733463155367104, -43.511828983493849 ], [ 172.733469565796611, -43.511859969458598 ], [ 172.733502236526164, -43.511874339928049 ], [ 172.73351845659343, -43.511907731139452 ], [ 172.733528203316837, -43.511924430558558 ], [ 172.733560842653702, -43.51194594809666 ], [ 172.733560800731766, -43.511955477543943 ], [ 172.73356393785491, -43.511986455875146 ], [ 172.733573663643398, -43.512007920013822 ], [ 172.733606313520028, -43.512027055177001 ], [ 172.73361271356481, -43.512060423494717 ], [ 172.733625702279056, -43.512084277616715 ], [ 172.733619050747166, -43.512108085982462 ], [ 172.733638544318751, -43.512141484801816 ], [ 172.733671016191977, -43.512201120095909 ], [ 172.733670848572103, -43.512239237883534 ], [ 172.733680532535203, -43.512270231459205 ], [ 172.733677133438078, -43.512298812175246 ], [ 172.733673744813899, -43.512325010529388 ], [ 172.733676934393316, -43.512344077047302 ], [ 172.733693186107871, -43.512370321146733 ], [ 172.733712763601403, -43.512384661058924 ], [ 172.733725794320605, -43.512398985721838 ], [ 172.733751929089465, -43.512410958511531 ], [ 172.733758413037094, -43.512425267925913 ], [ 172.733774633391846, -43.512458659098485 ], [ 172.733777802065617, -43.512482490336538 ], [ 172.733780939325754, -43.512513468659286 ], [ 172.733800244633102, -43.512589749958146 ], [ 172.733813160238242, -43.512630280588233 ], [ 172.733819455753519, -43.512687472506954 ], [ 172.733835550572081, -43.512749452008116 ], [ 172.733851802463391, -43.512775696083601 ], [ 172.733867981087769, -43.512818616687333 ], [ 172.733871055598939, -43.51286388917493 ], [ 172.733880739762924, -43.512894882730777 ], [ 172.733883824755395, -43.512937772855999 ], [ 172.733906571226328, -43.512975943967312 ], [ 172.733916265892958, -43.51300455515819 ], [ 172.733919434649948, -43.513028386390246 ], [ 172.73393240275837, -43.513057005197076 ], [ 172.733945381344739, -43.513083241640871 ], [ 172.73396162290743, -43.513111868060982 ], [ 172.733974632912009, -43.513130957417097 ], [ 172.733987674317177, -43.513142899687466 ], [ 172.733990811717206, -43.513173878001218 ], [ 172.733990738469117, -43.513190554530929 ], [ 172.734003706645638, -43.513219173329034 ], [ 172.734033000173582, -43.513257359644015 ], [ 172.734055799165191, -43.513283618917292 ], [ 172.734052410647621, -43.513309817278376 ], [ 172.734075220128034, -43.513333694186286 ], [ 172.734081651947406, -43.513359915387134 ], [ 172.734081495039703, -43.513395650806991 ], [ 172.734091242155984, -43.513412350174768 ], [ 172.734104231346322, -43.513436204237976 ], [ 172.734117210087646, -43.513462440660973 ], [ 172.73413345183252, -43.51349106705522 ], [ 172.734139841860411, -43.513526817697269 ], [ 172.73415935708752, -43.51355545169892 ], [ 172.73416910425081, -43.513572151059719 ], [ 172.734178861876273, -43.513586468058392 ], [ 172.734182072592546, -43.513600769836081 ], [ 172.734178705024704, -43.513622203477105 ], [ 172.734178621370376, -43.513641262366981 ], [ 172.734188326727036, -43.513667491170814 ], [ 172.734198073916218, -43.513684190528892 ], [ 172.734214305302913, -43.513715199271992 ], [ 172.734214211204119, -43.513736640522843 ], [ 172.734217359204706, -43.513765236466348 ], [ 172.734223801585614, -43.513789075296309 ], [ 172.734233527894645, -43.513810539373445 ], [ 172.734243254210497, -43.513832003449636 ], [ 172.734226803223805, -43.513851024295576 ], [ 172.734229951236046, -43.513879620238193 ], [ 172.734246130419763, -43.513922540781557 ], [ 172.734252572828467, -43.51394637960933 ], [ 172.734272035976971, -43.513986925395628 ], [ 172.734281741428816, -43.514013154190224 ], [ 172.734281595088504, -43.514046507245475 ], [ 172.734291300553849, -43.514072736038983 ], [ 172.734310847382631, -43.514094222929472 ], [ 172.734317258480218, -43.514125208836163 ], [ 172.734326953522384, -43.514153819987413 ], [ 172.734346479489091, -43.514180071593692 ], [ 172.734346364534787, -43.514206277565044 ], [ 172.734365838278507, -43.514244440972902 ], [ 172.73437871281331, -43.514294500973229 ], [ 172.734401439205499, -43.514337436701098 ], [ 172.734424238761562, -43.514363695897416 ], [ 172.734456900620614, -43.514380448452812 ], [ 172.734473226334217, -43.51439001590748 ], [ 172.734473132324894, -43.514411457156221 ], [ 172.734479585319292, -43.514432913608573 ], [ 172.734482806595679, -43.514444833015041 ], [ 172.734502384945074, -43.514459172789032 ], [ 172.734518658468431, -43.514480652041904 ], [ 172.734525101042777, -43.514504490852424 ], [ 172.734528291001794, -43.514523557340304 ], [ 172.734534712698178, -43.514552160871936 ], [ 172.734531292984229, -43.514585506324472 ], [ 172.734544282597483, -43.514609360333885 ], [ 172.734550589442563, -43.514664169833935 ], [ 172.73455043280444, -43.514699905246964 ], [ 172.734569959043142, -43.514726156813239 ], [ 172.734586222220628, -43.514750018416599 ], [ 172.73459923277187, -43.514769107697568 ], [ 172.734625295657338, -43.514797756811582 ], [ 172.734635011829823, -43.514821603212354 ], [ 172.734644780204349, -43.514833537808109 ], [ 172.734667559175875, -43.514864561675999 ], [ 172.734667475671813, -43.514883620562486 ], [ 172.734664118640296, -43.514902671852418 ], [ 172.734680350589457, -43.514933680524223 ], [ 172.734670394309319, -43.51496462842573 ], [ 172.734667016397935, -43.514988444436987 ], [ 172.734666891141046, -43.515017032766089 ], [ 172.734673271202752, -43.515055165730715 ], [ 172.734686250534509, -43.515081402083162 ], [ 172.734692651489183, -43.515114770324921 ], [ 172.734689242266171, -43.515145733418322 ], [ 172.734689096144479, -43.515179086468031 ], [ 172.734698781091851, -43.515210079944033 ], [ 172.734711739594758, -43.515241081014331 ], [ 172.734721476743601, -43.515260162684847 ], [ 172.734754024385325, -43.515303121121349 ], [ 172.734763740688635, -43.515326967509395 ], [ 172.7347701730138, -43.515353188663674 ], [ 172.734776626212323, -43.515374645096237 ], [ 172.734796017134414, -43.51543186730953 ], [ 172.734818712948936, -43.51548195002951 ], [ 172.73484800807941, -43.515520136124699 ], [ 172.734867534710077, -43.515546387637407 ], [ 172.734893598055578, -43.515575036687572 ], [ 172.734903293599018, -43.515603647783969 ], [ 172.734942326123814, -43.515660915507667 ], [ 172.734952052985221, -43.515682379518033 ], [ 172.734971538007613, -43.51571816045454 ], [ 172.734981264888489, -43.515739624462284 ], [ 172.735000833348209, -43.515756346509534 ], [ 172.735017117819666, -43.515775443327456 ], [ 172.735020297574152, -43.515796892158413 ], [ 172.73501686762927, -43.515832619979179 ], [ 172.735016742533816, -43.51586120830482 ], [ 172.735029711761513, -43.515889826975872 ], [ 172.735036144260476, -43.515916048113041 ], [ 172.735023008233867, -43.515925547209967 ], [ 172.735016398520315, -43.515939826199613 ], [ 172.73502612545235, -43.515961290202817 ], [ 172.735032526685046, -43.515994658421114 ], [ 172.735048727842781, -43.516032814117118 ], [ 172.735081338662695, -43.516061478293935 ], [ 172.735107423172366, -43.516085362572831 ], [ 172.735120382069795, -43.516116363593085 ], [ 172.735139846490426, -43.516156909219546 ], [ 172.735149531822628, -43.516187902653058 ], [ 172.735155922727444, -43.51622365322369 ], [ 172.735168892097761, -43.516252271877498 ], [ 172.735185114245979, -43.516285662832217 ], [ 172.735201378082138, -43.516309524343256 ], [ 172.735224126640958, -43.516347695175298 ], [ 172.735233822462618, -43.51637630624051 ], [ 172.735243466213859, -43.516416829106213 ], [ 172.735259657201027, -43.5164573671304 ], [ 172.735272595425585, -43.516493132852275 ], [ 172.735275702404266, -43.516531258195435 ], [ 172.735275619086735, -43.516550317077268 ], [ 172.735272199662489, -43.516583662541009 ], [ 172.735298201160901, -43.51662660565659 ], [ 172.735317697102346, -43.516660004169324 ], [ 172.735320814530468, -43.516695747150052 ], [ 172.735340352155305, -43.516719616217948 ], [ 172.735356636991639, -43.516738712985216 ], [ 172.735372911427248, -43.516760192110254 ], [ 172.735399027581678, -43.516776929240322 ], [ 172.735405470742734, -43.516800767993146 ], [ 172.735398819382965, -43.516824576443227 ], [ 172.735424862709692, -43.516857990088177 ], [ 172.735424779438176, -43.516877048969164 ], [ 172.735427969801918, -43.51689611542507 ], [ 172.735447538757512, -43.516912837393761 ], [ 172.735453898689315, -43.516955735024126 ], [ 172.735453721756045, -43.516996235145513 ], [ 172.735450364851431, -43.517015286451816 ], [ 172.73545352400663, -43.517041499986732 ], [ 172.735459935993902, -43.517072485815653 ], [ 172.735463074341112, -43.517103464070132 ], [ 172.735466223098854, -43.517132059964339 ], [ 172.73547265591634, -43.517158281072078 ], [ 172.735492110498228, -43.517201208992617 ], [ 172.735492016840425, -43.51722265023254 ], [ 172.735508281047601, -43.51724651169696 ], [ 172.73552453486235, -43.51727275551896 ], [ 172.735550682491663, -43.517282345533644 ], [ 172.735567009158956, -43.517291912829741 ], [ 172.735593125595813, -43.517308649914625 ], [ 172.735596284827551, -43.517334863444482 ], [ 172.735609192230498, -43.517377776203574 ], [ 172.73560253048413, -43.517403967023064 ], [ 172.735622006039051, -43.517442130200273 ], [ 172.735628438956354, -43.517468351298071 ], [ 172.735664199692053, -43.517525611192148 ], [ 172.735690243465172, -43.517559024773668 ], [ 172.735703223769519, -43.517585261001692 ], [ 172.735716141698532, -43.517625791387331 ], [ 172.735729049247482, -43.517668704131118 ], [ 172.735732198158956, -43.517697300015556 ], [ 172.735735347073359, -43.517725895899794 ], [ 172.735728643753248, -43.517761616164321 ], [ 172.735728466998722, -43.51780211628089 ], [ 172.735734712851752, -43.51787121984713 ], [ 172.735744367568401, -43.51790936030168 ], [ 172.735763864165818, -43.517942758732509 ], [ 172.73579316107643, -43.517980944573644 ], [ 172.735806141515013, -43.518007180788359 ], [ 172.73582243723655, -43.518023895126532 ], [ 172.735825555028981, -43.518059638085894 ], [ 172.73582875597296, -43.518076322167438 ], [ 172.735848252670337, -43.518109720583155 ], [ 172.735861253944563, -43.518131192071841 ], [ 172.735874182485873, -43.518169340076646 ], [ 172.735893648065115, -43.518209885563174 ], [ 172.735909891913366, -43.518238511686704 ], [ 172.73595218001185, -43.51830055132654 ], [ 172.73598798309115, -43.518348281674605 ], [ 172.736007448803633, -43.518388827140846 ], [ 172.736023692753378, -43.518417453247551 ], [ 172.736046473771978, -43.518448476826492 ], [ 172.736049664411951, -43.518467543260506 ], [ 172.736072403926329, -43.518508096272342 ], [ 172.736088616788265, -43.518543869448045 ], [ 172.736091807446371, -43.51856293588061 ], [ 172.736098251067006, -43.518586774588108 ], [ 172.736111179853623, -43.518624922563724 ], [ 172.736120876454237, -43.518653533544303 ], [ 172.736130552300267, -43.518686909242959 ], [ 172.736153260807754, -43.518734609315935 ], [ 172.736172737134126, -43.518772772392424 ], [ 172.736182381888, -43.51881329516447 ], [ 172.73619533153402, -43.518846678410419 ], [ 172.73620499707252, -43.51888243646124 ], [ 172.736214673000916, -43.518915812151626 ], [ 172.736237423170621, -43.518953982768771 ], [ 172.736250414385694, -43.518977836570244 ], [ 172.736256868489107, -43.518999292907942 ], [ 172.736253480591586, -43.51902549130962 ], [ 172.736282788708138, -43.519061294660816 ], [ 172.736312159108337, -43.519082803848178 ], [ 172.736338079419369, -43.519144805587878 ], [ 172.736360840125315, -43.519180593820018 ], [ 172.736370526559114, -43.519211587136503 ], [ 172.736363875309081, -43.519235395632954 ], [ 172.736380109280532, -43.519266404045119 ], [ 172.736393100618301, -43.519290257829361 ], [ 172.736392965785768, -43.519321228500104 ], [ 172.736409137568245, -43.519366531063355 ], [ 172.736431742845241, -43.519438054669003 ], [ 172.736451219571535, -43.519476217694368 ], [ 172.736444599432986, -43.519492879116754 ], [ 172.736447800621448, -43.519509563177429 ], [ 172.736460792037633, -43.519533416953152 ], [ 172.736473783464021, -43.51955727072734 ], [ 172.736483501119807, -43.519581116954974 ], [ 172.736493218783238, -43.519604963181663 ], [ 172.736506230972395, -43.519624052233596 ], [ 172.736525801104676, -43.519640774012778 ], [ 172.736519180968401, -43.519657435439008 ], [ 172.736532193176998, -43.519676524487856 ], [ 172.736541817580502, -43.519721811942432 ], [ 172.736551493826596, -43.519755187600232 ], [ 172.736567665842131, -43.519800490138245 ], [ 172.736574068320351, -43.519833858250962 ], [ 172.736577248832731, -43.519855307025345 ], [ 172.736567365255439, -43.519869578552132 ], [ 172.736564029267726, -43.519883865163862 ], [ 172.736563904885088, -43.519912453472742 ], [ 172.73658017023277, -43.519936314776352 ], [ 172.736612690603124, -43.51998641973551 ], [ 172.736638704865612, -43.520026980167728 ], [ 172.736654835571215, -43.52008181212765 ], [ 172.736664511936198, -43.520115187774081 ], [ 172.73667084197254, -43.520165232392664 ], [ 172.736677275627898, -43.520191453420857 ], [ 172.73670009908497, -43.520212947426636 ], [ 172.736706553477433, -43.52023440373506 ], [ 172.736709723697459, -43.520258234863363 ], [ 172.736716157379334, -43.520284455888984 ], [ 172.736729149066207, -43.52030830963168 ], [ 172.736738908375742, -43.520322626399299 ], [ 172.736758427008681, -43.520351259931978 ], [ 172.736768134545258, -43.52037748849159 ], [ 172.736781146986118, -43.520396577510297 ], [ 172.736800676018845, -43.520422828676587 ], [ 172.736813657412853, -43.520449064768187 ], [ 172.736836398177445, -43.520489617617194 ], [ 172.736842863001726, -43.520508691558213 ], [ 172.736852549891665, -43.520539684827824 ], [ 172.736872006527818, -43.520582612493421 ], [ 172.736884956928151, -43.52061599565284 ], [ 172.736904413611597, -43.520658923312453 ], [ 172.736914193722242, -43.520668475346866 ], [ 172.73691411090843, -43.520687534217373 ], [ 172.736914038446287, -43.520704210729015 ], [ 172.736940073918504, -43.520740006371312 ], [ 172.73694658020375, -43.520749550870612 ], [ 172.736985566213292, -43.520818729652404 ], [ 172.736985390280694, -43.520859229751331 ], [ 172.736985328186762, -43.520873523903823 ], [ 172.736998289059613, -43.520904524690266 ], [ 172.737008017483959, -43.520925988510029 ], [ 172.737040600817721, -43.520961799188761 ], [ 172.737047065756116, -43.520980873116947 ], [ 172.737040445614809, -43.520997534569432 ], [ 172.73704687951701, -43.521023755573616 ], [ 172.737053323771136, -43.521047594218622 ], [ 172.73706628471561, -43.521078594996631 ], [ 172.737079266364134, -43.521104831055702 ], [ 172.737088994849074, -43.521126294867955 ], [ 172.737111860179965, -43.521138259354657 ], [ 172.737121640400488, -43.52114781137081 ], [ 172.737115009917204, -43.521166855185783 ], [ 172.737104981429212, -43.521214479776425 ], [ 172.7370982474865, -43.521257347176295 ], [ 172.73709811300543, -43.521288317838106 ], [ 172.737117497646182, -43.521347921967362 ], [ 172.737140321693914, -43.521369415882425 ], [ 172.737189326447236, -43.521393352355432 ], [ 172.737218553537645, -43.521448214324657 ], [ 172.737254338789228, -43.521500708974216 ], [ 172.73728037480322, -43.521536504535412 ], [ 172.737280240414009, -43.52156747519615 ], [ 172.737312803579783, -43.521608050511574 ], [ 172.737332312560426, -43.521639066300054 ], [ 172.737351769886715, -43.5216819938775 ], [ 172.737364596771528, -43.521743965278922 ], [ 172.737397005091424, -43.521820275945991 ], [ 172.737426098258254, -43.521906108518287 ], [ 172.737425922613653, -43.521946608610897 ], [ 172.737425726304593, -43.521991873419978 ], [ 172.737451607663928, -43.52206340431502 ], [ 172.737484150550273, -43.522108744295707 ], [ 172.737513398907765, -43.522158841467643 ], [ 172.737532784232286, -43.522218445519137 ], [ 172.737552262539481, -43.522256608342403 ], [ 172.737581583306564, -43.522290028988088 ], [ 172.737600979064979, -43.522347250668702 ], [ 172.737613826992288, -43.52240445731951 ], [ 172.737587552915642, -43.522423456077391 ], [ 172.737580819175832, -43.522466323497142 ], [ 172.737606845470623, -43.52250450133765 ], [ 172.737629556559909, -43.522552201092104 ], [ 172.737642528441881, -43.52258081944003 ], [ 172.737632572398184, -43.522611767558629 ], [ 172.737661934672815, -43.522635658749635 ], [ 172.737674937555369, -43.522657130019155 ], [ 172.737687899159113, -43.522688130719615 ], [ 172.73771403914705, -43.522700102595415 ], [ 172.737727093664205, -43.52270966206828 ], [ 172.737736709113079, -43.522757331759777 ], [ 172.737752882807342, -43.522802634110597 ], [ 172.737769159714247, -43.522824112878084 ], [ 172.737785405677982, -43.522852738717397 ], [ 172.73780167229225, -43.522876599838192 ], [ 172.737824497157192, -43.522898093613009 ], [ 172.737821140662049, -43.522917144970258 ], [ 172.737860232209414, -43.522962499853321 ], [ 172.737876488567821, -43.522988743321179 ], [ 172.737873090824479, -43.523017324111777 ], [ 172.737872977361235, -43.523043530049911 ], [ 172.737879411837355, -43.523069750999312 ], [ 172.737892404575575, -43.523093604600867 ], [ 172.737902133665301, -43.523115068338015 ], [ 172.737908568161544, -43.523141289285483 ], [ 172.737924814275686, -43.5231699151038 ], [ 172.737947618670631, -43.523196173569239 ], [ 172.73797371768535, -43.523217674817104 ], [ 172.73798339527076, -43.523251050336704 ], [ 172.738002905120908, -43.523282066004079 ], [ 172.737996274677641, -43.523301109863127 ], [ 172.737999435250288, -43.52332732330246 ], [ 172.7380091850344, -43.523344022313999 ], [ 172.738025503412899, -43.523355971611927 ], [ 172.738022033554671, -43.523401228910444 ], [ 172.738044755612691, -43.523446546218786 ], [ 172.738064286171806, -43.523472797159116 ], [ 172.738070710468349, -43.523501400453959 ], [ 172.738057490802589, -43.523529958746671 ], [ 172.738070494016199, -43.523551429968684 ], [ 172.738096603533393, -43.523570548829831 ], [ 172.73811943906918, -43.523589660186275 ], [ 172.738135706011917, -43.523613521257289 ], [ 172.738138856356045, -43.523642117049334 ], [ 172.738151787493734, -43.523680264766398 ], [ 172.738174478843064, -43.523732729120532 ], [ 172.738190694332644, -43.523768501972114 ], [ 172.738223259286656, -43.523809077017148 ], [ 172.73823620081356, -43.523844842366017 ], [ 172.738258954096921, -43.52388301255592 ], [ 172.738278495188183, -43.52390688110053 ], [ 172.738284971125836, -43.523923572592949 ], [ 172.738301124941415, -43.523973639574187 ], [ 172.738278093518318, -43.52399979305099 ], [ 172.738277908131579, -43.524042675489163 ], [ 172.738284384083443, -43.524059366981241 ], [ 172.738300692410206, -43.524073698596702 ], [ 172.738303853153468, -43.524099912024511 ], [ 172.738300445248512, -43.524130875180198 ], [ 172.738300331965831, -43.524157081114126 ], [ 172.738316599131366, -43.524180942157606 ], [ 172.738329540791938, -43.524216707493935 ], [ 172.738345807984928, -43.524240568533095 ], [ 172.738355506529047, -43.524269179300958 ], [ 172.738368520301862, -43.524288268129382 ], [ 172.738384694872764, -43.524333570380911 ], [ 172.738394383155196, -43.524364563502651 ], [ 172.738400807700401, -43.524393166775113 ], [ 172.738420318130011, -43.524424182366516 ], [ 172.738439797700352, -43.524462345027047 ], [ 172.73845596207812, -43.524510029624842 ], [ 172.738478726039773, -43.524545817410029 ], [ 172.738504589140604, -43.524622112755573 ], [ 172.738507729418757, -43.524653090890425 ], [ 172.7385141437573, -43.524684076512727 ], [ 172.738523863030821, -43.524707922549617 ], [ 172.738536907818371, -43.524719864285494 ], [ 172.738563038562177, -43.524734218323005 ], [ 172.738562935679084, -43.524758041897293 ], [ 172.738553000319541, -43.524784225369679 ], [ 172.738569236887912, -43.52481523344747 ], [ 172.738592093615324, -43.524829579992122 ], [ 172.738595244235626, -43.524858175766191 ], [ 172.738601658640221, -43.524889161382639 ], [ 172.738627748329066, -43.524913044834655 ], [ 172.738657081255411, -43.524944082836392 ], [ 172.738663526553864, -43.524967921376927 ], [ 172.738679722092542, -43.525008458867667 ], [ 172.738702383543398, -43.525068070179216 ], [ 172.738738161926875, -43.52512294669706 ], [ 172.738760936565058, -43.525156352065935 ], [ 172.73877718361905, -43.525184977755423 ], [ 172.73880327350426, -43.525208861166654 ], [ 172.738826027654255, -43.525247031236759 ], [ 172.73884550774298, -43.525285193823976 ], [ 172.7388714949345, -43.525332900791845 ], [ 172.738884396062588, -43.525378195488472 ], [ 172.738903711827675, -43.525454475780315 ], [ 172.738910116177067, -43.525487843733956 ], [ 172.738916571906742, -43.525509299901188 ], [ 172.738949179372696, -43.525540345302041 ], [ 172.738975269478431, -43.525564228673083 ], [ 172.738978430588588, -43.525590442076336 ], [ 172.739001174720073, -43.525630994466823 ], [ 172.739027090288914, -43.52569537789693 ], [ 172.739053026451359, -43.525754996606388 ], [ 172.739072465770761, -43.525802688580647 ], [ 172.739082144368808, -43.525836063994689 ], [ 172.739085264466297, -43.525871806822103 ], [ 172.739094943082307, -43.525905182234723 ], [ 172.73911780034507, -43.525919528672901 ], [ 172.73913731163077, -43.525950544135817 ], [ 172.739140503628562, -43.525969610461964 ], [ 172.739136962581313, -43.526031544274332 ], [ 172.73913674699125, -43.526081573771094 ], [ 172.739110410185873, -43.526114867005575 ], [ 172.739087337219843, -43.526150550062169 ], [ 172.739093752010234, -43.52618153564498 ], [ 172.739103482017413, -43.526202999270595 ], [ 172.739116465638062, -43.526229235079818 ], [ 172.739149124921738, -43.526248368636438 ], [ 172.739172023386175, -43.526253185635646 ], [ 172.739198124149794, -43.526274686596942 ], [ 172.739220961050307, -43.526293797727796 ], [ 172.739191401372665, -43.526315171727497 ], [ 172.739145522269979, -43.526324596587308 ], [ 172.739138665990879, -43.526396052353391 ], [ 172.739154831428692, -43.526443736838907 ], [ 172.739141508962945, -43.526496118809987 ], [ 172.739164345928742, -43.526515229951556 ], [ 172.739200289802824, -43.52653198860547 ], [ 172.739239548904408, -43.526539225288019 ], [ 172.739255827338155, -43.52656070383366 ], [ 172.739272075000201, -43.526589329447326 ], [ 172.73929814516373, -43.526617977455331 ], [ 172.739324235869958, -43.526641860743794 ], [ 172.739333914738864, -43.526675236132299 ], [ 172.739346878043506, -43.526706236627184 ], [ 172.739350059888039, -43.526727685301964 ], [ 172.739392552277479, -43.526744458823039 ], [ 172.739425222181069, -43.526761209943253 ], [ 172.739441469976697, -43.526789835532178 ], [ 172.739444641604592, -43.526813666560841 ], [ 172.739460868915955, -43.52684705686022 ], [ 172.739486898268609, -43.526885234251253 ], [ 172.739526085875639, -43.52690914733256 ], [ 172.739555430476059, -43.526937802739894 ], [ 172.739568414448939, -43.526964038495287 ], [ 172.739604276716335, -43.526999855875296 ], [ 172.739620442680177, -43.527047540291299 ], [ 172.739633313987298, -43.527099981962081 ], [ 172.739665666530385, -43.527190586068599 ], [ 172.739694939620364, -43.527235917935428 ], [ 172.739714441379363, -43.527269315651125 ], [ 172.739727405004885, -43.527300316100487 ], [ 172.739730587014492, -43.527321764762853 ], [ 172.739750129790735, -43.527345633045833 ], [ 172.739756534802012, -43.52737900094268 ], [ 172.739743315075089, -43.527407559410754 ], [ 172.73975960416206, -43.527426655525922 ], [ 172.739785715880203, -43.527445773993939 ], [ 172.739805238237267, -43.527474406980176 ], [ 172.73982148640269, -43.527503032512435 ], [ 172.739824494381708, -43.52756498123199 ], [ 172.739844016795331, -43.527593614211142 ], [ 172.739827512606183, -43.527624547594314 ], [ 172.739804398520477, -43.527669760211559 ], [ 172.739820656977344, -43.527696003386666 ], [ 172.73983027484897, -43.527743672866606 ], [ 172.739833415960021, -43.527774650950207 ], [ 172.739862802076914, -43.527793776850146 ], [ 172.739879050354602, -43.527822402372934 ], [ 172.739898552402792, -43.527855800054532 ], [ 172.739904998495035, -43.527879638514946 ], [ 172.739924521047556, -43.527908271479134 ], [ 172.739940830796286, -43.527922602854574 ], [ 172.739970288657332, -43.527925052232163 ], [ 172.739986598421467, -43.527939383601058 ], [ 172.739999593027136, -43.527963236947571 ], [ 172.740015872111542, -43.527984715381294 ], [ 172.740009159918316, -43.528022818192355 ], [ 172.739982904610969, -43.528037052765008 ], [ 172.73997297955404, -43.528060853989643 ], [ 172.739982669237691, -43.528091846960102 ], [ 172.740002232826498, -43.528110950485093 ], [ 172.740034954793288, -43.528115789647892 ], [ 172.740054549098772, -43.528127746095016 ], [ 172.740067533541009, -43.528153981789458 ], [ 172.740067431237776, -43.528177805352264 ], [ 172.740050978156887, -43.528196826983084 ], [ 172.740063942151238, -43.528227827390168 ], [ 172.740080190639759, -43.528256452882722 ], [ 172.74006353293089, -43.528323121639559 ], [ 172.740073161321305, -43.528368408738366 ], [ 172.740072966947793, -43.528413673505938 ], [ 172.740095631030783, -43.528473284512451 ], [ 172.740141153653724, -43.528547241744057 ], [ 172.74015079236429, -43.528590146478692 ], [ 172.740166938724599, -43.528642595518477 ], [ 172.740193020417877, -43.528668860959336 ], [ 172.740222417306029, -43.528685604409148 ], [ 172.740242011832635, -43.528697560823517 ], [ 172.740245224766312, -43.528711862398687 ], [ 172.740261504138147, -43.528733340795384 ], [ 172.740281068021545, -43.528752444271227 ], [ 172.740303834647392, -43.528788231673182 ], [ 172.740306955610265, -43.528823974450958 ], [ 172.740313381522924, -43.528852577597043 ], [ 172.740319603028439, -43.528928827863041 ], [ 172.740329272585939, -43.52896458551222 ], [ 172.740332424233003, -43.528993181220294 ], [ 172.740355242075651, -43.529017056830945 ], [ 172.740371470474827, -43.529050446990958 ], [ 172.740384332632459, -43.529105270917462 ], [ 172.740394032909421, -43.529133881492406 ], [ 172.740406895104854, -43.529188705415663 ], [ 172.740429733483182, -43.529207816299035 ], [ 172.740455876825621, -43.529219787542822 ], [ 172.740472187052433, -43.529234118840371 ], [ 172.740468790169643, -43.529262699678981 ], [ 172.740475185560399, -43.529298449881757 ], [ 172.740497962718848, -43.52933185488655 ], [ 172.740514272985706, -43.529346186177939 ], [ 172.740530613897903, -43.529353370399356 ], [ 172.740546862906967, -43.529381995821261 ], [ 172.740553248144494, -43.529420128374916 ], [ 172.740585848338839, -43.529453555650981 ], [ 172.740598823083474, -43.529482173636097 ], [ 172.74060521857362, -43.529517923830468 ], [ 172.740621498288846, -43.529539402173711 ], [ 172.740627944842174, -43.529563240587507 ], [ 172.740657311661494, -43.529587130991651 ], [ 172.740686709123423, -43.529603874320834 ], [ 172.740689881383929, -43.529627705304804 ], [ 172.740679956340927, -43.529651506584152 ], [ 172.740689677256739, -43.529675352420355 ], [ 172.740709221167464, -43.529699220532414 ], [ 172.740725490763197, -43.529723081216126 ], [ 172.740705752929074, -43.529744477866188 ], [ 172.740712219948023, -43.529763551563036 ], [ 172.74073176389598, -43.529787419670974 ], [ 172.740754520971251, -43.52982558933406 ], [ 172.740780593224571, -43.529854236993067 ], [ 172.740780501398802, -43.529875678194429 ], [ 172.740796699654084, -43.529916215357282 ], [ 172.740806359446708, -43.529954355316704 ], [ 172.740802983083626, -43.529978171450608 ], [ 172.740806186014566, -43.529994855363 ], [ 172.740832268565811, -43.53002112065397 ], [ 172.740854984991699, -43.530068819718423 ], [ 172.740881057396905, -43.530097467353706 ], [ 172.740907119628758, -43.530128497338559 ], [ 172.74091359694944, -43.53014518866739 ], [ 172.740936354272975, -43.530183358292504 ], [ 172.740913382796919, -43.530195218135056 ], [ 172.740916493990738, -43.530233343244042 ], [ 172.740935854626116, -43.530300093715788 ], [ 172.740955358050087, -43.530333491206108 ], [ 172.740948676769762, -43.530364446990845 ], [ 172.740961662075222, -43.530390682575657 ], [ 172.740984490885921, -43.530412175701301 ], [ 172.740997445633525, -43.530445558348362 ], [ 172.740997353882648, -43.530466999547862 ], [ 172.741016918556653, -43.530486102893995 ], [ 172.741043052374067, -43.530500456357963 ], [ 172.741026547997166, -43.530531389897995 ], [ 172.741036258996303, -43.530557618057195 ], [ 172.741042675241175, -43.530588603510374 ], [ 172.741058914629463, -43.530619611210192 ], [ 172.741104633650622, -43.530648303284316 ], [ 172.741137316321385, -43.530662671554936 ], [ 172.741163307610236, -43.530710377967232 ], [ 172.741185902306682, -43.530786665226252 ], [ 172.741224869020527, -43.530862989535365 ], [ 172.741254114489351, -43.530915468047276 ], [ 172.741280095794394, -43.530965556786761 ], [ 172.741319001648748, -43.531056175193832 ], [ 172.741331875264336, -43.531108616642399 ], [ 172.741364497155473, -43.531137278979351 ], [ 172.741393691980903, -43.531201669229986 ], [ 172.741416409288433, -43.531249368175217 ], [ 172.741419561563077, -43.531277963843486 ], [ 172.741425998434863, -43.531304184561471 ], [ 172.741442238209999, -43.531335192203926 ], [ 172.741458437294909, -43.531375729264745 ], [ 172.741464894546652, -43.531397185269796 ], [ 172.741481175069879, -43.531418663485596 ], [ 172.741481032608021, -43.531452016458118 ], [ 172.741480941025259, -43.531473457654627 ], [ 172.741490652370715, -43.531499685771777 ], [ 172.741500424775268, -43.531511619757111 ], [ 172.741497099471701, -43.531523524129746 ], [ 172.74151666464374, -43.531542627388085 ], [ 172.741529711489989, -43.531554568773394 ], [ 172.74155246972839, -43.531592738268742 ], [ 172.741568648610325, -43.531638040022727 ], [ 172.741601240384455, -43.531673849355784 ], [ 172.741614216080677, -43.531702467216938 ], [ 172.741630506908677, -43.531721563055562 ], [ 172.741627029065768, -43.531769202757737 ], [ 172.741659610775827, -43.531807394428654 ], [ 172.741669301914499, -43.531838387239503 ], [ 172.741685582628321, -43.531859865424984 ], [ 172.741701904022932, -43.531871814187987 ], [ 172.741705097132325, -43.53189088042555 ], [ 172.74171484930838, -43.531907579102047 ], [ 172.741724560824082, -43.531933807197746 ], [ 172.741734313012387, -43.53195050587248 ], [ 172.741740760256533, -43.531974344215207 ], [ 172.741760305320696, -43.531998212140884 ], [ 172.741773260831934, -43.532031594692718 ], [ 172.741779677607013, -43.532062580097879 ], [ 172.741782860586454, -43.532084028687677 ], [ 172.741782779272825, -43.532103087527375 ], [ 172.741799080424897, -43.532119800986095 ], [ 172.741815381586008, -43.53213651444247 ], [ 172.741831581132999, -43.532177051445899 ], [ 172.741851095813416, -43.532208066420253 ], [ 172.741854248341298, -43.532236662072343 ], [ 172.741863888842033, -43.532279566639296 ], [ 172.741880057978022, -43.532327250699666 ], [ 172.741909345354543, -43.532370199614228 ], [ 172.741919087504726, -43.532389280627093 ], [ 172.741938551507047, -43.532432207359911 ], [ 172.741944988724157, -43.532458428044251 ], [ 172.741961218915179, -43.532491817962985 ], [ 172.741984048870762, -43.532513310884013 ], [ 172.741987171007764, -43.532549053595545 ], [ 172.74200662495366, -43.532594362670615 ], [ 172.7420196010371, -43.532622980482103 ], [ 172.742029312798309, -43.532649208549266 ], [ 172.742042288904116, -43.532677826357975 ], [ 172.742042146745234, -43.532711179324608 ], [ 172.742032221722013, -43.532734980708547 ], [ 172.742019022195961, -43.532758774703204 ], [ 172.742041821809693, -43.532787414676143 ], [ 172.742071200900341, -43.532808922354249 ], [ 172.74209402086197, -43.532832797607206 ], [ 172.742103763144229, -43.53285187860314 ], [ 172.742126613587715, -43.532868606785406 ], [ 172.74211010911236, -43.532899540468762 ], [ 172.742110038051067, -43.532916216951541 ], [ 172.742113221191147, -43.532937665529346 ], [ 172.74212619739788, -43.532966283327347 ], [ 172.74212287213598, -43.532978187715266 ], [ 172.742119516419052, -43.532997239166995 ], [ 172.742135817904028, -43.533013952575935 ], [ 172.742155404057542, -43.533028291012421 ], [ 172.742201145710908, -43.533052217932578 ], [ 172.742263209233101, -43.533088093515822 ], [ 172.742253304526315, -43.533107130208201 ], [ 172.7422597622419, -43.533128586163009 ], [ 172.742272596524231, -43.533190556908103 ], [ 172.742292050888011, -43.533235865930543 ], [ 172.742308322052935, -43.533259726378191 ], [ 172.742331111848358, -43.533290748646294 ], [ 172.742340854278467, -43.533309829620841 ], [ 172.742321115838394, -43.533331226534784 ], [ 172.742317648584077, -43.533376483891118 ], [ 172.742353526406305, -43.533409918027616 ], [ 172.742376387270355, -43.53342426380452 ], [ 172.742405776928592, -43.533443389040805 ], [ 172.742392496267826, -43.533486241911582 ], [ 172.742402157625889, -43.533524381716241 ], [ 172.742415123954089, -43.533555381833644 ], [ 172.742415002276005, -43.533583970087186 ], [ 172.742421480378226, -43.533600661322446 ], [ 172.742450890413039, -43.533615021837903 ], [ 172.742473710827284, -43.53363889701285 ], [ 172.742486677216419, -43.533669897121676 ], [ 172.742522494491482, -43.533717625330596 ], [ 172.742545284568223, -43.533748647554248 ], [ 172.742561535701782, -43.533777272673106 ], [ 172.742584305554374, -43.533813059597541 ], [ 172.742580879001196, -43.533848787540947 ], [ 172.742567669311654, -43.533874963948584 ], [ 172.742577391642527, -43.533898809610157 ], [ 172.742603496903882, -43.533920309776548 ], [ 172.742623053065586, -43.533941795194693 ], [ 172.742626074332918, -43.534001361424217 ], [ 172.742632410697297, -43.534051405606874 ], [ 172.742648520121065, -43.534113383672114 ], [ 172.742654947690738, -43.534141986664274 ], [ 172.742661355005765, -43.5341753543644 ], [ 172.742677596178197, -43.534206361819294 ], [ 172.742706976182035, -43.534227869330962 ], [ 172.742713393662939, -43.534258854673567 ], [ 172.742739478872807, -43.534285119516483 ], [ 172.742781825618749, -43.534337627084561 ], [ 172.742794610060571, -43.534411509530834 ], [ 172.742804211068147, -43.534463943421308 ], [ 172.742826991444872, -43.534497347939968 ], [ 172.742859646233143, -43.534518862777205 ], [ 172.742875877476621, -43.534552252556686 ], [ 172.742875735767825, -43.534585605514522 ], [ 172.742895180905833, -43.534633296779582 ], [ 172.742918022118715, -43.534652407154795 ], [ 172.742957246458303, -43.534669171981228 ], [ 172.742996450584968, -43.534690701502399 ], [ 172.743009376997577, -43.534731230963828 ], [ 172.74300915442646, -43.534783642753496 ], [ 172.74303186422398, -43.534833723708388 ], [ 172.743064438348455, -43.534874297318837 ], [ 172.74309052397507, -43.534900562079883 ], [ 172.743106755447485, -43.534933951824918 ], [ 172.743106553185356, -43.534981598905141 ], [ 172.743122825138073, -43.535005459231549 ], [ 172.743125937956989, -43.535043584252342 ], [ 172.743132355737089, -43.535074569567719 ], [ 172.743155136523512, -43.535107974018445 ], [ 172.743171357976024, -43.535143746107259 ], [ 172.743164646953176, -43.535181849058695 ], [ 172.743157986477655, -43.535208040239894 ], [ 172.743167678920599, -43.535239032908549 ], [ 172.743180605563367, -43.535279562347249 ], [ 172.74320667119585, -43.535310591788267 ], [ 172.743232746963258, -43.535339238869369 ], [ 172.743262158034554, -43.535353599174371 ], [ 172.743278409935101, -43.535382224185177 ], [ 172.743297906172529, -43.535418003607298 ], [ 172.743314198527543, -43.535437099197402 ], [ 172.743314036845703, -43.535475216858863 ], [ 172.743330258489721, -43.53551098892332 ], [ 172.743349744695195, -43.535549150689775 ], [ 172.743375861043688, -43.535568268322237 ], [ 172.743388868713026, -43.535589738905252 ], [ 172.743408385285051, -43.535620753599964 ], [ 172.743418118325792, -43.535642216830503 ], [ 172.743427841272762, -43.53566606241391 ], [ 172.74344400243416, -43.535716128583879 ], [ 172.743460294915252, -43.535735224152489 ], [ 172.743482904454055, -43.535809128548543 ], [ 172.743505645318066, -43.535852062341128 ], [ 172.743531741652873, -43.535875944644857 ], [ 172.743544799924138, -43.535885503440753 ], [ 172.743544678769837, -43.535914091685136 ], [ 172.743544577807796, -43.535937915222036 ], [ 172.743557575520242, -43.535961768138471 ], [ 172.743560698755061, -43.535997510788171 ], [ 172.743583328702528, -43.536066650454224 ], [ 172.743602724399267, -43.536126253357239 ], [ 172.743622281625676, -43.536147738598842 ], [ 172.743645143822874, -43.53616208411848 ], [ 172.743671109158839, -43.536216936986271 ], [ 172.74368083229686, -43.536240782546265 ], [ 172.743700329046732, -43.536276561895647 ], [ 172.743726385284106, -43.536309973568052 ], [ 172.743732823680944, -43.536336194136865 ], [ 172.743755494302349, -43.53639580435145 ], [ 172.743778265840092, -43.536431591025874 ], [ 172.74379450818563, -43.536462598312788 ], [ 172.743787878099425, -43.536481642464608 ], [ 172.743794316540829, -43.536507863029286 ], [ 172.743807153095815, -43.536569833571114 ], [ 172.743807021976437, -43.536600804166092 ], [ 172.743797066741962, -43.536631752747482 ], [ 172.74380353546178, -43.536650826250693 ], [ 172.743816513256718, -43.53667944384221 ], [ 172.743829491063877, -43.53670806143213 ], [ 172.74384906872703, -43.536724781926573 ], [ 172.743875215989874, -43.536736752382474 ], [ 172.743901312850824, -43.536760634599446 ], [ 172.743914310879234, -43.536784487472659 ], [ 172.743923923305886, -43.536834538897281 ], [ 172.743923741837023, -43.536877421257955 ], [ 172.743972701336588, -43.536915648916612 ], [ 172.743985689346971, -43.536941884134571 ], [ 172.743995412724217, -43.536965729665347 ], [ 172.744011695636033, -43.536987207505803 ], [ 172.744027978559416, -43.537008685343906 ], [ 172.744027918094048, -43.537022979463813 ], [ 172.744031061813473, -43.537053957388238 ], [ 172.744053904296209, -43.537073067531587 ], [ 172.744083255951693, -43.537101721743333 ], [ 172.744092969317705, -43.537127949618636 ], [ 172.74408302421682, -43.537156515868929 ], [ 172.744099236687163, -43.537194670169235 ], [ 172.744095841052172, -43.537223251078842 ], [ 172.744108809032525, -43.537254250988198 ], [ 172.744157779025699, -43.537290096212907 ], [ 172.74419373067542, -43.537306853284718 ], [ 172.744216452461785, -43.537354551633747 ], [ 172.744261906209999, -43.537447565964122 ], [ 172.744300840789776, -43.537533418568657 ], [ 172.744317043431067, -43.537573955189316 ], [ 172.744333085041774, -43.537652609457346 ], [ 172.744323170165217, -43.537674028666657 ], [ 172.744336128292019, -43.537707410901383 ], [ 172.74434254696817, -43.537738396136639 ], [ 172.744322807782311, -43.537759793377681 ], [ 172.744329206325176, -43.53779554331949 ], [ 172.744345469446898, -43.537821785816206 ], [ 172.744358467876651, -43.537845638635503 ], [ 172.744387860304442, -43.537864763354364 ], [ 172.744430351842482, -43.537883917346349 ], [ 172.744456459476737, -43.537905417080566 ], [ 172.744469437847044, -43.537934034593086 ], [ 172.744472612018853, -43.537957865442095 ], [ 172.744495384564885, -43.537993651966396 ], [ 172.744521462094013, -43.538022298744472 ], [ 172.744534420403966, -43.538055680955146 ], [ 172.744547237923172, -43.538122416105672 ], [ 172.744579905331847, -43.538141548091339 ], [ 172.744592773197724, -43.538196371471265 ], [ 172.744622135705953, -43.538222643188107 ], [ 172.744615435300545, -43.538258363852634 ], [ 172.744631718778521, -43.538279841601323 ], [ 172.744651226796265, -43.5383132384259 ], [ 172.744651116207905, -43.538339444307681 ], [ 172.744673939265255, -43.538363319030267 ], [ 172.744690212740153, -43.538387179123255 ], [ 172.744706466125166, -43.538415803919541 ], [ 172.744706275149497, -43.538461068623761 ], [ 172.744706174635809, -43.538484892152134 ], [ 172.744732282626671, -43.538506391821969 ], [ 172.744751861119568, -43.538523112158614 ], [ 172.74473195096428, -43.538585009464811 ], [ 172.744735085071341, -43.53861836971528 ], [ 172.744738239282128, -43.538646965259915 ], [ 172.744770907033825, -43.538666097190102 ], [ 172.744806839575091, -43.538687618773075 ], [ 172.744829662824657, -43.538711493463616 ], [ 172.744852486092242, -43.538735368149553 ], [ 172.744862210096301, -43.538759213600677 ], [ 172.744881778662091, -43.538778316267361 ], [ 172.744898022198157, -43.538809323387689 ], [ 172.744888107329928, -43.538830742641679 ], [ 172.744937018803256, -43.53888088164328 ], [ 172.744969586332502, -43.538923837043406 ], [ 172.744956396640163, -43.538945248998161 ], [ 172.744989044540887, -43.538969145570981 ], [ 172.744998738515847, -43.539000138067749 ], [ 172.745005187784926, -43.539023976201975 ], [ 172.745021491684582, -43.539040689187829 ], [ 172.745024595856592, -43.539081196486052 ], [ 172.745024495466083, -43.539105020012428 ], [ 172.745034159364593, -43.539143159563423 ], [ 172.745056922648246, -43.539181328323004 ], [ 172.74507972610823, -43.539209967667475 ], [ 172.745099184490158, -43.53925527617443 ], [ 172.745115368051415, -43.539300577377283 ], [ 172.745125082213747, -43.539326805156755 ], [ 172.745134696036416, -43.539376856460734 ], [ 172.74516731413928, -43.539407900039151 ], [ 172.745190077605884, -43.539446068770907 ], [ 172.745170298025329, -43.53947699556123 ], [ 172.745183287100218, -43.539503230634047 ], [ 172.745206110804872, -43.539527105247153 ], [ 172.745219039716602, -43.539567634430561 ], [ 172.745232028831936, -43.539593869497509 ], [ 172.745231908459118, -43.539622457727027 ], [ 172.745261231815078, -43.539658258685364 ], [ 172.745284075666802, -43.5396773685776 ], [ 172.745329803522537, -43.539706058938563 ], [ 172.745352567203071, -43.539744227636476 ], [ 172.74536226148669, -43.539775220098981 ], [ 172.745355531262959, -43.539818087855025 ], [ 172.745424073154908, -43.539873035108108 ], [ 172.745446806889191, -43.539918350843557 ], [ 172.745466335925414, -43.539946982817163 ], [ 172.745469480526339, -43.539977960688354 ], [ 172.745479174906791, -43.54000895313991 ], [ 172.745498714008079, -43.540035202755313 ], [ 172.745521357680104, -43.540101959645732 ], [ 172.745566715299901, -43.540218796945304 ], [ 172.745618813211252, -43.540290384105155 ], [ 172.745631732544808, -43.540333295589811 ], [ 172.745651161653399, -43.540385751052476 ], [ 172.745673885734845, -43.540433449091772 ], [ 172.74569331491179, -43.540485904546543 ], [ 172.745706234339309, -43.540528816021535 ], [ 172.745732133319279, -43.540600344853488 ], [ 172.745771252179026, -43.540643314581942 ], [ 172.74578750667726, -43.54067193921599 ], [ 172.745833285560991, -43.54068871761244 ], [ 172.745843050291853, -43.540703033565258 ], [ 172.745833135444343, -43.540724452894139 ], [ 172.745826495517889, -43.540745879502481 ], [ 172.745832825202342, -43.540798305808934 ], [ 172.745868629302038, -43.54085079763103 ], [ 172.745911023356257, -43.540893774589549 ], [ 172.745930512909098, -43.54093193588843 ], [ 172.745959797298752, -43.540977266070065 ], [ 172.745976051975305, -43.541005890676097 ], [ 172.746002061489918, -43.541051213570292 ], [ 172.746001991481137, -43.54106789003427 ], [ 172.746018246201828, -43.541096514633935 ], [ 172.746027991041416, -43.541115595274157 ], [ 172.746057375583518, -43.541137101910053 ], [ 172.746073650345835, -43.541160961797708 ], [ 172.746070215417404, -43.541199072155635 ], [ 172.746089695170355, -43.541239615777776 ], [ 172.746105939981135, -43.541270622716262 ], [ 172.746118939840358, -43.541294475324534 ], [ 172.746125399787871, -43.541315931035733 ], [ 172.74613839966446, -43.541339783641654 ], [ 172.746161234431383, -43.541361275707139 ], [ 172.7461775292835, -43.541380370875515 ], [ 172.746190549182302, -43.541399458771544 ], [ 172.746193754189136, -43.541416142504737 ], [ 172.746193644256948, -43.541442348375369 ], [ 172.746193534324618, -43.541468554245917 ], [ 172.746206554247323, -43.541487642139877 ], [ 172.746222889118485, -43.541497207894061 ], [ 172.74623921400277, -43.541509155997801 ], [ 172.746226054168915, -43.541523421033503 ], [ 172.746248879044344, -43.541547295432885 ], [ 172.746278203930842, -43.541583096122082 ], [ 172.746271534093751, -43.541611669808638 ], [ 172.746310703934569, -43.541642727588439 ], [ 172.746333478946156, -43.541678513729622 ], [ 172.746346508945862, -43.541695219255367 ], [ 172.746320189241146, -43.541723749348897 ], [ 172.746323334367474, -43.541754727188255 ], [ 172.746326479496958, -43.541785705027358 ], [ 172.746332889627354, -43.541819072484024 ], [ 172.746345879705018, -43.54184530741643 ], [ 172.746352299839998, -43.541876292519966 ], [ 172.746371879868036, -43.541893012573119 ], [ 172.746384909924302, -43.541909718094004 ], [ 172.746414314948709, -43.541926459933045 ], [ 172.746427335039016, -43.541945547800736 ], [ 172.746446875173945, -43.541971797247726 ], [ 172.746463110379409, -43.542005186484104 ], [ 172.746485935529478, -43.542029060834814 ], [ 172.746512055659622, -43.542048177738536 ], [ 172.746544685885056, -43.542076838563098 ], [ 172.746557666129803, -43.542105455822274 ], [ 172.746564106359273, -43.542131676209529 ], [ 172.746577096603858, -43.542157911114657 ], [ 172.746612862239033, -43.542219932101247 ], [ 172.746625762729536, -43.54226760816502 ], [ 172.746648478303911, -43.542317688350124 ], [ 172.746664713712732, -43.542351077556361 ], [ 172.746661358891515, -43.542370129112321 ], [ 172.746674359204292, -43.542393981653937 ], [ 172.746690644520726, -43.542415459098379 ], [ 172.746703654828821, -43.542436929284989 ], [ 172.746716655172463, -43.542460781821617 ], [ 172.746729635580124, -43.542489399059747 ], [ 172.746765591028719, -43.542506155316957 ], [ 172.746785211258015, -43.542513345892132 ], [ 172.746794976506976, -43.542527661760346 ], [ 172.746814516988536, -43.542553911142697 ], [ 172.746830792428455, -43.542577770918292 ], [ 172.746827447615914, -43.542594440126976 ], [ 172.746817522833737, -43.542618241885691 ], [ 172.746827168475392, -43.542661145968751 ], [ 172.746843304387227, -43.54271835866269 ], [ 172.746839899757106, -43.542749321979997 ], [ 172.746839790099699, -43.542775527845833 ], [ 172.746842985388014, -43.542794593908845 ], [ 172.746852720790685, -43.542816056825821 ], [ 172.746882136351672, -43.542830416191862 ], [ 172.746901776632768, -43.542832842044078 ], [ 172.74692794706769, -43.542840047094174 ], [ 172.746921287361658, -43.542866238461357 ], [ 172.746914637615788, -43.542890047476604 ], [ 172.746901368007599, -43.542930518451485 ], [ 172.746897983328012, -43.54295671706668 ], [ 172.746897863728321, -43.542985305283018 ], [ 172.7469108443332, -43.543013922498446 ], [ 172.746933670039084, -43.54303779675692 ], [ 172.74696636078022, -43.543052163349962 ], [ 172.746999051536932, -43.543066529933647 ], [ 172.747031772193424, -43.543073749453974 ], [ 172.747048117583461, -43.543080932737631 ], [ 172.747051312953175, -43.543099998794013 ], [ 172.747054378837902, -43.543150035417426 ], [ 172.747083794609068, -43.543164394731249 ], [ 172.747100070318453, -43.543188254466628 ], [ 172.747116296250027, -43.543224025956121 ], [ 172.747109656499248, -43.543245452630032 ], [ 172.747109576832031, -43.54326451144027 ], [ 172.747112692564144, -43.543302636304531 ], [ 172.747132183644851, -43.543340797386215 ], [ 172.74716481485919, -43.543369458029751 ], [ 172.747161430268193, -43.543395656650937 ], [ 172.747167900762776, -43.543414729945574 ], [ 172.747197306734364, -43.543431471581108 ], [ 172.747216917360646, -43.543441044433131 ], [ 172.747203737424968, -43.543460074278507 ], [ 172.747203598058064, -43.543493427195401 ], [ 172.747223079303041, -43.54353397061179 ], [ 172.747239315352601, -43.543567359730886 ], [ 172.747242520760864, -43.543584043429313 ], [ 172.747255531514469, -43.543605513549849 ], [ 172.747258726976526, -43.543624579598884 ], [ 172.747245556966902, -43.543641227097261 ], [ 172.747274893405631, -43.543674645170469 ], [ 172.747284609198488, -43.543700872750357 ], [ 172.747277889838642, -43.543741358241171 ], [ 172.747326946548611, -43.54375814327642 ], [ 172.747356382577493, -43.543767737817241 ], [ 172.747359558182183, -43.543791568565247 ], [ 172.747379119210819, -43.543813053144675 ], [ 172.747382324670355, -43.54382973683861 ], [ 172.74738212571279, -43.543877383860256 ], [ 172.747375505879575, -43.543894045845072 ], [ 172.747401607200032, -43.543917927244088 ], [ 172.747424393654399, -43.543951330806323 ], [ 172.74745059447099, -43.543951388683567 ], [ 172.747483325604009, -43.543956225723797 ], [ 172.747496346466022, -43.543975313464863 ], [ 172.747476606347874, -43.543996711224722 ], [ 172.74747971240285, -43.54403721842575 ], [ 172.74749924372324, -43.544065850037057 ], [ 172.747502389569632, -43.544096827833016 ], [ 172.747518606037943, -43.544134981611883 ], [ 172.747538107582614, -43.544170760269118 ], [ 172.747547793743934, -43.544204134877717 ], [ 172.747564059973627, -43.544230376894795 ], [ 172.747583551635586, -43.544268537894759 ], [ 172.747589853377889, -43.544328111128941 ], [ 172.747609424600199, -43.544347213316662 ], [ 172.747628946143095, -43.544378227255564 ], [ 172.747632131824361, -43.544399675642879 ], [ 172.747619001502528, -43.544406793778244 ], [ 172.747609076730868, -43.544430595598165 ], [ 172.747618792788614, -43.544456823146803 ], [ 172.747635108807287, -43.544471153398518 ], [ 172.7476645452318, -43.544480747859772 ], [ 172.747700512057207, -43.544495121469772 ], [ 172.747733203767382, -43.544509487842262 ], [ 172.74775606016027, -43.544526214879873 ], [ 172.747769091163235, -43.544542920237639 ], [ 172.747788602918718, -43.544576316499388 ], [ 172.747798348872749, -43.544595396979823 ], [ 172.747798239623421, -43.544621602839108 ], [ 172.74777850933242, -43.544640618297592 ], [ 172.747775134866146, -43.544664434580767 ], [ 172.74779466652771, -43.544693066139295 ], [ 172.747804422433887, -43.544709764268077 ], [ 172.747794497684765, -43.544733566102863 ], [ 172.747804243665797, -43.544752646582317 ], [ 172.747833580949901, -43.544786064507768 ], [ 172.747859772199433, -43.544788504642888 ], [ 172.747856367968041, -43.544819467980211 ], [ 172.747846433291187, -43.544845652169805 ], [ 172.747836488675404, -43.544874218709147 ], [ 172.747829819203815, -43.544902792471028 ], [ 172.747829650383181, -43.544943292433203 ], [ 172.747839356687706, -43.5449719023119 ], [ 172.747862223213531, -43.544986246976755 ], [ 172.747894964867584, -43.544988701549002 ], [ 172.747904770487281, -43.544993487915036 ], [ 172.747924351950445, -43.545010207696706 ], [ 172.747973419793425, -43.545024610103098 ], [ 172.747947139102649, -43.545043611150078 ], [ 172.747950324930713, -43.54506505952638 ], [ 172.747963336251928, -43.545086529562163 ], [ 172.747969767477201, -43.545115132209489 ], [ 172.747979454025682, -43.545148506776954 ], [ 172.748002251184005, -43.545179527868072 ], [ 172.748038178814738, -43.54520343077386 ], [ 172.748057730617347, -43.545227297584219 ], [ 172.748073957657141, -43.545263068927717 ], [ 172.748090234318539, -43.545286928515686 ], [ 172.74810975640932, -43.545317942368733 ], [ 172.748116207566994, -43.545341780305677 ], [ 172.748129179330306, -43.54537277972419 ], [ 172.748142240373255, -43.54538233798587 ], [ 172.748155222076491, -43.545410955050691 ], [ 172.748161693097273, -43.54543002828364 ], [ 172.748168144287092, -43.545453866217272 ], [ 172.748164789762569, -43.545472917807722 ], [ 172.748184371452425, -43.545489637544001 ], [ 172.748203933320895, -43.545511121977974 ], [ 172.748226790221537, -43.545527848919804 ], [ 172.748246381860696, -43.545542186294846 ], [ 172.748256009144797, -43.545589854940033 ], [ 172.748268981032425, -43.545620854341614 ], [ 172.748275382717935, -43.545656604021019 ], [ 172.74828838436818, -43.545680456368693 ], [ 172.748298081094049, -43.545711448555998 ], [ 172.748297981969444, -43.545735272060703 ], [ 172.748297813457327, -43.545775772018423 ], [ 172.748310765581891, -43.545811536115288 ], [ 172.748330297865209, -43.545840167578056 ], [ 172.748353145014477, -43.54585927684446 ], [ 172.748389142549371, -43.545866503185522 ], [ 172.748425140092905, -43.545873729515222 ], [ 172.748451252585795, -43.545895228319011 ], [ 172.748464204826377, -43.54593099239802 ], [ 172.748470666093766, -43.545952447962513 ], [ 172.748483618357966, -43.545988212039042 ], [ 172.74851281795668, -43.546054982690535 ], [ 172.74853233060719, -43.54608837881873 ], [ 172.748532241476909, -43.546109819971917 ], [ 172.7485418987836, -43.546150341538038 ], [ 172.74855490064428, -43.546174193853851 ], [ 172.74857445296314, -43.546198060573033 ], [ 172.748607007193954, -43.546245779598472 ], [ 172.748636355542118, -43.546276814961715 ], [ 172.748655878230466, -43.54630782871758 ], [ 172.748662329707173, -43.546331666620368 ], [ 172.748665476261777, -43.546362644373765 ], [ 172.748678468318815, -43.546388879025102 ], [ 172.748691410900989, -43.546427025426105 ], [ 172.748687977306929, -43.546465135830793 ], [ 172.748697684258616, -43.546493745630549 ], [ 172.748717325802659, -43.546496171172443 ], [ 172.748727032773132, -43.546524780969584 ], [ 172.748720403120814, -43.546543825374954 ], [ 172.748733375449035, -43.546574824719734 ], [ 172.748743112125254, -43.546596287464638 ], [ 172.748752878492951, -43.546610603158122 ], [ 172.748785561701794, -43.546627351577968 ], [ 172.748811605399339, -43.546665526748882 ], [ 172.748827704672067, -43.546732268530356 ], [ 172.748843823762627, -43.546794245608602 ], [ 172.748860081355957, -43.546822869782545 ], [ 172.748886095515161, -43.546868191985794 ], [ 172.748905658076922, -43.546889676296217 ], [ 172.748915286090323, -43.546937344876397 ], [ 172.748928248713867, -43.546970726547464 ], [ 172.748960744316349, -43.547032739567655 ], [ 172.748963861398522, -43.547070864359576 ], [ 172.748970214212022, -43.547118525742412 ], [ 172.748989717570055, -43.547154304137763 ], [ 172.749025577571501, -43.547194883178697 ], [ 172.749045130404539, -43.547218749814355 ], [ 172.749045001918205, -43.547249720364007 ], [ 172.749054699279867, -43.547280712480195 ], [ 172.749103719827048, -43.547307026150662 ], [ 172.749126419567347, -43.547361870508659 ], [ 172.749136097228416, -43.547397627317324 ], [ 172.74915561065319, -43.547431023333175 ], [ 172.749155521739652, -43.547452464482326 ], [ 172.749168514241319, -43.547478699074034 ], [ 172.749197952372214, -43.547488293139615 ], [ 172.74921098440845, -43.547504998326872 ], [ 172.749214200441401, -43.547519299610478 ], [ 172.749197725186406, -43.547543087186902 ], [ 172.749204177006334, -43.547566925054788 ], [ 172.749226936193395, -43.547607475291741 ], [ 172.74925632501936, -43.547628981091449 ], [ 172.74927258303066, -43.547657605203554 ], [ 172.74926920897866, -43.54768142151925 ], [ 172.749265825048866, -43.547707620184553 ], [ 172.749275562094709, -43.547729082880764 ], [ 172.74928855470742, -43.547755317457849 ], [ 172.749311402880863, -43.547774426528832 ], [ 172.749337575740441, -43.54778163102705 ], [ 172.749350617749855, -43.547795953847981 ], [ 172.749353744986536, -43.547831696275075 ], [ 172.749373110607564, -43.547900827498253 ], [ 172.749385886150719, -43.54797947375782 ], [ 172.749405449248002, -43.548000957979838 ], [ 172.749415245605746, -43.548008126565009 ], [ 172.749402045619149, -43.548031921347238 ], [ 172.749418076816255, -43.548115339479729 ], [ 172.749427804112372, -43.548139184511406 ], [ 172.749440767273484, -43.548172566118609 ], [ 172.749447268595503, -43.548184492222305 ], [ 172.74943398963407, -43.548227345804484 ], [ 172.749430576137797, -43.548260691521108 ], [ 172.749436998519315, -43.548291676422053 ], [ 172.749446735719033, -43.548313139101879 ], [ 172.749479390438154, -43.54833703436983 ], [ 172.749515320524381, -43.548360936804166 ], [ 172.749525018302705, -43.548391928875454 ], [ 172.749524939382212, -43.548410987672028 ], [ 172.749551082950433, -43.548425339169974 ], [ 172.749564095558014, -43.548446809014081 ], [ 172.749593336974641, -43.548504049968486 ], [ 172.749616165803332, -43.548527923676055 ], [ 172.749645565074189, -43.548547047024137 ], [ 172.749645446749696, -43.548575635218469 ], [ 172.749671462245942, -43.548620957232352 ], [ 172.749687750294669, -43.548642434233081 ], [ 172.749704008780611, -43.548671058279922 ], [ 172.749707215132958, -43.548687741896643 ], [ 172.749762827246997, -43.548704540223895 ], [ 172.749798787226439, -43.548721295519982 ], [ 172.749828166942422, -43.548745183519792 ], [ 172.749841150158574, -43.548773800380005 ], [ 172.749827930464306, -43.548802359907093 ], [ 172.749801678270245, -43.548814214316856 ], [ 172.749811405828893, -43.548838059313582 ], [ 172.749834234869297, -43.54886193297672 ], [ 172.749860359001588, -43.54888104910232 ], [ 172.749893014190178, -43.548904944250928 ], [ 172.749876597930182, -43.548914437822617 ], [ 172.749840529433584, -43.548923888394832 ], [ 172.749814316604528, -43.548926213409487 ], [ 172.749814218065978, -43.548950036903484 ], [ 172.749827221025726, -43.54897388906555 ], [ 172.749876253130708, -43.548997820051731 ], [ 172.749905603460405, -43.549028855079044 ], [ 172.749908790186538, -43.549050303387972 ], [ 172.749925098133616, -43.549067015655027 ], [ 172.749941268205134, -43.549117080810717 ], [ 172.749941130320195, -43.549150433701492 ], [ 172.749954162918073, -43.549167138800534 ], [ 172.749921389367643, -43.549171831862033 ], [ 172.749904943488332, -43.549188472485142 ], [ 172.749891782838006, -43.549202737921604 ], [ 172.749881897569281, -43.549217010521858 ], [ 172.749875228575036, -43.549245584382476 ], [ 172.749888241472974, -43.549267054187311 ], [ 172.749894693745915, -43.549290892010141 ], [ 172.74991426729639, -43.549309993792377 ], [ 172.749946952283437, -43.549326741876598 ], [ 172.74996654555801, -43.549341078951294 ], [ 172.750008977992053, -43.549376907300122 ], [ 172.75003503348421, -43.549412699829467 ], [ 172.750054577584649, -43.549438948635185 ], [ 172.750096823124011, -43.549520041586128 ], [ 172.75010325582042, -43.549548644094799 ], [ 172.750103147550874, -43.549574849935894 ], [ 172.750109619625732, -43.549593923047219 ], [ 172.750138980204554, -43.549622575663186 ], [ 172.750135547331723, -43.549660686091762 ], [ 172.750161593179939, -43.549698860940097 ], [ 172.750213812874023, -43.549744240079775 ], [ 172.750243163737679, -43.549775275017652 ], [ 172.750275780215276, -43.549808699451191 ], [ 172.750295334382798, -43.549832565865351 ], [ 172.750308337720611, -43.549856417969941 ], [ 172.750321301731901, -43.549889799469348 ], [ 172.750331019832743, -43.549916026767363 ], [ 172.750337452681237, -43.54994462926124 ], [ 172.750347190464225, -43.549966091859552 ], [ 172.750366774207919, -43.549982811213866 ], [ 172.750350318396215, -43.550001834247482 ], [ 172.750350180732596, -43.550035187134114 ], [ 172.750343580701241, -43.550047084575084 ], [ 172.750366390741362, -43.550075722826556 ], [ 172.750389181139781, -43.550109125771442 ], [ 172.750421837198815, -43.550133020765941 ], [ 172.750447932576662, -43.550159283801833 ], [ 172.750460965530863, -43.550175988841019 ], [ 172.750509861283632, -43.550233272439243 ], [ 172.750512989324847, -43.550269014821318 ], [ 172.75052272722192, -43.550290477403742 ], [ 172.750529091416894, -43.550335756327875 ], [ 172.75052896367643, -43.55036672686407 ], [ 172.750525580136554, -43.550392925555258 ], [ 172.75053855420731, -43.550423924678569 ], [ 172.750551528291254, -43.550454923800267 ], [ 172.750554715319339, -43.550476372086564 ], [ 172.750554626892324, -43.550497813226549 ], [ 172.750570886283782, -43.550526437142999 ], [ 172.750616516783509, -43.550581331198359 ], [ 172.750609828336593, -43.550614669793163 ], [ 172.750622831965359, -43.550638521859405 ], [ 172.750652222757054, -43.550660027293645 ], [ 172.750668482238041, -43.550688651195628 ], [ 172.75066182327086, -43.550714842746437 ], [ 172.750664990709396, -43.550741055726441 ], [ 172.750671433622585, -43.550767275849182 ], [ 172.75068120111635, -43.55078159137021 ], [ 172.75069422444858, -43.550800678730241 ], [ 172.75072033986936, -43.550822177004299 ], [ 172.750746425855283, -43.550850822318672 ], [ 172.750752888450336, -43.550872277738897 ], [ 172.750746239316925, -43.550896086945095 ], [ 172.750759213607608, -43.550927086041149 ], [ 172.750782083073432, -43.550941430114172 ], [ 172.750811532960228, -43.550948641414422 ], [ 172.750808110247419, -43.550984369506438 ], [ 172.750837403130021, -43.551029698379466 ], [ 172.750876620649763, -43.551051225169324 ], [ 172.750906050978188, -43.551063201142661 ], [ 172.750879788198375, -43.551077438142087 ], [ 172.750873168530632, -43.551094100308802 ], [ 172.750895949778567, -43.551129885496984 ], [ 172.750908875138123, -43.551172796318411 ], [ 172.750921849570972, -43.551203795394855 ], [ 172.750928253400872, -43.551239544895942 ], [ 172.750928135671586, -43.551268133079525 ], [ 172.750944385635336, -43.551299139288552 ], [ 172.750950760058657, -43.551342035833628 ], [ 172.750960488472742, -43.551365880724099 ], [ 172.751006257265118, -43.551387421738085 ], [ 172.75099627381806, -43.551425517914815 ], [ 172.751019084684685, -43.551454156031141 ], [ 172.751048309308658, -43.551516161287182 ], [ 172.751080956581234, -43.551542438438524 ], [ 172.751103816551705, -43.551559164794924 ], [ 172.75110370870803, -43.551585370628764 ], [ 172.751106866578169, -43.551613965941605 ], [ 172.751093637049593, -43.551644907949267 ], [ 172.75109026348477, -43.551668724303234 ], [ 172.751090116416634, -43.551704459530455 ], [ 172.751106395991513, -43.551728318669149 ], [ 172.751145623861674, -43.55174746301698 ], [ 172.751171867268198, -43.551737990655674 ], [ 172.751181654638287, -43.551747541435212 ], [ 172.751207819639802, -43.551757127853449 ], [ 172.751224099275248, -43.551780986975309 ], [ 172.751220725753939, -43.551804803332665 ], [ 172.751246802600633, -43.551835830877984 ], [ 172.751233592692472, -43.551862008203805 ], [ 172.7512465772366, -43.551890624892003 ], [ 172.751256335248883, -43.551907322710271 ], [ 172.751279136622315, -43.551938343121464 ], [ 172.751318305909479, -43.551971781500178 ], [ 172.751311549120402, -43.552021796567182 ], [ 172.751321209216002, -43.552062317863296 ], [ 172.751320954530769, -43.552124258920486 ], [ 172.751343765813431, -43.552152896969538 ], [ 172.75136988204747, -43.552174395092145 ], [ 172.751369754729382, -43.552205365620303 ], [ 172.751346727933281, -43.552229139239458 ], [ 172.751362948985872, -43.552267292429768 ], [ 172.751385730962795, -43.552303077514743 ], [ 172.751408591304369, -43.552319803808871 ], [ 172.75143470763328, -43.552341301916236 ], [ 172.751454253282787, -43.552367550472958 ], [ 172.751467189089254, -43.55240807887531 ], [ 172.751473603155603, -43.552441445991143 ], [ 172.75148326342557, -43.552481967271021 ], [ 172.751492962864205, -43.552512959156999 ], [ 172.751512381347567, -43.552570178229686 ], [ 172.751528622170383, -43.55260356669833 ], [ 172.751538390162011, -43.552617882142712 ], [ 172.751534938417421, -43.552660757291292 ], [ 172.751547854766045, -43.552706050378973 ], [ 172.751564125003341, -43.55273229179754 ], [ 172.751550915034755, -43.552758469155783 ], [ 172.751567155929024, -43.552791857618018 ], [ 172.751583406626594, -43.552822863729709 ], [ 172.751596401325656, -43.552849098026137 ], [ 172.751589771873768, -43.552868142577246 ], [ 172.751586408219197, -43.552889576592968 ], [ 172.751582936921125, -43.552937216437122 ], [ 172.751589302179582, -43.552982495283807 ], [ 172.751621862420052, -43.553030213408597 ], [ 172.751638064292081, -43.553073131251409 ], [ 172.751664102767592, -43.553113688088459 ], [ 172.751693426660637, -43.553151869685365 ], [ 172.751719504328037, -43.553182897117502 ], [ 172.751732479603305, -43.553213896093077 ], [ 172.751752035441598, -43.553237762247896 ], [ 172.75175519370103, -43.553266357535477 ], [ 172.751745269085603, -43.55329015967785 ], [ 172.751738620072445, -43.553313968931938 ], [ 172.751738532056379, -43.553335410063163 ], [ 172.751735090190095, -43.553375902864765 ], [ 172.751728411823365, -43.553406859161498 ], [ 172.751718477393695, -43.553433043648774 ], [ 172.751731394042196, -43.553478336710313 ], [ 172.751754186469356, -43.553511739368069 ], [ 172.751776959365429, -43.553549906716796 ], [ 172.751809549388298, -43.553590477741039 ], [ 172.751819249169444, -43.553621469594134 ], [ 172.751828997841073, -43.553640549707296 ], [ 172.751851673080211, -43.553702540518294 ], [ 172.751871092280027, -43.55375975951987 ], [ 172.751903574973142, -43.553826536341312 ], [ 172.751929613949017, -43.553867093113723 ], [ 172.751952396860105, -43.553902878078006 ], [ 172.751971825989301, -43.553957714713171 ], [ 172.751994511262183, -43.554017323145345 ], [ 172.752017196579544, -43.554076931572531 ], [ 172.752020325700244, -43.554112673891893 ], [ 172.752036576982334, -43.554143679933389 ], [ 172.75205936006023, -43.554179464875006 ], [ 172.752069030762073, -43.554217603747048 ], [ 172.752085174668622, -43.554274815604622 ], [ 172.752081693912544, -43.554324837800614 ], [ 172.752091325587202, -43.554372506060069 ], [ 172.752107586740351, -43.554401129742793 ], [ 172.752117316097554, -43.554424974524323 ], [ 172.752127016168487, -43.554455966347483 ], [ 172.752139923573964, -43.554503641703491 ], [ 172.752146367520368, -43.554529861728327 ], [ 172.75215279194498, -43.5545608464476 ], [ 172.752162443239115, -43.554603750004404 ], [ 172.752185226563682, -43.55463953491865 ], [ 172.752191611970943, -43.554680049024981 ], [ 172.752207707307178, -43.554749172598157 ], [ 172.752223705070264, -43.554842119642075 ], [ 172.752249783735152, -43.55487314694647 ], [ 172.752279069811522, -43.554920857773702 ], [ 172.752285347966108, -43.554987577693538 ], [ 172.752298167785142, -43.555056694153443 ], [ 172.752320980631254, -43.555085331996594 ], [ 172.752330612613008, -43.555133000230242 ], [ 172.752346854570021, -43.555166388570385 ], [ 172.752346678957736, -43.555209270820761 ], [ 172.752346542370134, -43.555242623681941 ], [ 172.75234642529486, -43.555271211848542 ], [ 172.752352879167177, -43.5552950495114 ], [ 172.752382204547388, -43.55533323092061 ], [ 172.752385392474139, -43.555354679139704 ], [ 172.752378704461933, -43.555388017811154 ], [ 172.752378470340432, -43.555445194142855 ], [ 172.752384758411409, -43.555509531704359 ], [ 172.752397724767434, -43.555542912940894 ], [ 172.752407347127019, -43.555592963511664 ], [ 172.752413840072052, -43.555607271781561 ], [ 172.752410437537179, -43.555638235199858 ], [ 172.752407064260836, -43.555662051576704 ], [ 172.752400395734412, -43.555690625553495 ], [ 172.752390509989226, -43.555704898353255 ], [ 172.752400210402556, -43.555735890147119 ], [ 172.752413196322749, -43.555764506686685 ], [ 172.75241626723809, -43.555814543067399 ], [ 172.752416081917318, -43.555859807660084 ], [ 172.752429028858444, -43.555897953585159 ], [ 172.75242563606767, -43.555926534655377 ], [ 172.752422262780698, -43.555950351031434 ], [ 172.752415525952443, -43.555995601436031 ], [ 172.752428482675242, -43.556031365013425 ], [ 172.752434965918837, -43.556048055628054 ], [ 172.7524446761619, -43.556076665069583 ], [ 172.752461015953486, -43.556086229919892 ], [ 172.752464194194772, -43.556110060481011 ], [ 172.752454259633993, -43.556136245019488 ], [ 172.752454123101302, -43.55616959787551 ], [ 172.752444149515298, -43.556205311800142 ], [ 172.752460421076648, -43.556231553078227 ], [ 172.752470170367815, -43.556250633129494 ], [ 172.752466816583507, -43.556269684811888 ], [ 172.752456891749574, -43.556293487003003 ], [ 172.752463297012582, -43.556329236389672 ], [ 172.752476244082686, -43.556367382306561 ], [ 172.752479393089942, -43.55639835990641 ], [ 172.752492369437562, -43.556429358780846 ], [ 172.752505355548834, -43.556457975306934 ], [ 172.752518146673708, -43.556534238765849 ], [ 172.752514627136748, -43.556593790342497 ], [ 172.752517668925009, -43.556650973753484 ], [ 172.752494611625622, -43.556681894622258 ], [ 172.752464953953336, -43.556724713034896 ], [ 172.752458197563328, -43.556774728128943 ], [ 172.752454755972622, -43.556815220928435 ], [ 172.752425107960022, -43.556855656982933 ], [ 172.752405326338675, -43.556886584925714 ], [ 172.752375795326088, -43.556898432808396 ], [ 172.752365802059501, -43.556938911414264 ], [ 172.752355779509941, -43.556986537058407 ], [ 172.752349110810428, -43.557015111025144 ], [ 172.752358762627665, -43.557058014548161 ], [ 172.752371758565175, -43.557084248739969 ], [ 172.752381488453551, -43.557108093489099 ], [ 172.752368297385942, -43.557129506227376 ], [ 172.752361687214147, -43.557143786115546 ], [ 172.752364855713751, -43.557169999021454 ], [ 172.752384403318956, -43.557196247401663 ], [ 172.752384237476321, -43.557236747290474 ], [ 172.752364524002274, -43.557250998799091 ], [ 172.752374136843855, -43.557303431704625 ], [ 172.752357513798444, -43.557362954887303 ], [ 172.752334290266987, -43.557434375606334 ], [ 172.752310988612805, -43.557524855089703 ], [ 172.75229438496163, -43.557579613568151 ], [ 172.752271229591656, -43.557634357847867 ], [ 172.752238334490016, -43.557667639710267 ], [ 172.752221828353555, -43.55769857471487 ], [ 172.752231558280471, -43.557722419474267 ], [ 172.752228145766566, -43.557755765221295 ], [ 172.752234580329855, -43.557784367573241 ], [ 172.752201636311867, -43.55782956115457 ], [ 172.752181766382677, -43.557881930167163 ], [ 172.752152215309934, -43.557898542680924 ], [ 172.752135699300368, -43.557931860017646 ], [ 172.752125744762822, -43.557962809210196 ], [ 172.752102657459716, -43.558000877029208 ], [ 172.752082904599206, -43.558024657870646 ], [ 172.752059914930499, -43.558038902220517 ], [ 172.752027009721957, -43.558074566364944 ], [ 172.752007207954506, -43.558110258922689 ], [ 172.751987445249199, -43.558136422092957 ], [ 172.751977549232464, -43.558153077195648 ], [ 172.751983973947006, -43.558184061905472 ], [ 172.752000304462456, -43.558196009165201 ], [ 172.752003521712396, -43.558210310346482 ], [ 172.751986907820481, -43.558267451118432 ], [ 172.751954021989519, -43.558298350548291 ], [ 172.751924284945346, -43.558360227572464 ], [ 172.751874951174415, -43.558407767858434 ], [ 172.751848587654308, -43.558445828512909 ], [ 172.751779451713901, -43.558529061280197 ], [ 172.751710227540485, -43.558633735115237 ], [ 172.751637619583505, -43.558764607591527 ], [ 172.75145996668013, -43.558947663783925 ], [ 172.751358031245701, -43.559040354449706 ], [ 172.751292316859377, -43.559087858853452 ], [ 172.751295504591297, -43.559109307088335 ], [ 172.751259312621187, -43.559147346221884 ], [ 172.751193549025686, -43.559206762294295 ], [ 172.751157151038569, -43.559294830646351 ], [ 172.751107796287187, -43.559347135280774 ], [ 172.75100911595905, -43.559444597447964 ], [ 172.750828183198166, -43.559627645493002 ], [ 172.750713023953153, -43.559748895149099 ], [ 172.750588075659209, -43.559860593866674 ], [ 172.750459909926093, -43.559957991224806 ], [ 172.750351379956783, -43.560060196047679 ], [ 172.750262623585257, -43.560133855564047 ], [ 172.750216484304389, -43.560200461026888 ], [ 172.750196611868944, -43.560252829666624 ], [ 172.75018334059186, -43.560293300895232 ], [ 172.750179926797045, -43.560326646562991 ], [ 172.750169961015558, -43.560359977913585 ], [ 172.750169842890273, -43.560388566049767 ], [ 172.750169646014371, -43.560436212943031 ], [ 172.750169488513308, -43.560474330457367 ], [ 172.750152931324521, -43.560517176866732 ], [ 172.750116757482289, -43.560550450936198 ], [ 172.750074021745547, -43.560586093016106 ], [ 172.750014905930527, -43.56062169926588 ], [ 172.749988599375939, -43.560645465404285 ], [ 172.74994251851777, -43.560697776681856 ], [ 172.749929256825141, -43.560735865532678 ], [ 172.749893043309498, -43.560778668907361 ], [ 172.749853445305689, -43.560847670891242 ], [ 172.749794230517296, -43.56090710046832 ], [ 172.749731838200546, -43.560942699399156 ], [ 172.749623453211427, -43.561009168341336 ], [ 172.749528152365741, -43.561080430576716 ], [ 172.749426397960491, -43.561127854929296 ], [ 172.749360778544542, -43.561151534754153 ], [ 172.749288518097558, -43.561196641271188 ], [ 172.749252313731972, -43.56123706209349 ], [ 172.749219444647991, -43.56126319602506 ], [ 172.749147272921647, -43.561286861354333 ], [ 172.749094787054247, -43.561303422743883 ], [ 172.749042350600888, -43.561308072388861 ], [ 172.749006225123708, -43.561329434379353 ], [ 172.748986410609859, -43.56136750873064 ], [ 172.748966635637174, -43.561396053702026 ], [ 172.748946890322685, -43.561417451637787 ], [ 172.748868027670454, -43.561474455217741 ], [ 172.748828566597524, -43.561510104018851 ], [ 172.74878256326619, -43.561543356065414 ], [ 172.748733333331245, -43.561564689173757 ], [ 172.748700493551155, -43.561583675921966 ], [ 172.748667693364041, -43.561593133285001 ], [ 172.748644642107394, -43.561621670997262 ], [ 172.748608526208102, -43.561640650516253 ], [ 172.748523160364385, -43.561685727728374 ], [ 172.748477206286253, -43.561707067931238 ], [ 172.74839849152437, -43.561728336025588 ], [ 172.748332920638887, -43.561740103536536 ], [ 172.748178876091089, -43.561756440906187 ], [ 172.74803467952006, -43.561768035040707 ], [ 172.747962536523573, -43.56178455258631 ], [ 172.747880644756805, -43.561781989664389 ], [ 172.747782342843493, -43.561786537580367 ], [ 172.747706963452885, -43.561793518362677 ], [ 172.747641452027295, -43.561790991414661 ], [ 172.747569398417738, -43.561786067619252 ], [ 172.747487546466687, -43.561773975041341 ], [ 172.747415542654267, -43.561757139431016 ], [ 172.747366541023723, -43.56172367804573 ], [ 172.747311096847397, -43.561663996378549 ], [ 172.747271983279092, -43.561616262612084 ], [ 172.747226387381261, -43.561551837940584 ], [ 172.747151277225214, -43.561494495078762 ], [ 172.747030432107437, -43.561406080228139 ], [ 172.746883438844662, -43.56130331316762 ], [ 172.746788703022958, -43.561238779517019 ], [ 172.7467330802302, -43.561221979753753 ], [ 172.746625250545321, -43.56115503459462 ], [ 172.746478238603117, -43.561057031699256 ], [ 172.746331207147136, -43.560963793301831 ], [ 172.746141807968286, -43.56081804859825 ], [ 172.746086405849184, -43.560748836957643 ], [ 172.746057041817494, -43.560720183348302 ], [ 172.745988535860249, -43.56065094255311 ], [ 172.745988635946418, -43.560627119115082 ], [ 172.745936490156794, -43.560562679366306 ], [ 172.745884294414708, -43.560510151312485 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.503928189775019", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747065718198797, -43.552173594079278 ], [ 172.747088597217498, -43.552185556539413 ], [ 172.747098344165408, -43.552204637056519 ], [ 172.747111306900649, -43.552238018903047 ], [ 172.747114462915249, -43.552266614318327 ], [ 172.747107802233046, -43.552292805650708 ], [ 172.747114263688076, -43.5523142612684 ], [ 172.747124020625648, -43.552330959435459 ], [ 172.747127176650906, -43.552359554849936 ], [ 172.747150005952108, -43.552383429034975 ], [ 172.747149956152185, -43.552395340772321 ], [ 172.747153002634207, -43.55245014200775 ], [ 172.74715285323569, -43.55248587721929 ], [ 172.747162530535121, -43.552521634162005 ], [ 172.747172158049949, -43.552569302840716 ], [ 172.74717525435554, -43.552612192337058 ], [ 172.747191393207828, -43.552669404889329 ], [ 172.747188028006462, -43.552690838772627 ], [ 172.747191154204558, -43.552726581225663 ], [ 172.747191054619634, -43.552750404698962 ], [ 172.747190915200576, -43.552783757561421 ], [ 172.747197376736722, -43.552805213172761 ], [ 172.747213645110008, -43.5528314552054 ], [ 172.747220126574064, -43.552848146120731 ], [ 172.747220036957543, -43.552869587246292 ], [ 172.747213396168746, -43.552891013887468 ], [ 172.747213286634349, -43.552917219707389 ], [ 172.747206655795821, -43.552936264000714 ], [ 172.747206564182648, -43.5529581815954 ], [ 172.747229326032027, -43.552998255723843 ], [ 172.747242199398414, -43.553053078676371 ], [ 172.747242020179641, -43.553095960925958 ], [ 172.747251677715269, -43.553136482552013 ], [ 172.747267856600018, -43.553184165700152 ], [ 172.747267747088102, -43.55321037151883 ], [ 172.747241432737553, -43.553236519408429 ], [ 172.747244608776754, -43.553260350121143 ], [ 172.747244479341305, -43.55329132063364 ], [ 172.74723763937692, -43.553360394216341 ], [ 172.747253917872172, -43.553384253894009 ], [ 172.747247286994536, -43.553403298188037 ], [ 172.747217686977876, -43.553431821176709 ], [ 172.747197903825565, -43.553462748233301 ], [ 172.74719778432376, -43.55349133639757 ], [ 172.747177971263852, -43.553529410491279 ], [ 172.747145045727478, -43.553569837951777 ], [ 172.747118661435309, -43.553612662239679 ], [ 172.747102103988112, -43.55365550825811 ], [ 172.747085636184153, -43.553676913151513 ], [ 172.74707577940822, -43.55368403845381 ], [ 172.747052879898007, -43.55367684068667 ], [ 172.747006941369051, -43.553695797995339 ], [ 172.746961012779224, -43.553712372938499 ], [ 172.746912983653601, -43.5537369566362 ], [ 172.746908383351894, -43.553764668563986 ], [ 172.746878773027021, -43.553795573809104 ], [ 172.746842531617659, -43.553845523314983 ], [ 172.746809625632238, -43.553881185982114 ], [ 172.746799728893251, -43.553897840647274 ], [ 172.746779945373987, -43.553928767628072 ], [ 172.746770028667981, -43.553950186983997 ], [ 172.746756826334433, -43.553973981430254 ], [ 172.746740378274552, -43.553990621578798 ], [ 172.7467108076643, -43.554011997391875 ], [ 172.746694349602905, -43.554031019880327 ], [ 172.746674556006639, -43.554064329188634 ], [ 172.746635088519042, -43.554102359634406 ], [ 172.746611999249694, -43.554140426365556 ], [ 172.746602002591715, -43.554180904478862 ], [ 172.746572232171644, -43.55424992718698 ], [ 172.746535970265853, -43.554304641283508 ], [ 172.746512860884906, -43.554347472686032 ], [ 172.74649306708443, -43.554380781960553 ], [ 172.746476628828219, -43.554395039723026 ], [ 172.746492927272499, -43.554414134811672 ], [ 172.746496123049241, -43.554433200846702 ], [ 172.746486196172441, -43.55445700252212 ], [ 172.746456645219894, -43.554473613573997 ], [ 172.746433645596085, -43.554490239147952 ], [ 172.74643680140278, -43.554518834570125 ], [ 172.746436701514455, -43.554542658034549 ], [ 172.746433305971436, -43.554571238926933 ], [ 172.74643304625755, -43.554633179933624 ], [ 172.746449204914427, -43.554685627877205 ], [ 172.746448925238923, -43.554752333575436 ], [ 172.746445469757987, -43.554795208545151 ], [ 172.746435462889309, -43.554838068985013 ], [ 172.746425456006335, -43.554880929423632 ], [ 172.746422060438249, -43.554909510313912 ], [ 172.746405492148426, -43.554954738565897 ], [ 172.746392169561517, -43.555007121119864 ], [ 172.746365654211701, -43.555080915721014 ], [ 172.746325906048412, -43.555185651743763 ], [ 172.746279576329243, -43.555297520250235 ], [ 172.74622996071821, -43.555411763810667 ], [ 172.746193607813098, -43.555487918899018 ], [ 172.746183590649906, -43.555533161656882 ], [ 172.746173593470758, -43.555573639721551 ], [ 172.746150393339917, -43.555637912152839 ], [ 172.746120651685004, -43.555699787684993 ], [ 172.74611057441885, -43.555759324509765 ], [ 172.746080802653069, -43.555828347067539 ], [ 172.746064143817449, -43.555895016373775 ], [ 172.746044139159125, -43.555978354820972 ], [ 172.746050450555742, -43.556035545671172 ], [ 172.746056821990095, -43.55607844244615 ], [ 172.746063223445645, -43.556114192183344 ], [ 172.746056551872528, -43.556142765780315 ], [ 172.746046604529596, -43.556171332100718 ], [ 172.746046524491362, -43.556190390866149 ], [ 172.746046334400262, -43.556235655433795 ], [ 172.746052495755919, -43.556328581465756 ], [ 172.746055331330211, -43.55643341194795 ], [ 172.746061472709755, -43.556531102667357 ], [ 172.746074205700296, -43.556619278553761 ], [ 172.746083913022005, -43.556647888525447 ], [ 172.746087058767756, -43.556678866291819 ], [ 172.746086818686877, -43.556736042583005 ], [ 172.746112554927549, -43.556848071015771 ], [ 172.746141617075381, -43.55694819498747 ], [ 172.746170649318117, -43.557055465986252 ], [ 172.746193240021313, -43.55713651663369 ], [ 172.746212744937566, -43.55717229544377 ], [ 172.746228764099925, -43.557258096230122 ], [ 172.746251474920797, -43.557310558720737 ], [ 172.746280837396625, -43.557339212293392 ], [ 172.746290554925736, -43.557365439899201 ], [ 172.746290434978704, -43.557394028041905 ], [ 172.746303438346928, -43.557417880570441 ], [ 172.746296786731307, -43.557441689484435 ], [ 172.746303208459551, -43.557472674510009 ], [ 172.746306354358637, -43.55750365226622 ], [ 172.746309450286418, -43.557546541748003 ], [ 172.74630929036789, -43.557584659270383 ], [ 172.746309100464259, -43.557629923827868 ], [ 172.746299152992606, -43.55765849016246 ], [ 172.746285869690581, -43.557701343297147 ], [ 172.746279198044022, -43.557729916898992 ], [ 172.746292121514188, -43.557772828188078 ], [ 172.746288715718549, -43.557803791404417 ], [ 172.746291851630986, -43.557837151504302 ], [ 172.746301569243855, -43.557863379107111 ], [ 172.746307941043, -43.557906275855238 ], [ 172.746314272871587, -43.557958701982692 ], [ 172.746346831603859, -43.558006421564421 ], [ 172.746366276932321, -43.558056494413492 ], [ 172.746388998161223, -43.558106574525503 ], [ 172.746424673053411, -43.558192418869325 ], [ 172.746457152083394, -43.5582591971773 ], [ 172.746476527663532, -43.558325946419863 ], [ 172.746495993176694, -43.558371254554913 ], [ 172.746518724617175, -43.558418952294119 ], [ 172.746538210164033, -43.558459495731753 ], [ 172.746557655795073, -43.558509568545077 ], [ 172.746580477196858, -43.558535825167993 ], [ 172.746586859246918, -43.558576339551415 ], [ 172.746609650736133, -43.558609743202616 ], [ 172.746616062762911, -43.558643110549696 ], [ 172.746629026595286, -43.558676492415948 ], [ 172.746625600953394, -43.558712220327166 ], [ 172.746612297680826, -43.558759838181267 ], [ 172.746605536216293, -43.558809852899131 ], [ 172.746592262858712, -43.55885032371603 ], [ 172.746575763496708, -43.558878875546533 ], [ 172.746546190429882, -43.558900251292684 ], [ 172.746513281505514, -43.55893591383569 ], [ 172.746457411166631, -43.55897867255198 ], [ 172.746408122559245, -43.559014298739243 ], [ 172.74639163305747, -43.55904046819748 ], [ 172.746388247222995, -43.559066666720774 ], [ 172.746368491769545, -43.559090446564113 ], [ 172.746325824829313, -43.559109410837657 ], [ 172.746250338638504, -43.559142596460077 ], [ 172.746148474924155, -43.559216223702016 ], [ 172.746033587283051, -43.559270762989705 ], [ 172.745990830038323, -43.559311168236377 ], [ 172.745967758377788, -43.559344470108073 ], [ 172.745928196889878, -43.559403941363854 ], [ 172.745872355742904, -43.559439552755777 ], [ 172.745832884227838, -43.559477582878841 ], [ 172.745799934505243, -43.559522774588082 ], [ 172.745790036557992, -43.559539429146398 ], [ 172.745757076752142, -43.559587003186813 ], [ 172.745733974802249, -43.559627452041688 ], [ 172.745727212511071, -43.559677466697963 ], [ 172.745730268058168, -43.559729885554894 ], [ 172.74575626534093, -43.559779973063819 ], [ 172.745788844638497, -43.559822928102314 ], [ 172.745834607951792, -43.559846853509995 ], [ 172.745873859425132, -43.559861234959996 ], [ 172.745906619058474, -43.559861307770817 ], [ 172.745926294860112, -43.559856586764546 ], [ 172.745959034472008, -43.559861424248609 ], [ 172.745958984424448, -43.559873335969186 ], [ 172.745942524523116, -43.559892358325357 ], [ 172.74592589442716, -43.55995188052853 ], [ 172.745932326236471, -43.559980483217402 ], [ 172.745912620360826, -43.559992351256668 ], [ 172.745899426371864, -43.560013763230572 ], [ 172.745912400110029, -43.560044762825747 ], [ 172.745908953940329, -43.560085255393709 ], [ 172.745918621687821, -43.560123394739264 ], [ 172.745885691700011, -43.560163821779383 ], [ 172.745879009574509, -43.56019477768838 ], [ 172.745869081498569, -43.56021857928323 ], [ 172.745869011406313, -43.560235255690905 ], [ 172.745865575209478, -43.560273365912174 ], [ 172.745872027049927, -43.560297203914999 ], [ 172.745875182881235, -43.560325799323657 ], [ 172.745881594680043, -43.560359166701303 ], [ 172.745888066560809, -43.560378240015098 ], [ 172.745884710468459, -43.560397291484961 ], [ 172.745878078380599, -43.560416335673203 ], [ 172.745881244233544, -43.56044254873725 ], [ 172.745881134092883, -43.560468754519704 ], [ 172.745887515872113, -43.560509268927767 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2018-02-17", "DSASDate": "17/02/2018", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_17FEB2018.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73128208674143, -43.506258288245888 ], [ 172.731295041601101, -43.506289289742504 ], [ 172.731308038742043, -43.506310761782572 ], [ 172.731321025325627, -43.506334616184823 ], [ 172.731330770553058, -43.506351315803634 ], [ 172.73132741295862, -43.506370367022612 ], [ 172.731327328428421, -43.506389425932319 ], [ 172.731330453568546, -43.506422786715007 ], [ 172.731340198812717, -43.506439486332816 ], [ 172.731359763272252, -43.506456209020016 ], [ 172.731385884448457, -43.50647056471874 ], [ 172.731408648060523, -43.506503971632469 ], [ 172.731441167549747, -43.506551695786868 ], [ 172.731457374507329, -43.50658746967877 ], [ 172.731470308404937, -43.506623235881435 ], [ 172.731479990357428, -43.506654229668719 ], [ 172.731489651199752, -43.506689988182259 ], [ 172.731489482239482, -43.506728106000011 ], [ 172.731502416185606, -43.506763872198292 ], [ 172.731525211647408, -43.506790131996816 ], [ 172.731544744597329, -43.506814001742484 ], [ 172.731570802630245, -43.506842651580023 ], [ 172.731587009741475, -43.506878425452122 ], [ 172.731612877827558, -43.506949957823544 ], [ 172.731629000554989, -43.507004790597314 ], [ 172.73165168007057, -43.507057256368341 ], [ 172.731654720992708, -43.507109676046632 ], [ 172.731661119455623, -43.507143044498179 ], [ 172.731638070498747, -43.507173961450825 ], [ 172.73163832057665, -43.507176715393868 ], [ 172.731632919011759, -43.507180230935631 ], [ 172.731617178533043, -43.507186864677465 ], [ 172.731610585870015, -43.507197331711005 ], [ 172.73161183178172, -43.507211628964697 ], [ 172.73161700965008, -43.507224982492275 ], [ 172.731622179076737, -43.507240241910317 ], [ 172.731626047704566, -43.507253592364414 ], [ 172.731627306286782, -43.507265030781738 ], [ 172.731631183361003, -43.507276475344867 ], [ 172.731633742747022, -43.507289822725696 ], [ 172.731638924848568, -43.50730222330678 ], [ 172.731637573384575, -43.507311749687489 ], [ 172.731636183924024, -43.507329852576341 ], [ 172.731646581910098, -43.507347030175062 ], [ 172.731655114084049, -43.507361650678 ], [ 172.731656903915535, -43.507381360789033 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2018-02-17", "DSASDate": "17/02/2018", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_17FEB2018.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731656790986051, -43.507381273157748 ], [ 172.731696047322885, -43.507386130056645 ], [ 172.731696955283184, -43.507385637728689 ], [ 172.731701428478743, -43.507379178180919 ], [ 172.731727602887787, -43.507381621983683 ], [ 172.731737348394489, -43.50739832156551 ], [ 172.731734011969507, -43.507412608066389 ], [ 172.731734002295212, -43.507414792541447 ], [ 172.73173841852946, -43.507426730071806 ], [ 172.731751394969876, -43.507452966784953 ], [ 172.731754583694908, -43.507472033370561 ], [ 172.731764297575012, -43.507495880039869 ], [ 172.731760918952318, -43.507519695994603 ], [ 172.731760834555132, -43.507538754901155 ], [ 172.731773800479857, -43.507567373974609 ], [ 172.731796628005014, -43.507586486626515 ], [ 172.73180629972822, -43.507619862745067 ], [ 172.731819244596863, -43.507653246539604 ], [ 172.731825622112069, -43.507691379705697 ], [ 172.731838567006463, -43.507724763497706 ], [ 172.73185797382871, -43.507777221545936 ], [ 172.731887263386199, -43.507815408436691 ], [ 172.731903502574454, -43.507844035169377 ], [ 172.731919731234484, -43.507875044262853 ], [ 172.731949073589902, -43.507901319321363 ], [ 172.731975142821085, -43.507927586699815 ], [ 172.732011042068166, -43.507951494724047 ], [ 172.732053540339734, -43.507963506261788 ], [ 172.732079683403896, -43.507973097073986 ], [ 172.732118708372269, -43.508030365818449 ], [ 172.73214789286979, -43.50809237627309 ], [ 172.732157512194732, -43.508137664175401 ], [ 172.732193253644994, -43.508197307588958 ], [ 172.732212692520477, -43.508242618484516 ], [ 172.732215765578786, -43.508287891049143 ], [ 172.732238509265045, -43.508326062516119 ], [ 172.732248170817201, -43.508361820956971 ], [ 172.732234941217257, -43.508392761016822 ], [ 172.732231520601914, -43.508426106434186 ], [ 172.732228142109165, -43.50844992239918 ], [ 172.732221427243161, -43.508488024876492 ], [ 172.732234351461159, -43.508526173346041 ], [ 172.732244034104298, -43.508557167060104 ], [ 172.732266809499095, -43.508588191431045 ], [ 172.732296226052398, -43.50859778985771 ], [ 172.732319075185842, -43.508612137677368 ], [ 172.732351649151383, -43.508647949745189 ], [ 172.732370993553729, -43.508714701877395 ], [ 172.732403336058525, -43.508802925914289 ], [ 172.732429121729353, -43.508893516984614 ], [ 172.732445077332642, -43.508986467433438 ], [ 172.732470989410132, -43.509048470138005 ], [ 172.732496912061691, -43.509108090473369 ], [ 172.732516425097259, -43.509136724771899 ], [ 172.732552325273105, -43.509160632623512 ], [ 172.732552167486148, -43.509196368065261 ], [ 172.732565039468341, -43.509246428307414 ], [ 172.732574617211242, -43.509301245617699 ], [ 172.732587478716056, -43.509353688219235 ], [ 172.732620105820018, -43.509377588393825 ], [ 172.73263626164308, -43.509425273918175 ], [ 172.732645828962347, -43.509482473583674 ], [ 172.732652217700405, -43.509518224330613 ], [ 172.73266187968369, -43.509553982730132 ], [ 172.732671583736646, -43.509580211678113 ], [ 172.732684487439911, -43.509623124816059 ], [ 172.732694138944964, -43.50966126557492 ], [ 172.732720167202928, -43.509697062228604 ], [ 172.732726577031883, -43.509728048245051 ], [ 172.732739533365049, -43.509759049562994 ], [ 172.73274594321029, -43.509790035578042 ], [ 172.732771876957315, -43.509847273482336 ], [ 172.732775024083566, -43.509875869482755 ], [ 172.732801062990632, -43.509909283754524 ], [ 172.732800926365542, -43.509940254467267 ], [ 172.732833501327065, -43.509976066392056 ], [ 172.732846457767437, -43.510007067696812 ], [ 172.732872580824818, -43.510021423051889 ], [ 172.732872486263233, -43.510042864314279 ], [ 172.732882200991213, -43.510066710880103 ], [ 172.732898462260437, -43.510090572738015 ], [ 172.732914586974545, -43.510145405305508 ], [ 172.732937321289256, -43.510185958986455 ], [ 172.732946952033558, -43.510228864445679 ], [ 172.7329630873312, -43.510281314642789 ], [ 172.732982464428574, -43.510340919568428 ], [ 172.73301494519967, -43.510398172701116 ], [ 172.733044100244058, -43.510467329993645 ], [ 172.733076465651578, -43.510550789093365 ], [ 172.733121756376534, -43.510672396540478 ], [ 172.733160511168251, -43.510791606327452 ], [ 172.733183098959302, -43.510865513026872 ], [ 172.733228474076355, -43.510968061528907 ], [ 172.733267302706537, -43.511070594739699 ], [ 172.733302910593636, -43.511161208490357 ], [ 172.733332013884166, -43.511242277512387 ], [ 172.733351517509391, -43.51127329402253 ], [ 172.733364537417174, -43.511290001090622 ], [ 172.733367653431429, -43.511325744154568 ], [ 172.73336099139479, -43.511351934870497 ], [ 172.733370675059547, -43.511382928476451 ], [ 172.733386863462556, -43.511423466794881 ], [ 172.733399830979096, -43.511452085668601 ], [ 172.733419282276742, -43.511495013976216 ], [ 172.733432260309144, -43.51152125048403 ], [ 172.733435376374558, -43.511556993544815 ], [ 172.733441849671948, -43.511573685340814 ], [ 172.733461416364889, -43.51159040765917 ], [ 172.733471110602494, -43.511619018893605 ], [ 172.733461164742408, -43.511647584345695 ], [ 172.733480626629245, -43.511688130279772 ], [ 172.733509751372452, -43.511764434526576 ], [ 172.733538855226016, -43.511845503488843 ], [ 172.733548444731099, -43.51189793833408 ], [ 172.733558118097164, -43.511931314283501 ], [ 172.733558002810753, -43.511957520263515 ], [ 172.733564413302162, -43.511988506222444 ], [ 172.733590464027486, -43.512019537943729 ], [ 172.733626355854199, -43.512045827813381 ], [ 172.733649185646726, -43.51206494008634 ], [ 172.733652354251262, -43.51208877132931 ], [ 172.733645660820542, -43.512122109143718 ], [ 172.733648818949462, -43.51214832274831 ], [ 172.733658523840376, -43.512174551602783 ], [ 172.733671512596942, -43.512198405719204 ], [ 172.733687764270343, -43.512224649819963 ], [ 172.733704026432747, -43.512248511556642 ], [ 172.733707216017734, -43.512267578073988 ], [ 172.733707090319655, -43.512296166414494 ], [ 172.733729909757784, -43.512317661032469 ], [ 172.733749424403925, -43.512346295108649 ], [ 172.733775506793847, -43.512370179701442 ], [ 172.733785201302908, -43.512398790906062 ], [ 172.733765435280958, -43.5124273335163 ], [ 172.733784960450834, -43.512453585224328 ], [ 172.733801201770234, -43.512482211669727 ], [ 172.733804391397797, -43.512501278183692 ], [ 172.733801013288172, -43.512525094179153 ], [ 172.733820454740908, -43.51257040477369 ], [ 172.733852958429082, -43.512622892927922 ], [ 172.733872473231145, -43.512651526981941 ], [ 172.73387563148475, -43.512677740578184 ], [ 172.733901703599344, -43.512704007502869 ], [ 172.73391468209752, -43.512730243951573 ], [ 172.733927650140515, -43.512758862760244 ], [ 172.73392754547703, -43.512782686375736 ], [ 172.733933987641194, -43.512806525225571 ], [ 172.733947018503159, -43.512820849862592 ], [ 172.733956744560089, -43.512842313966225 ], [ 172.733953356025296, -43.512868512326342 ], [ 172.733949998884015, -43.512887563601758 ], [ 172.733962977442076, -43.512913800044288 ], [ 172.733985776274636, -43.512940059332699 ], [ 172.733995470973099, -43.512968670517097 ], [ 172.734011722992136, -43.512994914569198 ], [ 172.734021375860493, -43.513033055197013 ], [ 172.734008198449686, -43.513052083629162 ], [ 172.733988484638246, -43.513068714467238 ], [ 172.734004684363754, -43.513106870327022 ], [ 172.734027451899067, -43.513140276690713 ], [ 172.734037146648802, -43.513168887870734 ], [ 172.734079533916002, -43.513207104630339 ], [ 172.734112163679242, -43.513231004369914 ], [ 172.734134941778677, -43.513262028350368 ], [ 172.734147826375533, -43.513309706022888 ], [ 172.73416403672249, -43.51334547949758 ], [ 172.734160648248093, -43.513371677861684 ], [ 172.734144197361275, -43.513390698697521 ], [ 172.734147355769551, -43.513416912283276 ], [ 172.734170113042353, -43.513452700978554 ], [ 172.734196269265254, -43.513459908943261 ], [ 172.734199396331775, -43.513493269611189 ], [ 172.734209091218446, -43.513521880775201 ], [ 172.734225353932459, -43.51354574243372 ], [ 172.73424159575066, -43.513574368812407 ], [ 172.734261100587645, -43.513605385157838 ], [ 172.734254386412516, -43.513643487721929 ], [ 172.734260797434587, -43.51367447363404 ], [ 172.734286849238543, -43.513705505190295 ], [ 172.734312890617588, -43.513738919101748 ], [ 172.734329090724913, -43.513777074912078 ], [ 172.734361449201771, -43.513862915969959 ], [ 172.734416722099979, -43.513948810244287 ], [ 172.734461997134872, -43.514075181823756 ], [ 172.734497587667022, -43.514170559885997 ], [ 172.734500600046658, -43.514230126513624 ], [ 172.734503643764668, -43.514282546057508 ], [ 172.734510107200407, -43.514301620147585 ], [ 172.734542716836359, -43.514330284483705 ], [ 172.73455246422921, -43.514346983810135 ], [ 172.734568685531883, -43.514380374861268 ], [ 172.734578349409134, -43.51441613307329 ], [ 172.734581445409248, -43.51445664080876 ], [ 172.734591130187709, -43.514487634297375 ], [ 172.734604057161533, -43.514525782466087 ], [ 172.734630025990896, -43.514575872828381 ], [ 172.734642932129987, -43.514618785714035 ], [ 172.734659143116403, -43.514654559111982 ], [ 172.734675354121862, -43.514690332507421 ], [ 172.734691575583383, -43.514723723539532 ], [ 172.734707807499149, -43.514754732208331 ], [ 172.734720765910339, -43.51478573327983 ], [ 172.734714114506744, -43.514809541698362 ], [ 172.734733526062257, -43.514861999205642 ], [ 172.734749747601398, -43.514895390228695 ], [ 172.734769232253171, -43.514931171203671 ], [ 172.734798454057398, -43.514986033839989 ], [ 172.7348374234993, -43.515057595769015 ], [ 172.73485037161015, -43.515090979185295 ], [ 172.734840415390551, -43.515121927100921 ], [ 172.734837068831268, -43.51513859603449 ], [ 172.734836995811207, -43.515155272559589 ], [ 172.734843459443795, -43.515174346628413 ], [ 172.734866249074969, -43.51520298809475 ], [ 172.734875975836587, -43.51522445211306 ], [ 172.73489552324304, -43.515245938900748 ], [ 172.734908429710941, -43.515288851752274 ], [ 172.734901820040676, -43.515303130736953 ], [ 172.734914736953471, -43.515343661226723 ], [ 172.734934263556596, -43.515369912728787 ], [ 172.734960378991588, -43.515386649961258 ], [ 172.734989528208132, -43.515458189069776 ], [ 172.735031625803657, -43.515563111563623 ], [ 172.735077070068428, -43.515651365101391 ], [ 172.735099797460947, -43.515694300682839 ], [ 172.735112777113358, -43.515720536984766 ], [ 172.735099495242679, -43.515763389138364 ], [ 172.735105865232129, -43.515803904435302 ], [ 172.735135056499075, -43.51586591406052 ], [ 172.735144814720229, -43.515880230972549 ], [ 172.735170826247185, -43.515920791760884 ], [ 172.735193574641841, -43.515958962601175 ], [ 172.735206481470669, -43.516001875414617 ], [ 172.735209567549816, -43.516044765483514 ], [ 172.73521265363317, -43.516087655552056 ], [ 172.735215770971479, -43.516123398539008 ], [ 172.735218940397232, -43.516147229723749 ], [ 172.73524174098614, -43.516173488751392 ], [ 172.735254741632616, -43.516194960314685 ], [ 172.735257900662077, -43.516221173858455 ], [ 172.735267554820126, -43.516259314362834 ], [ 172.73527725064838, -43.516287925424855 ], [ 172.735296767297683, -43.516316559222162 ], [ 172.735326115194596, -43.516342833389466 ], [ 172.735352137452054, -43.516381011773824 ], [ 172.735384665319827, -43.516428734745638 ], [ 172.735400908453443, -43.516457360948571 ], [ 172.735420414806555, -43.516488377084499 ], [ 172.735436699606339, -43.516507473841045 ], [ 172.735436564297771, -43.516538444524514 ], [ 172.735456008249457, -43.516583754815549 ], [ 172.735459115348021, -43.516621880153437 ], [ 172.735472032911105, -43.516662410572529 ], [ 172.735491528960011, -43.51669580905569 ], [ 172.735510993813818, -43.516736354615951 ], [ 172.735530489907831, -43.516769753092177 ], [ 172.735530365050749, -43.516798341414287 ], [ 172.735533524229766, -43.516824554948066 ], [ 172.735559567631014, -43.516857968562512 ], [ 172.735559442787263, -43.516886556884273 ], [ 172.735575634110262, -43.516927094861238 ], [ 172.735601646372544, -43.516967655546033 ], [ 172.735604805590896, -43.516993869077154 ], [ 172.735621048978999, -43.517022495246621 ], [ 172.73563734438568, -43.517039209613237 ], [ 172.735653598201282, -43.517065453417857 ], [ 172.735679641771839, -43.517098867003973 ], [ 172.735699179667705, -43.517122736009576 ], [ 172.735715381544338, -43.517160891605428 ], [ 172.735725046534924, -43.51719664970598 ], [ 172.735734721933738, -43.517230025445507 ], [ 172.73572801866959, -43.517265745713239 ], [ 172.735731167560516, -43.51729434159968 ], [ 172.73574413742989, -43.517322960184153 ], [ 172.735744012671262, -43.517351548503996 ], [ 172.735753542558058, -43.517418277280548 ], [ 172.73578284960513, -43.517454080767244 ], [ 172.73581545114186, -43.517485127090353 ], [ 172.735834968429231, -43.517513760791438 ], [ 172.735834854105718, -43.517539966750597 ], [ 172.735844540011669, -43.517570960119222 ], [ 172.73585098343122, -43.517594798844279 ], [ 172.735860679746168, -43.517623409851367 ], [ 172.735906272216653, -43.517678309996647 ], [ 172.735912684501585, -43.517709295797474 ], [ 172.735912539040726, -43.51774264883548 ], [ 172.735932046067148, -43.51777366487886 ], [ 172.735958121259301, -43.517799931319118 ], [ 172.735964502419165, -43.517838064195914 ], [ 172.735961135238995, -43.517859497874518 ], [ 172.735973928745807, -43.517928616547103 ], [ 172.735999837835067, -43.517993000733625 ], [ 172.736012776820928, -43.518028766364083 ], [ 172.7360224421233, -43.51806452443487 ], [ 172.736038685993918, -43.518093150540857 ], [ 172.736058234734998, -43.518114637122409 ], [ 172.73608104680892, -43.518138513616734 ], [ 172.736103848518098, -43.518164772466164 ], [ 172.736126681392449, -43.51818388423186 ], [ 172.736146209431865, -43.518210135517592 ], [ 172.736172222623964, -43.51825069606582 ], [ 172.736204835166575, -43.51827935991551 ], [ 172.736224342514532, -43.51831037590695 ], [ 172.73623721943494, -43.518360435668477 ], [ 172.736256643811259, -43.518410510531162 ], [ 172.736266257435545, -43.518458180377571 ], [ 172.736285681866889, -43.518508255234643 ], [ 172.736275663553471, -43.518553497414608 ], [ 172.736272286066168, -43.518577313459431 ], [ 172.736272213432613, -43.518593989976374 ], [ 172.736265520706979, -43.518627327907964 ], [ 172.73629154453252, -43.518665506067222 ], [ 172.736291347397895, -43.518710770898252 ], [ 172.736297728860904, -43.518748903751167 ], [ 172.736307415194375, -43.518779897075071 ], [ 172.7363072388207, -43.518820397186303 ], [ 172.736330020135455, -43.518851420707321 ], [ 172.736349569223677, -43.518872907237103 ], [ 172.736349434370851, -43.518903877909999 ], [ 172.736326331426113, -43.518946707535733 ], [ 172.736335997057694, -43.518982465575078 ], [ 172.736378358714887, -43.519027828535904 ], [ 172.736401171257626, -43.519051704963744 ], [ 172.736417384458008, -43.519087478090285 ], [ 172.736430386142615, -43.519108949511619 ], [ 172.736440155559308, -43.5191208839477 ], [ 172.736459621820813, -43.519161429332868 ], [ 172.736478984425077, -43.519225798307929 ], [ 172.736488681294475, -43.519254409254998 ], [ 172.73649180990796, -43.519287769830349 ], [ 172.736498233026708, -43.519316373231511 ], [ 172.736501361648493, -43.51934973380623 ], [ 172.736527417030686, -43.519380764830323 ], [ 172.736530535305377, -43.519416507763204 ], [ 172.736510789002637, -43.519440286091829 ], [ 172.736530338344267, -43.519461772589125 ], [ 172.736536771865445, -43.51948799362809 ], [ 172.736533384060635, -43.519514192036063 ], [ 172.736559501721217, -43.519530928896835 ], [ 172.736579009651223, -43.519561944822449 ], [ 172.736565769421759, -43.519595267681225 ], [ 172.736588571887125, -43.519621526429219 ], [ 172.736614658519812, -43.519645410354791 ], [ 172.73661129146609, -43.519666844046085 ], [ 172.736594818899619, -43.519690629929435 ], [ 172.736598009775861, -43.519709696344592 ], [ 172.736627401327127, -43.519726440731326 ], [ 172.736633866005235, -43.519745514686349 ], [ 172.736630498952536, -43.5197669483778 ], [ 172.736653322233678, -43.519788442394066 ], [ 172.736663039996955, -43.519812288605721 ], [ 172.736662936383965, -43.519836112196941 ], [ 172.736669390723705, -43.519857568508762 ], [ 172.736669287113045, -43.519881392099819 ], [ 172.73666590970393, -43.519905208150902 ], [ 172.736688722689252, -43.519929084518843 ], [ 172.736688577644571, -43.519962437545914 ], [ 172.736711359581903, -43.519993460986356 ], [ 172.736717772518517, -43.520024446731142 ], [ 172.736734006881022, -43.520055455089761 ], [ 172.73672085985956, -43.520067336732268 ], [ 172.736707692113669, -43.520083983091283 ], [ 172.736737001008692, -43.520119786321409 ], [ 172.736769666607955, -43.520136538208831 ], [ 172.736792510789996, -43.520153267478399 ], [ 172.736798923784619, -43.520184253217884 ], [ 172.736811936193988, -43.52020334223365 ], [ 172.736795473915407, -43.52022474578456 ], [ 172.736801897274972, -43.520253349164541 ], [ 172.736814888989045, -43.520277202897688 ], [ 172.736831144178211, -43.520303446523549 ], [ 172.736853957378116, -43.520327322857391 ], [ 172.736866897361125, -43.520363088379128 ], [ 172.736883090478699, -43.520403626150838 ], [ 172.736886219365914, -43.520436986709392 ], [ 172.736899180095548, -43.5204679875091 ], [ 172.736902298642605, -43.520503730425744 ], [ 172.736934912740253, -43.520532394059856 ], [ 172.73695118874997, -43.520553872950011 ], [ 172.736977244878346, -43.520584903866961 ], [ 172.737016272208677, -43.520644553204711 ], [ 172.737039064916047, -43.520673194218404 ], [ 172.73706512114066, -43.520704225114926 ], [ 172.737081355861875, -43.520735233421433 ], [ 172.737100854100305, -43.520768631611958 ], [ 172.737136731937994, -43.520799685074117 ], [ 172.737156240569817, -43.520830700896163 ], [ 172.737185560431101, -43.52086412164941 ], [ 172.737221417689284, -43.520899939802284 ], [ 172.737237569829944, -43.520950006956035 ], [ 172.737266858779805, -43.520990574764248 ], [ 172.737286264167324, -43.521045414150734 ], [ 172.737299245904239, -43.521071650185192 ], [ 172.737285850677694, -43.521140708499196 ], [ 172.737272693189738, -43.52115497256127 ], [ 172.737262809562452, -43.521169244144801 ], [ 172.737266000724816, -43.52118831053712 ], [ 172.737265918020256, -43.521207369406419 ], [ 172.737275636250047, -43.521231215561279 ], [ 172.737278765394109, -43.521264576104905 ], [ 172.737301558457887, -43.52129321706407 ], [ 172.737311214697371, -43.521331357367323 ], [ 172.737314374874643, -43.521357570833608 ], [ 172.737324000124687, -43.521402858211175 ], [ 172.737314075123663, -43.52142665923278 ], [ 172.737313930415922, -43.521460012252746 ], [ 172.737330155129882, -43.521493402879237 ], [ 172.737346400531749, -43.521522028786173 ], [ 172.737352793282042, -43.521557779205345 ], [ 172.737375338476738, -43.521643596752888 ], [ 172.737398131728099, -43.521672237691355 ], [ 172.737411082649004, -43.521705620786136 ], [ 172.737414232555864, -43.521734216606582 ], [ 172.737420635700204, -43.521767584662328 ], [ 172.737430323084425, -43.521798577877412 ], [ 172.737453013110468, -43.52185104238869 ], [ 172.737459457611067, -43.521874881007996 ], [ 172.737462669532704, -43.521889182675885 ], [ 172.737429827155665, -43.521912931081573 ], [ 172.737403573901332, -43.521927165082445 ], [ 172.73739692275376, -43.521950973627924 ], [ 172.737413064983343, -43.522003423107073 ], [ 172.737419375163768, -43.522058232386421 ], [ 172.737435579431263, -43.522096387711613 ], [ 172.737455098962016, -43.522125021118761 ], [ 172.737468039679527, -43.522160786563063 ], [ 172.737490874486696, -43.522179898047881 ], [ 172.737510363083942, -43.522215678520155 ], [ 172.737529810391834, -43.52226098842204 ], [ 172.737536213654295, -43.522294356468528 ], [ 172.737549164782791, -43.522327739544551 ], [ 172.737568705094588, -43.522351608215004 ], [ 172.73758490953395, -43.522389763517531 ], [ 172.737607723813994, -43.522413639695003 ], [ 172.737620726629956, -43.522435110971344 ], [ 172.737630445194412, -43.522458957091786 ], [ 172.737646711642412, -43.522482818235837 ], [ 172.737666272688074, -43.522501922172786 ], [ 172.737685823424044, -43.522523408464544 ], [ 172.737698815969623, -43.522547262089901 ], [ 172.737731503783323, -43.522559248983079 ], [ 172.737754318184869, -43.5225831251309 ], [ 172.737767300451338, -43.522609361106525 ], [ 172.737790114885854, -43.522633237247078 ], [ 172.737796569918771, -43.522654693486501 ], [ 172.737816100116248, -43.522680944471958 ], [ 172.737832397645747, -43.522697658514566 ], [ 172.737848653921475, -43.522723901987405 ], [ 172.737841982227849, -43.522752475271929 ], [ 172.737845153022079, -43.522776306359688 ], [ 172.737861399009091, -43.5228049321885 ], [ 172.737890761467611, -43.522828823320431 ], [ 172.737926682178085, -43.522850347095265 ], [ 172.737962602914081, -43.522871870858793 ], [ 172.737978869603438, -43.52289573195447 ], [ 172.73803441353752, -43.522922065426236 ], [ 172.738050669960728, -43.522948308869672 ], [ 172.738063600896737, -43.522986456600826 ], [ 172.738086333138199, -43.523029391545805 ], [ 172.738102476248486, -43.52308184091995 ], [ 172.738125218857988, -43.523122393498639 ], [ 172.738125084893511, -43.523153364152854 ], [ 172.738115149611446, -43.523179547594758 ], [ 172.73811503625231, -43.523205753532665 ], [ 172.738124734523865, -43.523234364324608 ], [ 172.738144265049698, -43.523260615252177 ], [ 172.738167090180752, -43.523282108957829 ], [ 172.738196422084172, -43.523313147084011 ], [ 172.738228945594727, -43.523363251561783 ], [ 172.738261530957089, -43.523399061882444 ], [ 172.738277715512595, -43.523441981797447 ], [ 172.738329625689516, -43.523551690156893 ], [ 172.738362077367043, -43.523618471100335 ], [ 172.738413936377782, -43.523740091207955 ], [ 172.738469162233713, -43.523840277558804 ], [ 172.738508100507943, -43.52392136758224 ], [ 172.738543548800635, -43.52405247961709 ], [ 172.738553237120158, -43.524083472726993 ], [ 172.738549849920872, -43.524109671175168 ], [ 172.738543188691011, -43.524135862136426 ], [ 172.73853650687704, -43.524166817812493 ], [ 172.738539667727082, -43.524193031233615 ], [ 172.738555893843142, -43.524226421673752 ], [ 172.738598301964913, -43.52426225435341 ], [ 172.73861782273994, -43.524290887554351 ], [ 172.738630774887298, -43.524324270498795 ], [ 172.738643737333831, -43.524355271083977 ], [ 172.738660014972197, -43.524376749720638 ], [ 172.738682809855362, -43.524405390393468 ], [ 172.738679432977079, -43.524429206486509 ], [ 172.738672740915774, -43.524462544526607 ], [ 172.738695525554078, -43.52449356755411 ], [ 172.738705255151501, -43.524515031218932 ], [ 172.738705142042505, -43.524541237151915 ], [ 172.73869519649736, -43.52456980299543 ], [ 172.738708189876519, -43.524593656499654 ], [ 172.738724519011015, -43.5246032233389 ], [ 172.738737522690229, -43.524624694482213 ], [ 172.738760348544474, -43.524646188066143 ], [ 172.73879291435037, -43.524686762944839 ], [ 172.738789516940358, -43.524715343754991 ], [ 172.738792708765317, -43.524734410094545 ], [ 172.738828600091665, -43.524763080654914 ], [ 172.738831709709387, -43.524801205852917 ], [ 172.738821753902471, -43.524832154063617 ], [ 172.738838042009064, -43.52485125031621 ], [ 172.738864111222114, -43.524879898429496 ], [ 172.738880399354883, -43.524898994675937 ], [ 172.738883560390605, -43.524925208084689 ], [ 172.73890303013809, -43.524965753021498 ], [ 172.738896348414386, -43.524996708714319 ], [ 172.738906057613235, -43.525022937075278 ], [ 172.738909300864577, -43.52503009162384 ], [ 172.738889543377041, -43.525056252694945 ], [ 172.738889327589817, -43.52510628219926 ], [ 172.738892468088807, -43.525137260321486 ], [ 172.738892355058425, -43.525163466252003 ], [ 172.738895475011077, -43.525199209088449 ], [ 172.738924839035718, -43.525223099948747 ], [ 172.738934568830501, -43.525244563591812 ], [ 172.738944267811689, -43.525273174305852 ], [ 172.738963778801633, -43.525304189801126 ], [ 172.738973416171859, -43.525347094655984 ], [ 172.738989663377197, -43.525375720314685 ], [ 172.739012376623634, -43.52542341977599 ], [ 172.73904163810559, -43.52547113417792 ], [ 172.73906446438582, -43.52549262769903 ], [ 172.739100304951876, -43.525533209957779 ], [ 172.73913625849238, -43.52554758627597 ], [ 172.739155800464431, -43.525571454665922 ], [ 172.739165479072085, -43.525604830074286 ], [ 172.739181726436982, -43.525633455704813 ], [ 172.739197973817198, -43.525662081332946 ], [ 172.739207683252204, -43.525688309665853 ], [ 172.739214098056351, -43.52571929524445 ], [ 172.739233629852009, -43.525745545977706 ], [ 172.739249897809913, -43.525769406883803 ], [ 172.739253059049304, -43.525795620278835 ], [ 172.739275813702108, -43.525833790256783 ], [ 172.739278954434894, -43.525864768365039 ], [ 172.739291907279778, -43.525898151227139 ], [ 172.739295078803735, -43.525921982263412 ], [ 172.739317802753078, -43.525967299303503 ], [ 172.739350215773044, -43.526043609372387 ], [ 172.739366371027643, -43.526093676188175 ], [ 172.739382618617753, -43.526122301788284 ], [ 172.739408575822694, -43.526177155700012 ], [ 172.73941821364437, -43.526220060511932 ], [ 172.739437673908242, -43.526262987707391 ], [ 172.73946372350369, -43.526296400393029 ], [ 172.739489773127815, -43.526329813072621 ], [ 172.739515781775054, -43.52637275517386 ], [ 172.73954186221178, -43.52639902077054 ], [ 172.739558150965252, -43.526418116916936 ], [ 172.739577642138443, -43.526453897016808 ], [ 172.739570991339377, -43.526477705670743 ], [ 172.739570796603232, -43.526522970451538 ], [ 172.739603456189116, -43.526542103878164 ], [ 172.739642602635001, -43.526575546348013 ], [ 172.739701168721979, -43.526661445380228 ], [ 172.7397336645368, -43.526718696478746 ], [ 172.739759560861728, -43.526787844447298 ], [ 172.739762599470879, -43.526842646105663 ], [ 172.739749349138009, -43.526878351647667 ], [ 172.739716443476624, -43.526916394825271 ], [ 172.739739280782402, -43.526935505851469 ], [ 172.739748918956792, -43.526978410630711 ], [ 172.739771664122173, -43.52701896286068 ], [ 172.739797611820165, -43.527076199034013 ], [ 172.739817041906264, -43.52712627322984 ], [ 172.739856076225578, -43.527185921547598 ], [ 172.739875516632452, -43.527233613376133 ], [ 172.739914336121245, -43.52734329116187 ], [ 172.739950024828062, -43.52741960849395 ], [ 172.739989008300597, -43.527491168546817 ], [ 172.740011661727436, -43.527553161935046 ], [ 172.740037650804396, -43.527600868623651 ], [ 172.740057132408367, -43.527639030992532 ], [ 172.740070116747859, -43.527665266688658 ], [ 172.740073237517947, -43.527701009479372 ], [ 172.740092749863834, -43.527732024772256 ], [ 172.740115546682119, -43.527760665147468 ], [ 172.740131733704743, -43.527803584773473 ], [ 172.740154418073672, -43.527858431061439 ], [ 172.740167371823134, -43.527891813814989 ], [ 172.740190066482512, -43.527944277738776 ], [ 172.740193166886399, -43.527984785237436 ], [ 172.740215963846936, -43.528013425591737 ], [ 172.740238730158353, -43.528049213010497 ], [ 172.740258171141051, -43.528096904768184 ], [ 172.740267840531658, -43.528132662427346 ], [ 172.740290545589062, -43.528182743973119 ], [ 172.740326337462335, -43.528235237616023 ], [ 172.740375277499368, -43.528275849205997 ], [ 172.740427410126586, -43.528335527058559 ], [ 172.740476268597888, -43.528395197455076 ], [ 172.740498922858137, -43.528457190739047 ], [ 172.740518364175529, -43.528504882449965 ], [ 172.740531318262583, -43.52853826515932 ], [ 172.740553941998115, -43.528607405499692 ], [ 172.740563550377885, -43.528657457268338 ], [ 172.740569874287246, -43.528709883962641 ], [ 172.740553288470181, -43.528759876293712 ], [ 172.740530256186986, -43.528786030200109 ], [ 172.740517087578468, -43.52880267697023 ], [ 172.740520065689424, -43.528871772727506 ], [ 172.740532927944571, -43.528926596639252 ], [ 172.740529480046263, -43.528967089261528 ], [ 172.740545728951986, -43.528995714685252 ], [ 172.740568506036311, -43.529029119677595 ], [ 172.740584734556478, -43.529062509807567 ], [ 172.740607583153064, -43.529079238299886 ], [ 172.74063363460013, -43.529112650707162 ], [ 172.740656452606714, -43.529136526257595 ], [ 172.740679219598235, -43.52917231358331 ], [ 172.740702037645207, -43.529196189124484 ], [ 172.740718307103805, -43.529220049810988 ], [ 172.740718174437632, -43.529251020438416 ], [ 172.740721305872739, -43.529284380846732 ], [ 172.7407277320292, -43.529312983967827 ], [ 172.740740727219617, -43.529336837225834 ], [ 172.740793044756373, -43.529353632497454 ], [ 172.74081917803278, -43.529367986014073 ], [ 172.740819065819835, -43.529394191929164 ], [ 172.740786241073977, -43.529413176548935 ], [ 172.740782925949901, -43.529422698549226 ], [ 172.740802439210825, -43.52945371371397 ], [ 172.740828419519886, -43.52950380256641 ], [ 172.740847892029706, -43.529544347146462 ], [ 172.740867374764832, -43.529582509367145 ], [ 172.74087375002577, -43.52962302425793 ], [ 172.740883420019856, -43.529658781857009 ], [ 172.740896374552335, -43.529692164519403 ], [ 172.740902831427945, -43.529713620561587 ], [ 172.7409223346462, -43.529747018060434 ], [ 172.740915653415158, -43.529777973846578 ], [ 172.740915531044891, -43.529806562115702 ], [ 172.740908829408056, -43.529842282612577 ], [ 172.740898853424369, -43.529877995688814 ], [ 172.740888897826068, -43.529908944052515 ], [ 172.740875678074559, -43.529937502638774 ], [ 172.740872291540398, -43.529963701130541 ], [ 172.740918020176252, -43.529990010925445 ], [ 172.740950692251545, -43.530006761605733 ], [ 172.740960403134721, -43.530032989773467 ], [ 172.740986546938359, -43.530044960895331 ], [ 172.740999572969628, -43.530061667054511 ], [ 172.741005999338427, -43.530090270156613 ], [ 172.741009181943241, -43.530111718774435 ], [ 172.741022187608166, -43.530133189642179 ], [ 172.741067967395452, -43.530147587598627 ], [ 172.741094111269831, -43.530159558695807 ], [ 172.741116919661465, -43.530185816507064 ], [ 172.741133189548066, -43.53020967713146 ], [ 172.741156048916537, -43.530224023156649 ], [ 172.741165780298843, -43.530245486595028 ], [ 172.741178765673283, -43.530271722155881 ], [ 172.741195005047132, -43.530302729838048 ], [ 172.741191588069455, -43.530336075404684 ], [ 172.741181652918755, -43.530362259080412 ], [ 172.741175002313412, -43.53038606781184 ], [ 172.741168341515021, -43.53041225889833 ], [ 172.741158426718016, -43.530433677860572 ], [ 172.741158314647834, -43.530459883771428 ], [ 172.741158243330375, -43.530476560260098 ], [ 172.741164669817266, -43.530505163351521 ], [ 172.741171086122506, -43.530536148797957 ], [ 172.741174258620873, -43.530559979765179 ], [ 172.741180695311471, -43.530586200499826 ], [ 172.741193690951604, -43.530610053702169 ], [ 172.741200117469162, -43.530638656790984 ], [ 172.741236023612316, -43.530664944222217 ], [ 172.741268706323439, -43.530679312455305 ], [ 172.741275122699932, -43.530710297895119 ], [ 172.741278295248179, -43.530734128858874 ], [ 172.741307652708485, -43.530760401448596 ], [ 172.741340355850468, -43.530770004950277 ], [ 172.741356707425354, -43.530774806697622 ], [ 172.741386075118811, -43.530798696911731 ], [ 172.741405578950889, -43.530832094323344 ], [ 172.741438160019271, -43.53087028606204 ], [ 172.741451064229921, -43.530915580432875 ], [ 172.741454185974135, -43.530951323167976 ], [ 172.741457348428412, -43.530977536481338 ], [ 172.741476913412242, -43.530996639747826 ], [ 172.741516145160148, -43.53101102271706 ], [ 172.741532425598336, -43.531032500926806 ], [ 172.741545380779598, -43.531065883509243 ], [ 172.741538720065165, -43.531092074614435 ], [ 172.741535354098176, -43.531113508410442 ], [ 172.741528713721806, -43.531134934804143 ], [ 172.741528479722518, -43.531189728976116 ], [ 172.741528357635701, -43.531218317239535 ], [ 172.741547831161085, -43.531258861690787 ], [ 172.741547688736716, -43.531292214664425 ], [ 172.741557318699961, -43.531337501618623 ], [ 172.74158006670288, -43.531378053465005 ], [ 172.741589696703727, -43.531423340415927 ], [ 172.741586300220689, -43.531451921277771 ], [ 172.741576385399327, -43.531473340272299 ], [ 172.741592635468123, -43.531501965537615 ], [ 172.741638355407844, -43.531530657396168 ], [ 172.741657920626892, -43.531549760630426 ], [ 172.741661093368293, -43.531573591580553 ], [ 172.741657696910181, -43.531602172443833 ], [ 172.741677282494749, -43.531616510964334 ], [ 172.741696817251466, -43.531642761257146 ], [ 172.741693430973754, -43.53166895976608 ], [ 172.741673713179921, -43.531685591864957 ], [ 172.74166713380049, -43.531692724133876 ], [ 172.741670286215736, -43.531721319793363 ], [ 172.741689821003035, -43.531747570086957 ], [ 172.741706091532791, -43.531771430624936 ], [ 172.741712528580223, -43.531797651324979 ], [ 172.741732022745936, -43.53183343103138 ], [ 172.741741713925819, -43.531864423836033 ], [ 172.741751394950199, -43.531897798994791 ], [ 172.741774214443552, -43.531921674314219 ], [ 172.741810172410794, -43.531936049786637 ], [ 172.74183307323915, -43.531940866254033 ], [ 172.741846181203385, -43.531938513472547 ], [ 172.741878956189794, -43.531931440334738 ], [ 172.741911670214165, -43.531938661317817 ], [ 172.741934571051672, -43.531943477764926 ], [ 172.741947597751277, -43.531960183812195 ], [ 172.741944231879302, -43.531981617617255 ], [ 172.741947384439925, -43.532010213268002 ], [ 172.741943967775796, -43.532043558847924 ], [ 172.741917680696048, -43.532064940916634 ], [ 172.741897962834116, -43.532081573052849 ], [ 172.741911020030614, -43.532091132039028 ], [ 172.741937032854537, -43.53213407355662 ], [ 172.741949968176783, -43.532172220797854 ], [ 172.741966208451572, -43.532203228362427 ], [ 172.741989038300574, -43.532224721283271 ], [ 172.742005248142846, -43.532262875906888 ], [ 172.74202154939934, -43.53227958933369 ], [ 172.742027966327299, -43.532310574723937 ], [ 172.742040942360632, -43.532339192534344 ], [ 172.742053969174293, -43.532355898568646 ], [ 172.742063691061361, -43.532379744279119 ], [ 172.742070118174269, -43.532408347311694 ], [ 172.742086389030561, -43.53243220779359 ], [ 172.742086287506737, -43.532456031342292 ], [ 172.742089480767248, -43.532475097567577 ], [ 172.742112320913634, -43.53249420810829 ], [ 172.742128581658818, -43.532520450938776 ], [ 172.742148137201497, -43.532541936441852 ], [ 172.742148045851621, -43.532563377635391 ], [ 172.742138131044925, -43.532584796674499 ], [ 172.742147873301519, -43.532603877667441 ], [ 172.742124870687945, -43.532622884811047 ], [ 172.742101868059933, -43.532641891949908 ], [ 172.742105000424488, -43.53267525230283 ], [ 172.742108102337568, -43.532715759719778 ], [ 172.742107939911477, -43.532753877395848 ], [ 172.742111072284899, -43.532787237747961 ], [ 172.742127322956748, -43.53281586293221 ], [ 172.742159956291687, -43.532842142682171 ], [ 172.742186030504485, -43.532870790010492 ], [ 172.742212043856341, -43.532913731460972 ], [ 172.74222498966347, -43.532949496312042 ], [ 172.74226397936016, -43.533021055535528 ], [ 172.742290043554391, -43.533052085194186 ], [ 172.742319382287889, -43.53308312222665 ], [ 172.742342212593115, -43.533104615074798 ], [ 172.74237160208574, -43.533123740320526 ], [ 172.742387863111361, -43.533149983111954 ], [ 172.742407408808702, -43.533173850923681 ], [ 172.742420344646803, -43.533211998106047 ], [ 172.742430076953411, -43.533233461427926 ], [ 172.7424299654229, -43.533259667328529 ], [ 172.74244950103369, -43.533285917487319 ], [ 172.742475555299336, -43.533319329457349 ], [ 172.742491775875266, -43.533355101651601 ], [ 172.742530968851355, -43.533379013689363 ], [ 172.742573355319962, -43.533421991922765 ], [ 172.742599460375004, -43.533443492091344 ], [ 172.742612406523108, -43.533479256896101 ], [ 172.742635196556847, -43.533510279102991 ], [ 172.742638359651266, -43.533536492373543 ], [ 172.742631678869941, -43.533567448240539 ], [ 172.742647889473403, -43.533605602765967 ], [ 172.742677218528314, -43.533639022059198 ], [ 172.742696693595519, -43.53367956630143 ], [ 172.74272589105351, -43.533743956189767 ], [ 172.742748579976677, -43.533798801917357 ], [ 172.742764810967572, -43.533832191716179 ], [ 172.742771187933386, -43.533872706475258 ], [ 172.742793917445596, -43.533918022775303 ], [ 172.742852414086144, -43.534022978946531 ], [ 172.742894619051896, -43.53410883943566 ], [ 172.74291076924149, -43.534161288046825 ], [ 172.742933468606736, -43.534213751380214 ], [ 172.742946415115085, -43.534249516143213 ], [ 172.742965870320546, -43.534294825044711 ], [ 172.742985335672614, -43.534337751588346 ], [ 172.742971974277026, -43.534399663354058 ], [ 172.742971802267306, -43.534440163375649 ], [ 172.742981484375861, -43.534473538417892 ], [ 172.743010844383889, -43.534499810559439 ], [ 172.743046763714432, -43.534523715057702 ], [ 172.743066299998702, -43.534549965106997 ], [ 172.743072758154312, -43.534571421011563 ], [ 172.743075951834157, -43.534590487203225 ], [ 172.743095508379412, -43.534611972539004 ], [ 172.743124696595089, -43.534678744671311 ], [ 172.743183063108688, -43.53481467126575 ], [ 172.743235001952087, -43.534921994871823 ], [ 172.743264170255941, -43.534993531673699 ], [ 172.74329340936896, -43.535048391989349 ], [ 172.743322567697447, -43.535122311129037 ], [ 172.743351685682654, -43.535205759676309 ], [ 172.743354808758937, -43.535241502335971 ], [ 172.743371010159422, -43.535282039103883 ], [ 172.743406859385658, -43.535322619964681 ], [ 172.743406738168602, -43.535351208211573 ], [ 172.743423060842559, -43.535363156724756 ], [ 172.743429438405741, -43.535403671437749 ], [ 172.743429327299538, -43.535429877330415 ], [ 172.743445559099683, -43.535463267025065 ], [ 172.74346182121559, -43.535489509655704 ], [ 172.743474828898684, -43.535510980229262 ], [ 172.743484521551835, -43.535541972869922 ], [ 172.743513882295076, -43.535568244879208 ], [ 172.743536734151803, -43.535584972775226 ], [ 172.743559565830168, -43.5356064653743 ], [ 172.743572533192918, -43.535637465351712 ], [ 172.743588785316092, -43.535666090317534 ], [ 172.7436050475483, -43.535692332927162 ], [ 172.743611455547523, -43.535725700566708 ], [ 172.743617903926804, -43.535749538790647 ], [ 172.743630861257031, -43.535782921114567 ], [ 172.743650388107113, -43.53581155341363 ], [ 172.743650267003005, -43.535840141658625 ], [ 172.743659929523062, -43.535878281344175 ], [ 172.743682700810893, -43.535914068040256 ], [ 172.743708736703866, -43.535952244425822 ], [ 172.743738107831518, -43.535976134022661 ], [ 172.74375767514573, -43.535995236887956 ], [ 172.74378045662209, -43.536028641210407 ], [ 172.743793454446944, -43.536052494099927 ], [ 172.743780143925818, -43.536102494174287 ], [ 172.743802975885245, -43.536123986723503 ], [ 172.743806129530981, -43.536152582304936 ], [ 172.743815802283876, -43.536188339621965 ], [ 172.743825485133442, -43.536221714584364 ], [ 172.743828628709508, -43.536252692518353 ], [ 172.743854654755296, -43.536293251222574 ], [ 172.743861123457606, -43.536312324723625 ], [ 172.743867571996731, -43.536336162931406 ], [ 172.743880549755175, -43.536364780517147 ], [ 172.743903291108637, -43.536407714227671 ], [ 172.743935886822811, -43.536443522875118 ], [ 172.743965076840709, -43.53651029477593 ], [ 172.74400733549632, -43.536584243057646 ], [ 172.744026772084396, -43.536634316470824 ], [ 172.744036394657911, -43.536681985534024 ], [ 172.744059156392723, -43.536720154504849 ], [ 172.744078673670685, -43.536751169080773 ], [ 172.744104760543848, -43.53677743360489 ], [ 172.744114443645572, -43.53681080853999 ], [ 172.744120841967515, -43.536846558498858 ], [ 172.744130555309482, -43.536872786372058 ], [ 172.7441435030874, -43.536908550985977 ], [ 172.74416624483024, -43.536951484641101 ], [ 172.744179222860708, -43.536980102190505 ], [ 172.744172441759957, -43.53703488166331 ], [ 172.744198508653938, -43.537065910871803 ], [ 172.74420821199385, -43.537094521090872 ], [ 172.744234278931771, -43.537125550291002 ], [ 172.744240707564643, -43.537154153181532 ], [ 172.744266794681238, -43.537180417667436 ], [ 172.744289607084227, -43.537206674823452 ], [ 172.744309164902518, -43.537228159944931 ], [ 172.744328692537209, -43.537256792122839 ], [ 172.744371133309642, -43.537287857904133 ], [ 172.744384081317577, -43.537323622488806 ], [ 172.744387124598859, -43.537378423934726 ], [ 172.744383658643244, -43.537423681324832 ], [ 172.744386732119551, -43.537471335710215 ], [ 172.744409182425557, -43.53758335755559 ], [ 172.74445122102307, -43.537709717431113 ], [ 172.744460793794246, -43.537769298216276 ], [ 172.744512988886953, -43.537817062371587 ], [ 172.744548890661292, -43.537845731096581 ], [ 172.744574988265072, -43.537869613156964 ], [ 172.74461082977038, -43.53791257598072 ], [ 172.744636887211698, -43.537945987439038 ], [ 172.74466618930154, -43.537986553263686 ], [ 172.744685667088476, -43.538027097142965 ], [ 172.744715009453614, -43.53805813354267 ], [ 172.744731252712484, -43.538089140689905 ], [ 172.744754025460765, -43.538124927162386 ], [ 172.744760444394274, -43.538155912372538 ], [ 172.744766813089939, -43.538198809347008 ], [ 172.744776366150035, -43.538263154807495 ], [ 172.744812218077584, -43.538303735213148 ], [ 172.744825206747549, -43.538329970330999 ], [ 172.744825076141183, -43.538360940918885 ], [ 172.74483152527489, -43.538384779065211 ], [ 172.744857643312741, -43.538403896353913 ], [ 172.74486739740118, -43.538420594747194 ], [ 172.744864032192879, -43.53844202861557 ], [ 172.744883550435219, -43.538473043047141 ], [ 172.744909608267335, -43.538506454440991 ], [ 172.744919292085541, -43.53853982929958 ], [ 172.74492900604227, -43.538566057098691 ], [ 172.744954993648008, -43.538616144951582 ], [ 172.744967942281846, -43.538651909463368 ], [ 172.744997315213567, -43.538675798729912 ], [ 172.745029983063063, -43.538694930586217 ], [ 172.745049501471641, -43.538725944988506 ], [ 172.74506906004882, -43.538747429976162 ], [ 172.745052565495911, -43.538775981699345 ], [ 172.745072043793641, -43.538816525508466 ], [ 172.745085012612236, -43.538847525300476 ], [ 172.745081637419815, -43.538871341526558 ], [ 172.74512081491568, -43.538900017370274 ], [ 172.74513697833018, -43.538950083278145 ], [ 172.745159711505636, -43.538995399076626 ], [ 172.745169335338915, -43.539043068027858 ], [ 172.745192078605697, -43.539086001466643 ], [ 172.745205037511056, -43.539119383596564 ], [ 172.745201682414347, -43.539138435119796 ], [ 172.745201592125454, -43.539159876293624 ], [ 172.745224395645977, -43.539188515609503 ], [ 172.745221000426056, -43.53921709654356 ], [ 172.745224144865148, -43.539248074425061 ], [ 172.745243693641953, -43.539271941734057 ], [ 172.745269822221559, -43.539288676574294 ], [ 172.745289280771061, -43.539333985048678 ], [ 172.74530551463593, -43.53936737446157 ], [ 172.745311863785957, -43.539415036102952 ], [ 172.745318313221929, -43.539438874218177 ], [ 172.745318182862917, -43.539469844801218 ], [ 172.745324582170184, -43.539505594678502 ], [ 172.745327676540285, -43.539548484318281 ], [ 172.745347125189255, -43.539596175133589 ], [ 172.745376388448506, -43.539646270177499 ], [ 172.745412241594551, -43.539686850388208 ], [ 172.745454654556823, -43.539725062816984 ], [ 172.745464328845799, -43.539760819975974 ], [ 172.745477257979843, -43.539801349129078 ], [ 172.745513161385446, -43.539830017545313 ], [ 172.745526180742957, -43.53984910552083 ], [ 172.745535845074556, -43.539887245025568 ], [ 172.745574993388942, -43.539923067767887 ], [ 172.745597707221378, -43.539973148177985 ], [ 172.745626950837988, -43.540028007860165 ], [ 172.745652979703067, -43.54006856613519 ], [ 172.745672478843517, -43.540104345130203 ], [ 172.74570179268008, -43.540142528326058 ], [ 172.745724556758546, -43.540180696947978 ], [ 172.745747350898597, -43.540211718508282 ], [ 172.745770125041787, -43.540247504768487 ], [ 172.745786359415092, -43.540280894108996 ], [ 172.745802573788524, -43.540319048151602 ], [ 172.745808983478213, -43.540352415645124 ], [ 172.745821942992222, -43.540385797699201 ], [ 172.745864286656655, -43.540440686438814 ], [ 172.745899970512596, -43.540521766480403 ], [ 172.745945549248262, -43.540586191875967 ], [ 172.745974753465617, -43.540650580873425 ], [ 172.745994212976797, -43.540695889219435 ], [ 172.746039841941581, -43.540748402815339 ], [ 172.746082296034302, -43.540777085598521 ], [ 172.746121325288698, -43.540841496375734 ], [ 172.74614086493628, -43.540867745878913 ], [ 172.74615381474743, -43.540903510245187 ], [ 172.746143869989709, -43.540932076656688 ], [ 172.746127395335407, -43.54095586381964 ], [ 172.746130560317283, -43.540982076963999 ], [ 172.746159844881106, -43.54102740709444 ], [ 172.746179354622285, -43.541060803646431 ], [ 172.746198934339503, -43.54107752373082 ], [ 172.746198824410868, -43.541103729603044 ], [ 172.746224944051846, -43.541122846574254 ], [ 172.746237903958615, -43.541156228577627 ], [ 172.746227969190926, -43.541182412643195 ], [ 172.74624750899423, -43.541208662126955 ], [ 172.746273648677032, -43.541223014382872 ], [ 172.746273518798944, -43.541253984958516 ], [ 172.746270153926304, -43.541275418858476 ], [ 172.746289663807801, -43.541308815390565 ], [ 172.746319058525614, -43.541327939607001 ], [ 172.746312408714715, -43.541351748593478 ], [ 172.74630576888805, -43.541373175227541 ], [ 172.746315463917398, -43.541404167602245 ], [ 172.746348073728001, -43.541437593188867 ], [ 172.746364338698328, -43.541463835386224 ], [ 172.746374023785251, -43.541497210107458 ], [ 172.746393543781124, -43.541528224268951 ], [ 172.746406533823261, -43.54155445919573 ], [ 172.746416258888303, -43.541578304505521 ], [ 172.746442328881898, -43.541609333185392 ], [ 172.746455259060838, -43.541649862217355 ], [ 172.74645840425265, -43.541680840053566 ], [ 172.746451714522095, -43.541714178453958 ], [ 172.746454889666296, -43.541738009234514 ], [ 172.746484224749338, -43.541771427518427 ], [ 172.746493880004493, -43.541811949283293 ], [ 172.746516635225333, -43.541852500090876 ], [ 172.746549235407855, -43.541888307970112 ], [ 172.746565390812691, -43.541940756006426 ], [ 172.746588166086553, -43.541976542095647 ], [ 172.746614216384216, -43.542012335438208 ], [ 172.746633716714911, -43.54204811426002 ], [ 172.746685767582647, -43.542131612676059 ], [ 172.746728053408276, -43.542200795193821 ], [ 172.746757289146501, -43.542258036922242 ], [ 172.746747414254202, -43.542269926918237 ], [ 172.746750569598646, -43.542298522391846 ], [ 172.746770100015908, -43.542327154134206 ], [ 172.746799525290328, -43.542339131170486 ], [ 172.746812575499945, -43.542351071938647 ], [ 172.746822221096409, -43.54239397602403 ], [ 172.746848301616581, -43.542422622256694 ], [ 172.746858036961839, -43.542444085174466 ], [ 172.746861172431466, -43.542477445347451 ], [ 172.746874132976302, -43.54251082727238 ], [ 172.746893693420191, -43.542532311938253 ], [ 172.746913223980215, -43.542560943655346 ], [ 172.746932754558713, -43.542589575368993 ], [ 172.746952255262528, -43.542625354133769 ], [ 172.746968500884691, -43.542656360944171 ], [ 172.746978196456382, -43.542687353257023 ], [ 172.746997727106191, -43.542715984959123 ], [ 172.747010787398125, -43.542725543352695 ], [ 172.747010667852663, -43.542754131570462 ], [ 172.747020433193711, -43.542768447419022 ], [ 172.747046464164839, -43.542809005362528 ], [ 172.747066014806023, -43.542832872349621 ], [ 172.747065905246217, -43.542859078215514 ], [ 172.747095291002381, -43.542880584581077 ], [ 172.747105006591426, -43.542906812179375 ], [ 172.747111427225519, -43.542937797235744 ], [ 172.747124437794582, -43.542959267373156 ], [ 172.747150558527437, -43.542978384129356 ], [ 172.747163549206704, -43.543004618965028 ], [ 172.74719295497826, -43.543021360602424 ], [ 172.747215790752676, -43.543042852453439 ], [ 172.747235321629148, -43.543071484113746 ], [ 172.747251487893124, -43.543121549693055 ], [ 172.747254543991801, -43.543173968662671 ], [ 172.747247864483739, -43.54320492475027 ], [ 172.747260845301014, -43.543233541925353 ], [ 172.747263951174716, -43.543274049137246 ], [ 172.747273607187509, -43.543314570827469 ], [ 172.747289813352637, -43.543355106994397 ], [ 172.747325650071275, -43.543400451289735 ], [ 172.747351701415198, -43.543436244457901 ], [ 172.747384273099158, -43.543479199146127 ], [ 172.747423375094598, -43.543526932997501 ], [ 172.747462278258979, -43.543622313859331 ], [ 172.747488270116975, -43.543672401102491 ], [ 172.747501211374811, -43.543710547653134 ], [ 172.747510867614949, -43.54375106932077 ], [ 172.747514023394331, -43.543779664766987 ], [ 172.747536809859213, -43.543813068307649 ], [ 172.74756936199546, -43.543860787643332 ], [ 172.747582353044237, -43.543887022428265 ], [ 172.747601864486654, -43.543920418724994 ], [ 172.747618130664108, -43.543946660735536 ], [ 172.747637662021077, -43.543975292323729 ], [ 172.747650633249179, -43.544006291802631 ], [ 172.747663634301063, -43.544030144226753 ], [ 172.747683195514696, -43.544051628753742 ], [ 172.747715857177099, -43.544073142184843 ], [ 172.747738653797313, -43.54410416333306 ], [ 172.747748369859579, -43.544130390872219 ], [ 172.747774431698929, -43.544163801589853 ], [ 172.747793913540676, -43.544204344905665 ], [ 172.747806874966216, -43.544237726716922 ], [ 172.747796900637923, -43.544273440309006 ], [ 172.747816332875033, -43.544325895375209 ], [ 172.747832529741629, -43.544368813810536 ], [ 172.74786178742275, -43.544421290538033 ], [ 172.747864913614364, -43.544457033024415 ], [ 172.747894211077664, -43.544499980339388 ], [ 172.74792351850931, -43.544540545295717 ], [ 172.747936509856487, -43.544566780038018 ], [ 172.747949481363321, -43.544597779480497 ], [ 172.747965737947368, -43.544626403790168 ], [ 172.747982004471339, -43.544652645746531 ], [ 172.747985170442973, -43.544678858825044 ], [ 172.748004662514091, -43.544717019751211 ], [ 172.748017644010872, -43.544745636834456 ], [ 172.748040441037915, -43.544776657919861 ], [ 172.748050137493976, -43.544807650132469 ], [ 172.748066423945488, -43.544829127374626 ], [ 172.748072894876884, -43.544848200614318 ], [ 172.748062970210327, -43.544872002472026 ], [ 172.748053095145053, -43.544883892574887 ], [ 172.748043160542579, -43.544910076781491 ], [ 172.748036441552074, -43.544950562309211 ], [ 172.748042753730658, -43.545007753161862 ], [ 172.748036074418906, -43.545038709286032 ], [ 172.748019609304748, -43.545060114352886 ], [ 172.748003164026613, -43.5450767547159 ], [ 172.747999779699654, -43.545102953354721 ], [ 172.748019341378011, -43.545124437821279 ], [ 172.748048788103432, -43.545131649832769 ], [ 172.748107701414881, -43.545141309131679 ], [ 172.748153474404688, -43.54516046894652 ], [ 172.74818610708175, -43.545189129292972 ], [ 172.748218769535953, -43.54521064257807 ], [ 172.748251362614468, -43.545248832308438 ], [ 172.748306743188692, -43.545320425410175 ], [ 172.748375145340475, -43.545411106122124 ], [ 172.748404304910991, -43.545487406209467 ], [ 172.74842697361936, -43.545549397772312 ], [ 172.748466107487133, -43.545589984203396 ], [ 172.748485560532743, -43.545637674445061 ], [ 172.748511593713431, -43.545678232039982 ], [ 172.748576612457612, -43.545795111278643 ], [ 172.748605911070712, -43.54583805840398 ], [ 172.748618714892388, -43.545909557722858 ], [ 172.748634902848352, -43.545954858385493 ], [ 172.748664082802009, -43.546026393699911 ], [ 172.748696547939829, -43.54609555385472 ], [ 172.748719306237149, -43.546136104200983 ], [ 172.748745389262723, -43.546164749988222 ], [ 172.748774579341188, -43.546233902922069 ], [ 172.748784236829749, -43.546274424467292 ], [ 172.748790628994016, -43.546312556464976 ], [ 172.748810092417983, -43.546357864296304 ], [ 172.748832821214478, -43.546405561669381 ], [ 172.748862140084412, -43.546443744025083 ], [ 172.748884967850074, -43.54646761788468 ], [ 172.748911051096513, -43.54649626363301 ], [ 172.748927269090416, -43.546534417199744 ], [ 172.748940211860344, -43.546572563572077 ], [ 172.748966295178008, -43.546601209307454 ], [ 172.748979228100694, -43.546641738025215 ], [ 172.748998701656035, -43.546684663472227 ], [ 172.749014899986122, -43.546727581725889 ], [ 172.749034334058877, -43.546780036566965 ], [ 172.749047267064867, -43.546820565275972 ], [ 172.749053659451107, -43.546858697255836 ], [ 172.749043675535603, -43.546896793291133 ], [ 172.749059923368122, -43.546927799786559 ], [ 172.749095822809096, -43.546958849406487 ], [ 172.749118561935376, -43.547004164368744 ], [ 172.749134849354732, -43.547025641452812 ], [ 172.749160932959171, -43.547054287142188 ], [ 172.749200097921658, -43.547087726264714 ], [ 172.749209844722429, -43.547106806618487 ], [ 172.749226112448923, -43.547133048389377 ], [ 172.749252156641262, -43.547171223457781 ], [ 172.749278200866343, -43.547209398520067 ], [ 172.749294379786164, -43.54725708143102 ], [ 172.749310637716377, -43.547285705539387 ], [ 172.749310538985128, -43.547309529039339 ], [ 172.74933641548003, -43.547388204037112 ], [ 172.749375462307796, -43.547450231297724 ], [ 172.74941123392, -43.547512251365951 ], [ 172.749433983357335, -43.547555183912252 ], [ 172.749456713091888, -43.547602881153573 ], [ 172.749469676155428, -43.547636262760413 ], [ 172.749485875071713, -43.547679180941628 ], [ 172.749492317153369, -43.547705401142863 ], [ 172.749495474067317, -43.547733996517323 ], [ 172.749527990387975, -43.547791244670748 ], [ 172.749553995597665, -43.547838949066389 ], [ 172.749573479805804, -43.547879492058627 ], [ 172.749583157812737, -43.547915248827053 ], [ 172.749602651926665, -43.547953409464114 ], [ 172.749622185509452, -43.547982040698614 ], [ 172.749645004293285, -43.548008296751895 ], [ 172.749654721802102, -43.548034524114634 ], [ 172.749661163994176, -43.548060744304969 ], [ 172.74967414698574, -43.548089361187031 ], [ 172.749687110272447, -43.548122742766921 ], [ 172.749706614376123, -43.548158521035496 ], [ 172.749729403692072, -43.548191924120488 ], [ 172.749765284513842, -43.548227738225364 ], [ 172.749784739423461, -43.5482754282285 ], [ 172.749784591601497, -43.548311163473457 ], [ 172.74978443392439, -43.548349281067829 ], [ 172.749800702232221, -43.548375522752664 ], [ 172.749813675503077, -43.548406521967244 ], [ 172.74980376078463, -43.548427941611855 ], [ 172.749810232644023, -43.548447014743438 ], [ 172.749826500989116, -43.548473256424259 ], [ 172.749846024992337, -43.548504269968149 ], [ 172.749859018017702, -43.548530504477846 ], [ 172.74987855190713, -43.548559135666395 ], [ 172.749901311917171, -43.548599685764032 ], [ 172.749917521244555, -43.54864022152865 ], [ 172.749927248821251, -43.548664066516324 ], [ 172.749956559623286, -43.548704630930111 ], [ 172.749972798558105, -43.548738019637796 ], [ 172.749989007970072, -43.548778555391507 ], [ 172.750008532154567, -43.548809568906435 ], [ 172.750021525315418, -43.548835803396564 ], [ 172.750037744631015, -43.548873956793365 ], [ 172.750060445800528, -43.548928800954336 ], [ 172.750109310643666, -43.548993231781274 ], [ 172.750141877422465, -43.549038568003482 ], [ 172.750151555947923, -43.549074324717793 ], [ 172.750174326173266, -43.549112492408931 ], [ 172.750183965372059, -43.549157778517618 ], [ 172.750200184875609, -43.549195931889656 ], [ 172.750209853621925, -43.549234070947527 ], [ 172.750226053486557, -43.549276989014139 ], [ 172.750242273048315, -43.549315142379562 ], [ 172.750271594211483, -43.549353324359934 ], [ 172.750297620344298, -43.549396263877803 ], [ 172.750336777614052, -43.549432084951697 ], [ 172.750362734999783, -43.549491700899289 ], [ 172.750388613784878, -43.549570375634381 ], [ 172.750414502467294, -43.549646668013487 ], [ 172.750440469850275, -43.549703901592359 ], [ 172.750456640516489, -43.549753966671005 ], [ 172.750489247273322, -43.549789773393186 ], [ 172.750505506445023, -43.549818397321935 ], [ 172.750525011575633, -43.549854175442754 ], [ 172.750538044485779, -43.549870880473932 ], [ 172.750567366103809, -43.549909062375839 ], [ 172.750577005721254, -43.549954348446079 ], [ 172.750589930606992, -43.549997259311262 ], [ 172.750616025999705, -43.550023522309417 ], [ 172.750638885268984, -43.550040248761526 ], [ 172.750632187073563, -43.550075969710051 ], [ 172.750641846408939, -43.55011649107557 ], [ 172.750664646795769, -43.550147511616636 ], [ 172.750687437386063, -43.550180914502107 ], [ 172.750703598563319, -43.550233361891458 ], [ 172.7507524258709, -43.55030732182901 ], [ 172.750807804199695, -43.550381296023112 ], [ 172.750827290060414, -43.550421838787628 ], [ 172.750856631753521, -43.550455255914834 ], [ 172.750869625632959, -43.550481490302779 ], [ 172.750875999919714, -43.550524386857838 ], [ 172.750875911606414, -43.55054582799815 ], [ 172.750856190152888, -43.550562461616742 ], [ 172.750885561366545, -43.550588731689224 ], [ 172.750891974923547, -43.5506220988471 ], [ 172.750891837555628, -43.550655451731487 ], [ 172.750894975655228, -43.550688811752181 ], [ 172.750914520539368, -43.550715060406908 ], [ 172.75092097336892, -43.550738898167111 ], [ 172.750933957526286, -43.550767514895497 ], [ 172.750956787735561, -43.550791388329259 ], [ 172.750982913054401, -43.550810504194779 ], [ 172.751015589340597, -43.550829634320586 ], [ 172.751018747131184, -43.550858229639438 ], [ 172.751028416654918, -43.550896368618844 ], [ 172.751047824380407, -43.550955970133145 ], [ 172.751064015490442, -43.551001270419377 ], [ 172.751057366465034, -43.551025079643374 ], [ 172.751076842893781, -43.55106800471043 ], [ 172.75109312229327, -43.551091863853244 ], [ 172.751096270329555, -43.551122841517511 ], [ 172.751096133071883, -43.551156194399461 ], [ 172.751109068382789, -43.551196722849745 ], [ 172.751125289011355, -43.551234876079633 ], [ 172.751144755753046, -43.551280183482454 ], [ 172.751167566635587, -43.551308821569954 ], [ 172.751183797131631, -43.551344592442319 ], [ 172.751200057047072, -43.551373216266306 ], [ 172.751226114099893, -43.551409008515449 ], [ 172.751248856481908, -43.551454323026576 ], [ 172.751274933192803, -43.551485350567056 ], [ 172.751297724621423, -43.551518753325041 ], [ 172.751310718918774, -43.551544987658986 ], [ 172.751349809615448, -43.551597484817194 ], [ 172.751369149324915, -43.551673762710664 ], [ 172.751404964631035, -43.551726252726077 ], [ 172.751421038713914, -43.551800141138763 ], [ 172.751443693271824, -43.551866896744968 ], [ 172.751466367459017, -43.551928887649112 ], [ 172.751489080848188, -43.551981349154495 ], [ 172.751498633382141, -43.55204807626869 ], [ 172.751521356631287, -43.552098155418349 ], [ 172.751540872879616, -43.55213155100639 ], [ 172.751557094028925, -43.552169704170026 ], [ 172.751589692949494, -43.552207892916279 ], [ 172.751609179917807, -43.552248435537237 ], [ 172.751622115803059, -43.552288963923075 ], [ 172.75163180549896, -43.552322338146737 ], [ 172.751625146765605, -43.552348529746723 ], [ 172.751631590263315, -43.552374749809374 ], [ 172.751660943126581, -43.552405784373796 ], [ 172.751667337735512, -43.552443916175584 ], [ 172.751686746580788, -43.552503517567928 ], [ 172.751729094229887, -43.552560786400413 ], [ 172.751774394860263, -43.552696679818929 ], [ 172.751810025365842, -43.552794434315267 ], [ 172.751842370623336, -43.552894564037665 ], [ 172.751858601940199, -43.552930334806277 ], [ 172.751881247625278, -43.552999472662755 ], [ 172.75191033705579, -43.553094830558202 ], [ 172.751942692409386, -43.553192577899701 ], [ 172.751962238553205, -43.553218826366837 ], [ 172.751965416452322, -43.553242656952946 ], [ 172.751965279663835, -43.553276009824707 ], [ 172.751971713635754, -43.553304612212479 ], [ 172.751984718375866, -43.55332846411526 ], [ 172.751968193763219, -43.55336416380522 ], [ 172.751938576443337, -43.553397452717576 ], [ 172.751872946858128, -43.553425898734773 ], [ 172.751849831815434, -43.553471113580422 ], [ 172.751859424074894, -43.553528311257168 ], [ 172.751875694667206, -43.553554552628448 ], [ 172.75190509709131, -43.553573675386268 ], [ 172.751954211912647, -43.553578546690304 ], [ 172.752006612135887, -43.553581042730436 ], [ 172.7520392120976, -43.55361923134155 ], [ 172.75206859507162, -43.553643118752987 ], [ 172.752088092585353, -43.55368127893616 ], [ 172.752113985149435, -43.553757570884827 ], [ 172.75212686310482, -43.553812393291125 ], [ 172.752139623915866, -43.553895803868535 ], [ 172.752149304387444, -43.553931560387973 ], [ 172.752162094543223, -43.554007823918155 ], [ 172.752191331324468, -43.554067446512335 ], [ 172.752201011853629, -43.55410320302645 ], [ 172.752207426500547, -43.554136570092609 ], [ 172.752223668124316, -43.554169958455269 ], [ 172.752252924563209, -43.554224816337104 ], [ 172.752272471173512, -43.554251064747554 ], [ 172.752292056833113, -43.554267783764161 ], [ 172.752330974514109, -43.55436316282475 ], [ 172.75234048931668, -43.554439419234107 ], [ 172.752369346030974, -43.554591953332213 ], [ 172.752404881064024, -43.554713531090215 ], [ 172.752433952627626, -43.554813653522523 ], [ 172.752485671395846, -43.55498291366213 ], [ 172.752505111101556, -43.555035367850913 ], [ 172.752501650146314, -43.555080625359118 ], [ 172.752491647519378, -43.555123486337109 ], [ 172.752507879812924, -43.555159257001925 ], [ 172.752527270848248, -43.555223622921822 ], [ 172.752543356961723, -43.555295128789673 ], [ 172.752579165671904, -43.555350000758729 ], [ 172.752588719924262, -43.555416727746568 ], [ 172.75259510568165, -43.555457241825671 ], [ 172.752621019127162, -43.555528768944811 ], [ 172.752604406566633, -43.555585909836559 ], [ 172.752627200265863, -43.555619312310988 ], [ 172.752636891042101, -43.555652686432595 ], [ 172.752643247621762, -43.555700347548715 ], [ 172.752642955279271, -43.555771817960739 ], [ 172.752649253408578, -43.555833773157737 ], [ 172.752675079385597, -43.555926741383431 ], [ 172.7526845461432, -43.556014909479636 ], [ 172.752690785881356, -43.55609115875346 ], [ 172.752690308473319, -43.556207893751711 ], [ 172.752686565032207, -43.556322239314888 ], [ 172.752686087612148, -43.556438974308364 ], [ 172.752689178271396, -43.556484245982922 ], [ 172.752692268935164, -43.556529517657061 ], [ 172.752692083816356, -43.556574782245001 ], [ 172.752688505988516, -43.55664862790718 ], [ 172.752668685593676, -43.556689085283821 ], [ 172.752645521161867, -43.556746211996163 ], [ 172.752615717371611, -43.556824765646837 ], [ 172.75257299549466, -43.556858026347406 ], [ 172.752546662340137, -43.556888940136169 ], [ 172.75253344213067, -43.556917499934265 ], [ 172.752530059079476, -43.556943698655878 ], [ 172.752549626181491, -43.556965182315786 ], [ 172.752572459358731, -43.556989055408103 ], [ 172.75262144056336, -43.557027279280732 ], [ 172.752650835162797, -43.557048784186243 ], [ 172.75266375327007, -43.557094077117291 ], [ 172.752653750418403, -43.557136938093798 ], [ 172.75263398831234, -43.557163101381718 ], [ 172.752627290486771, -43.557198822403443 ], [ 172.752637010748742, -43.557225049477047 ], [ 172.752659863547422, -43.557244157858285 ], [ 172.752686001928339, -43.557260890974547 ], [ 172.752676018552279, -43.557298987258896 ], [ 172.752649675512231, -43.557332283415064 ], [ 172.752649529336594, -43.557368018610958 ], [ 172.752652697972309, -43.557394231508191 ], [ 172.752649344180412, -43.557413283192098 ], [ 172.752665606409209, -43.557441906782792 ], [ 172.752662203895682, -43.557472870198652 ], [ 172.752649003102078, -43.557496665314353 ], [ 172.752662009003672, -43.557520517125361 ], [ 172.752684813202904, -43.557551537232492 ], [ 172.752678164083221, -43.557575346523194 ], [ 172.752648515844783, -43.557615782629689 ], [ 172.752648369666986, -43.557651517823828 ], [ 172.752605676462451, -43.557677631491664 ], [ 172.752572742528031, -43.557720442835361 ], [ 172.752559473403664, -43.557760914362909 ], [ 172.752546136016491, -43.557818062311874 ], [ 172.752542557929957, -43.557891907952786 ], [ 172.752525944635977, -43.557949048807707 ], [ 172.752522561521772, -43.557975247524219 ], [ 172.752525759383502, -43.557994313383823 ], [ 172.752538784841875, -43.558013400514717 ], [ 172.752522259263145, -43.558049100253129 ], [ 172.752472701913888, -43.558151434760319 ], [ 172.752390307572938, -43.558272757069957 ], [ 172.752347360128255, -43.558360811631431 ], [ 172.752288042875591, -43.55844644834248 ], [ 172.752228793788646, -43.558515408600307 ], [ 172.752179411309442, -43.55857486074563 ], [ 172.752123467169923, -43.558636681010078 ], [ 172.752047789350883, -43.558717517386668 ], [ 172.751988569038161, -43.558779330478352 ], [ 172.751929377926018, -43.558833996501498 ], [ 172.751847167327185, -43.55891005383404 ], [ 172.751666365901087, -43.559062132741019 ], [ 172.75150870067597, -43.559164231944507 ], [ 172.751390453856658, -43.559240210616025 ], [ 172.751226167215862, -43.559358971594584 ], [ 172.751134176220603, -43.559423095292466 ], [ 172.751048776154335, -43.559477703800937 ], [ 172.750996174645536, -43.559522854216048 ], [ 172.7509204843943, -43.559606072172706 ], [ 172.750802147604361, -43.55970349133181 ], [ 172.750683780962902, -43.559808057400893 ], [ 172.750594995886161, -43.559888864215324 ], [ 172.750519422581846, -43.559943493759583 ], [ 172.75046351480438, -43.559995783810201 ], [ 172.750404291617912, -43.560057596060453 ], [ 172.750341871027018, -43.560100342367022 ], [ 172.750295820407672, -43.560145506759341 ], [ 172.750272721274797, -43.560185956534191 ], [ 172.750220089044291, -43.560238253618003 ], [ 172.750183905563318, -43.560273910055578 ], [ 172.75015100787283, -43.560307191295763 ], [ 172.750114804617937, -43.560347612400193 ], [ 172.750088429293328, -43.56038805497576 ], [ 172.750055492094816, -43.560430865566097 ], [ 172.750022613947266, -43.560459382078797 ], [ 172.749992962513033, -43.560499817468454 ], [ 172.749966616595714, -43.560533112980757 ], [ 172.749966498373567, -43.560561701115617 ], [ 172.749923801954708, -43.560587813760868 ], [ 172.749904076952191, -43.560604447177333 ], [ 172.749848069464605, -43.560680560363188 ], [ 172.749765764994663, -43.560778057262027 ], [ 172.749729590783204, -43.560811331206587 ], [ 172.749660537988149, -43.560873121544972 ], [ 172.749558566938617, -43.560972957593449 ], [ 172.749446737844806, -43.561079919043607 ], [ 172.74939410411983, -43.561132215735327 ], [ 172.749282373230329, -43.561215353578589 ], [ 172.749233084452442, -43.561250980969334 ], [ 172.749210043475244, -43.561277136454152 ], [ 172.74918701236092, -43.561300909590017 ], [ 172.749150837517675, -43.561334183346865 ], [ 172.749104814725086, -43.561372200213022 ], [ 172.74907850748582, -43.561395966137241 ], [ 172.749009611594488, -43.561419638568381 ], [ 172.748957056330795, -43.561452876302091 ], [ 172.748920940630228, -43.561471855920821 ], [ 172.74887821343188, -43.561505115200696 ], [ 172.748828934076585, -43.561538360070294 ], [ 172.748759988427082, -43.561573944069472 ], [ 172.748671465569799, -43.56159042606744 ], [ 172.748602559392367, -43.561616480595475 ], [ 172.748533653155675, -43.561642535081695 ], [ 172.748438508627146, -43.561675678894176 ], [ 172.748363040209824, -43.561704101203958 ], [ 172.748284285737839, -43.561734898594707 ], [ 172.748212073398662, -43.561768092704355 ], [ 172.748166089378884, -43.561796579812622 ], [ 172.748113573025819, -43.561820287779646 ], [ 172.748051218489962, -43.561846356408189 ], [ 172.748005264123748, -43.561867696420045 ], [ 172.747946294817467, -43.561867566431459 ], [ 172.747877487359403, -43.561869797083297 ], [ 172.747805453510892, -43.561860108749187 ], [ 172.747703964865906, -43.561843208278304 ], [ 172.747654923232147, -43.561819276391006 ], [ 172.747622252035427, -43.561797762986025 ], [ 172.747605991035414, -43.561769138702857 ], [ 172.747576615842007, -43.561742867829572 ], [ 172.747534066780304, -43.561733244418015 ], [ 172.747484985502979, -43.561718841832295 ], [ 172.747435834585389, -43.561721115630881 ], [ 172.74741288222819, -43.561725829656517 ], [ 172.747373619223481, -43.561713831079352 ], [ 172.747331149863527, -43.561685148843431 ], [ 172.747285434356598, -43.561649312319545 ], [ 172.747167745239551, -43.561589492980183 ], [ 172.747066336961154, -43.561553533195045 ], [ 172.746951864474198, -43.561508014942788 ], [ 172.746873368869444, -43.561476870427711 ], [ 172.746807937636959, -43.561455284253952 ], [ 172.746729502053341, -43.56140984557841 ], [ 172.746687053175634, -43.561376398415732 ], [ 172.746644544446809, -43.561357245298979 ], [ 172.746605381680382, -43.561321423021887 ], [ 172.746484577665427, -43.561223478219809 ], [ 172.746393308293591, -43.561113686976299 ], [ 172.746318219464115, -43.561051578878676 ], [ 172.7462988332029, -43.560987211983161 ], [ 172.746272794965591, -43.56094665398075 ], [ 172.746253288806543, -43.560910875201522 ], [ 172.74621755257391, -43.560839324904414 ], [ 172.746191664464419, -43.560763031726012 ], [ 172.74614939637928, -43.560686702173228 ], [ 172.746107018357037, -43.560636578386202 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2018-02-17", "DSASDate": "17/02/2018", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_17FEB2018.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747003692081478, -43.552123427082513 ], [ 172.747029717073673, -43.552166367320666 ], [ 172.74704594534748, -43.552202138769616 ], [ 172.747062103896553, -43.552254586648665 ], [ 172.747061954445343, -43.552290321861172 ], [ 172.747071651586339, -43.552321314117677 ], [ 172.747094490813367, -43.552342805966376 ], [ 172.747107393805692, -43.552390481897369 ], [ 172.747117130830986, -43.552411944759733 ], [ 172.747133409025025, -43.552435804457808 ], [ 172.747143146066776, -43.552457267317834 ], [ 172.74715285323569, -43.552485877219226 ], [ 172.747162530535121, -43.552521634161963 ], [ 172.747165706506991, -43.552545464879678 ], [ 172.747168902399949, -43.552564530902437 ], [ 172.747168792847503, -43.552590736723758 ], [ 172.747168663376243, -43.552621707239709 ], [ 172.74717185927409, -43.552640773262134 ], [ 172.747188097716588, -43.552674162341098 ], [ 172.747194539323573, -43.552700382647686 ], [ 172.747204226639326, -43.55273375723835 ], [ 172.747213933880914, -43.552762367133369 ], [ 172.74721708997032, -43.552790962543369 ], [ 172.747220275934723, -43.55281241091123 ], [ 172.747216880862851, -43.552840991836717 ], [ 172.747213505703002, -43.552864808067376 ], [ 172.74719376256914, -43.552886205737693 ], [ 172.747196888780167, -43.552921948189393 ], [ 172.747200024953059, -43.552955308293541 ], [ 172.747203191003621, -43.552981521355726 ], [ 172.747196520321239, -43.553010095037131 ], [ 172.747189909384389, -43.55302437463471 ], [ 172.747202892260049, -43.553052991772219 ], [ 172.747219190574384, -43.553072086761496 ], [ 172.747228917790892, -43.553095931959355 ], [ 172.747235399287177, -43.553112622873115 ], [ 172.747231854849474, -43.553176939004963 ], [ 172.747231576051917, -43.553243644724866 ], [ 172.747224835652048, -43.553288894836321 ], [ 172.747231177768043, -43.553338938609109 ], [ 172.747207999544656, -43.553398446590968 ], [ 172.747184900947218, -43.553438895791096 ], [ 172.747171649091683, -43.553474602023201 ], [ 172.747158387260356, -43.553512690600471 ], [ 172.747141879672512, -43.553543624890636 ], [ 172.747105678480665, -43.553584045095171 ], [ 172.747079413712839, -43.553598281210476 ], [ 172.747030060114554, -43.553650584139618 ], [ 172.747003765401416, -43.553671967277978 ], [ 172.746977510538699, -43.553683821022574 ], [ 172.746957806924883, -43.55369568926065 ], [ 172.746915084164328, -43.553728947863085 ], [ 172.746852577919299, -43.553793133443577 ], [ 172.746822847871414, -43.553852626835614 ], [ 172.74677020822682, -43.553907304742367 ], [ 172.746733956683642, -43.553959636559192 ], [ 172.74669774499111, -43.554002438977065 ], [ 172.746668144421363, -43.554030961819109 ], [ 172.746648310889356, -43.554073800509528 ], [ 172.746621926024517, -43.55411662467759 ], [ 172.74659881677681, -43.554159456099235 ], [ 172.746575667563263, -43.554211816902203 ], [ 172.746559109565737, -43.554254662836144 ], [ 172.746545907082265, -43.554278457256416 ], [ 172.74652614327843, -43.554304619497501 ], [ 172.746506349499413, -43.554337928774643 ], [ 172.746493186923061, -43.554352193802274 ], [ 172.746479944443934, -43.554385517600458 ], [ 172.746469997593721, -43.554414083967664 ], [ 172.746453529358604, -43.554435488766153 ], [ 172.746430489792317, -43.554461643725489 ], [ 172.74641406148902, -43.554473519132188 ], [ 172.746413981571351, -43.554492577903858 ], [ 172.746423688717243, -43.554521187856921 ], [ 172.746439917257561, -43.55455695937777 ], [ 172.746449584472543, -43.55459509871406 ], [ 172.746433136158601, -43.554611738815957 ], [ 172.746426544843388, -43.554621253671719 ], [ 172.746436281982255, -43.554642716583977 ], [ 172.746429640718361, -43.55466414317177 ], [ 172.746422759703137, -43.554742746071817 ], [ 172.746422450029428, -43.554816598808195 ], [ 172.746409007607667, -43.554897569520968 ], [ 172.746392469283563, -43.554935650732354 ], [ 172.746398930762666, -43.554957106380598 ], [ 172.74637908674211, -43.555002327362367 ], [ 172.746359262675838, -43.555042783647828 ], [ 172.746339448575867, -43.555080857583349 ], [ 172.746322940137901, -43.555111791744679 ], [ 172.746329411604052, -43.555130865050018 ], [ 172.746312823195751, -43.555180857978769 ], [ 172.746269859133008, -43.555271292634764 ], [ 172.746246699208285, -43.555326035705249 ], [ 172.746230160663657, -43.555364116889741 ], [ 172.746213602102245, -43.555406962763605 ], [ 172.746200319241638, -43.555449815906336 ], [ 172.746180514906399, -43.555485507465008 ], [ 172.746180434912304, -43.555504566232941 ], [ 172.746163946276283, -43.555530735676577 ], [ 172.746150683353875, -43.555568824120549 ], [ 172.746140736150977, -43.555597390452348 ], [ 172.746124227469295, -43.555628324581576 ], [ 172.746124137455524, -43.555649765694852 ], [ 172.746114200228561, -43.555675949677955 ], [ 172.746117355943426, -43.555704545102785 ], [ 172.746100777202855, -43.555752155649053 ], [ 172.74608427846124, -43.555780707425662 ], [ 172.746090749922701, -43.555799780742255 ], [ 172.746084128413798, -43.555816442613384 ], [ 172.746070915396189, -43.555842619316792 ], [ 172.746064203841371, -43.555880722298909 ], [ 172.746054186515011, -43.555925965041922 ], [ 172.746057342214016, -43.555954560467121 ], [ 172.746067109445846, -43.555968876368695 ], [ 172.746063703640942, -43.555999839588075 ], [ 172.746060267819928, -43.556037949844416 ], [ 172.746073260804451, -43.556064184749623 ], [ 172.74607971228545, -43.556088022757379 ], [ 172.74606645919016, -43.55612372884174 ], [ 172.74604998033945, -43.556147515919854 ], [ 172.746040063007683, -43.556168935202592 ], [ 172.746030165679741, -43.556185589792996 ], [ 172.746010401026041, -43.556211751934121 ], [ 172.74601672242008, -43.556266560438175 ], [ 172.746023083848314, -43.556311839558909 ], [ 172.746029515324494, -43.55634044225971 ], [ 172.746032711054085, -43.556359508301156 ], [ 172.746055521415883, -43.556388147381803 ], [ 172.746065238696218, -43.556414375010533 ], [ 172.746068384420823, -43.556445352778638 ], [ 172.746074765913534, -43.556485867204124 ], [ 172.746081187428757, -43.556516852246794 ], [ 172.74608767897351, -43.556531160870193 ], [ 172.746090774699553, -43.556574050364702 ], [ 172.746103737803452, -43.556607432300822 ], [ 172.746116660912861, -43.556650343617299 ], [ 172.74611328510025, -43.556674159797986 ], [ 172.746116330840238, -43.556728961018116 ], [ 172.746129043947633, -43.55682190158651 ], [ 172.746145172913259, -43.556881496589931 ], [ 172.746164477711631, -43.556964922317214 ], [ 172.746180486752081, -43.557053105458479 ], [ 172.746219206588137, -43.557193751094168 ], [ 172.746235375731004, -43.557243816700385 ], [ 172.746241777412308, -43.557279566420839 ], [ 172.746241637447611, -43.557312919254322 ], [ 172.74624468333343, -43.557367720465244 ], [ 172.746267364219307, -43.557427329987419 ], [ 172.746293450926004, -43.55745597628642 ], [ 172.74628673932753, -43.557494079270725 ], [ 172.746273386079167, -43.557553608821323 ], [ 172.746279857787442, -43.557572682121886 ], [ 172.746273066196295, -43.55762984386552 ], [ 172.746266394551725, -43.557658417466975 ], [ 172.746269520448095, -43.557694159913353 ], [ 172.746275872214653, -43.557741821354611 ], [ 172.746285529829976, -43.557782343029494 ], [ 172.746291991570587, -43.557803798673717 ], [ 172.746288565781384, -43.557839526579926 ], [ 172.746317728636797, -43.557915827041363 ], [ 172.746333918039738, -43.557961127938036 ], [ 172.746353343356446, -43.558015965479576 ], [ 172.746366326896492, -43.55804458268868 ], [ 172.746369402907249, -43.558092236854812 ], [ 172.746385682324501, -43.558116096638614 ], [ 172.746395400022379, -43.558142324232364 ], [ 172.74641164949, -43.558173331047058 ], [ 172.746421357217571, -43.558201940983295 ], [ 172.746444188434367, -43.558225815289532 ], [ 172.746444078546205, -43.558252021083341 ], [ 172.746457072168738, -43.558278255936294 ], [ 172.746466789923375, -43.558304483523393 ], [ 172.74646991596984, -43.558340225960613 ], [ 172.746476367846014, -43.558364063937475 ], [ 172.746505760900305, -43.558385570414103 ], [ 172.746512212795324, -43.558409408388798 ], [ 172.746499029354169, -43.558428438094381 ], [ 172.746515248989908, -43.558466591927555 ], [ 172.746521670936573, -43.558497576935771 ], [ 172.746541226413257, -43.558521443958902 ], [ 172.746557456085782, -43.558557215440807 ], [ 172.746573705747124, -43.558588222230675 ], [ 172.746583413617088, -43.558616832151422 ], [ 172.7465931614326, -43.558635912692232 ], [ 172.746602889286805, -43.558659757921646 ], [ 172.746609331265461, -43.558685978234628 ], [ 172.746596147794094, -43.558705007950415 ], [ 172.746589446228285, -43.55874072859956 ], [ 172.746589366353959, -43.558759787357197 ], [ 172.74658914669925, -43.558812198940359 ], [ 172.746572587436361, -43.558855044838609 ], [ 172.746549556214518, -43.558878817453007 ], [ 172.746516617342223, -43.558921627031005 ], [ 172.746454235147922, -43.558954841841292 ], [ 172.746414754324491, -43.558995254514763 ], [ 172.746401520765204, -43.559026195929526 ], [ 172.74638503125729, -43.559052365386755 ], [ 172.7463751435414, -43.55906663765316 ], [ 172.746365235834332, -43.559085674607701 ], [ 172.746335712563905, -43.559095138575636 ], [ 172.746315977070878, -43.559114153720699 ], [ 172.74630281340481, -43.559128418711786 ], [ 172.746276546034466, -43.559142654622377 ], [ 172.746240450876087, -43.559156868714439 ], [ 172.746187956070116, -43.559175811122813 ], [ 172.746128859363864, -43.559206650680991 ], [ 172.746056518802703, -43.559270813925636 ], [ 172.746010535676135, -43.559299300181578 ], [ 172.745977616209672, -43.559337344910936 ], [ 172.745947972638703, -43.559375396909886 ], [ 172.745934788808256, -43.55939442654622 ], [ 172.745918208898786, -43.559442037032355 ], [ 172.745891851193591, -43.559477713951757 ], [ 172.745855645596862, -43.559518133707591 ], [ 172.745881783067716, -43.559534868370577 ], [ 172.745888154739532, -43.559577765129205 ], [ 172.745884768655827, -43.559603963634522 ], [ 172.745920653935116, -43.559639778885312 ], [ 172.745956569285539, -43.559668447092172 ], [ 172.74596959302491, -43.559687534961654 ], [ 172.745979290774216, -43.559718527272089 ], [ 172.745988978525105, -43.559751901925765 ], [ 172.746011820160589, -43.559773393968705 ], [ 172.746034581760199, -43.559813944760322 ], [ 172.74606395534849, -43.559840216034694 ], [ 172.746073713200303, -43.559856914271641 ], [ 172.746086717008069, -43.559880766815624 ], [ 172.7460800350174, -43.559911722738242 ], [ 172.746060269159784, -43.559937884867914 ], [ 172.746069916969248, -43.559980788889995 ], [ 172.746076328839877, -43.560014156258944 ], [ 172.746099140593003, -43.560042795316008 ], [ 172.74611540041812, -43.56007141981928 ], [ 172.746098900495355, -43.560099971573472 ], [ 172.746101996400284, -43.560142861041307 ], [ 172.746072232448199, -43.5602095011944 ], [ 172.746045814459706, -43.56025947220774 ], [ 172.746032570425342, -43.560292795915771 ], [ 172.746032470357619, -43.560316619355291 ], [ 172.746045404203215, -43.560357148309798 ], [ 172.746055092091297, -43.560390522954449 ], [ 172.746048349989763, -43.560435772935676 ], [ 172.746044993944622, -43.560454824410186 ], [ 172.746041657910354, -43.560469111196738 ], [ 172.746048119846989, -43.560490566845125 ], [ 172.746051305789564, -43.560512015216574 ], [ 172.74606431973379, -43.560533485416833 ], [ 172.746083855674641, -43.560562117198543 ], [ 172.746083745621348, -43.560588322980863 ], [ 172.746096799610768, -43.560600263801859 ], [ 172.746106567597309, -43.560614579690267 ], [ 172.746106507573529, -43.560628873753267 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2003-01-29", "DSASDate": "29/01/2003", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.383401604740997", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_29JAN2003.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731295914792554, -43.506468264636567 ], [ 172.731360647219987, -43.506632801545244 ], [ 172.731402743027616, -43.506735343141543 ], [ 172.731447953642117, -43.506873627861502 ], [ 172.731515780507266, -43.507078672539173 ], [ 172.731577188280113, -43.507255113442241 ], [ 172.731596584171285, -43.507309953901547 ], [ 172.731616053984311, -43.507348117813578 ], [ 172.731683913600421, -43.507546015287438 ], [ 172.731700205381088, -43.507562730233452 ], [ 172.73182949579342, -43.507932303675169 ], [ 172.731806488812026, -43.507953691204314 ], [ 172.73178677606424, -43.507970321680382 ], [ 172.731806330591724, -43.507989426651442 ], [ 172.731816012931205, -43.508020420403845 ], [ 172.731841902862385, -43.508087187984948 ], [ 172.731870950011114, -43.508180169228936 ], [ 172.731887157653773, -43.508215943051503 ], [ 172.731906659571052, -43.50824695982007 ], [ 172.731922877796109, -43.508280351274237 ], [ 172.731955177249517, -43.508378104894327 ], [ 172.731964785932718, -43.508425775173279 ], [ 172.731987508429739, -43.508468711414956 ], [ 172.732016640301964, -43.508542633713255 ], [ 172.732074956947116, -43.508678566470813 ], [ 172.732117055369969, -43.508781107774205 ], [ 172.73214627182864, -43.508835971133514 ], [ 172.732149408074406, -43.508866949518193 ], [ 172.732155849129271, -43.508890788481672 ], [ 172.732158985382654, -43.508921766865789 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2003-01-29", "DSASDate": "29/01/2003", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "2.45230503812229", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_29JAN2003.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.732158985382654, -43.508921766865789 ], [ 172.732185097276044, -43.50893850474182 ], [ 172.73220465224054, -43.508957609642657 ], [ 172.732234100557775, -43.508960060996678 ], [ 172.732247109131549, -43.508979150559497 ], [ 172.732250308621587, -43.508995834763979 ], [ 172.732256770791082, -43.509014908995795 ], [ 172.732276304742982, -43.509038778609813 ], [ 172.732289302817435, -43.50906025053041 ], [ 172.732315393749673, -43.509081753102087 ], [ 172.732328318151787, -43.509119901557547 ], [ 172.732337979881351, -43.509155659986284 ], [ 172.732360766074521, -43.509184301973235 ], [ 172.732380289595881, -43.509210553931773 ], [ 172.732393256167626, -43.509239172928282 ], [ 172.732402981104428, -43.509260637174627 ], [ 172.732412695523436, -43.509284483782821 ], [ 172.732435387086213, -43.509334567018755 ], [ 172.732487337829838, -43.509429984067125 ], [ 172.73250685096383, -43.509458618365912 ], [ 172.732539414973701, -43.509496812739023 ], [ 172.732552287007962, -43.509546872980124 ], [ 172.73256520113847, -43.509587403768926 ], [ 172.732578083731227, -43.50963508164385 ], [ 172.732607385153386, -43.50967088597865 ], [ 172.732633476460848, -43.50969238847641 ], [ 172.73265956778684, -43.509713890968186 ], [ 172.732695447332986, -43.509742563498627 ], [ 172.732731148203726, -43.509811736181305 ], [ 172.73279264633149, -43.509969117463548 ], [ 172.732805550202102, -43.510012030585351 ], [ 172.732818517144722, -43.510040649530595 ], [ 172.732828210833873, -43.510069260825873 ], [ 172.732841198815549, -43.510093115043432 ], [ 172.732857365508352, -43.510138418169042 ], [ 172.732879994716001, -43.51020279548554 ], [ 172.732918927322686, -43.510281505201732 ], [ 172.732944924466153, -43.510324448888547 ], [ 172.732961091297511, -43.51036975199802 ], [ 172.732970701081058, -43.510417422178698 ], [ 172.732983689192878, -43.510441276378927 ], [ 172.733003150376021, -43.51048182240104 ], [ 172.733016033500576, -43.5105295002205 ], [ 172.733054777494061, -43.510651092407784 ], [ 172.733070787004237, -43.510732130933221 ], [ 172.733060820103788, -43.510765461079259 ], [ 172.733057462801725, -43.510784512335043 ], [ 172.733054052997545, -43.510815475401692 ], [ 172.733060431613666, -43.51085360848063 ], [ 172.733079966472388, -43.510877477952022 ], [ 172.733086387106198, -43.510906081580529 ], [ 172.733112447620982, -43.510934731052622 ], [ 172.733151590920443, -43.510965793438736 ], [ 172.733161295408848, -43.510992022339785 ], [ 172.733184103668691, -43.511015899431982 ], [ 172.733213458582895, -43.511039791794801 ], [ 172.733219837322366, -43.511077924863699 ], [ 172.733226184589739, -43.511123205018293 ], [ 172.733242477754459, -43.511139919737673 ], [ 172.733255455634833, -43.511166156266775 ], [ 172.733252098371111, -43.511185207527078 ], [ 172.733252014432367, -43.51120426642369 ], [ 172.733222376098638, -43.51124469784687 ], [ 172.733215766477343, -43.511258976744344 ], [ 172.733218945364342, -43.51128042564013 ], [ 172.733235186103883, -43.511309052170311 ], [ 172.733244880190142, -43.511337663424953 ], [ 172.733257774176025, -43.511382958849005 ], [ 172.73326093210008, -43.511409172467197 ], [ 172.733267352874549, -43.51143777608322 ], [ 172.733280351811544, -43.511459247884389 ], [ 172.733303191764804, -43.511475977865558 ], [ 172.733322768877628, -43.511490317845777 ], [ 172.733355439373184, -43.511504688357491 ], [ 172.733361891666675, -43.511526144882005 ], [ 172.733368302013048, -43.511557130853895 ], [ 172.733377996201369, -43.511585742096273 ], [ 172.733394216123571, -43.511619133326597 ], [ 172.733407204657794, -43.511642987474787 ], [ 172.733433244669328, -43.511676401595111 ], [ 172.733462547579705, -43.511712205701805 ], [ 172.733485282844839, -43.511752759265136 ], [ 172.733494945670287, -43.511788517582474 ], [ 172.733465453989112, -43.51179559599813 ], [ 172.733442435624568, -43.511819366201514 ], [ 172.73344233077367, -43.511843189819977 ], [ 172.733445457345624, -43.511876550516689 ], [ 172.733458498377217, -43.511888492849067 ], [ 172.733484611906192, -43.511905230423871 ], [ 172.733523808431556, -43.511924380870326 ], [ 172.733543354297723, -43.511945867897616 ], [ 172.733536723711808, -43.511964911535522 ], [ 172.733539902748362, -43.51198636042011 ], [ 172.733559448640165, -43.51200784744448 ], [ 172.733579025985193, -43.51202218738009 ], [ 172.733608392020102, -43.512043697277207 ], [ 172.733624601712876, -43.512079470834593 ], [ 172.73362121307872, -43.512105669188117 ], [ 172.733617793006658, -43.51213901462669 ], [ 172.73362423498159, -43.512162853496179 ], [ 172.733637213244549, -43.512189089978264 ], [ 172.733660053570986, -43.512205819886972 ], [ 172.73368601015747, -43.512258292841125 ], [ 172.733682621539458, -43.512284491195729 ], [ 172.733702062827206, -43.512329801811859 ], [ 172.733721514618196, -43.512372730062772 ], [ 172.733714800244172, -43.512410832602889 ], [ 172.733724463308363, -43.512446590897312 ], [ 172.733743957046215, -43.512479989697134 ], [ 172.733763482223594, -43.512506241408602 ], [ 172.733779713074739, -43.512537250218436 ], [ 172.733795964885303, -43.512563494302618 ], [ 172.733818428455493, -43.512665989196172 ], [ 172.73384427020892, -43.512744668088033 ], [ 172.733850565764953, -43.512801860003997 ], [ 172.733843830483892, -43.512844727271904 ], [ 172.733863188318736, -43.512909096748835 ], [ 172.733872872485762, -43.512940090305101 ], [ 172.733892355995266, -43.51297587143879 ], [ 172.733898787698166, -43.51300209265127 ], [ 172.73391810377359, -43.51307599156307 ], [ 172.733940913113344, -43.513099868498372 ], [ 172.733944040021555, -43.513133229174997 ], [ 172.733943945829026, -43.513154670427546 ], [ 172.733950398504049, -43.513176126913635 ], [ 172.733963356193271, -43.513207128077696 ], [ 172.733989418108706, -43.513235777342018 ], [ 172.734018784876241, -43.513257287131033 ], [ 172.734028552878272, -43.513269221781755 ], [ 172.734044815453643, -43.513293083466635 ], [ 172.734074192729395, -43.513312210879981 ], [ 172.734090434413929, -43.51334083728095 ], [ 172.734083772463777, -43.513367028029975 ], [ 172.734100014167439, -43.513395654429338 ], [ 172.73411951887465, -43.513426670799589 ], [ 172.734145465919795, -43.513481526001897 ], [ 172.734138793519293, -43.513510099114754 ], [ 172.734141910098373, -43.51354584214517 ], [ 172.734164667416024, -43.513581630840832 ], [ 172.734177646214476, -43.513607867256432 ], [ 172.734164426897365, -43.5136364251494 ], [ 172.734180658254132, -43.513667433897481 ], [ 172.734206689102507, -43.513703230194373 ], [ 172.734193511602996, -43.513722258645409 ], [ 172.734203227434733, -43.513746105086469 ], [ 172.734216164463362, -43.513781870941791 ], [ 172.734238848731593, -43.513834336149699 ], [ 172.734245238856943, -43.513870086783975 ], [ 172.734251670805804, -43.513896307973127 ], [ 172.73426136578081, -43.513924919130929 ], [ 172.734274428319111, -43.513932096645256 ], [ 172.734290774788207, -43.513936899404094 ], [ 172.73430382688062, -43.513946459276212 ], [ 172.734303659648816, -43.513984577054131 ], [ 172.734306818155801, -43.514010790632994 ], [ 172.734329439881321, -43.514077549987711 ], [ 172.73435216615789, -43.514120485726728 ], [ 172.734384702479645, -43.514165826635718 ], [ 172.734404238923389, -43.514189695871096 ], [ 172.734420407865031, -43.514234998749011 ], [ 172.734452965191565, -43.514275574915942 ], [ 172.734456092439444, -43.514308935572572 ], [ 172.734462482741804, -43.514344686192189 ], [ 172.734472177887255, -43.514373297330287 ], [ 172.734478641322596, -43.514392371421842 ], [ 172.734485062981918, -43.514420974956835 ], [ 172.734498062986489, -43.514442446611092 ], [ 172.73451433650385, -43.514463925864632 ], [ 172.734520726856573, -43.514499676480149 ], [ 172.734533695561112, -43.514528295212941 ], [ 172.734553232179934, -43.514552164421794 ], [ 172.73454986468883, -43.514573598070356 ], [ 172.734552971119854, -43.514611723444546 ], [ 172.734578960826241, -43.514657049095881 ], [ 172.734585372119227, -43.514688034984999 ], [ 172.734588499460244, -43.514721395635824 ], [ 172.734594973409685, -43.514738087358971 ], [ 172.734614510120025, -43.514761956556718 ], [ 172.734627531122271, -43.514778663473621 ], [ 172.734637247292596, -43.514802509874251 ], [ 172.734643689947262, -43.514826348676955 ], [ 172.734666395849217, -43.51487404907077 ], [ 172.734676091174634, -43.514902660189414 ], [ 172.734702112407092, -43.514940838728648 ], [ 172.734701934983462, -43.514981338861915 ], [ 172.734711630342588, -43.515009949977063 ], [ 172.734718093920407, -43.515029024053312 ], [ 172.734737630772656, -43.515052893229196 ], [ 172.734747357464812, -43.515074357258825 ], [ 172.734760284660553, -43.515112505406542 ], [ 172.734760190750478, -43.515133946653037 ], [ 172.734773138834782, -43.515167330077546 ], [ 172.734772982325239, -43.515203065488052 ], [ 172.73476960444043, -43.51522688150142 ], [ 172.734749848386969, -43.515253041905822 ], [ 172.734749754472745, -43.515274483151785 ], [ 172.734736535057465, -43.515303041102328 ], [ 172.734736430702895, -43.515326864708719 ], [ 172.734739620770483, -43.515345931188236 ], [ 172.734749378814826, -43.515360248134854 ], [ 172.734772220641304, -43.515376977815976 ], [ 172.734798315168234, -43.515398479806542 ], [ 172.734827704132897, -43.515415224661879 ], [ 172.734853850850442, -43.515424814836692 ], [ 172.734866778187069, -43.515462962970396 ], [ 172.734876484130154, -43.515489191708944 ], [ 172.734869853569705, -43.515508235412433 ], [ 172.734863223005021, -43.515527279115439 ], [ 172.734879403072512, -43.515570199559065 ], [ 172.734885845902795, -43.515594038345341 ], [ 172.734921750833053, -43.515617945438272 ], [ 172.734957676645365, -43.515637087798773 ], [ 172.734983708794857, -43.515672883909737 ], [ 172.735009636726488, -43.515732503619887 ], [ 172.735029017557821, -43.515792108151402 ], [ 172.735032124349317, -43.515830233505376 ], [ 172.735048388003634, -43.515854095039607 ], [ 172.735054789237608, -43.515887463257293 ], [ 172.735038348367482, -43.515904101851888 ], [ 172.735025181070853, -43.515920748030432 ], [ 172.735031613571124, -43.515946969167715 ], [ 172.735034803763426, -43.515966035637241 ], [ 172.735047752174921, -43.515999419026627 ], [ 172.735063984612026, -43.516030427639286 ], [ 172.735086732980136, -43.516068598500027 ], [ 172.735116038982767, -43.5161044021634 ], [ 172.735138818671032, -43.516135425932347 ], [ 172.735164871978441, -43.516166457279034 ], [ 172.735177810085617, -43.51620222301316 ], [ 172.735174411465238, -43.516230803755271 ], [ 172.73518403431757, -43.516276091347471 ], [ 172.735206845356885, -43.516299968021237 ], [ 172.735223140455474, -43.516316682448213 ], [ 172.735239393898837, -43.516342926314074 ], [ 172.735239300154348, -43.516364367556783 ], [ 172.735216291155922, -43.516385755735236 ], [ 172.735232534198389, -43.516414381962065 ], [ 172.735281430048758, -43.516462142863958 ], [ 172.735323632968203, -43.516543241632668 ], [ 172.735333297630461, -43.51657899976933 ], [ 172.735346277571949, -43.516605236041443 ], [ 172.735355983903588, -43.516631464735063 ], [ 172.735368838933169, -43.516686289326714 ], [ 172.735375261251221, -43.516714892801936 ], [ 172.735378420358899, -43.516741106340184 ], [ 172.735401252468932, -43.516760218253545 ], [ 172.735417547744532, -43.516776932651922 ], [ 172.73543370771776, -43.516824617729881 ], [ 172.735449690780797, -43.516912802927202 ], [ 172.735475671731564, -43.516960510720786 ], [ 172.735494949346759, -43.517043938763358 ], [ 172.735527321605957, -43.517127397090817 ], [ 172.735553229881191, -43.517191781385463 ], [ 172.73556940047385, -43.517237084081337 ], [ 172.73560185615483, -43.517301483505669 ], [ 172.735608226637368, -43.517341998764955 ], [ 172.73562768137387, -43.517384926661435 ], [ 172.735627514955354, -43.517423044420433 ], [ 172.735643779269424, -43.517446905865 ], [ 172.735669833397139, -43.517477937091627 ], [ 172.735692624281597, -43.517506578384925 ], [ 172.735705479798128, -43.517561402931591 ], [ 172.735711808784799, -43.51761144762299 ], [ 172.735744431162686, -43.517637729245898 ], [ 172.735757380318802, -43.517671112547049 ], [ 172.735750718603612, -43.517697303373907 ], [ 172.735773488817387, -43.51773070936995 ], [ 172.735763543024575, -43.517759274991889 ], [ 172.73578629247848, -43.51779744570468 ], [ 172.735802453010791, -43.517845130723444 ], [ 172.735825150553438, -43.517895213226929 ], [ 172.73582822676741, -43.517940485626028 ], [ 172.735844480905882, -43.517966729400193 ], [ 172.735850934759355, -43.517988185763983 ], [ 172.735880138223763, -43.518047812820178 ], [ 172.735909279403472, -43.5181217340266 ], [ 172.735938410264708, -43.51819803758449 ], [ 172.735970794132982, -43.518279113413044 ], [ 172.736013030390495, -43.518353064828212 ], [ 172.73603245457889, -43.518403139728576 ], [ 172.736045237893904, -43.51847464074671 ], [ 172.736071209594627, -43.518524730754393 ], [ 172.736090633885539, -43.51857480564361 ], [ 172.73611658490168, -43.518629660359345 ], [ 172.736158634726564, -43.51874649418798 ], [ 172.736187880374985, -43.518796591721546 ], [ 172.7362008507788, -43.518825210248039 ], [ 172.736210526695913, -43.518858585939107 ], [ 172.736229951207974, -43.518908660802325 ], [ 172.736252514596231, -43.51898971388573 ], [ 172.73628816268112, -43.519073179526224 ], [ 172.736320588978657, -43.519144725808303 ], [ 172.736353150204963, -43.519185301409287 ], [ 172.736356309859815, -43.51921151491058 ], [ 172.736366006668874, -43.519240125867995 ], [ 172.736391968588805, -43.519292598156895 ], [ 172.736404897709207, -43.519330746095406 ], [ 172.736417785362647, -43.519378423469306 ], [ 172.736424239567469, -43.519399879796318 ], [ 172.73644049435336, -43.51942612348072 ], [ 172.736456697306949, -43.519464278958885 ], [ 172.736476184425868, -43.519500059620668 ], [ 172.736466269776372, -43.519521478217342 ], [ 172.736479209360226, -43.51955724378697 ], [ 172.736488854441717, -43.519597766528449 ], [ 172.736505140410713, -43.519616863125393 ], [ 172.736514868455373, -43.519638326990979 ], [ 172.736514785518864, -43.519657385864313 ], [ 172.736530988580483, -43.519695541330691 ], [ 172.73655354229453, -43.51977897670443 ], [ 172.736592661967705, -43.519817184960871 ], [ 172.736599033369941, -43.519857700149451 ], [ 172.736605477325753, -43.519881538823817 ], [ 172.736615163995282, -43.519912532116379 ], [ 172.736621556148236, -43.51994828258497 ], [ 172.736621421429504, -43.519979253252714 ], [ 172.736634371564122, -43.520012636443369 ], [ 172.736650626604444, -43.520038880095704 ], [ 172.736679914722515, -43.520079448058624 ], [ 172.736692864910566, -43.520112831242216 ], [ 172.736712279859802, -43.520165288373505 ], [ 172.736731684483715, -43.520220127860092 ], [ 172.73675108914253, -43.520274967342949 ], [ 172.736783537337971, -43.520341748763833 ], [ 172.736829008422234, -43.520425236829261 ], [ 172.736893853453438, -43.520570711408652 ], [ 172.736932673672754, -43.520678007951332 ], [ 172.736952068308284, -43.520735229755324 ], [ 172.736974757525388, -43.520787694369211 ], [ 172.737007206239866, -43.520854475721947 ], [ 172.737033086624564, -43.520926006723499 ], [ 172.737052512472559, -43.520976081432238 ], [ 172.737084847576284, -43.521069068706801 ], [ 172.737110779864082, -43.521128687895242 ], [ 172.737126973347415, -43.521169225627929 ], [ 172.73713013343675, -43.521195439099849 ], [ 172.737120177362556, -43.521226387181244 ], [ 172.73713642259392, -43.521255013118932 ], [ 172.737142835878643, -43.521285998833903 ], [ 172.737136132984205, -43.521321719159758 ], [ 172.737155631440203, -43.521355117338061 ], [ 172.737165339307865, -43.521381345860178 ], [ 172.73719144760571, -43.521400464932192 ], [ 172.737194618075506, -43.521424296042824 ], [ 172.73718469302014, -43.521448097052968 ], [ 172.737200938341061, -43.521476722980594 ], [ 172.737230351594434, -43.521488702492682 ], [ 172.737249870833409, -43.521517335937176 ], [ 172.737253062009529, -43.521536402328721 ], [ 172.737272591612509, -43.521562653410626 ], [ 172.737285439066483, -43.521619860105012 ], [ 172.737291831790827, -43.521655610526885 ], [ 172.73729167673244, -43.521691345903932 ], [ 172.737301302017329, -43.521736633280852 ], [ 172.737307736109614, -43.521762854267429 ], [ 172.737324033252492, -43.521779568384225 ], [ 172.737340278727572, -43.521808194290799 ], [ 172.737353260649826, -43.521834430316083 ], [ 172.737369495819138, -43.521865438576697 ], [ 172.737382436431318, -43.521901204032055 ], [ 172.737392144483692, -43.521927432532891 ], [ 172.737408390030396, -43.521956058429211 ], [ 172.737460173400137, -43.52209435550462 ], [ 172.737482832572056, -43.522153967082517 ], [ 172.737492478730928, -43.522194489723617 ], [ 172.737511936347488, -43.522237417270389 ], [ 172.737531373335486, -43.522285109530102 ], [ 172.73754102987499, -43.522323249808103 ], [ 172.737550707081112, -43.522356625368566 ], [ 172.737560415278637, -43.522382853853401 ], [ 172.737579955612517, -43.52240672252173 ], [ 172.737592886137634, -43.522444870308689 ], [ 172.737605785703465, -43.522490165168549 ], [ 172.737625336414112, -43.52251165147063 ], [ 172.737628527759426, -43.522530717848824 ], [ 172.737612075457122, -43.522549739149468 ], [ 172.737598876436152, -43.522573532677576 ], [ 172.737595540539701, -43.522587819312868 ], [ 172.737608533063366, -43.522611672948166 ], [ 172.737624789219012, -43.522637916452901 ], [ 172.737647613931415, -43.522659410263557 ], [ 172.737683493166173, -43.522690463547406 ], [ 172.737699790661509, -43.522707177608829 ], [ 172.737712824535919, -43.522721501799516 ], [ 172.737722563823382, -43.52274058319491 ], [ 172.737709437052104, -43.522747700228329 ], [ 172.737712628436014, -43.522766766603461 ], [ 172.737742011457016, -43.522785893057367 ], [ 172.737758288355565, -43.522807371826438 ], [ 172.73776477435257, -43.522821680992784 ], [ 172.737794033602057, -43.522869395730062 ], [ 172.737816786242576, -43.522907566012805 ], [ 172.7378362443161, -43.522950493500169 ], [ 172.737845942415476, -43.522979104316619 ], [ 172.737875181175013, -43.523031583748192 ], [ 172.737888029503722, -43.523088790362358 ], [ 172.737894371164799, -43.52313645253254 ], [ 172.737913880932581, -43.52316746821549 ], [ 172.737920336065457, -43.523188924446195 ], [ 172.737939876800198, -43.523212793050668 ], [ 172.737952890216235, -43.523231881929014 ], [ 172.737978948005065, -43.523262912607372 ], [ 172.737985423792082, -43.52327960411823 ], [ 172.737991858341559, -43.523305825060412 ], [ 172.738001556570651, -43.523334435862196 ], [ 172.738021087075055, -43.5233606868103 ], [ 172.738020963365329, -43.523389275105046 ], [ 172.738030630695022, -43.523425032977663 ], [ 172.738059993520153, -43.523448924064439 ], [ 172.738059880136092, -43.523475130000996 ], [ 172.738053198149657, -43.523506085651988 ], [ 172.738069434122053, -43.523537093806141 ], [ 172.73809882793509, -43.523553837809175 ], [ 172.738147711182563, -43.523606362161651 ], [ 172.738196275141718, -43.523732739584645 ], [ 172.738254496537991, -43.523897257193696 ], [ 172.738319400165238, -43.524030819105874 ], [ 172.738400344798947, -43.524240653877982 ], [ 172.738429286134789, -43.524362221528676 ], [ 172.738455262312726, -43.524412310954553 ], [ 172.738471488440354, -43.524445701405398 ], [ 172.738484450830953, -43.524476702007838 ], [ 172.738503930458506, -43.524514864657235 ], [ 172.738546277017264, -43.524564991499815 ], [ 172.738562379776312, -43.524626970226862 ], [ 172.738585133557223, -43.524665140347864 ], [ 172.738588294453308, -43.524691353765483 ], [ 172.738643254043922, -43.52485348131102 ], [ 172.73871452260849, -43.525029940381174 ], [ 172.738750259856403, -43.525094346324835 ], [ 172.73876318140492, -43.525134876322085 ], [ 172.738785956061378, -43.52516828168595 ], [ 172.738805456657559, -43.525201679565861 ], [ 172.738811932877496, -43.525218371025332 ], [ 172.738824895606143, -43.525249371585865 ], [ 172.738837837792602, -43.525285136859296 ], [ 172.738860571439261, -43.525328071636622 ], [ 172.738873452005578, -43.52537813104896 ], [ 172.73888631204133, -43.525432955173869 ], [ 172.738905740851976, -43.525483029535764 ], [ 172.738948088417573, -43.525533156223545 ], [ 172.738977380718325, -43.525573723569572 ], [ 172.738967455674981, -43.525597524717192 ], [ 172.738986894876916, -43.525645216707005 ], [ 172.73900639573651, -43.525678614550486 ], [ 172.739016135903512, -43.525697695828036 ], [ 172.739025834994862, -43.525726306533166 ], [ 172.739025742560813, -43.525747747747054 ], [ 172.7390550658248, -43.525781168000783 ], [ 172.739071354259067, -43.525800264217771 ], [ 172.739071241303492, -43.525826470145617 ], [ 172.739071128347803, -43.525852676073356 ], [ 172.739084122148199, -43.525876529530564 ], [ 172.739119901352666, -43.525931405923259 ], [ 172.739132782259531, -43.525981465301953 ], [ 172.739132648797181, -43.526012435943102 ], [ 172.739142327461451, -43.526045811351004 ], [ 172.739138950669286, -43.526069627451001 ], [ 172.739096304806424, -43.526088589189683 ], [ 172.739083054248056, -43.526124294658644 ], [ 172.73907961581719, -43.526162404898109 ], [ 172.739086010068348, -43.526198155195104 ], [ 172.739105429019389, -43.526250611874275 ], [ 172.739138036979909, -43.52628165721849 ], [ 172.739137893252604, -43.526315010214901 ], [ 172.739137790590092, -43.526338833783647 ], [ 172.739150743457202, -43.526372216659027 ], [ 172.739153863621283, -43.526407959481382 ], [ 172.739137410737641, -43.526426980987139 ], [ 172.739120875707897, -43.526465061344965 ], [ 172.739120731970218, -43.52649841434026 ], [ 172.739133674595166, -43.526534179573474 ], [ 172.739159765200327, -43.526558062899554 ], [ 172.739215251423701, -43.526598689931205 ], [ 172.739310078977951, -43.52662749474004 ], [ 172.73932628564765, -43.52666564977288 ], [ 172.739319511615378, -43.526718046692039 ], [ 172.739319347467301, -43.526756164399821 ], [ 172.739332300522847, -43.526789547252683 ], [ 172.739345274109127, -43.52681816539048 ], [ 172.739351709616756, -43.526844386242281 ], [ 172.73938103358941, -43.526877806407782 ], [ 172.739430074446801, -43.526894594840783 ], [ 172.739508613688884, -43.526904303321658 ], [ 172.739544404132261, -43.526956797217451 ], [ 172.739580215135732, -43.527004526388367 ], [ 172.739612598292496, -43.527087983441191 ], [ 172.739638576609678, -43.527138072579689 ], [ 172.739654722144536, -43.527190521703076 ], [ 172.739684005471275, -43.527233471216086 ], [ 172.739703466246226, -43.527276398359987 ], [ 172.739703353558497, -43.527302604282347 ], [ 172.739722886074276, -43.527328854926573 ], [ 172.739739164890835, -43.527350333401436 ], [ 172.739752149031062, -43.527376569134482 ], [ 172.739748741674191, -43.527407532316971 ], [ 172.739761725830704, -43.527433768048724 ], [ 172.739784542862822, -43.527457643777716 ], [ 172.739797547526962, -43.527479114792229 ], [ 172.739807206308058, -43.527517254849769 ], [ 172.739813611368533, -43.527550622742531 ], [ 172.739826616062771, -43.527572093753449 ], [ 172.739833041618283, -43.527600696931913 ], [ 172.73981322224401, -43.52764115228846 ], [ 172.739809743220803, -43.52768879196644 ], [ 172.739822614825727, -43.527741233610783 ], [ 172.739832212226986, -43.527793667802982 ], [ 172.739845186262812, -43.52782228588017 ], [ 172.739864626863067, -43.527869977705706 ], [ 172.739887392912919, -43.527905765194646 ], [ 172.739906966648249, -43.527922486379971 ], [ 172.739942972973665, -43.527924950660783 ], [ 172.739965872135571, -43.527929767501355 ], [ 172.740004999210583, -43.52796797455445 ], [ 172.740011343031796, -43.528015636571915 ], [ 172.740007946002549, -43.528044217402588 ], [ 172.740024102327681, -43.528094284110594 ], [ 172.74002392838338, -43.528134784167605 ], [ 172.7400303029317, -43.528175299113897 ], [ 172.740030149454725, -43.52821103445784 ], [ 172.740036554709718, -43.528244402334565 ], [ 172.740042949740371, -43.52828015256695 ], [ 172.740033004203241, -43.52830871850815 ], [ 172.740019815098208, -43.528330129934716 ], [ 172.740009890007144, -43.528353931161242 ], [ 172.740006503190273, -43.528380129633909 ], [ 172.739999821645313, -43.528411085373172 ], [ 172.740025974790967, -43.52842067435963 ], [ 172.740042346089751, -43.528420711582719 ], [ 172.740058707157743, -43.528423131159649 ], [ 172.740071701894834, -43.528446984496256 ], [ 172.740097855067404, -43.5284565734663 ], [ 172.74008137123019, -43.528482742168869 ], [ 172.740081207551782, -43.528520859867164 ], [ 172.740077830986166, -43.528544675985131 ], [ 172.740048250044566, -43.528570814908122 ], [ 172.74003831469318, -43.528596998492098 ], [ 172.740048014726113, -43.528625609098341 ], [ 172.740044679066926, -43.52863989579054 ], [ 172.740060948117502, -43.528663756571859 ], [ 172.740093670387694, -43.528668595718202 ], [ 172.740129605568228, -43.528687736433568 ], [ 172.740185217100787, -43.528699774713097 ], [ 172.740221172777837, -43.528714150687556 ], [ 172.740247295419152, -43.528730886691562 ], [ 172.740260331187869, -43.528745210581498 ], [ 172.740273315850629, -43.528771446250289 ], [ 172.740282913801565, -43.528823880396601 ], [ 172.740259830262318, -43.528861946027995 ], [ 172.740256423077881, -43.528892909218001 ], [ 172.740269377102351, -43.528926291954633 ], [ 172.740269285098464, -43.52894773315861 ], [ 172.740285544097873, -43.528973976263103 ], [ 172.74032141819643, -43.529007411053648 ], [ 172.740347469454491, -43.529040823526088 ], [ 172.740347336599399, -43.529071794153566 ], [ 172.740363503694681, -43.529119478450063 ], [ 172.740356852906615, -43.529143287138623 ], [ 172.740386137670612, -43.529186236460745 ], [ 172.740418758080835, -43.529214899073452 ], [ 172.74044814508045, -43.529234024820347 ], [ 172.740454611964367, -43.529253098533133 ], [ 172.740467586604353, -43.529281716533916 ], [ 172.740496912368883, -43.529315136403469 ], [ 172.740519699758494, -43.529346159048032 ], [ 172.740555584417905, -43.529377211407919 ], [ 172.740571864077936, -43.529398689758608 ], [ 172.740581564489929, -43.529427300316534 ], [ 172.740581431752815, -43.529458270942499 ], [ 172.740600944921681, -43.529489286141185 ], [ 172.740633565596568, -43.529517948691783 ], [ 172.740630138147367, -43.529553676601353 ], [ 172.740659525377993, -43.529572802293366 ], [ 172.740695359212594, -43.52961576638765 ], [ 172.74069509385285, -43.52967770763793 ], [ 172.740721145604311, -43.52971112002254 ], [ 172.740734079648973, -43.529749267414317 ], [ 172.740743729171726, -43.529789789735695 ], [ 172.740782847733016, -43.529830378870159 ], [ 172.740785999637552, -43.529858974562046 ], [ 172.740802248902185, -43.529887599945738 ], [ 172.740808664957825, -43.529918585415231 ], [ 172.740808542536399, -43.529947173683425 ], [ 172.740815009609179, -43.529966247373913 ], [ 172.740841081951459, -43.529994895018653 ], [ 172.740854138531859, -43.530004454127464 ], [ 172.740870398066903, -43.530030697145271 ], [ 172.740876752977357, -43.530075976744122 ], [ 172.740892981945706, -43.530109366825357 ], [ 172.740902682621908, -43.530137977353121 ], [ 172.740925511316732, -43.53015947049122 ], [ 172.740935150834872, -43.530202375149614 ], [ 172.740967721073076, -43.530242949380529 ], [ 172.740967629312365, -43.530264390580733 ], [ 172.740954368734748, -43.530302478596447 ], [ 172.740944453880275, -43.530323897540399 ], [ 172.740937792989172, -43.53035008861351 ], [ 172.740944260145113, -43.530369162295571 ], [ 172.740953981279091, -43.53039300810682 ], [ 172.740973474547303, -43.530428787949091 ], [ 172.740986429292349, -43.530462170597325 ], [ 172.741009258138718, -43.530483663717838 ], [ 172.741032076808068, -43.53050753918923 ], [ 172.741028690308553, -43.530533737683129 ], [ 172.741035137126346, -43.530557576070464 ], [ 172.741038278993386, -43.530588554107617 ], [ 172.741041471827856, -43.530607620367306 ], [ 172.741057802950564, -43.530617186868241 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2003-01-29", "DSASDate": "29/01/2003", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.63395226368458", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_29JAN2003.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.741051264385391, -43.530614789681408 ], [ 172.741067605703421, -43.530621973825504 ], [ 172.741087190831649, -43.530636312448401 ], [ 172.741106796349726, -43.530645886357071 ], [ 172.741132848743121, -43.53067929864379 ], [ 172.741119639126367, -43.530705474898866 ], [ 172.741129340004022, -43.530734085404923 ], [ 172.741135807260832, -43.530753159075111 ], [ 172.741161890280694, -43.530779424288603 ], [ 172.741165103540027, -43.530793725833547 ], [ 172.741161768022465, -43.530808012553287 ], [ 172.741168235297295, -43.530827086221414 ], [ 172.741184515562651, -43.530848564480955 ], [ 172.74119427761525, -43.530862880848758 ], [ 172.74118763714614, -43.530884307223353 ], [ 172.741203846127689, -43.530922461967378 ], [ 172.741223309155345, -43.530965388830516 ], [ 172.74122967461031, -43.531008286047907 ], [ 172.74123282678471, -43.531036881722265 ], [ 172.741249056204879, -43.531070271748483 ], [ 172.74127843418222, -43.531091779633961 ], [ 172.74129470437444, -43.531115640232343 ], [ 172.741297897316741, -43.5311347064834 ], [ 172.741307618711687, -43.531158552262028 ], [ 172.741317329932116, -43.53118478039503 ], [ 172.74131390278734, -43.531220508315435 ], [ 172.741330132301044, -43.53125389832929 ], [ 172.741352971747915, -43.531273009024034 ], [ 172.741395274476616, -43.53133504654587 ], [ 172.741434374114363, -43.531380400160401 ], [ 172.741447329315037, -43.531413782751976 ], [ 172.741457030459628, -43.531442393227358 ], [ 172.74147328046368, -43.53147101850962 ], [ 172.741479707202899, -43.531499621578973 ], [ 172.741492652278396, -43.531535386519998 ], [ 172.741472903944583, -43.531559165649995 ], [ 172.741476076613594, -43.531582996605003 ], [ 172.741489103109274, -43.531599702705073 ], [ 172.74151194273648, -43.531618813367359 ], [ 172.741534843420879, -43.531623629894426 ], [ 172.741551103683179, -43.531649872809815 ], [ 172.741554235695332, -43.531683233182747 ], [ 172.741570455292219, -43.531719005515491 ], [ 172.74159648805832, -43.531757182402245 ], [ 172.741609382402601, -43.531804859103993 ], [ 172.741638801542905, -43.531816837475141 ], [ 172.74166493608152, -43.531831190795451 ], [ 172.74168444039779, -43.531864588154676 ], [ 172.741697385671387, -43.531900353070704 ], [ 172.741707076844079, -43.531931345877936 ], [ 172.741716737526332, -43.531969485749201 ], [ 172.741732967461417, -43.532002875702574 ], [ 172.741739424876471, -43.53202433169016 ], [ 172.741752400712471, -43.532052949534247 ], [ 172.741755583681766, -43.53207439812482 ], [ 172.741771803501535, -43.532110170427124 ], [ 172.741778230448404, -43.532138773477023 ], [ 172.74178138293837, -43.532167369131365 ], [ 172.74179434866079, -43.532198369325023 ], [ 172.741830154361111, -43.532248480114497 ], [ 172.741849638578742, -43.532286642153437 ], [ 172.741878956395652, -43.532322444011363 ], [ 172.741868970407324, -43.532360539511998 ], [ 172.741878682061639, -43.532386767592868 ], [ 172.74189820699317, -43.532415400203426 ], [ 172.741914437146903, -43.532448790128946 ], [ 172.741940470442046, -43.532486966933838 ], [ 172.741973012107138, -43.532534687931339 ], [ 172.741999075943596, -43.53256571765808 ], [ 172.742008696287371, -43.532613386920296 ], [ 172.74203141460481, -43.532661085734091 ], [ 172.742050909234962, -43.532696865381865 ], [ 172.742060621021437, -43.532723093446073 ], [ 172.742073607310743, -43.532749328896209 ], [ 172.742083237894406, -43.532794615796114 ], [ 172.742099427643041, -43.532837535112513 ], [ 172.742112332761423, -43.532882829395398 ], [ 172.742131817359535, -43.532920991382973 ], [ 172.742144824022319, -43.532942462114939 ], [ 172.742180579706314, -43.533004484563257 ], [ 172.742180478217563, -43.53302830810977 ], [ 172.742206491632629, -43.533071249560479 ], [ 172.742222742425326, -43.53309987473002 ], [ 172.742239013526529, -43.533123735187942 ], [ 172.742245461092466, -43.533147573498091 ], [ 172.742261711923902, -43.533176198661828 ], [ 172.742274607089627, -43.533223875278757 ], [ 172.742300630799264, -43.533264434352404 ], [ 172.742313627451495, -43.533288287418785 ], [ 172.742313505726599, -43.533316875673464 ], [ 172.742342763459021, -43.533366971535095 ], [ 172.74237839790004, -43.533457582172133 ], [ 172.742375052377582, -43.533474251275415 ], [ 172.742374879973909, -43.533514751301681 ], [ 172.742374748135546, -43.533545721909817 ], [ 172.742387673890505, -43.533586251447993 ], [ 172.742410524689035, -43.533602979572251 ], [ 172.742446493944044, -43.533614972488749 ], [ 172.742482371978383, -43.533648406583907 ], [ 172.742553884939554, -43.533772451246215 ], [ 172.742579726668708, -43.533855892632332 ], [ 172.742602425633379, -43.533908356033265 ], [ 172.742612107454391, -43.533941731109202 ], [ 172.74261525029624, -43.533972709087081 ], [ 172.742618413405268, -43.533998922356055 ], [ 172.742621586648823, -43.534022753270555 ], [ 172.742631258366913, -43.53405851069855 ], [ 172.742637685922745, -43.534087113691889 ], [ 172.742660526848738, -43.534106224119633 ], [ 172.742676788261804, -43.534132466866417 ], [ 172.742683215846881, -43.534161069856907 ], [ 172.742696222970039, -43.534182540522636 ], [ 172.742696111551084, -43.534208746419445 ], [ 172.742692715427779, -43.534237327301121 ], [ 172.742686085242298, -43.534256371396225 ], [ 172.742686014336357, -43.534273047875793 ], [ 172.742692482457102, -43.534292121448239 ], [ 172.742718618312949, -43.53430647452479 ], [ 172.742751333721117, -43.534313695268068 ], [ 172.742767615481426, -43.534335173292796 ], [ 172.74277735821596, -43.534354254227416 ], [ 172.742796863953487, -43.534387651385664 ], [ 172.742816359588176, -43.534423430894627 ], [ 172.742825980864438, -43.534471100074903 ], [ 172.742842222199982, -43.534502107505212 ], [ 172.742871501183487, -43.534547438515403 ], [ 172.742871399961246, -43.53457126205673 ], [ 172.742861444587419, -43.534602210567307 ], [ 172.742887530009028, -43.534628475375413 ], [ 172.742890693268947, -43.534654688634248 ], [ 172.742920043204606, -43.53468334315248 ], [ 172.742952728483402, -43.534697710900502 ], [ 172.742978834221816, -43.534719210979375 ], [ 172.743017876524078, -43.534778858158305 ], [ 172.743066621350636, -43.534867115648382 ], [ 172.743102368995238, -43.534931520146714 ], [ 172.743111879333782, -43.535005395193416 ], [ 172.74311826676464, -43.53504352757173 ], [ 172.743140986860908, -43.535091226149142 ], [ 172.7431473844305, -43.535126976171384 ], [ 172.743157056632867, -43.535162733549186 ], [ 172.743173298322205, -43.5351937409296 ], [ 172.743186285619544, -43.535219976244491 ], [ 172.743218880272053, -43.535255785101157 ], [ 172.743218779184048, -43.535279608640188 ], [ 172.743225207144718, -43.535308211595371 ], [ 172.743254537339851, -43.53534163073342 ], [ 172.74327083976749, -43.535358343976007 ], [ 172.743332613258474, -43.535463307233393 ], [ 172.743361792038996, -43.535532461650689 ], [ 172.743387716441276, -43.535596844002754 ], [ 172.74341368130348, -43.535651696933272 ], [ 172.743423404250166, -43.535675542517048 ], [ 172.743426547593316, -43.535706520464437 ], [ 172.743446104622109, -43.535728005737226 ], [ 172.743459172947553, -43.535735182189313 ], [ 172.74347540484527, -43.535768571878187 ], [ 172.743494871028332, -43.535811498326069 ], [ 172.743514306946764, -43.535861571831518 ], [ 172.743530448037745, -43.535916402695221 ], [ 172.743556352590673, -43.535985549712912 ], [ 172.743562730306763, -43.536026064414429 ], [ 172.743585390551033, -43.536088057018922 ], [ 172.743601582236153, -43.536130976102669 ], [ 172.743611305333047, -43.536154821668823 ], [ 172.743620988064436, -43.536188196648425 ], [ 172.743627426402867, -43.536214417223611 ], [ 172.743646983666395, -43.536235902460717 ], [ 172.74365673707365, -43.53625260096193 ], [ 172.7436763044511, -43.53627170384037 ], [ 172.743669633983245, -43.536300277400173 ], [ 172.743669533069038, -43.53632410093568 ], [ 172.743679195677089, -43.536362240616583 ], [ 172.743711720605432, -43.536414725802409 ], [ 172.74373128805243, -43.5364338286711 ], [ 172.743763913941905, -43.536462490306661 ], [ 172.743757263670062, -43.536486299163684 ], [ 172.743760397136384, -43.536519659451535 ], [ 172.743769999307034, -43.536572093244445 ], [ 172.743792801179268, -43.53660073285473 ], [ 172.743802494167312, -43.536631725463366 ], [ 172.743805678096663, -43.536653173982039 ], [ 172.743802282354665, -43.536681754885379 ], [ 172.743798866436521, -43.536715100495293 ], [ 172.743844631691985, -43.536734262044213 ], [ 172.743880603091611, -43.536746254508273 ], [ 172.743883807220755, -43.536762938317644 ], [ 172.743893520446619, -43.536789166211079 ], [ 172.743919607255549, -43.536815430777096 ], [ 172.743919456029062, -43.536851166077774 ], [ 172.743909490728072, -43.536884497020992 ], [ 172.743935486854355, -43.536932202763154 ], [ 172.743941905244867, -43.536963188024373 ], [ 172.743984295216507, -43.537006165716427 ], [ 172.744020266805364, -43.537018158136455 ], [ 172.74402987935585, -43.537068209550412 ], [ 172.744055946190883, -43.537099238791093 ], [ 172.744085368387317, -43.537111216529205 ], [ 172.7440885423662, -43.537135047391821 ], [ 172.74410799934526, -43.537180356080455 ], [ 172.744114478295245, -43.537197047211379 ], [ 172.744127416058404, -43.5372351941785 ], [ 172.7441502384942, -43.537259069008712 ], [ 172.744173121379561, -43.537268649714896 ], [ 172.744199087664782, -43.537323502454512 ], [ 172.744205526372326, -43.537349722992815 ], [ 172.744205435736092, -43.537371164171738 ], [ 172.744221698690893, -43.537397406687596 ], [ 172.74423144237295, -43.537416487490447 ], [ 172.744234576146511, -43.537449847760627 ], [ 172.744250798859184, -43.537485619684759 ], [ 172.744276845850578, -43.537521413579825 ], [ 172.744289854256721, -43.537542884054808 ], [ 172.744302902939751, -43.537554825115649 ], [ 172.744299507379907, -43.537583406029711 ], [ 172.744289552233113, -43.537614354648845 ], [ 172.744279546736664, -43.537657215032461 ], [ 172.744285975446246, -43.537685817917961 ], [ 172.744292454498833, -43.53770250903758 ], [ 172.74430547301597, -43.537721597157145 ], [ 172.744311921877824, -43.537745435334784 ], [ 172.744305291811884, -43.537764479512404 ], [ 172.744318310346358, -43.537783567630335 ], [ 172.744363996056961, -43.53782178779457 ], [ 172.744386788615259, -43.537852809635019 ], [ 172.744432444235429, -43.537898176830737 ], [ 172.744464990758814, -43.537945897085812 ], [ 172.74449102801438, -43.537984073282999 ], [ 172.744513770404751, -43.538027006862528 ], [ 172.744539737321332, -43.538081859519068 ], [ 172.744565754568697, -43.538124800404496 ], [ 172.744585202164217, -43.538172491358701 ], [ 172.744611249647562, -43.538208285174484 ], [ 172.744627482838752, -43.538241674688535 ], [ 172.744620832707625, -43.538265483588717 ], [ 172.744630586708467, -43.538282182002391 ], [ 172.744643605456361, -43.53830127008208 ], [ 172.744656624212411, -43.53832035816027 ], [ 172.744669632923888, -43.538341828589786 ], [ 172.744666267650075, -43.538363262452485 ], [ 172.744662872214718, -43.538391843373581 ], [ 172.744685715400692, -43.538410953387967 ], [ 172.744701988892928, -43.5384348134791 ], [ 172.744721476897524, -43.538472974996679 ], [ 172.744721366339007, -43.538499180877871 ], [ 172.744714706164956, -43.538525372135261 ], [ 172.74471132079421, -43.538551570704229 ], [ 172.744714565450096, -43.53855872507463 ], [ 172.744704600301077, -43.538592056077547 ], [ 172.744720853747509, -43.538620680870928 ], [ 172.744730587731908, -43.53864214398078 ], [ 172.74474026142255, -43.538677901206327 ], [ 172.744749995422922, -43.538699364314361 ], [ 172.744766248919433, -43.53872798910087 ], [ 172.744798926771495, -43.538744738670204 ], [ 172.744825135374924, -43.538742414790782 ], [ 172.744857783114639, -43.538766311401517 ], [ 172.744877251233845, -43.538809237596304 ], [ 172.744886925037491, -43.53884499480867 ], [ 172.744916217684562, -43.538887942917043 ], [ 172.744929216566618, -43.538911795668092 ], [ 172.744902967718531, -43.538923648981879 ], [ 172.744925771008951, -43.538952288357891 ], [ 172.744902716623642, -43.538983207798736 ], [ 172.744909085504531, -43.539026104759529 ], [ 172.744921963896246, -43.539078545742491 ], [ 172.744941351821751, -43.539140530745193 ], [ 172.744977204377278, -43.539181111094415 ], [ 172.745003302724029, -43.53920499305331 ], [ 172.745029461324805, -43.5392145808907 ], [ 172.745065494658093, -43.539212278865456 ], [ 172.745094928117425, -43.539221873989796 ], [ 172.745104692438161, -43.539236190008324 ], [ 172.745137370658171, -43.539252939480335 ], [ 172.745127455801139, -43.539274358753424 ], [ 172.745124060530372, -43.539302939684063 ], [ 172.745137059582902, -43.539326792410208 ], [ 172.745150028543009, -43.53935779219244 ], [ 172.745156477909148, -43.539381630316882 ], [ 172.745166121867101, -43.53942453456024 ], [ 172.745175805971428, -43.539457909392468 ], [ 172.745165860993211, -43.539486475725589 ], [ 172.745172350512576, -43.539500784438651 ], [ 172.745198418976798, -43.539531813409653 ], [ 172.745214682939263, -43.539558055776865 ], [ 172.745227672050646, -43.53958429084431 ], [ 172.745224316934639, -43.539603342366618 ], [ 172.745237326121583, -43.539624812727894 ], [ 172.745263444821489, -43.539643929921368 ], [ 172.745296093219622, -43.539667826404788 ], [ 172.745318866892291, -43.539703612757172 ], [ 172.745335151006998, -43.539725090401795 ], [ 172.745354699980879, -43.539748957690314 ], [ 172.74534151024335, -43.539770369686295 ], [ 172.745338145125629, -43.539791803563787 ], [ 172.745344614664816, -43.539810876971295 ], [ 172.74537398830617, -43.539834766137957 ], [ 172.745413176586766, -43.539861059526167 ], [ 172.745426155825243, -43.539889676922428 ], [ 172.745448949703075, -43.539920698543163 ], [ 172.745481658451666, -43.539930300858799 ], [ 172.74548814809296, -43.539944609553103 ], [ 172.745491272662946, -43.539980352128453 ], [ 172.7455173114366, -43.540018528082072 ], [ 172.745533495512632, -43.540063829220976 ], [ 172.745533355241548, -43.540097182153431 ], [ 172.745529970134015, -43.540123380740084 ], [ 172.745520025211988, -43.54015194710081 ], [ 172.74552644474818, -43.540182932258446 ], [ 172.745555838678541, -43.540202056672932 ], [ 172.745572102975046, -43.540228298987032 ], [ 172.74558837730288, -43.540252158946465 ], [ 172.745594766833477, -43.540290291156552 ], [ 172.745611031170398, -43.540316533464811 ], [ 172.745591211449351, -43.540356989731954 ], [ 172.745591091243057, -43.540385577958446 ], [ 172.745607315537541, -43.540421349675604 ], [ 172.745620284970869, -43.54045234939975 ], [ 172.745629969487766, -43.540485724188471 ], [ 172.74564297900713, -43.540507194501131 ], [ 172.745691982575778, -43.54053589200057 ], [ 172.745731251541656, -43.540543126460761 ], [ 172.745737741307039, -43.540557435139661 ], [ 172.745744150985644, -43.5405908026354 ], [ 172.745740755929376, -43.54061938357831 ], [ 172.74574712557137, -43.540662280481989 ], [ 172.745753575309578, -43.540686118568217 ], [ 172.745786334568209, -43.540683809035976 ], [ 172.745819033774467, -43.540695793607085 ], [ 172.745818933691083, -43.540719617128168 ], [ 172.745805773931011, -43.540733882117664 ], [ 172.745825243350112, -43.54077680813942 ], [ 172.745841507917021, -43.540803050413224 ], [ 172.745847927685446, -43.540834035549828 ], [ 172.745870702120726, -43.540869821786842 ], [ 172.745886956726451, -43.540898446405897 ], [ 172.745886846663353, -43.540924652278299 ], [ 172.745883441649084, -43.540955615575911 ], [ 172.745889861454856, -43.540986600709452 ], [ 172.745909391043512, -43.541015232603357 ], [ 172.745935520558533, -43.541031967288667 ], [ 172.745935420519828, -43.541055790808585 ], [ 172.745955000167868, -43.541072510934583 ], [ 172.745967969917501, -43.541103510616509 ], [ 172.746007169277391, -43.541127421445978 ], [ 172.746036583817585, -43.541141781031264 ], [ 172.746056133523865, -43.541165648195729 ], [ 172.746049443630056, -43.541198986575182 ], [ 172.746049333636194, -43.541225192446561 ], [ 172.746078658249104, -43.541260993188253 ], [ 172.746114562803484, -43.54128966141117 ], [ 172.746107832939089, -43.541332529200972 ], [ 172.746104448008623, -43.541358727799398 ], [ 172.746127302763398, -43.541375455167817 ], [ 172.746156707457288, -43.541392197073847 ], [ 172.746176287275034, -43.541408917161384 ], [ 172.746172882380478, -43.541439880465262 ], [ 172.746169487477118, -43.541468461417026 ], [ 172.746185762372221, -43.541492321287649 ], [ 172.746208637186413, -43.5415042839359 ], [ 172.746215017243571, -43.54154479845608 ], [ 172.746250912038931, -43.541575848987144 ], [ 172.746270402024152, -43.541614010224585 ], [ 172.746260437220542, -43.541647341346092 ], [ 172.746266867282259, -43.541675944103574 ], [ 172.746292967210991, -43.541699825761533 ], [ 172.7462928673107, -43.541723649279305 ], [ 172.746289472447444, -43.541752230233307 ], [ 172.746289372545618, -43.541776053750844 ], [ 172.746276182693151, -43.541797465846777 ], [ 172.746285937716351, -43.541814164111422 ], [ 172.746325197594388, -43.541823780719923 ], [ 172.746367732472095, -43.541833404580039 ], [ 172.746367622613661, -43.541859610449102 ], [ 172.746354432770431, -43.541881022553753 ], [ 172.746373922918423, -43.54191918377191 ], [ 172.746406582965847, -43.541940697581133 ], [ 172.746406443166904, -43.541974050504848 ], [ 172.746360483378055, -43.542000154669097 ], [ 172.746320943687351, -43.542057243918968 ], [ 172.746294633802393, -43.54208339165276 ], [ 172.746294483950919, -43.542119126926991 ], [ 172.746297659053653, -43.542142957710112 ], [ 172.746323749206198, -43.54216922171122 ], [ 172.746349839381395, -43.542195485706308 ], [ 172.746372654571019, -43.542221742430492 ], [ 172.746424994791965, -43.54223615276684 ], [ 172.746457704946806, -43.542245754802813 ], [ 172.746506790162243, -43.542255393136053 ], [ 172.746519770426914, -43.54228401039871 ], [ 172.746536085600951, -43.542298340810632 ], [ 172.746575325874744, -43.542312722036463 ], [ 172.746611331064059, -43.542317566584444 ], [ 172.746637461334785, -43.54233430110736 ], [ 172.746656931854346, -43.542377226978168 ], [ 172.746656852046925, -43.542396285790659 ], [ 172.74670916256531, -43.542417843051702 ], [ 172.746768043104311, -43.542434650093149 ], [ 172.7467417432199, -43.542458415576625 ], [ 172.746744908543519, -43.542484628697942 ], [ 172.746777598941378, -43.542498995345483 ], [ 172.746790599327426, -43.542522847873556 ], [ 172.746754514224307, -43.542537062194057 ], [ 172.74677403474854, -43.542568076286223 ], [ 172.746819875157428, -43.542570560177218 ], [ 172.746829620485386, -43.542589640745405 ], [ 172.746819675765636, -43.54261820720734 ], [ 172.74682930147037, -43.542665875993194 ], [ 172.746822651710715, -43.542689685003907 ], [ 172.746842212193769, -43.542711169678 ], [ 172.746829002392673, -43.542737346537074 ], [ 172.746825657570639, -43.542754015745189 ], [ 172.746828773099026, -43.542792140620101 ], [ 172.74684832364872, -43.542816007644262 ], [ 172.746861334098298, -43.542837477811773 ], [ 172.746887345058042, -43.542882800493587 ], [ 172.746897070523886, -43.542906645757945 ], [ 172.74691990614977, -43.542928137668113 ], [ 172.74693613190567, -43.54296390918438 ], [ 172.746962252580772, -43.542983025983446 ], [ 172.746985108185044, -43.542999753177725 ], [ 172.746984968699849, -43.543033106096757 ], [ 172.747017599678969, -43.543061766783246 ], [ 172.747040375639671, -43.543097552777049 ], [ 172.747030440896225, -43.543123736903496 ], [ 172.747063061985443, -43.543154779928038 ], [ 172.747079307805393, -43.543185786720308 ], [ 172.747108614057083, -43.54322635189196 ], [ 172.747101924509792, -43.543259690321833 ], [ 172.747105109947057, -43.543281138727437 ], [ 172.747131171066826, -43.543314549594903 ], [ 172.747157311867767, -43.543328901646248 ], [ 172.747183472592155, -43.543338488989093 ], [ 172.747206368210158, -43.543345686733531 ], [ 172.747209573597843, -43.543362370433499 ], [ 172.74718329339251, -43.543381371311625 ], [ 172.747192969278387, -43.54341712830535 ], [ 172.747209195325723, -43.543452899780505 ], [ 172.747228706422959, -43.543486296142568 ], [ 172.747261248188551, -43.543536397918892 ], [ 172.747248018480576, -43.543567339524934 ], [ 172.747251174126518, -43.543595934978967 ], [ 172.74723134446262, -43.543638773858383 ], [ 172.74724429550443, -43.543674538086798 ], [ 172.74725074614858, -43.54369837607819 ], [ 172.747253931660993, -43.543719824478188 ], [ 172.747257117175678, -43.543741272877995 ], [ 172.747237287467811, -43.54378411175724 ], [ 172.747237237699977, -43.543796023512634 ], [ 172.747283019348373, -43.543812801326226 ], [ 172.747309150449496, -43.543829535693298 ], [ 172.747325436375803, -43.543851013043394 ], [ 172.747351537657863, -43.543874894453928 ], [ 172.747413684945229, -43.543894090750634 ], [ 172.747423490349632, -43.543898877158355 ], [ 172.747443021598997, -43.543927508779774 ], [ 172.747472417951315, -43.543946632694926 ], [ 172.747518179893945, -43.543968175116447 ], [ 172.747527885896773, -43.543996785025733 ], [ 172.747514666165983, -43.54402534430919 ], [ 172.7475210970685, -43.544053946986267 ], [ 172.747547178632317, -43.544082593053723 ], [ 172.747537234002408, -43.544111159570797 ], [ 172.747524004308417, -43.544142101205708 ], [ 172.747540260569423, -43.544170725577359 ], [ 172.747595867930158, -43.544187524960279 ], [ 172.747605574004467, -43.544216134862033 ], [ 172.747612014908839, -43.54424235518222 ], [ 172.747605315584622, -43.544278075986945 ], [ 172.747618296799061, -43.544306693117051 ], [ 172.747624688025923, -43.544344825190784 ], [ 172.747617998636343, -43.544378163644694 ], [ 172.747650580951245, -43.544418735900756 ], [ 172.747689663889105, -43.544471234356962 ], [ 172.747705930251698, -43.544497476352923 ], [ 172.747738472953245, -43.544547577986847 ], [ 172.747748159284555, -43.544580952576695 ], [ 172.747764356170222, -43.544623871019795 ], [ 172.747783788490239, -43.544676326088506 ], [ 172.747803270501691, -43.544716869399501 ], [ 172.747829312761468, -43.544755044803452 ], [ 172.747848784898764, -43.544797970457026 ], [ 172.747835455908387, -43.544852735631792 ], [ 172.747867979048891, -43.54490760192791 ], [ 172.747897276731123, -43.544950549239239 ], [ 172.747916778760697, -43.544986327827957 ], [ 172.747965479345822, -43.545088877213153 ], [ 172.748007639680367, -43.545189029788759 ], [ 172.748092198856824, -43.545332158475077 ], [ 172.748140909933909, -43.545432325430205 ], [ 172.748144066095222, -43.545460920851504 ], [ 172.748173364239932, -43.545503868089071 ], [ 172.748212527655198, -43.545537307555172 ], [ 172.748232049888998, -43.545568321386313 ], [ 172.748244952358249, -43.545615997244269 ], [ 172.748261120128717, -43.545666062662193 ], [ 172.748290329240547, -43.545730451022877 ], [ 172.748293386360785, -43.545782869943253 ], [ 172.748312908714809, -43.54581388375955 ], [ 172.748322635208922, -43.545837728892884 ], [ 172.74835201294502, -43.54586161727925 ], [ 172.748378155134731, -43.545875969048453 ], [ 172.748401032038004, -43.545887931254001 ], [ 172.748427085083762, -43.545923724165696 ], [ 172.748446548111389, -43.545969032061031 ], [ 172.748475836810087, -43.546014361568751 ], [ 172.748488828710634, -43.546040596242847 ], [ 172.748498495882131, -43.5460787354627 ], [ 172.74850817297002, -43.546114492331149 ], [ 172.748517909492904, -43.546135955096588 ], [ 172.74853417665966, -43.546162196969064 ], [ 172.748570035769802, -43.546202776157742 ], [ 172.74859935437587, -43.546240958581549 ], [ 172.748612356278556, -43.546264810890527 ], [ 172.748628623520744, -43.546291052749126 ], [ 172.748641566050821, -43.546329199156311 ], [ 172.748654518495727, -43.546364963211559 ], [ 172.748667381872536, -43.546422168417358 ], [ 172.748680344250062, -43.546455550118942 ], [ 172.748680205682746, -43.546488903022066 ], [ 172.748683352254261, -43.546519880774163 ], [ 172.74866688696315, -43.546541285928242 ], [ 172.748679819672475, -43.546581814679783 ], [ 172.748689546433468, -43.546605659779367 ], [ 172.748702489068364, -43.546643806177791 ], [ 172.748738457425617, -43.546658179459556 ], [ 172.748780817998977, -43.546710684725689 ], [ 172.748787229992985, -43.546744052020493 ], [ 172.748813273741547, -43.546782227190391 ], [ 172.748836091723263, -43.546808483408711 ], [ 172.748852329534742, -43.546841872283878 ], [ 172.748855505884706, -43.546865702979311 ], [ 172.748868517912058, -43.546887172907034 ], [ 172.748884775541853, -43.546915797077091 ], [ 172.748894512326217, -43.546937259808097 ], [ 172.748920576001922, -43.546970670252477 ], [ 172.74894009905853, -43.547001683956942 ], [ 172.748956346865754, -43.547032690466445 ], [ 172.748962758990018, -43.547066057749852 ], [ 172.748959374963221, -43.547092256408654 ], [ 172.748952725546644, -43.547116065525628 ], [ 172.748978789331147, -43.547149475955983 ], [ 172.748991801462921, -43.547170945868849 ], [ 172.749017865292558, -43.547204356290088 ], [ 172.749034093425706, -43.547240127487605 ], [ 172.74902743413773, -43.547266318958314 ], [ 172.749030620462378, -43.547287767297362 ], [ 172.749060009063498, -43.547309273148208 ], [ 172.749069745972776, -43.547330735863099 ], [ 172.749072892785676, -43.547361713600509 ], [ 172.74907928524371, -43.547399845575484 ], [ 172.749089022174275, -43.547421308288449 ], [ 172.749111870158828, -43.547440417399976 ], [ 172.749160910618258, -43.547461966345772 ], [ 172.749173883367121, -43.547492965636636 ], [ 172.749186866007307, -43.547521582576003 ], [ 172.749186747470304, -43.547550170774478 ], [ 172.749196464707552, -43.54757639817759 ], [ 172.749215958468994, -43.547614558881982 ], [ 172.749222370796701, -43.547647926147924 ], [ 172.749228812760833, -43.547674146363867 ], [ 172.749222104124726, -43.547712249593026 ], [ 172.749222015233897, -43.547733690741225 ], [ 172.749238293009171, -43.547757550158138 ], [ 172.749254630050189, -43.54776711547396 ], [ 172.749287333770468, -43.547779099049244 ], [ 172.749313526375516, -43.547781538853378 ], [ 172.749329725219326, -43.547824457055441 ], [ 172.749336127759193, -43.547860206663742 ], [ 172.74936203413364, -43.547931734599572 ], [ 172.749391156669788, -43.548017563806297 ], [ 172.749420338502489, -43.548089098906452 ], [ 172.749446225337209, -43.548165391520115 ], [ 172.749452627981157, -43.548201141120018 ], [ 172.749439339151422, -43.548246377052287 ], [ 172.749416313112675, -43.548270150300986 ], [ 172.749399827861225, -43.54829632025271 ], [ 172.749393139002478, -43.548329658788674 ], [ 172.749402836713216, -43.548360650870336 ], [ 172.749415859123644, -43.548379738381819 ], [ 172.749455074421405, -43.548401265663891 ], [ 172.749491073600922, -43.548408491658783 ], [ 172.74952048263944, -43.548425232689652 ], [ 172.749543301545316, -43.548451488761486 ], [ 172.74956614019797, -43.548472980129624 ], [ 172.749582447895278, -43.548489692446658 ], [ 172.749601902743905, -43.548537382478578 ], [ 172.749627928052178, -43.548580322153036 ], [ 172.749657258332689, -43.548616121944562 ], [ 172.749676880886398, -43.548623312021483 ], [ 172.749722706292715, -43.54863055945647 ], [ 172.749755440140547, -43.548635395848862 ], [ 172.749774964159201, -43.548666409404049 ], [ 172.749784681828828, -43.548692636753088 ], [ 172.749817356593354, -43.548711767224759 ], [ 172.749840234852513, -43.548723729139688 ], [ 172.749843382129313, -43.548754706849429 ], [ 172.749820306786773, -43.548790391924619 ], [ 172.749826729423006, -43.548821376801449 ], [ 172.749836427433763, -43.548852368844386 ], [ 172.749869092449103, -43.548873881650429 ], [ 172.749898442715278, -43.548904916680087 ], [ 172.749878662422901, -43.548935844232005 ], [ 172.749836013608672, -43.548952427519971 ], [ 172.749835915078592, -43.54897625101389 ], [ 172.7498390919244, -43.549000081674293 ], [ 172.749861930888642, -43.549021572982014 ], [ 172.749861812664477, -43.549050161174435 ], [ 172.749874825515889, -43.549071630981409 ], [ 172.749891163011966, -43.549081196205186 ], [ 172.749923838019697, -43.549100326645714 ], [ 172.749927064153837, -43.549112245556529 ], [ 172.749910647842711, -43.549121739132644 ], [ 172.749881100440035, -43.549138351093795 ], [ 172.749867939795053, -43.54915261652765 ], [ 172.749841638192208, -43.549176382692032 ], [ 172.749841519957812, -43.549204970883636 ], [ 172.749844637700875, -43.549243095638637 ], [ 172.749867417647152, -43.549278881040195 ], [ 172.749873840358305, -43.549309865911894 ], [ 172.749913026870985, -43.549338540082978 ], [ 172.74994244632677, -43.549352898654718 ], [ 172.749984947685761, -43.549372050567676 ], [ 172.750017681955939, -43.549376886885412 ], [ 172.750037245727782, -43.549398370995689 ], [ 172.750053514425531, -43.549424612640685 ], [ 172.750069842201157, -43.549436560187871 ], [ 172.750096006027235, -43.549446146861548 ], [ 172.750115579691482, -43.549465248609074 ], [ 172.750095838697206, -43.549486646798456 ], [ 172.750085894369704, -43.549515213510922 ], [ 172.750082441782808, -43.549558088636921 ], [ 172.750095405606089, -43.549591470163243 ], [ 172.750124815386272, -43.549608211036976 ], [ 172.750134434942282, -43.549658261844314 ], [ 172.75015062502473, -43.549703562267695 ], [ 172.75017021846935, -43.549717899306984 ], [ 172.75019629388126, -43.549748927099778 ], [ 172.750258477614977, -43.549760974799817 ], [ 172.750274835029728, -43.549765775269961 ], [ 172.7502812580002, -43.549796760116749 ], [ 172.750304077751736, -43.549823016032512 ], [ 172.750310510577748, -43.549851618528294 ], [ 172.750333369697501, -43.549868345041631 ], [ 172.750326710677257, -43.549894536576566 ], [ 172.750323336911322, -43.549918352914723 ], [ 172.750336330444867, -43.549944587364919 ], [ 172.750342812465789, -43.549961278113017 ], [ 172.750323032052393, -43.549992205735805 ], [ 172.750309782812309, -43.550027912359532 ], [ 172.75031930424305, -43.550101786638237 ], [ 172.750338789686737, -43.550142329486974 ], [ 172.750361560429411, -43.550180497134953 ], [ 172.750381085254446, -43.550211510580183 ], [ 172.750400619930701, -43.550240141672994 ], [ 172.75040704301486, -43.550271126510445 ], [ 172.750423331766967, -43.550292603401871 ], [ 172.750423213802918, -43.550321191589113 ], [ 172.750442748534255, -43.550349822674313 ], [ 172.750472158778791, -43.550366563457622 ], [ 172.750488427923983, -43.550392805037355 ], [ 172.75049818548689, -43.550409502923621 ], [ 172.75047186392527, -43.55043803392482 ], [ 172.750514307252871, -43.55047147973292 ], [ 172.750540334035747, -43.550514419188708 ], [ 172.750533665206575, -43.550542993081656 ], [ 172.75054010804206, -43.550569213212512 ], [ 172.750549826345718, -43.550595440489303 ], [ 172.750546452627248, -43.55061925683124 ], [ 172.750559466057041, -43.550640726555805 ], [ 172.750592171588636, -43.550652709756186 ], [ 172.75064127410883, -43.550659963969544 ], [ 172.750628044553252, -43.550690905928427 ], [ 172.750601772046878, -43.550707525213966 ], [ 172.750604949282348, -43.5507313558468 ], [ 172.750627798992781, -43.550750464648488 ], [ 172.750670331012287, -43.550762469258494 ], [ 172.750647324137191, -43.550781478045913 ], [ 172.750637350388018, -43.550817191846271 ], [ 172.750653619725313, -43.550843433400914 ], [ 172.750663318479582, -43.550874425364491 ], [ 172.750705840773833, -43.550888812310021 ], [ 172.750728690575471, -43.55090792109123 ], [ 172.750738428650976, -43.550929383653333 ], [ 172.750764612862667, -43.550934205475855 ], [ 172.750790816710719, -43.550934262594907 ], [ 172.750810400889605, -43.550950981871452 ], [ 172.75084305756863, -43.550974876743616 ], [ 172.750849500583485, -43.551001096855487 ], [ 172.750852599422075, -43.551043986270173 ], [ 172.750875292323855, -43.551101212600912 ], [ 172.750907811747908, -43.551158460335643 ], [ 172.75092073712193, -43.551201371155557 ], [ 172.750923826209714, -43.551246642915586 ], [ 172.750940066355213, -43.551280031473901 ], [ 172.75097596933702, -43.551311080488389 ], [ 172.751005311541576, -43.551344497573474 ], [ 172.751034516485674, -43.551411267531229 ], [ 172.751034379192589, -43.551444620411324 ], [ 172.75105390476827, -43.551475633736601 ], [ 172.751057092026684, -43.551497082005625 ], [ 172.751079922558773, -43.551520955412514 ], [ 172.751109284529662, -43.551549607772998 ], [ 172.75113525337963, -43.551606841178526 ], [ 172.751203519844495, -43.551733255353057 ], [ 172.75123929584683, -43.551795274813394 ], [ 172.751265323710555, -43.551838214096826 ], [ 172.751271737606515, -43.551871581226884 ], [ 172.751284633998125, -43.551921639046547 ], [ 172.751294225483775, -43.551978836784379 ], [ 172.751316860376136, -43.552050357110168 ], [ 172.751326530275122, -43.552088496057308 ], [ 172.751339426757568, -43.552138553869106 ], [ 172.751345860314757, -43.552167156296811 ], [ 172.751319469813552, -43.552212363921619 ], [ 172.751296482181516, -43.55222660813741 ], [ 172.751296364622192, -43.552255196316828 ], [ 172.75130612270658, -43.552271894129952 ], [ 172.751338780292912, -43.552295788857201 ], [ 172.751345213866216, -43.552324391284166 ], [ 172.751348401271315, -43.552345839542241 ], [ 172.751371222443851, -43.552372095236692 ], [ 172.751377646246937, -43.552403080009775 ], [ 172.751377499344841, -43.552438815233167 ], [ 172.751393789022501, -43.55246029198041 ], [ 172.751423200554939, -43.552477032515974 ], [ 172.751465704576162, -43.552496183874425 ], [ 172.751498362346496, -43.552520078555602 ], [ 172.751491664377113, -43.552555799539491 ], [ 172.751491556697772, -43.55258200536953 ], [ 172.75150424786051, -43.5526820924701 ], [ 172.751510583668988, -43.552734518367359 ], [ 172.751536631701413, -43.552772692887174 ], [ 172.751546321426446, -43.552806067115313 ], [ 172.751569162429888, -43.552827558072593 ], [ 172.751555942655898, -43.552856117779037 ], [ 172.751552481122644, -43.552901375274395 ], [ 172.751555521831193, -43.552958558745381 ], [ 172.751581560202283, -43.552999115601779 ], [ 172.751601106126941, -43.553025364131017 ], [ 172.751623937448414, -43.55304923742478 ], [ 172.751597654402246, -43.553068239278467 ], [ 172.75160406860897, -43.553101606383464 ], [ 172.751607217006949, -43.553132584023629 ], [ 172.751639894742624, -43.553151713966713 ], [ 172.751665962600043, -43.553185123758965 ], [ 172.751669120816132, -43.55321371904909 ], [ 172.751678849811412, -43.553237563872003 ], [ 172.751695159372588, -43.553254275878231 ], [ 172.751681978690954, -43.55327330620532 ], [ 172.751691668575148, -43.553306680418594 ], [ 172.751717756088425, -43.553335325502587 ], [ 172.75172417038911, -43.553368692599513 ], [ 172.751720767632349, -43.553399656008878 ], [ 172.751727201501438, -43.553428258409554 ], [ 172.751740108375884, -43.553475933818007 ], [ 172.751756349565596, -43.55350932224988 ], [ 172.751769276036896, -43.553552232958815 ], [ 172.751795148589082, -43.553633289675922 ], [ 172.751811272529238, -43.553695266272548 ], [ 172.751833781579137, -43.553797756998094 ], [ 172.751859781396007, -43.553847843177316 ], [ 172.751895725463953, -43.553869362502937 ], [ 172.751931747734574, -43.55387182303555 ], [ 172.751971006566379, -43.553883820053812 ], [ 172.751977430833989, -43.553914804786082 ], [ 172.752000155174386, -43.553964883826822 ], [ 172.752012808382801, -43.554074500240006 ], [ 172.752041654332373, -43.55422941677574 ], [ 172.752080542294379, -43.554331942963891 ], [ 172.75210959360939, -43.554436830178673 ], [ 172.752151737967637, -43.554544128136577 ], [ 172.752187174911711, -43.554689529436395 ], [ 172.75219681648835, -43.554734815336829 ], [ 172.752206555695494, -43.554756277762202 ], [ 172.752229212213706, -43.554823033182863 ], [ 172.752268169185754, -43.554908882866826 ], [ 172.752329704930474, -43.555080546713221 ], [ 172.752361905919969, -43.555216411462084 ], [ 172.75238425062625, -43.555359401957602 ], [ 172.75240343675722, -43.55547379718606 ], [ 172.75242929146421, -43.555559618430564 ], [ 172.752425898693303, -43.555588199502509 ], [ 172.752438396955029, -43.55573593339264 ], [ 172.752451090323405, -43.555836020338099 ], [ 172.752463978770436, -43.555888460341258 ], [ 172.752473552481064, -43.555950422638439 ], [ 172.75249626823944, -43.556002883912448 ], [ 172.752499192976757, -43.556088655492552 ], [ 172.752511789016381, -43.556212565893965 ], [ 172.752507889232902, -43.556365028999018 ], [ 172.752517229063017, -43.556484167609469 ], [ 172.752520251348926, -43.556546115714909 ], [ 172.75251671231328, -43.556610431984865 ], [ 172.752483769149308, -43.556655625658834 ], [ 172.752444323113053, -43.556688893404122 ], [ 172.752421265761711, -43.556719814257782 ], [ 172.752397984027283, -43.556805529078069 ], [ 172.752384656457707, -43.556860294671367 ], [ 172.752364806521456, -43.556907899032751 ], [ 172.752348193334171, -43.556965039871962 ], [ 172.752347764034425, -43.557069863117022 ], [ 172.75235411077341, -43.557119906583623 ], [ 172.752370011812104, -43.557236677034361 ], [ 172.75233017502859, -43.557365238589931 ], [ 172.752270507373936, -43.557536639774867 ], [ 172.752210712466962, -43.557739011422761 ], [ 172.752141284879485, -43.557893714805175 ], [ 172.752065393116482, -43.558026962818758 ], [ 172.752002438404816, -43.558200739082466 ], [ 172.751913413096247, -43.558341105600114 ], [ 172.751827731707948, -43.558464802734385 ], [ 172.751709300792328, -43.558586046318062 ], [ 172.751623687139244, -43.558693066872699 ], [ 172.751485335549916, -43.558878590846106 ], [ 172.75133391861354, -43.559054556763002 ], [ 172.751146387119888, -43.559249502805805 ], [ 172.751037692828078, -43.559392208168298 ], [ 172.750892952791162, -43.559537217258779 ], [ 172.750689058233434, -43.559727362148003 ], [ 172.750577282586022, -43.559822413012789 ], [ 172.75049830558504, -43.559908005881383 ], [ 172.750343774440012, -43.560043463430318 ], [ 172.750228761050749, -43.560128977413626 ], [ 172.750117003628048, -43.56021926312868 ], [ 172.750087440998186, -43.560238257442514 ], [ 172.750028325532071, -43.56027386370225 ], [ 172.749965894600535, -43.560318992145369 ], [ 172.7498573335792, -43.560428343523029 ], [ 172.749765339505075, -43.560492466100023 ], [ 172.749729165464998, -43.560525740046529 ], [ 172.749702799666835, -43.560563800186529 ], [ 172.749676463425288, -43.56059471328664 ], [ 172.749650146885472, -43.560620861691483 ], [ 172.749630333010913, -43.560658936160657 ], [ 172.749604006556922, -43.560687466898898 ], [ 172.749564477358291, -43.560739792372225 ], [ 172.749521681945851, -43.560789728309722 ], [ 172.749449402307391, -43.560839599621367 ], [ 172.749393413778421, -43.56091094789079 ], [ 172.749357209654789, -43.560951368748931 ], [ 172.749317670191772, -43.561006076477824 ], [ 172.749294579952448, -43.561044143702347 ], [ 172.749232088391267, -43.561103565800686 ], [ 172.749186125122662, -43.561127288636541 ], [ 172.749117110953506, -43.561179549264395 ], [ 172.749090764256891, -43.561212844568999 ], [ 172.749028331655154, -43.56125797248869 ], [ 172.748998728614225, -43.561286495891835 ], [ 172.748975628175344, -43.56132694539339 ], [ 172.748900012032664, -43.561391103221595 ], [ 172.74886061040749, -43.561412457970462 ], [ 172.748827780647161, -43.561429062411982 ], [ 172.748794871682151, -43.561464725595833 ], [ 172.748771810635446, -43.561495645678605 ], [ 172.748735625546573, -43.561531301646042 ], [ 172.748702775883402, -43.561552670738948 ], [ 172.748656812065889, -43.561576393358813 ], [ 172.748614104459563, -43.561604887851068 ], [ 172.748574623337674, -43.56164530125087 ], [ 172.748531905735177, -43.561676178055727 ], [ 172.748466225907009, -43.561714151425463 ], [ 172.748403841890422, -43.561747367278819 ], [ 172.748334885836385, -43.561785333362906 ], [ 172.748275886852298, -43.56179235057575 ], [ 172.748216808484813, -43.561818426507919 ], [ 172.748128225574789, -43.561849202145517 ], [ 172.748029903712649, -43.561858514961436 ], [ 172.747931611617986, -43.561860680661766 ], [ 172.747872652253676, -43.561858168291572 ], [ 172.74774491526486, -43.561850739432181 ], [ 172.747636874511471, -43.561833824445223 ], [ 172.747574738581136, -43.56180748125405 ], [ 172.747486384212976, -43.561783462490951 ], [ 172.747443894847237, -43.561759544984263 ], [ 172.74740800741111, -43.561723730219548 ], [ 172.747375386125782, -43.561690305025898 ], [ 172.747323138379642, -43.561649689352073 ], [ 172.747270930537468, -43.56159954427973 ], [ 172.747241695006011, -43.561539920509048 ], [ 172.74722212832117, -43.561518435958966 ], [ 172.747143841794013, -43.561437262411985 ], [ 172.747081836042042, -43.561379948484621 ], [ 172.74696093143109, -43.561305827621865 ], [ 172.746843233328548, -43.561248390291013 ], [ 172.746745131789453, -43.561205290443475 ], [ 172.746715727303439, -43.561186166379152 ], [ 172.746647160167527, -43.561131220043499 ], [ 172.746585075317938, -43.561092964595446 ], [ 172.746473970000437, -43.561026012031689 ], [ 172.746353036860341, -43.560959037556309 ], [ 172.746232133985757, -43.560884915921683 ], [ 172.746157085613561, -43.560813278341776 ], [ 172.746062371346767, -43.560743979399994 ], [ 172.746003653346747, -43.560684289817594 ], [ 172.745977555382893, -43.56065802580941 ], [ 172.745941629426426, -43.560631739956484 ], [ 172.745912235485264, -43.560610233341073 ], [ 172.745866681846081, -43.56053627874612 ], [ 172.745837338050563, -43.560502860392141 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2003-01-29", "DSASDate": "29/01/2003", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.503928189775019", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_29JAN2003.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747120824758838, -43.552311893410725 ], [ 172.747127156729164, -43.552364319544871 ], [ 172.747133548474153, -43.552402451593494 ], [ 172.747139990029098, -43.552428671904259 ], [ 172.747136594941622, -43.552457252829257 ], [ 172.747136455493944, -43.552490605693301 ], [ 172.747142877138714, -43.552521590698333 ], [ 172.747152574357727, -43.552552582946895 ], [ 172.747162261627039, -43.552585957541858 ], [ 172.747171928988536, -43.552624096830577 ], [ 172.747175005378352, -43.552671751021229 ], [ 172.747181327473044, -43.552726559496627 ], [ 172.747181128295324, -43.552774206443104 ], [ 172.747184324204909, -43.552793272464683 ], [ 172.747197356820209, -43.552809977867355 ], [ 172.7472038482355, -43.552824286436369 ], [ 172.747207044154806, -43.552843352457188 ], [ 172.747210230118327, -43.552864800825127 ], [ 172.74720029382442, -43.552890984917688 ], [ 172.747200174326139, -43.552919573084843 ], [ 172.74720655621627, -43.552960087473153 ], [ 172.747209692396353, -43.552993447576846 ], [ 172.747212828579791, -43.553026807680261 ], [ 172.747215944851376, -43.553064932477803 ], [ 172.747228917790892, -43.553095931959376 ], [ 172.747241870830351, -43.55313169613369 ], [ 172.747251598065304, -43.553155541329396 ], [ 172.74725805966213, -43.553176996936067 ], [ 172.747264521263531, -43.553198452542304 ], [ 172.747257900365895, -43.553215114490477 ], [ 172.747244718298901, -43.553234144302742 ], [ 172.747244598820203, -43.553262732468276 ], [ 172.747237938082606, -43.553288923803521 ], [ 172.747234562905248, -43.553312740032901 ], [ 172.747231177768043, -43.55333893860918 ], [ 172.747227802585144, -43.553362754838119 ], [ 172.747227703012442, -43.553386578308832 ], [ 172.747224337782825, -43.553408012190424 ], [ 172.747207860131738, -43.55343179944969 ], [ 172.747201229234321, -43.553450843740862 ], [ 172.747197903825565, -43.553462748233301 ], [ 172.747174685683802, -43.55353178559487 ], [ 172.747161443761541, -43.55356510947815 ], [ 172.747131853586069, -43.553591250096559 ], [ 172.747128458426999, -43.55361983101529 ], [ 172.747118521972112, -43.553646015096881 ], [ 172.747088971589818, -43.553662626315976 ], [ 172.747049614233788, -43.553674451092775 ], [ 172.746993868750366, -43.553688621960823 ], [ 172.746961062618709, -43.553700461204087 ], [ 172.746918379734865, -43.553724190420255 ], [ 172.746885463889527, -43.553762235457071 ], [ 172.746852508113932, -43.553809809871375 ], [ 172.746813010983459, -43.553854987421339 ], [ 172.746766932585786, -43.553907297487271 ], [ 172.74675044464189, -43.553933467024507 ], [ 172.746727355510046, -43.553971533780427 ], [ 172.74668137673936, -43.554000020343352 ], [ 172.746655061790733, -43.554026168092904 ], [ 172.746638523862231, -43.554064249346673 ], [ 172.74662203581974, -43.554090418864426 ], [ 172.746582408554758, -43.554166566837814 ], [ 172.746569156182375, -43.554202272994253 ], [ 172.746555953714363, -43.554226067415925 ], [ 172.746542741251403, -43.554252244182535 ], [ 172.74653935576012, -43.554278442733143 ], [ 172.746535990235543, -43.554299876590385 ], [ 172.746519522055053, -43.554321281398927 ], [ 172.746499728266883, -43.554354590674798 ], [ 172.746486425869819, -43.55440220855278 ], [ 172.746476459045425, -43.554435539613458 ], [ 172.746453379536405, -43.554471223963333 ], [ 172.746436881313315, -43.554499775798512 ], [ 172.746430200109245, -43.554530731772722 ], [ 172.746430070250995, -43.554561702276359 ], [ 172.746423319110733, -43.554609334674666 ], [ 172.746426484907772, -43.554635547750152 ], [ 172.746439507719202, -43.554654635580661 ], [ 172.746432846477063, -43.554680826861386 ], [ 172.746432736597569, -43.554707032671473 ], [ 172.746439178089304, -43.554733253010973 ], [ 172.74644887529675, -43.55476424530719 ], [ 172.746425615836529, -43.5548428118828 ], [ 172.746405731913114, -43.554897562255405 ], [ 172.746402276392757, -43.554940437222612 ], [ 172.74639885083883, -43.554976165150649 ], [ 172.746378966846805, -43.555030915517143 ], [ 172.746359062834387, -43.555090430571944 ], [ 172.746352371531486, -43.555123768884307 ], [ 172.746335833109214, -43.555161850085732 ], [ 172.746299540455794, -43.555223711135064 ], [ 172.746266433481225, -43.55530702055654 ], [ 172.746220203534733, -43.555395065575709 ], [ 172.746196943531203, -43.555473632094795 ], [ 172.746170507733495, -43.555528367875752 ], [ 172.746160480546195, -43.555575992977175 ], [ 172.746134074673762, -43.555623581710755 ], [ 172.746114170222739, -43.555683096715676 ], [ 172.746090909968956, -43.555761663208621 ], [ 172.746067719681122, -43.555823553274777 ], [ 172.746051000805437, -43.555904516653904 ], [ 172.746034211848126, -43.556002156449644 ], [ 172.746043819004825, -43.556054589884901 ], [ 172.746050240459425, -43.556085574931508 ], [ 172.746069774966429, -43.556114206734414 ], [ 172.746059837638711, -43.556140390710411 ], [ 172.746046634543887, -43.556164185063636 ], [ 172.746049740227932, -43.556204692216234 ], [ 172.746042958583928, -43.556259471614112 ], [ 172.746039472708816, -43.556309493596181 ], [ 172.746039172555214, -43.55638096396445 ], [ 172.746045463977538, -43.556442919502118 ], [ 172.746055091221365, -43.556490588241459 ], [ 172.746058216935666, -43.5565263307005 ], [ 172.746064638446626, -43.556557315743895 ], [ 172.746064488383524, -43.556593050926651 ], [ 172.746080727265024, -43.556626440140839 ], [ 172.746093680371359, -43.556662204423269 ], [ 172.746096816119888, -43.556695564534785 ], [ 172.74609010448421, -43.556733667512546 ], [ 172.746093260240542, -43.556762262932843 ], [ 172.746106243390955, -43.556790880176798 ], [ 172.746109389155265, -43.556821857941813 ], [ 172.746115840729971, -43.556845695944638 ], [ 172.74612220229136, -43.556890975055587 ], [ 172.746131849668728, -43.556933879094302 ], [ 172.746144792869131, -43.556972025714614 ], [ 172.746167533511709, -43.557017341188036 ], [ 172.746180496751919, -43.557050723113178 ], [ 172.746190134196155, -43.557096009491246 ], [ 172.746209309140397, -43.557210405696829 ], [ 172.74622868411609, -43.5572771549922 ], [ 172.746235035808155, -43.557324816438999 ], [ 172.746247949164484, -43.557370110081038 ], [ 172.746257646690424, -43.557401102379934 ], [ 172.746273915882398, -43.557427344527156 ], [ 172.746286889263956, -43.557458344093021 ], [ 172.746286769314821, -43.557486932235214 ], [ 172.746276811860298, -43.557517880913778 ], [ 172.746263548567242, -43.557555969356677 ], [ 172.746269770360783, -43.557634601285905 ], [ 172.746285979645165, -43.557675137501114 ], [ 172.746285839702921, -43.557708490332395 ], [ 172.746285609797269, -43.557763284269079 ], [ 172.746278848177923, -43.557813298975987 ], [ 172.746288575777186, -43.557837144234938 ], [ 172.746294977551173, -43.557872893948918 ], [ 172.746304625204601, -43.557915797966352 ], [ 172.746304525252384, -43.55793962141631 ], [ 172.746343575728332, -43.558001649606666 ], [ 172.74635652928103, -43.558037413851821 ], [ 172.746359645256177, -43.558075538638484 ], [ 172.74637916056372, -43.558108935070351 ], [ 172.746408483521293, -43.558147117987019 ], [ 172.746414835443318, -43.55819477941715 ], [ 172.746440762710023, -43.558261543197851 ], [ 172.746473321704201, -43.55830926274168 ], [ 172.746502594880099, -43.558359357357531 ], [ 172.746505770887751, -43.558383188069293 ], [ 172.746535213893281, -43.558392782814117 ], [ 172.746535094057634, -43.558421370952203 ], [ 172.746554509717299, -43.558478590800753 ], [ 172.746567453510693, -43.558516737364364 ], [ 172.746635887849067, -43.558602654247707 ], [ 172.74665203774498, -43.558657484473919 ], [ 172.746645346199585, -43.558690822782012 ], [ 172.746635378744884, -43.558724153829942 ], [ 172.746615563601409, -43.558762227786161 ], [ 172.746598874579888, -43.558836044169482 ], [ 172.746582375224932, -43.558864596001008 ], [ 172.746539628620752, -43.5589026191128 ], [ 172.746506789604439, -43.558921605241594 ], [ 172.746467388751142, -43.558942959176782 ], [ 172.746434469766598, -43.558981004041243 ], [ 172.746401600699414, -43.559007137173104 ], [ 172.746385111196787, -43.559033306630418 ], [ 172.746381765330227, -43.559049975775402 ], [ 172.74637185762802, -43.559069012730589 ], [ 172.746345650263805, -43.559068954590167 ], [ 172.746316146988818, -43.559073653864047 ], [ 172.746293135574916, -43.559092661736415 ], [ 172.74628322783775, -43.559111698683687 ], [ 172.746260176409407, -43.559140235927167 ], [ 172.74622079532449, -43.559156825087058 ], [ 172.746171576438769, -43.559175774759375 ], [ 172.74610263193324, -43.559211357173581 ], [ 172.746059914798025, -43.559242233069114 ], [ 172.746033617302146, -43.559263615956532 ], [ 172.746004103900702, -43.55927069749383 ], [ 172.745987634170262, -43.559292102203294 ], [ 172.74594819285349, -43.559322985334525 ], [ 172.745905315377286, -43.559391978680445 ], [ 172.745878947673958, -43.559430037941517 ], [ 172.745859231954398, -43.559444288317415 ], [ 172.745816534560191, -43.559470399431518 ], [ 172.745800044677452, -43.5594965688014 ], [ 172.745777012907098, -43.559520341256146 ], [ 172.745763808956895, -43.559544135560522 ], [ 172.745744083155103, -43.559560768260347 ], [ 172.745721061356988, -43.559582158359262 ], [ 172.745704581421762, -43.5596059453705 ], [ 172.745684775421608, -43.559641636813168 ], [ 172.745681319103369, -43.559684511721002 ], [ 172.74569755859531, -43.559717900973027 ], [ 172.745700704295501, -43.559748878733274 ], [ 172.745707166035317, -43.559770334403126 ], [ 172.745723405564348, -43.559803723651086 ], [ 172.745746267160484, -43.559820451058528 ], [ 172.745765832773031, -43.559841935864938 ], [ 172.745788704411524, -43.559856280919725 ], [ 172.74581482197911, -43.559877780285511 ], [ 172.745844285628948, -43.559882610519089 ], [ 172.745873779322153, -43.559880293712808 ], [ 172.745896741108595, -43.55987319764909 ], [ 172.74592290877672, -43.559882785269693 ], [ 172.745922778634394, -43.559913755743018 ], [ 172.745906308699006, -43.559935160437846 ], [ 172.745906228606032, -43.559954219190473 ], [ 172.745912680429115, -43.559978057192275 ], [ 172.745919132257143, -43.560001895193615 ], [ 172.745912450167083, -43.560032851105532 ], [ 172.745896000219489, -43.560049491110263 ], [ 172.745886132249097, -43.560058998643136 ], [ 172.745882736124031, -43.560087579490101 ], [ 172.745872808067332, -43.560111381085775 ], [ 172.745866065861549, -43.56015663105822 ], [ 172.745852831764807, -43.560187572401887 ], [ 172.74583952755404, -43.560235190151438 ], [ 172.745829529352591, -43.560275668150162 ], [ 172.74583596115005, -43.560304270842778 ], [ 172.74584243301058, -43.560323344159279 ], [ 172.745861978792249, -43.56034959363565 ], [ 172.745858612679712, -43.560371027448717 ], [ 172.745845438616783, -43.560387674726925 ], [ 172.745828928464874, -43.560418608783927 ], [ 172.74582552227676, -43.560449571971141 ], [ 172.745835210057976, -43.560482946633627 ], [ 172.745844947920943, -43.560504409575969 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "max", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.452687804966147", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731261981150993, -43.506283661767377 ], [ 172.731287838034575, -43.506357576581856 ], [ 172.731294267920674, -43.506383797966492 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.452687804966147", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731300792918205, -43.506388578077342 ], [ 172.731330176552234, -43.506405323844142 ], [ 172.731343194861694, -43.506422031152468 ], [ 172.731352950674506, -43.506436348405515 ], [ 172.731366000691196, -43.506445908620108 ], [ 172.731385586287956, -43.506457866575516 ], [ 172.731408402710741, -43.506479361670934 ], [ 172.731447447211252, -43.506531865927982 ], [ 172.731489638136566, -43.506612966221546 ], [ 172.731525187981021, -43.506715492400964 ], [ 172.731589879068167, -43.506889558629226 ], [ 172.73165774864583, -43.507085073769524 ], [ 172.731660842341711, -43.507125581630071 ], [ 172.73165090693081, -43.507151764583462 ], [ 172.731601673090637, -43.50718262007193 ], [ 172.731565531644321, -43.507213506276322 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "seawall", "Source": "max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.32751717830594", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731562237418586, -43.507218263318933 ], [ 172.731601071408903, -43.507318414785964 ], [ 172.731672299048711, -43.507494878680959 ], [ 172.731740211763309, -43.50768086430103 ], [ 172.731779056890019, -43.507778633337786 ], [ 172.731788728633688, -43.507812009456757 ], [ 172.731795201081695, -43.507828701354718 ], [ 172.731804893938204, -43.507857312745678 ], [ 172.731808135440303, -43.507864467512604 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "max", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "2.421219085233173", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731808135440303, -43.507864467512604 ], [ 172.731824511718798, -43.5078621235348 ], [ 172.731853970033853, -43.507862192622582 ], [ 172.731873566729263, -43.507871768129682 ], [ 172.731902972328214, -43.507883749020849 ], [ 172.731922526864679, -43.507902853972318 ], [ 172.73193880826409, -43.507921951246914 ], [ 172.731941986529392, -43.507943400189106 ], [ 172.731951700558, -43.507967246840948 ], [ 172.731977811983711, -43.507983984765879 ], [ 172.732000671350988, -43.507995950286755 ], [ 172.732016910640908, -43.508024577002665 ], [ 172.732026614172526, -43.508050806011049 ], [ 172.73203944332576, -43.508110395773194 ], [ 172.73205569320271, -43.50813664012005 ], [ 172.732071900943112, -43.508172413916952 ], [ 172.732084877686304, -43.508198650589598 ], [ 172.732101117069959, -43.508227277292811 ], [ 172.732107579111613, -43.508246351535277 ], [ 172.732120534814413, -43.508277352929767 ], [ 172.732130248966314, -43.508301199565359 ], [ 172.732130143612181, -43.508325023195979 ], [ 172.732143152017755, -43.50834411277232 ], [ 172.732159328261901, -43.508387033644908 ], [ 172.732168926573252, -43.508437086270085 ], [ 172.732178577568163, -43.50847522707906 ], [ 172.732198079717762, -43.508506243797164 ], [ 172.73221763454751, -43.50852534869685 ], [ 172.732220802410239, -43.508549179992343 ], [ 172.73222068655889, -43.508575385985075 ], [ 172.732233684514966, -43.508596857913467 ], [ 172.732249829297501, -43.508646925860539 ], [ 172.732282455888395, -43.508670826133105 ], [ 172.732279066871882, -43.508697024461497 ], [ 172.732282234767467, -43.508720855754667 ], [ 172.732278877337109, -43.508739906994094 ], [ 172.732265689790239, -43.508761317603671 ], [ 172.732265595017964, -43.508782758869756 ], [ 172.732278593034124, -43.5088042307924 ], [ 172.732285044662888, -43.508825687386093 ], [ 172.73230789387938, -43.508840035207641 ], [ 172.73233070099576, -43.508863912476102 ], [ 172.732327364628247, -43.508878198990764 ], [ 172.732337089484332, -43.508899663243866 ], [ 172.732359875581409, -43.508928305232033 ], [ 172.732372863135936, -43.508952159506428 ], [ 172.732421803350775, -43.508988009858008 ], [ 172.732454324963641, -43.509035733709005 ], [ 172.732483626024276, -43.509071538078324 ], [ 172.732499855307481, -43.509102547084417 ], [ 172.73250955921884, -43.509128776047838 ], [ 172.732519305220194, -43.509145475559194 ], [ 172.732548616891364, -43.509178897548637 ], [ 172.732535376744352, -43.509212220001515 ], [ 172.732548353909124, -43.509238456617894 ], [ 172.732561299528641, -43.50927184032092 ], [ 172.732574234644062, -43.509307606385072 ], [ 172.732580675912288, -43.509331445323333 ], [ 172.73256749886076, -43.509350473602716 ], [ 172.732583770332838, -43.509371953144893 ], [ 172.732590232646942, -43.509391027356969 ], [ 172.732590169540657, -43.509405321533151 ], [ 172.732599884056356, -43.509429168125088 ], [ 172.732603010046148, -43.509462528857433 ], [ 172.732615997810086, -43.509486383102519 ], [ 172.732628943519245, -43.509519766796693 ], [ 172.73264516248031, -43.509553158142857 ], [ 172.732661423519119, -43.509577020036041 ], [ 172.732667906908773, -43.509591329517889 ], [ 172.732677558398393, -43.509629470278313 ], [ 172.732687241442051, -43.509660463949899 ], [ 172.732703492012718, -43.509686708199339 ], [ 172.732709901832038, -43.509717694216768 ], [ 172.7327163431965, -43.509741533145956 ], [ 172.732732593801387, -43.509767777390984 ], [ 172.732752086136543, -43.50980117637193 ], [ 172.732774872767322, -43.509829818274255 ], [ 172.732761716689737, -43.509844081849153 ], [ 172.732774694086686, -43.509870318437542 ], [ 172.732787734555615, -43.509882260849146 ], [ 172.732804048285885, -43.509894210908413 ], [ 172.732803911662415, -43.509925181621242 ], [ 172.732803848605357, -43.509939475796344 ], [ 172.732823372560944, -43.509965727676892 ], [ 172.732829803487476, -43.509991948961286 ], [ 172.732842791453322, -43.510015803178931 ], [ 172.732865609728719, -43.510037297974968 ], [ 172.732885154755166, -43.51005878511971 ], [ 172.732898100733621, -43.51009216878073 ], [ 172.732920835017467, -43.510132722465272 ], [ 172.732943516811105, -43.510185187957283 ], [ 172.732962977885876, -43.510225733987753 ], [ 172.732972713684489, -43.51024481582045 ], [ 172.732979134202054, -43.510273419457832 ], [ 172.732979050180063, -43.510292478357059 ], [ 172.732988743984833, -43.510321089637792 ], [ 172.733001711079567, -43.510349708561094 ], [ 172.733017982972683, -43.510371188038768 ], [ 172.733024445528741, -43.510390262223602 ], [ 172.733024340518654, -43.510414085847245 ], [ 172.733040622937324, -43.51043318295919 ], [ 172.733053621579984, -43.510454654789157 ], [ 172.733053537580929, -43.510473713687894 ], [ 172.733056642872157, -43.510511839127169 ], [ 172.733079419414054, -43.510542863328624 ], [ 172.733098828202913, -43.510595321145459 ], [ 172.733095439427615, -43.510621519489852 ], [ 172.733111700928873, -43.51064538131574 ], [ 172.733111574956808, -43.510673969662996 ], [ 172.73313745694071, -43.51074311928857 ], [ 172.73317331633055, -43.510776556390503 ], [ 172.73316010766078, -43.510802731819716 ], [ 172.733173043452609, -43.510838497808294 ], [ 172.733182716445327, -43.510871873794692 ], [ 172.733215145219731, -43.510941038677288 ], [ 172.733231385867271, -43.510969665209487 ], [ 172.733250826399853, -43.511014975910847 ], [ 172.733270308927644, -43.511050757160049 ], [ 172.733312536884767, -43.511124709644896 ], [ 172.733325420387303, -43.51117238742512 ], [ 172.733331809700076, -43.511208138124999 ], [ 172.733348050473808, -43.511236764639598 ], [ 172.73337080646067, -43.511272553504305 ], [ 172.733380458655972, -43.511310694195991 ], [ 172.733377017523452, -43.511348804355876 ], [ 172.733376891673515, -43.511377392700219 ], [ 172.733376818260979, -43.511394069234356 ], [ 172.733379986724515, -43.511417900487317 ], [ 172.733379871363098, -43.511444106469334 ], [ 172.733369967440382, -43.511463142466397 ], [ 172.733376430222251, -43.511482216628281 ], [ 172.733402512094187, -43.51150610130842 ], [ 172.73342534161327, -43.511525213627166 ], [ 172.733415416719367, -43.511549014351793 ], [ 172.733425163357055, -43.51156571378052 ], [ 172.733444698588102, -43.511589583187565 ], [ 172.73345773955802, -43.511601525520483 ], [ 172.733467496699774, -43.511615842583559 ], [ 172.733457592776261, -43.511634878587621 ], [ 172.733444373555216, -43.51166343640746 ], [ 172.733473718401228, -43.511689711063767 ], [ 172.733476918368865, -43.511706395227229 ], [ 172.733489885987893, -43.511735014089595 ], [ 172.733496306904357, -43.511763617691528 ], [ 172.733509285027139, -43.511789854189601 ], [ 172.733525599412246, -43.511801804143595 ], [ 172.733535356602118, -43.511816121200503 ], [ 172.73353530419493, -43.511828033009841 ], [ 172.733551597633834, -43.51184474768381 ], [ 172.73355476618886, -43.511868578930304 ], [ 172.733548146096098, -43.511885240207292 ], [ 172.733548062248445, -43.511904299102014 ], [ 172.733564324270276, -43.511928160859512 ], [ 172.733587195916755, -43.511937743697757 ], [ 172.733600216031618, -43.511954450737605 ], [ 172.733600121721224, -43.511975891993984 ], [ 172.733600079805456, -43.511985421441267 ], [ 172.733619594283795, -43.51201405554081 ], [ 172.733609690342291, -43.512033091556667 ], [ 172.733616163737935, -43.512049783341666 ], [ 172.733625910510966, -43.512066482752161 ], [ 172.733652034639846, -43.512080837926753 ], [ 172.733661791904296, -43.512095154972357 ], [ 172.733645309778183, -43.512121322826466 ], [ 172.73363871063728, -43.512133219384467 ], [ 172.733638626817395, -43.512152278278492 ], [ 172.733661404270777, -43.512183302357471 ], [ 172.733674445410827, -43.512195244664852 ], [ 172.733687413226875, -43.512223863502889 ], [ 172.733697118146438, -43.512250092353796 ], [ 172.733710075510118, -43.51228109355074 ], [ 172.733716391842336, -43.512333520754929 ], [ 172.733729317811537, -43.512371669034316 ], [ 172.733712835638727, -43.512397836896803 ], [ 172.733712720417373, -43.512424042875004 ], [ 172.733719193882735, -43.512440734653204 ], [ 172.733758453665729, -43.512445590848635 ], [ 172.733781315066125, -43.512457556009394 ], [ 172.733804145062294, -43.512476668250599 ], [ 172.733817123469862, -43.512502904711155 ], [ 172.733813766306582, -43.512521955983736 ], [ 172.733826734257718, -43.512550574804671 ], [ 172.733839733630276, -43.512572046539191 ], [ 172.733855943599792, -43.512607820061177 ], [ 172.733862343841992, -43.512641188362025 ], [ 172.733875332778069, -43.512665042453825 ], [ 172.733894889474669, -43.512684147057598 ], [ 172.733907909834045, -43.51270085406086 ], [ 172.733917625391371, -43.512724700529738 ], [ 172.733924088478489, -43.512743774657245 ], [ 172.733930551569699, -43.512762848784341 ], [ 172.733923921014707, -43.512781892442035 ], [ 172.733920584802377, -43.512796178993803 ], [ 172.733933626125065, -43.512808121270808 ], [ 172.733946688384094, -43.51281529882327 ], [ 172.733966276546056, -43.512827256329928 ], [ 172.733988928852114, -43.51288686867926 ], [ 172.733985550792738, -43.51291068467868 ], [ 172.733965847486218, -43.512924933151865 ], [ 172.733972310609602, -43.512944007276083 ], [ 172.733991898818175, -43.512955964778193 ], [ 172.734014749994088, -43.512970312253323 ], [ 172.734021192212168, -43.512994151097615 ], [ 172.733991647684519, -43.51301314145347 ], [ 172.733975207307282, -43.513029779904855 ], [ 172.733971829234235, -43.51305359590323 ], [ 172.733968451158546, -43.513077411901413 ], [ 172.733981419300534, -43.513106030702502 ], [ 172.73401410128605, -43.513118018663185 ], [ 172.734023827414063, -43.513139482760174 ], [ 172.734020438890951, -43.513165681120981 ], [ 172.734030144103855, -43.513191909940062 ], [ 172.734046448506604, -43.51320624217945 ], [ 172.734056226967368, -43.513215794466504 ], [ 172.734095445440374, -43.513230179992497 ], [ 172.734124854078061, -43.513242160308863 ], [ 172.734124770407902, -43.513261219199919 ], [ 172.734121423757102, -43.513277888117784 ], [ 172.734137686371412, -43.513301749789505 ], [ 172.734144055466288, -43.513342265155188 ], [ 172.734121099530313, -43.513351741319831 ], [ 172.734117731955138, -43.513373174959945 ], [ 172.734127437243018, -43.51339940377003 ], [ 172.734127343114523, -43.513420845021912 ], [ 172.734130543351426, -43.513437529162708 ], [ 172.73414028002972, -43.513456610887523 ], [ 172.734176246142312, -43.51346622405169 ], [ 172.734189308571814, -43.513473401576036 ], [ 172.734169584215152, -43.513492414805143 ], [ 172.734166237563585, -43.51350908372364 ], [ 172.734166164362932, -43.513525760252605 ], [ 172.734179164063647, -43.513547231945708 ], [ 172.734198773419621, -43.513554424689197 ], [ 172.734224929689873, -43.51356163264736 ], [ 172.734241234237942, -43.513575964858404 ], [ 172.734221499408903, -43.513597360457382 ], [ 172.734195269930837, -43.513606829027211 ], [ 172.734214785209815, -43.513635463019121 ], [ 172.7342277326768, -43.513668846512559 ], [ 172.734243964074608, -43.513699855251588 ], [ 172.734247174812168, -43.513714157027238 ], [ 172.734237281241519, -43.513730810730387 ], [ 172.734233892776416, -43.513757009094924 ], [ 172.734243629538184, -43.513776090810097 ], [ 172.734250030114424, -43.513809459083284 ], [ 172.734279449516492, -43.513819056998287 ], [ 172.734285986001282, -43.513821454574057 ], [ 172.734292480677055, -43.513833381594168 ], [ 172.734292417962706, -43.513847675761191 ], [ 172.734285776948354, -43.513869101797404 ], [ 172.734292240271884, -43.513888175900874 ], [ 172.734305313257892, -43.513892971050574 ], [ 172.7343347327093, -43.513902568951352 ], [ 172.73434775345055, -43.513919275901934 ], [ 172.734370563276087, -43.513943152749285 ], [ 172.734380268763715, -43.51396938153578 ], [ 172.734393258186429, -43.513993235564456 ], [ 172.734409500203071, -43.514021861917541 ], [ 172.734425763129451, -43.514045723545998 ], [ 172.734435489550918, -43.514067187605256 ], [ 172.734448489462523, -43.51408865926625 ], [ 172.734438574991998, -43.514110077707876 ], [ 172.734441723117101, -43.514138673643664 ], [ 172.734448134286282, -43.514169659542951 ], [ 172.734444766779944, -43.514191093189801 ], [ 172.734434873184966, -43.514207746908582 ], [ 172.734431505671779, -43.514229180554885 ], [ 172.734457641368948, -43.514241153181842 ], [ 172.734464052556859, -43.514272139079743 ], [ 172.734480273790837, -43.514305530143659 ], [ 172.734480169339122, -43.514329353753745 ], [ 172.734476843616221, -43.514341257956964 ], [ 172.734486559657768, -43.514365104371919 ], [ 172.734499580539818, -43.514381811304247 ], [ 172.73447986642833, -43.514398442222372 ], [ 172.734499382095322, -43.514427076162747 ], [ 172.734515634721419, -43.514453320138067 ], [ 172.734531918691118, -43.514472417028131 ], [ 172.734528572083747, -43.51448908595448 ], [ 172.734538288169148, -43.514512932364518 ], [ 172.734548046032472, -43.514527249329937 ], [ 172.734561056524143, -43.51454633861583 ], [ 172.734560993871668, -43.514560632781368 ], [ 172.734564173402845, -43.514582081629008 ], [ 172.734580457422339, -43.51460117851186 ], [ 172.734583636962498, -43.51462262735884 ], [ 172.734570480263216, -43.514636891128262 ], [ 172.734576964640297, -43.514651200491755 ], [ 172.734603079667181, -43.514667937806891 ], [ 172.734612827130547, -43.514684637127381 ], [ 172.734609480533408, -43.514701306055485 ], [ 172.734599534696514, -43.514729871591214 ], [ 172.734625691521899, -43.514737079457639 ], [ 172.734642017358112, -43.514746646887936 ], [ 172.734658322322872, -43.514760979037632 ], [ 172.734661522775127, -43.514777663160231 ], [ 172.734671259834357, -43.514796744836353 ], [ 172.734694028368779, -43.514830151059989 ], [ 172.734710333368241, -43.514844483202133 ], [ 172.734720060017594, -43.51486594723476 ], [ 172.73471988260647, -43.514906447368631 ], [ 172.734716442101274, -43.514944557546407 ], [ 172.734716369048442, -43.514961234071905 ], [ 172.734713022464121, -43.514977903002283 ], [ 172.734703128813265, -43.51499455674184 ], [ 172.734696508690178, -43.515011218076133 ], [ 172.734722613469046, -43.515030337724156 ], [ 172.734752012669276, -43.515044700238725 ], [ 172.734761739365211, -43.515066164267175 ], [ 172.734764960730217, -43.515078083664626 ], [ 172.734758288442265, -43.515106656805948 ], [ 172.734781098875004, -43.515130533567969 ], [ 172.734797372676667, -43.515152012779353 ], [ 172.734810383380335, -43.515171102035339 ], [ 172.734810289487797, -43.515192543281728 ], [ 172.734800374962447, -43.515213961750455 ], [ 172.734816586199571, -43.515249735122985 ], [ 172.734842555512472, -43.51529982543186 ], [ 172.734862029917593, -43.515337988749621 ], [ 172.734888061882742, -43.515373784883771 ], [ 172.734901030946247, -43.51540240357145 ], [ 172.734913916593797, -43.515450081142482 ], [ 172.734933411947395, -43.515483479726115 ], [ 172.734943086640385, -43.51551685554081 ], [ 172.73495600362574, -43.515557386024582 ], [ 172.734969004039527, -43.515578857622074 ], [ 172.734995140424758, -43.515590830125113 ], [ 172.735014635868083, -43.515624228694293 ], [ 172.735017836463072, -43.515640912804756 ], [ 172.735027532075691, -43.51566952389048 ], [ 172.735047048408774, -43.515698157732722 ], [ 172.735053533011012, -43.515712467067118 ], [ 172.735066533492443, -43.515733938653113 ], [ 172.73506318696073, -43.515750607591606 ], [ 172.735072861767293, -43.515783983394044 ], [ 172.735082526162444, -43.515819741555994 ], [ 172.735092180147177, -43.515857882077412 ], [ 172.735108381306389, -43.515896037765877 ], [ 172.735111488152882, -43.515934163117173 ], [ 172.735114657528072, -43.51595799430546 ], [ 172.735134153154632, -43.515991392852598 ], [ 172.735147101626325, -43.516024776230736 ], [ 172.735166534779296, -43.516072468934475 ], [ 172.735192494313765, -43.516124941518719 ], [ 172.735205369924614, -43.516175001412243 ], [ 172.735221571239038, -43.516213157082952 ], [ 172.735247499633886, -43.516272776734674 ], [ 172.735263617680118, -43.516329991281452 ], [ 172.735273251029383, -43.516372896505281 ], [ 172.735286210072587, -43.516403897505555 ], [ 172.735299169129007, -43.516434898504222 ], [ 172.735308823346514, -43.516473039003849 ], [ 172.735325066456028, -43.516501665217248 ], [ 172.735338098438632, -43.516515989689339 ], [ 172.735347804752621, -43.516542218384046 ], [ 172.73536733192779, -43.516568469808092 ], [ 172.735383585500841, -43.51659471365263 ], [ 172.735380186954586, -43.516623294399075 ], [ 172.735383335649345, -43.51665189029783 ], [ 172.735399578841623, -43.516680516500003 ], [ 172.735412506786588, -43.516718664565147 ], [ 172.735431992411918, -43.516754445418258 ], [ 172.735444951617183, -43.516785446398863 ], [ 172.735448069126534, -43.516821189375555 ], [ 172.735467429918458, -43.516885558543649 ], [ 172.735483621179526, -43.51692609653351 ], [ 172.735503127724854, -43.516957112653259 ], [ 172.735525918335497, -43.5169857539817 ], [ 172.735538867233345, -43.517019137310754 ], [ 172.735538763188202, -43.51704296091151 ], [ 172.735548469672523, -43.51706918958719 ], [ 172.735558186569023, -43.517093035901873 ], [ 172.735577734818065, -43.517114522568072 ], [ 172.735571031474478, -43.517150242827121 ], [ 172.735574211495077, -43.51717169163819 ], [ 172.735590465318552, -43.517197935451179 ], [ 172.735606719156095, -43.517224179261795 ], [ 172.735636067625819, -43.51725045334684 ], [ 172.735652331897285, -43.517274314790797 ], [ 172.73566858578198, -43.517300558592389 ], [ 172.735671745046005, -43.517326772120235 ], [ 172.735671620253186, -43.517355360439915 ], [ 172.735671516259032, -43.517379184039527 ], [ 172.735700854433532, -43.517407840467442 ], [ 172.735726970957415, -43.517424577521659 ], [ 172.735730140650048, -43.517448408687478 ], [ 172.735736594408593, -43.517469865059418 ], [ 172.735746332235806, -43.517488946636966 ], [ 172.735752744419273, -43.517519932447534 ], [ 172.735765724742407, -43.517546168668659 ], [ 172.735791830949012, -43.517565288067743 ], [ 172.735798232769127, -43.517598656235307 ], [ 172.735814445227987, -43.517634429454539 ], [ 172.735814299713411, -43.51766778249273 ], [ 172.735827238521011, -43.517703548145747 ], [ 172.735833681947582, -43.517727386871258 ], [ 172.73583683091141, -43.517755982752689 ], [ 172.735839927913418, -43.51779649043295 ], [ 172.735830013320992, -43.517817908981002 ], [ 172.735820098721518, -43.51783932752808 ], [ 172.735826552553021, -43.517860783893667 ], [ 172.735839522587497, -43.517889402464917 ], [ 172.735862334490548, -43.517913279003373 ], [ 172.73586549386917, -43.517939492523382 ], [ 172.735875200636968, -43.517965721167919 ], [ 172.735888170716748, -43.517994339733207 ], [ 172.735894634979473, -43.518013413734742 ], [ 172.735901057683691, -43.518042017174757 ], [ 172.735920585579692, -43.518068268499277 ], [ 172.735943418359767, -43.518087380301651 ], [ 172.735956430051516, -43.518106469419962 ], [ 172.735972694677713, -43.518130330815708 ], [ 172.735966012227891, -43.518161286372504 ], [ 172.735979013554896, -43.518182757847697 ], [ 172.736001867169932, -43.518197104918855 ], [ 172.736021467861093, -43.518206679707966 ], [ 172.73602140554533, -43.518220973866022 ], [ 172.736031153967645, -43.518237673057655 ], [ 172.736047439428233, -43.51825676972306 ], [ 172.736073577181145, -43.518268741977451 ], [ 172.736109494545502, -43.518290266331796 ], [ 172.736151876312562, -43.518330864661067 ], [ 172.736164815459517, -43.518366630272617 ], [ 172.736161396417401, -43.518399975753326 ], [ 172.736174345964571, -43.518433359003815 ], [ 172.736184042564787, -43.518461969980009 ], [ 172.73618066504676, -43.518485786022417 ], [ 172.736160950053915, -43.518502417216176 ], [ 172.736154278039123, -43.518530990422505 ], [ 172.736154194992338, -43.518550049299044 ], [ 172.736170449434667, -43.518576293024822 ], [ 172.736183450922709, -43.518597764475651 ], [ 172.736196431661483, -43.518624000644003 ], [ 172.736202864950712, -43.518650221705009 ], [ 172.736196224076821, -43.518671647834523 ], [ 172.73620593110391, -43.5186978764483 ], [ 172.736212354026293, -43.518726479867929 ], [ 172.736238460881481, -43.518745599162749 ], [ 172.736261314770019, -43.518759946181319 ], [ 172.73627434745805, -43.518774270542828 ], [ 172.736264432857354, -43.518795689124865 ], [ 172.736270855817565, -43.518824292540835 ], [ 172.736296890105876, -43.518860088338336 ], [ 172.736306576456457, -43.518891081661771 ], [ 172.736299904466591, -43.518919654874729 ], [ 172.736286726480529, -43.518938683548406 ], [ 172.736289917221256, -43.518957749974319 ], [ 172.736312760827104, -43.518974479341722 ], [ 172.736312677828892, -43.518993538216961 ], [ 172.736332226956591, -43.519015024749258 ], [ 172.736345249342548, -43.519031731461645 ], [ 172.736351703485241, -43.519053187793908 ], [ 172.736354914998628, -43.51906748949893 ], [ 172.736361358775611, -43.519091328189887 ], [ 172.736374350068758, -43.5191151819769 ], [ 172.736393930372373, -43.519129521420275 ], [ 172.736406900944218, -43.519158139922169 ], [ 172.736423093435178, -43.519198677765992 ], [ 172.736432759163421, -43.519234435795845 ], [ 172.736448982800425, -43.519267826557623 ], [ 172.736452142500895, -43.51929404005601 ], [ 172.736445470534392, -43.519322613275506 ], [ 172.736442103439316, -43.519344046962907 ], [ 172.736451841787698, -43.519363128475433 ], [ 172.736471391083569, -43.519384614982968 ], [ 172.736497519038892, -43.51939896949883 ], [ 172.736520321401116, -43.519425228261078 ], [ 172.736529987222326, -43.519460986281523 ], [ 172.736542968294714, -43.519487222407449 ], [ 172.736536306715493, -43.519513413272094 ], [ 172.736552561580282, -43.519539656940239 ], [ 172.736545879267709, -43.51957061252363 ], [ 172.736568640255484, -43.519606400712426 ], [ 172.736588168942717, -43.519632651917803 ], [ 172.736601150076751, -43.51965888803646 ], [ 172.736607583649146, -43.519685109070664 ], [ 172.736617322104081, -43.519704190568213 ], [ 172.736623776413836, -43.519725646883032 ], [ 172.736640052097471, -43.519747125819677 ], [ 172.736646475333998, -43.519775729210487 ], [ 172.736639730869513, -43.519820978952879 ], [ 172.736639658333985, -43.519837655466702 ], [ 172.736655934053175, -43.519859134400775 ], [ 172.736668935986927, -43.519880605792707 ], [ 172.73668515992577, -43.519913996517964 ], [ 172.7366948466412, -43.519944989803719 ], [ 172.73670129064385, -43.51996882847245 ], [ 172.736714271898364, -43.519995064577024 ], [ 172.736730537327418, -43.520018925859127 ], [ 172.736750035143302, -43.520052324112569 ], [ 172.73676623845779, -43.520090479543605 ], [ 172.736782462505971, -43.520123870254125 ], [ 172.736795402403828, -43.520159635784999 ], [ 172.736811636842049, -43.52019064413205 ], [ 172.736827850586963, -43.520226417194642 ], [ 172.736847244980765, -43.520283639020313 ], [ 172.736863407003398, -43.520331323872149 ], [ 172.736869747579277, -43.520378986119383 ], [ 172.736885971761183, -43.520412376813859 ], [ 172.736895627600887, -43.520450517157073 ], [ 172.736905314508647, -43.520481510422584 ], [ 172.736931370582539, -43.520512541350222 ], [ 172.736944362402824, -43.52053639506785 ], [ 172.73695734388329, -43.520562631142816 ], [ 172.736957219683404, -43.520591219449209 ], [ 172.736973423271166, -43.520629374847985 ], [ 172.736992921416174, -43.520662773057296 ], [ 172.737009145741354, -43.520696163732985 ], [ 172.737018822398397, -43.52072953934659 ], [ 172.737005633893006, -43.520750950455437 ], [ 172.737018636140931, -43.520772421805063 ], [ 172.737034912244496, -43.520793900682648 ], [ 172.737064273404428, -43.520817792031899 ], [ 172.737077254996649, -43.520844028092228 ], [ 172.737093489761293, -43.52087503639639 ], [ 172.737096629132139, -43.520906014588007 ], [ 172.73711288461115, -43.520932258171655 ], [ 172.737116013650876, -43.52096561872122 ], [ 172.73712892289322, -43.521008531286178 ], [ 172.737145157728037, -43.521039539582269 ], [ 172.737154813829221, -43.521077679900088 ], [ 172.737170976303247, -43.521125364702975 ], [ 172.737187149143722, -43.521170667144574 ], [ 172.737200027457533, -43.521220726776143 ], [ 172.7372096836217, -43.521258867088264 ], [ 172.737225928904081, -43.521287493013183 ], [ 172.73723888998785, -43.521318493770664 ], [ 172.737232249183023, -43.521339919950513 ], [ 172.737238714221633, -43.521358993866862 ], [ 172.737264832871318, -43.521375730563648 ], [ 172.737271266910142, -43.521401951553798 ], [ 172.737261352226909, -43.521423370212212 ], [ 172.737244900112103, -43.521442391464205 ], [ 172.737261145460025, -43.521471017383362 ], [ 172.737283959267586, -43.521494893628102 ], [ 172.737297003120688, -43.521506835509769 ], [ 172.737283793867931, -43.521533011364667 ], [ 172.737296744696295, -43.521566394472956 ], [ 172.737309695538897, -43.521599777579652 ], [ 172.737325899615882, -43.521637932922992 ], [ 172.737358390507723, -43.521695184734412 ], [ 172.737374584306707, -43.521735722428794 ], [ 172.737400599826373, -43.521776282678481 ], [ 172.737406992634817, -43.521812033093163 ], [ 172.73741341644822, -43.521840636432017 ], [ 172.737436199459751, -43.521871659720567 ], [ 172.737442643955887, -43.521895498340719 ], [ 172.737422959190297, -43.521904982665014 ], [ 172.737406506994546, -43.521924003938452 ], [ 172.737399897180808, -43.521938283050616 ], [ 172.737376886815753, -43.521959671639479 ], [ 172.737363636159671, -43.521995376934761 ], [ 172.737373292548142, -43.522033517228458 ], [ 172.737383010951305, -43.522057363371168 ], [ 172.737402478779586, -43.522097908578964 ], [ 172.737405618368967, -43.522128886756022 ], [ 172.737412000883921, -43.522167019526606 ], [ 172.737415171479284, -43.522190850628228 ], [ 172.737431427438878, -43.52221709416191 ], [ 172.737434587712585, -43.522243307621068 ], [ 172.737434484394413, -43.522267131203598 ], [ 172.737447487117635, -43.52228860249997 ], [ 172.737460531173326, -43.52230054436184 ], [ 172.737486691608638, -43.522307751573429 ], [ 172.737502999276188, -43.522322083305355 ], [ 172.737522518911163, -43.522350716700124 ], [ 172.737545353806894, -43.522369828173666 ], [ 172.737558366918392, -43.522388917098972 ], [ 172.73756152725565, -43.522415130553988 ], [ 172.737564697922437, -43.5224389616506 ], [ 172.737574426791781, -43.522460425417542 ], [ 172.737590703543844, -43.522481904211318 ], [ 172.737616843423581, -43.522493876109479 ], [ 172.737636445759193, -43.522503450618771 ], [ 172.73766253404267, -43.522527334297408 ], [ 172.737695159908384, -43.522553615350049 ], [ 172.737711498654448, -43.522560799977406 ], [ 172.737747429461962, -43.522579941450815 ], [ 172.737744042001395, -43.522606139881361 ], [ 172.737750507334624, -43.522625213765288 ], [ 172.737776606033947, -43.522646715059508 ], [ 172.737760133108026, -43.522670501097409 ], [ 172.737776420300776, -43.52268959750613 ], [ 172.737802539671918, -43.522706334078009 ], [ 172.737831881426814, -43.52273498994154 ], [ 172.737815387864373, -43.522763540703259 ], [ 172.737805431878456, -43.522794488836062 ], [ 172.737828256713982, -43.522815982610361 ], [ 172.737857608849311, -43.522842256108795 ], [ 172.737886971324343, -43.522866147241579 ], [ 172.737903237982295, -43.522890008347957 ], [ 172.737932631435825, -43.52290675239469 ], [ 172.737952172084931, -43.522930620998032 ], [ 172.737955384177809, -43.522944922649884 ], [ 172.737961859924695, -43.522961614162931 ], [ 172.737948681574125, -43.522980643013739 ], [ 172.737951842110135, -43.523006856455751 ], [ 172.737955023272036, -43.523028305181548 ], [ 172.737964772996094, -43.523045004197563 ], [ 172.7379647008174, -43.523061680703705 ], [ 172.737961334045622, -43.523083114422633 ], [ 172.737954713923017, -43.52309977592197 ], [ 172.737961158751858, -43.523123614508627 ], [ 172.73797414122285, -43.523149850458772 ], [ 172.737996955941782, -43.523173726556514 ], [ 172.738019760369525, -43.523199985007651 ], [ 172.73803922898847, -43.523240530100907 ], [ 172.738052159978764, -43.523278677831549 ], [ 172.73806840619747, -43.523307303629018 ], [ 172.738074851092819, -43.523331142208569 ], [ 172.738074706794549, -43.523364495219447 ], [ 172.738087699672491, -43.523388348797944 ], [ 172.73812687416256, -43.523414644724213 ], [ 172.738126750502573, -43.523443233018959 ], [ 172.738126616537386, -43.523474203671427 ], [ 172.738123239494087, -43.523498019751514 ], [ 172.738132958425268, -43.523521865825714 ], [ 172.738168869328888, -43.523545771880954 ], [ 172.738194989177202, -43.523562508361898 ], [ 172.738224372736198, -43.523581634690544 ], [ 172.738250399913568, -43.523619812379344 ], [ 172.738269920318118, -43.523648445641975 ], [ 172.738299231854342, -43.523684248456 ], [ 172.738328564019497, -43.523715286546775 ], [ 172.738364238312187, -43.523793986769626 ], [ 172.738380350978616, -43.523853583171935 ], [ 172.738406388664799, -43.523889378466222 ], [ 172.738412782284541, -43.523925128813495 ], [ 172.738415953362704, -43.523948959881253 ], [ 172.738425631307138, -43.523982335360067 ], [ 172.738438572990219, -43.524018100685353 ], [ 172.738441713204764, -43.524049078825144 ], [ 172.738451442641406, -43.524070542512824 ], [ 172.738448127446986, -43.524080064454154 ], [ 172.73840876709329, -43.52409665107777 ], [ 172.738398872955145, -43.524113305109282 ], [ 172.738405276887846, -43.524146673097981 ], [ 172.738415016620962, -43.524165754430754 ], [ 172.738421461742632, -43.524189592987746 ], [ 172.738434434346544, -43.524218211239457 ], [ 172.738453872690485, -43.524265903329258 ], [ 172.738460276669173, -43.524299271314078 ], [ 172.738469913525819, -43.524342176217601 ], [ 172.73846646452364, -43.524382668807377 ], [ 172.738495827983911, -43.524406559779841 ], [ 172.738535034176579, -43.524425708491052 ], [ 172.73855135294977, -43.524437657712689 ], [ 172.738554524108366, -43.524461488774662 ], [ 172.738544629950212, -43.524478142817671 ], [ 172.738541314747806, -43.524487664760997 ], [ 172.738554328625895, -43.52450675356782 ], [ 172.73855747921229, -43.524535349344482 ], [ 172.7385573557508, -43.524563937634575 ], [ 172.738570297634482, -43.524599702941813 ], [ 172.738583270395793, -43.524628321174959 ], [ 172.738602760420804, -43.524664101449325 ], [ 172.738612438580674, -43.524697476908678 ], [ 172.738628675156519, -43.524728484978503 ], [ 172.738641668543153, -43.524752338489662 ], [ 172.738661312909073, -43.524752383391949 ], [ 172.738677518673086, -43.524790538526936 ], [ 172.738687176327204, -43.524828678694213 ], [ 172.738696895691874, -43.524852524716025 ], [ 172.738719670206223, -43.524885930094392 ], [ 172.738739160394118, -43.524921710344302 ], [ 172.738768441980454, -43.52496466010443 ], [ 172.738787963060958, -43.524993293273582 ], [ 172.738794357019657, -43.52502904359347 ], [ 172.738810604055544, -43.52505766927878 ], [ 172.738820323505223, -43.525081515289386 ], [ 172.73882020016552, -43.525110103577312 ], [ 172.738833203986729, -43.52513157470819 ], [ 172.738846187262567, -43.525157810552145 ], [ 172.738869003079145, -43.525181686470283 ], [ 172.738862362420463, -43.525203112730665 ], [ 172.738875376552699, -43.525222201499197 ], [ 172.738868705062401, -43.52525077483164 ], [ 172.738891500371636, -43.525279415459529 ], [ 172.738914305977062, -43.525305673725541 ], [ 172.738930522321198, -43.525341446464523 ], [ 172.738950043599175, -43.525370079604585 ], [ 172.738963026976364, -43.525396315434442 ], [ 172.738969472442676, -43.525420153956283 ], [ 172.738975917914019, -43.525443992477669 ], [ 172.738985627218199, -43.525470220830123 ], [ 172.739001853919518, -43.525503611200946 ], [ 172.73902138555377, -43.525529861971073 ], [ 172.73902450560044, -43.525565604801947 ], [ 172.739037478781484, -43.525594222979784 ], [ 172.739056948845189, -43.525634767886409 ], [ 172.739073185898064, -43.525665775889244 ], [ 172.739082864475023, -43.525699151303989 ], [ 172.739092573865975, -43.525725379646396 ], [ 172.73911204400838, -43.525765924542931 ], [ 172.739141418658477, -43.525787432989056 ], [ 172.73915769685641, -43.525808911550911 ], [ 172.739157532611699, -43.525847029264298 ], [ 172.739160724610571, -43.525866095590224 ], [ 172.739186804675597, -43.525892361269271 ], [ 172.739199757475461, -43.525925744141531 ], [ 172.739209466952985, -43.525951972473187 ], [ 172.739222409515151, -43.52598773769963 ], [ 172.739232098487435, -43.526018730743189 ], [ 172.739235239207034, -43.526049708851602 ], [ 172.739235218682353, -43.526054473565623 ], [ 172.739274364610168, -43.526087916163085 ], [ 172.739280800010931, -43.526114137021956 ], [ 172.739283951020582, -43.526142732771639 ], [ 172.739313346432766, -43.52615947645883 ], [ 172.739309949182427, -43.526188057277494 ], [ 172.739329501687337, -43.526209543278817 ], [ 172.739352359120488, -43.52622388966978 ], [ 172.739352143707009, -43.526273919165654 ], [ 172.739338944549957, -43.52629771287878 ], [ 172.739351928292933, -43.52632394866113 ], [ 172.73937148085642, -43.526345434654907 ], [ 172.739381210988228, -43.52636689825659 ], [ 172.739384351801334, -43.526397876359269 ], [ 172.739410462958347, -43.526416994915024 ], [ 172.739413624299743, -43.526443208302908 ], [ 172.739410186057881, -43.526481318550637 ], [ 172.73942318012584, -43.526505171967401 ], [ 172.73942957461523, -43.526540922243633 ], [ 172.739413091015138, -43.526567090859217 ], [ 172.73941300897107, -43.526586149713808 ], [ 172.739448983718688, -43.526595761219156 ], [ 172.739504521430945, -43.526624476326688 ], [ 172.739550287954557, -43.526641257248862 ], [ 172.739579642686209, -43.526667530294169 ], [ 172.739599113455228, -43.526708075102654 ], [ 172.739618594497699, -43.526746237550796 ], [ 172.739638096058144, -43.526779635281883 ], [ 172.739644541935121, -43.526803473760957 ], [ 172.739641165296774, -43.526827289873012 ], [ 172.739627966131508, -43.526851083617146 ], [ 172.73961804113182, -43.526874884816046 ], [ 172.739617948903827, -43.52689632602663 ], [ 172.73963092264799, -43.526924944131878 ], [ 172.739640611977308, -43.526955937136627 ], [ 172.739653555006242, -43.526991702309161 ], [ 172.739676259131386, -43.527041783984593 ], [ 172.73967937963846, -43.527077526789277 ], [ 172.739705358006546, -43.527127615912839 ], [ 172.739731418362993, -43.527158646177114 ], [ 172.739750817693135, -43.527215867453293 ], [ 172.73977023754307, -43.527268324012439 ], [ 172.739776693764725, -43.527289780125692 ], [ 172.739802743986814, -43.527323192729646 ], [ 172.739805885062964, -43.527354170816224 ], [ 172.739792685846453, -43.527377964577063 ], [ 172.739786024787549, -43.527404155596152 ], [ 172.739815379990176, -43.527430428578661 ], [ 172.73982837442, -43.527454281946284 ], [ 172.739847896800001, -43.527482914925272 ], [ 172.739864175702138, -43.527504393381939 ], [ 172.7398804853282, -43.527518724766701 ], [ 172.739883667403149, -43.527540173424164 ], [ 172.739883534317727, -43.527571144058683 ], [ 172.739903077234459, -43.527595012314833 ], [ 172.739922568987453, -43.527630792350003 ], [ 172.739942111938717, -43.527654660599303 ], [ 172.739945232632721, -43.527690403393379 ], [ 172.739954922243783, -43.527721396368051 ], [ 172.739974424301607, -43.5277547940373 ], [ 172.7399972517712, -43.527776287366613 ], [ 172.740006961887588, -43.527802515623641 ], [ 172.740013397784622, -43.527828736434671 ], [ 172.740036255990134, -43.527843082686779 ], [ 172.740039427905486, -43.527866913695291 ], [ 172.740029472203844, -43.527897861994781 ], [ 172.740022872580994, -43.527909758887155 ], [ 172.740039182353428, -43.527924090248625 ], [ 172.740062009909622, -43.527945583564566 ], [ 172.740084837482016, -43.527967076875925 ], [ 172.740088019652234, -43.527988525526261 ], [ 172.740068210550163, -43.528026598568026 ], [ 172.740081184747112, -43.52805521661768 ], [ 172.740087630932152, -43.528079055067188 ], [ 172.740090802879678, -43.528102886073356 ], [ 172.740100533546411, -43.528124349608596 ], [ 172.740123350971487, -43.528148225268069 ], [ 172.740126553620598, -43.528164909204136 ], [ 172.740132979379467, -43.528193512363273 ], [ 172.740152491913562, -43.528224527643758 ], [ 172.740181868123557, -43.528246035817254 ], [ 172.740214590177914, -43.528250874928766 ], [ 172.740234184562667, -43.528262831345032 ], [ 172.740260307013415, -43.5282795673469 ], [ 172.740243823294861, -43.528305736073968 ], [ 172.740246964645394, -43.528336714143784 ], [ 172.74027626938809, -43.528374898786467 ], [ 172.740315345842646, -43.52842501751271 ], [ 172.74034130487135, -43.528479871195138 ], [ 172.740386797146186, -43.528560975398157 ], [ 172.740415948833657, -43.528634895346372 ], [ 172.740418998338583, -43.528687314615134 ], [ 172.740402545228648, -43.528706336294775 ], [ 172.740392610007802, -43.528732519909262 ], [ 172.740385938838472, -43.528761093313463 ], [ 172.740392323910925, -43.528799225879808 ], [ 172.740356194416393, -43.528825350012333 ], [ 172.740356041128308, -43.528861085353107 ], [ 172.740369015638493, -43.528889703366701 ], [ 172.740388538734379, -43.528918336247962 ], [ 172.74040141109748, -43.528970777817769 ], [ 172.740401298705251, -43.528996983733805 ], [ 172.740430634512194, -43.529028021265589 ], [ 172.740473128814841, -43.52904479438314 ], [ 172.740512328420238, -43.529066324765928 ], [ 172.740548182275461, -43.52910452419718 ], [ 172.740577497788564, -43.529140326402974 ], [ 172.74065555016864, -43.529264387185563 ], [ 172.740694372356984, -43.529374064674258 ], [ 172.740707265491437, -43.529421741494623 ], [ 172.740723361527813, -43.529486102229214 ], [ 172.740765437896215, -43.529600551826817 ], [ 172.740788041885679, -43.529674456821212 ], [ 172.740794478316474, -43.529700677581033 ], [ 172.740794315080194, -43.529738795273332 ], [ 172.74081386925414, -43.529760281011647 ], [ 172.740820315906348, -43.529784119413918 ], [ 172.740839808901029, -43.529819899282096 ], [ 172.740836432558893, -43.529843715417641 ], [ 172.740855905182372, -43.529884259994198 ], [ 172.740872215682458, -43.529898591233703 ], [ 172.740865585406397, -43.52991763523751 ], [ 172.740858955126129, -43.529936679240855 ], [ 172.740885098868063, -43.529948650385954 ], [ 172.740878468590495, -43.529967694390336 ], [ 172.740911089653906, -43.529996356860288 ], [ 172.740920820913033, -43.530017820320076 ], [ 172.740933795935888, -43.530046438265082 ], [ 172.740956624607435, -43.53006793139722 ], [ 172.740969671026363, -43.530079872848439 ], [ 172.74097280264084, -43.530113233245466 ], [ 172.740982513550449, -43.530139461410918 ], [ 172.741005281109523, -43.530175248666843 ], [ 172.741024743758402, -43.530218175568443 ], [ 172.741044216627444, -43.530258720110915 ], [ 172.74105715099131, -43.530296867463292 ], [ 172.741073380117967, -43.530330257518003 ], [ 172.741089639835025, -43.530356500503629 ], [ 172.74110265577113, -43.530375589005928 ], [ 172.741099228547739, -43.530411316924763 ], [ 172.741112183358496, -43.530444699559006 ], [ 172.741121853622474, -43.530480457133429 ], [ 172.741121741536233, -43.530506663044015 ], [ 172.741121649829239, -43.530528104243487 ], [ 172.741131401626347, -43.530544802972777 ], [ 172.741154138859656, -43.530587737263552 ], [ 172.741170429243766, -43.530606833170324 ], [ 172.741193278583779, -43.530623561542946 ], [ 172.741203010042852, -43.530645024976856 ], [ 172.741199643982668, -43.530666458764451 ], [ 172.741219229156627, -43.530680797364724 ], [ 172.741255176070894, -43.530697555368043 ], [ 172.741326713600387, -43.530814453780785 ], [ 172.741404505015197, -43.531000455264191 ], [ 172.741479185309259, -43.531148331601536 ], [ 172.741537738053751, -43.531238994352336 ], [ 172.741566841560427, -43.531324825755384 ], [ 172.74158610153998, -43.531415399659039 ], [ 172.741569566671387, -43.531453480338122 ], [ 172.741566241384675, -43.531465384712966 ], [ 172.741566170177094, -43.531482061199235 ], [ 172.741582460930914, -43.531501157045248 ], [ 172.74159221301079, -43.531517855733078 ], [ 172.741618276216201, -43.531548885550571 ], [ 172.741644349617758, -43.531577533006867 ], [ 172.741640942981888, -43.531608496224756 ], [ 172.741634312757611, -43.531627540267564 ], [ 172.741673514446347, -43.531649070247731 ], [ 172.741683256407072, -43.531668151282631 ], [ 172.741656938892135, -43.531696680358294 ], [ 172.741650278155248, -43.531722871467011 ], [ 172.741646881683295, -43.531751452329182 ], [ 172.741659867586549, -43.53177768782983 ], [ 172.741682707334689, -43.531796798457691 ], [ 172.741718695705913, -43.531804026893731 ], [ 172.741731681651515, -43.531830262386073 ], [ 172.741744525289448, -43.531889850847492 ], [ 172.741750799719398, -43.531954189225246 ], [ 172.741767049998828, -43.531982814463873 ], [ 172.741825888526506, -43.532006771117317 ], [ 172.741838874561722, -43.532033006596748 ], [ 172.741835508647114, -43.532054440398234 ], [ 172.741871446386256, -43.532073580561217 ], [ 172.741894306632304, -43.532087926436311 ], [ 172.741926908999091, -43.532121353319837 ], [ 172.741930031083172, -43.532157096035249 ], [ 172.741943078143095, -43.532169037372647 ], [ 172.741949545807756, -43.532188110993019 ], [ 172.741949454388646, -43.53220955218756 ], [ 172.741975548543763, -43.532233434856238 ], [ 172.741988575316753, -43.532250140898206 ], [ 172.742011323949157, -43.532290692653866 ], [ 172.7420046632989, -43.53231688378073 ], [ 172.741981670906512, -43.532333508541726 ], [ 172.741952160028632, -43.532342971453133 ], [ 172.741942275663234, -43.532357243411369 ], [ 172.741919293397274, -43.532371485804752 ], [ 172.741912683494206, -43.532385765151432 ], [ 172.74191914101317, -43.53240722112772 ], [ 172.741928832379443, -43.532438213913871 ], [ 172.741951672461084, -43.53245732448665 ], [ 172.741984305526927, -43.532483604287705 ], [ 172.741987427662593, -43.532519346999422 ], [ 172.742000413876809, -43.532545582458617 ], [ 172.74203304701129, -43.53257186224554 ], [ 172.74205916166207, -43.532590980184487 ], [ 172.742072087004601, -43.532631509764116 ], [ 172.742085063126922, -43.532660127568093 ], [ 172.742084931144205, -43.532691098180152 ], [ 172.74209135829949, -43.532719701210056 ], [ 172.742094480509934, -43.532755443917566 ], [ 172.742074732011702, -43.532779223146015 ], [ 172.742081199782234, -43.532798296757164 ], [ 172.742103999440218, -43.532826936717633 ], [ 172.742130093921531, -43.532850819349278 ], [ 172.742136541415931, -43.532874657666525 ], [ 172.742136450060883, -43.532896098858821 ], [ 172.742165819088427, -43.532919988867093 ], [ 172.742201737149202, -43.532943893634275 ], [ 172.742208225272691, -43.532958202528505 ], [ 172.742240879012257, -43.532979717545643 ], [ 172.742273441468114, -43.533022673745457 ], [ 172.742279889037036, -43.533046512054106 ], [ 172.74225037785726, -43.533055975040554 ], [ 172.742253540762135, -43.533082188323334 ], [ 172.742279594832212, -43.533115600338725 ], [ 172.742289276350277, -43.533148975445833 ], [ 172.74232845896978, -43.533175269907979 ], [ 172.742348024936462, -43.533194373020493 ], [ 172.742341354187943, -43.533222946517512 ], [ 172.742360889748454, -43.533249196691493 ], [ 172.742383750553671, -43.533263542467189 ], [ 172.74238361872105, -43.533294513076683 ], [ 172.7423802630681, -43.533313564535185 ], [ 172.742393198918535, -43.533351711719725 ], [ 172.742412744682781, -43.533375579529888 ], [ 172.742422406036241, -43.533413719333566 ], [ 172.742448480618521, -43.53344236660007 ], [ 172.742454877609134, -43.533478116669919 ], [ 172.742448217017625, -43.533504307817317 ], [ 172.742444770125161, -43.533544800467382 ], [ 172.742457746617646, -43.533573418225409 ], [ 172.742493634770511, -43.533604469962803 ], [ 172.742522973875083, -43.533635506940961 ], [ 172.742539214832959, -43.533666514417881 ], [ 172.742568553990907, -43.533697551384144 ], [ 172.742607726953992, -43.53372622810366 ], [ 172.742637056044799, -43.53375964740659 ], [ 172.742669649589118, -43.533795456426219 ], [ 172.742715300872135, -43.533840824329047 ], [ 172.742744518680922, -43.533900449502291 ], [ 172.74274759070039, -43.53394810395752 ], [ 172.742783509600116, -43.533972008539727 ], [ 172.742793211781276, -43.534000618891497 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.586915832266275", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.742793211781276, -43.534000618891497 ], [ 172.742806208784657, -43.534024471899691 ], [ 172.742799517909219, -43.534057810128246 ], [ 172.742805925295272, -43.534091177820962 ], [ 172.742809118866404, -43.534110244021434 ], [ 172.742825410716762, -43.53412933968432 ], [ 172.742854800858794, -43.534148464804055 ], [ 172.742857913467276, -43.534186589837347 ], [ 172.742867605595364, -43.534217582536172 ], [ 172.742867453761392, -43.534253317850201 ], [ 172.742854233983707, -43.534281876643441 ], [ 172.742854102387156, -43.53431284724855 ], [ 172.742867048869471, -43.534348612019848 ], [ 172.742879985245139, -43.534386759143693 ], [ 172.74287004002872, -43.534415325301921 ], [ 172.742860145415989, -43.534431979688179 ], [ 172.742876396880632, -43.53446060475968 ], [ 172.742922099419474, -43.534494060805464 ], [ 172.742948255655364, -43.534503649121 ], [ 172.742967822245703, -43.534522752124587 ], [ 172.742970965298468, -43.53455373009006 ], [ 172.74296108080938, -43.534568002130527 ], [ 172.742957674671402, -43.534598965372659 ], [ 172.742967397271059, -43.534622810998741 ], [ 172.742986963905764, -43.534641913998755 ], [ 172.743006550786703, -43.534656252287157 ], [ 172.743003144666829, -43.534687215530219 ], [ 172.743009623048096, -43.534703906729618 ], [ 172.743029169490143, -43.534727774430451 ], [ 172.74305202089613, -43.534744502424672 ], [ 172.743084716353309, -43.534756487780882 ], [ 172.743048543987044, -43.534792142147161 ], [ 172.743051707324923, -43.534818355400972 ], [ 172.743074508199641, -43.534846995160812 ], [ 172.743097339436218, -43.534868487853856 ], [ 172.743120170688996, -43.534889980542317 ], [ 172.743159375016546, -43.534911510007305 ], [ 172.743181973774426, -43.534987796825867 ], [ 172.743204704009486, -43.535033113037201 ], [ 172.743217620524945, -43.53507602482712 ], [ 172.743243716412536, -43.53509990719872 ], [ 172.743266497269985, -43.535133311627284 ], [ 172.74328601363311, -43.535164326344827 ], [ 172.743302275600001, -43.535190568999184 ], [ 172.743311937798779, -43.535228708717675 ], [ 172.743324814012936, -43.535281149909977 ], [ 172.743370285052322, -43.535369399913577 ], [ 172.743402718268214, -43.535443326379266 ], [ 172.743432048626715, -43.535476745471364 ], [ 172.74345487012755, -43.535500620445404 ], [ 172.743477530067054, -43.535562613076209 ], [ 172.743464249692494, -43.535605466056282 ], [ 172.743451029897756, -43.535634024911694 ], [ 172.743441104943287, -43.535657826405945 ], [ 172.743470485921648, -43.535679333718377 ], [ 172.743490002564215, -43.535710348398844 ], [ 172.743519423973964, -43.535722326283576 ], [ 172.743565127819068, -43.535755782068193 ], [ 172.74358793938282, -43.535782039368655 ], [ 172.743584533494243, -43.53581300262352 ], [ 172.743597511007692, -43.535841620243382 ], [ 172.743626851758961, -43.535872656930195 ], [ 172.74363001540172, -43.53589887016382 ], [ 172.743626619620812, -43.535927451065646 ], [ 172.743623274302195, -43.535944120198721 ], [ 172.743642801200338, -43.535972752498424 ], [ 172.743649209249384, -43.536006120134353 ], [ 172.743668705905606, -43.536041899490357 ], [ 172.743681622962242, -43.53608481122162 ], [ 172.743681491780848, -43.536115781818935 ], [ 172.743707578208614, -43.536142046435508 ], [ 172.743723830530143, -43.536170671380106 ], [ 172.743730198288318, -43.53621356842492 ], [ 172.743736606410408, -43.536246936054717 ], [ 172.743736525700314, -43.536265994883394 ], [ 172.743756052755259, -43.536294627162498 ], [ 172.743772274878239, -43.536330399160292 ], [ 172.743798321092072, -43.536366193169698 ], [ 172.743817828037209, -43.53639959014501 ], [ 172.74384390456143, -43.536428237083129 ], [ 172.743860126771807, -43.536464009067828 ], [ 172.743863320796947, -43.536483075232063 ], [ 172.74387307430348, -43.536499773714354 ], [ 172.743863139287384, -43.536525957595167 ], [ 172.743856468879102, -43.536554531164732 ], [ 172.743885789941459, -43.536590332489354 ], [ 172.74389215785726, -43.536633229522394 ], [ 172.743895351901159, -43.536652295685222 ], [ 172.743901750077271, -43.536688045656966 ], [ 172.743937610569759, -43.536726243990877 ], [ 172.74398340611549, -43.536738258424052 ], [ 172.744006228307796, -43.536762133284512 ], [ 172.744038884735289, -43.536783647780496 ], [ 172.74404210906394, -43.536795566878602 ], [ 172.744051832440192, -43.536819412405201 ], [ 172.744090867072032, -43.536881441555138 ], [ 172.744110273600739, -43.536938662012091 ], [ 172.744126516251526, -43.5369696692498 ], [ 172.744142839503155, -43.53698161765827 ], [ 172.744149268077848, -43.537010220554507 ], [ 172.744162236040438, -43.537041220458903 ], [ 172.744188262646816, -43.537081779082996 ], [ 172.744214178514994, -43.537148543587328 ], [ 172.744243439660778, -43.537198638937454 ], [ 172.744279330873724, -43.53722969010223 ], [ 172.744302062765797, -43.537275006081721 ], [ 172.744347466261075, -43.537379932145711 ], [ 172.744376667244438, -43.537444321579514 ], [ 172.744383106041568, -43.537470542107485 ], [ 172.74437976084397, -43.537487211258508 ], [ 172.74436006201222, -43.537499079094459 ], [ 172.744379549502298, -43.537537240675306 ], [ 172.744382622980709, -43.537584895059823 ], [ 172.74438906179509, -43.537611115586877 ], [ 172.744408619778795, -43.537632600690245 ], [ 172.744418323307769, -43.537661210889127 ], [ 172.744428016783758, -43.537692203440137 ], [ 172.74443446569083, -43.537716041611134 ], [ 172.744457238123914, -43.53775182814428 ], [ 172.744473420807253, -43.537797129447767 ], [ 172.744509141490738, -43.537868680540342 ], [ 172.7445384032265, -43.537918775810112 ], [ 172.744564490800684, -43.537945040225715 ], [ 172.744587394122675, -43.537949856142561 ], [ 172.744607042781723, -43.537949900033851 ], [ 172.744620101669483, -43.537959458705004 ], [ 172.744616746454739, -43.537978510214657 ], [ 172.744633070074713, -43.53799045855191 ], [ 172.744642813981272, -43.538009539318274 ], [ 172.744639478878497, -43.538023826122412 ], [ 172.744659016977863, -43.538050075887966 ], [ 172.744681809773141, -43.538081097668929 ], [ 172.744698113330458, -43.53809781070278 ], [ 172.744688158301443, -43.538128759354166 ], [ 172.744710991345414, -43.538150251717099 ], [ 172.74473052951646, -43.538176501470026 ], [ 172.744759741337504, -43.538238508446042 ], [ 172.744798707271144, -43.538317213813386 ], [ 172.744821359583, -43.538381588506148 ], [ 172.744837582890142, -43.53841736034267 ], [ 172.744860355823988, -43.538453146792364 ], [ 172.744873364636192, -43.538474617198467 ], [ 172.744961071435142, -43.538643961515774 ], [ 172.744977294894596, -43.538679733331165 ], [ 172.745000078049088, -43.53871313739905 ], [ 172.744999977650195, -43.53873696092694 ], [ 172.744990102991181, -43.538748850779051 ], [ 172.744999837091541, -43.538770313865811 ], [ 172.745019365547904, -43.538798945920057 ], [ 172.745038873945873, -43.5388323426764 ], [ 172.745064962129902, -43.538858606975097 ], [ 172.745077930953755, -43.538889606767725 ], [ 172.745068016135889, -43.53891102603712 ], [ 172.745087524596585, -43.538944422784674 ], [ 172.745087414194785, -43.538970628664437 ], [ 172.745110117233764, -43.539023091530602 ], [ 172.745155744174923, -43.539075605489742 ], [ 172.745188372159561, -43.539104266710751 ], [ 172.745185017058503, -43.539123318233571 ], [ 172.745201240777703, -43.539159090014842 ], [ 172.745230493675336, -43.539211567451737 ], [ 172.745227108488024, -43.539237766033295 ], [ 172.745220468512713, -43.539259192611901 ], [ 172.745226937958648, -43.539278266027608 ], [ 172.745246436594272, -43.539314045098962 ], [ 172.745262770727805, -43.539323610992163 ], [ 172.745279064750065, -43.539342706293347 ], [ 172.745292073900828, -43.5393641766493 ], [ 172.745308277691322, -43.539404713119303 ], [ 172.745311482351667, -43.539421396882204 ], [ 172.74528846809838, -43.539442786988133 ], [ 172.745288347752876, -43.539471375218547 ], [ 172.745291482210405, -43.539504735449427 ], [ 172.745307625869316, -43.53955956603361 ], [ 172.745327084533329, -43.53960487449973 ], [ 172.745343368624532, -43.539626352143522 ], [ 172.745385781500914, -43.539664564598063 ], [ 172.745398730611157, -43.539700329055648 ], [ 172.745414944586003, -43.539738483156121 ], [ 172.745441063391183, -43.539757600308874 ], [ 172.745454112777566, -43.539769541235486 ], [ 172.74545073767726, -43.539793357468817 ], [ 172.745463716919119, -43.539821974861155 ], [ 172.745476716216274, -43.539845827547126 ], [ 172.745493010446012, -43.539864922816577 ], [ 172.745519099270723, -43.539891187008486 ], [ 172.745538668408898, -43.539910289560375 ], [ 172.74556150242509, -43.539931781749175 ], [ 172.745571206863247, -43.539960391840935 ], [ 172.745574381571714, -43.539984222652187 ], [ 172.74559064581814, -43.540010464964531 ], [ 172.745610194984721, -43.540034332208627 ], [ 172.745619929509985, -43.540055795238779 ], [ 172.745642693504351, -43.540093963877382 ], [ 172.745649113097414, -43.540124949028588 ], [ 172.745665367399653, -43.540153573682112 ], [ 172.745675132004976, -43.540167889650313 ], [ 172.745675031866767, -43.54019171317335 ], [ 172.745694551085705, -43.540222727459366 ], [ 172.745681351350612, -43.540246521845098 ], [ 172.745691075921712, -43.540270367220835 ], [ 172.745694240680024, -43.540296580379888 ], [ 172.745703925213235, -43.540329955163337 ], [ 172.745710374899602, -43.540353793253225 ], [ 172.745739708902988, -43.540387211733616 ], [ 172.74578216260025, -43.540415894629071 ], [ 172.745798437061154, -43.540439754558136 ], [ 172.745821251352481, -43.540466011398195 ], [ 172.745853900413778, -43.540489907720563 ], [ 172.745860330162714, -43.540518510505912 ], [ 172.745886369399614, -43.540556686373016 ], [ 172.74590263393435, -43.540582928639068 ], [ 172.745922193412326, -43.540604413476025 ], [ 172.74593513303472, -43.540642560220405 ], [ 172.745941582844978, -43.540666398296267 ], [ 172.745954562504664, -43.540695015629566 ], [ 172.745970767091649, -43.540735551998182 ], [ 172.745987021709027, -43.540764176603687 ], [ 172.74601633606224, -43.540802359715798 ], [ 172.746039170583742, -43.540823851807076 ], [ 172.746062015120259, -43.540842961541671 ], [ 172.746081514750273, -43.540878740463256 ], [ 172.746091249577404, -43.540900203450867 ], [ 172.746091099611988, -43.540935938731955 ], [ 172.746087714697239, -43.540962137331711 ], [ 172.746094134608342, -43.540993122454005 ], [ 172.746110359361836, -43.54102889409711 ], [ 172.746110279385988, -43.541047952913303 ], [ 172.74612658413443, -43.541064665737736 ], [ 172.746152663754401, -43.541093312133498 ], [ 172.746162398640962, -43.541114775114387 ], [ 172.746185233331886, -43.541136267175773 ], [ 172.746204793088395, -43.54115775196297 ], [ 172.746214518010817, -43.541181597291235 ], [ 172.74624062769837, -43.541203096610658 ], [ 172.746260157522727, -43.541231728444181 ], [ 172.746240457835768, -43.5412435965942 ], [ 172.746243642864698, -43.541265045030372 ], [ 172.746256642777098, -43.54128889762314 ], [ 172.746269642699758, -43.541312750214338 ], [ 172.746279357681914, -43.541338977888508 ], [ 172.7463021625301, -43.541367616981731 ], [ 172.746308602571759, -43.541393837386309 ], [ 172.746311787632521, -43.541415285820115 ], [ 172.746314962706435, -43.541439116605652 ], [ 172.746334432711848, -43.541482042536849 ], [ 172.746350707675731, -43.54150590238411 ], [ 172.746380102508397, -43.541525026584452 ], [ 172.74638975765518, -43.541565548359593 ], [ 172.746409277681011, -43.541596562518123 ], [ 172.746425552705063, -43.541620422354384 ], [ 172.746438542780737, -43.541646657277177 ], [ 172.746441677979703, -43.541680017465652 ], [ 172.746444883070353, -43.541696701191185 ], [ 172.746428408324618, -43.541720488394084 ], [ 172.746428278523467, -43.541751458967404 ], [ 172.746441278612394, -43.54177531153757 ], [ 172.746454238776721, -43.541808693513275 ], [ 172.746460708880733, -43.541827766852265 ], [ 172.746454079037221, -43.541846811141404 ], [ 172.74645393926491, -43.541880164065823 ], [ 172.746473449441424, -43.541913560563735 ], [ 172.746486449582704, -43.541937413128217 ], [ 172.746499529590039, -43.541942206877458 ], [ 172.746532279520892, -43.541942279485333 ], [ 172.746548624546193, -43.541949462840932 ], [ 172.74656819467296, -43.541968565212159 ], [ 172.746568084900815, -43.541994771081008 ], [ 172.746587595177118, -43.542028167559025 ], [ 172.746571150334091, -43.542044807725965 ], [ 172.746580805690286, -43.542085329481814 ], [ 172.746593775975583, -43.542116329088564 ], [ 172.746616471512311, -43.542171173984435 ], [ 172.74663592201162, -43.542218864563132 ], [ 172.746655382517389, -43.542264172786609 ], [ 172.746684727940021, -43.542295208665301 ], [ 172.74671091806411, -43.542297649061894 ], [ 172.746730528246388, -43.542307221998136 ], [ 172.746750108518114, -43.542323941985849 ], [ 172.746753273838664, -43.542350155107556 ], [ 172.746762979223433, -43.542378765088344 ], [ 172.746782569498208, -43.542393102718798 ], [ 172.74679227490364, -43.542421712696921 ], [ 172.746808590179342, -43.542436043069863 ], [ 172.746818305573498, -43.542462270694067 ], [ 172.746837895888405, -43.542476608314935 ], [ 172.746847561459333, -43.542514747694234 ], [ 172.746847471743081, -43.542536188858094 ], [ 172.74687027730937, -43.542564827833779 ], [ 172.746912812795159, -43.542574451491355 ], [ 172.746909448073296, -43.542595885405532 ], [ 172.74689956318889, -43.542610157765409 ], [ 172.746912593544664, -43.542626863224775 ], [ 172.746919063879602, -43.542645936535692 ], [ 172.74694518441251, -43.542665053339377 ], [ 172.746941739978354, -43.542705546066045 ], [ 172.746977605943357, -43.54274374341967 ], [ 172.746997146573648, -43.542769992770154 ], [ 172.747016756954167, -43.542779565657014 ], [ 172.747023207414799, -43.542803403664529 ], [ 172.747036198001553, -43.542829638515236 ], [ 172.747036068506532, -43.542860609083959 ], [ 172.747022868717949, -43.542884403613435 ], [ 172.747032584276184, -43.542910631217772 ], [ 172.747065195292038, -43.542944056594031 ], [ 172.747081460975807, -43.542970298684189 ], [ 172.74708465635041, -43.542989364740016 ], [ 172.747100922054699, -43.543015606827282 ], [ 172.747100812509302, -43.543041812692387 ], [ 172.747117078234652, -43.543068054777152 ], [ 172.747143238840039, -43.543077642129361 ], [ 172.747136579200514, -43.543103833508141 ], [ 172.747146304799799, -43.543127678750693 ], [ 172.747188800904269, -43.543146831711063 ], [ 172.747188651575385, -43.543182566981081 ], [ 172.747208013256937, -43.543251698617645 ], [ 172.747237200186049, -43.543320851971572 ], [ 172.747266486704291, -43.543366181804757 ], [ 172.74729580311967, -43.54340436457646 ], [ 172.747305528829514, -43.543428209804468 ], [ 172.747328354847042, -43.543452083983183 ], [ 172.747347925704474, -43.543471186217694 ], [ 172.74735108139285, -43.543499781669574 ], [ 172.747347736671401, -43.543516450891012 ], [ 172.747360737499378, -43.543540303351065 ], [ 172.747367227968823, -43.543554611931732 ], [ 172.747370403566975, -43.543578442680278 ], [ 172.747402915658398, -43.543635691469404 ], [ 172.747432222344003, -43.54367625655599 ], [ 172.747461419676966, -43.54374302749752 ], [ 172.747487341979649, -43.543809791197788 ], [ 172.747519844362728, -43.543869422303011 ], [ 172.747549081650078, -43.543926663816045 ], [ 172.747591469106425, -43.543972022487587 ], [ 172.747597919918633, -43.543995860458544 ], [ 172.747607606085438, -43.544029235063128 ], [ 172.747636853470397, -43.544084094201466 ], [ 172.747679032440402, -43.544179482210851 ], [ 172.747714770587663, -43.544248649889354 ], [ 172.747727771716512, -43.544272502305375 ], [ 172.74773748780072, -43.544298729844726 ], [ 172.74775044921509, -43.544332111661802 ], [ 172.747773206219421, -43.544372662205745 ], [ 172.747789422931817, -43.544410815944943 ], [ 172.747808954518831, -43.544439447502128 ], [ 172.747838311514727, -43.544468100726036 ], [ 172.747848057467223, -43.544487181202591 ], [ 172.747834837779152, -43.54451574052068 ], [ 172.747854319773694, -43.544556283824086 ], [ 172.747867350810253, -43.544572989170639 ], [ 172.747867291236105, -43.544587283275852 ], [ 172.747925945893485, -43.544658883790134 ], [ 172.747965078851024, -43.544699470396786 ], [ 172.7479910418119, -43.544756704570773 ], [ 172.748017024668115, -43.544809174036828 ], [ 172.748043096868969, -43.544840202339529 ], [ 172.748042997646962, -43.544864025847382 ], [ 172.748026542505926, -43.544883048565246 ], [ 172.748032953894693, -43.544916415911558 ], [ 172.748042650368944, -43.544947408124081 ], [ 172.748081763749298, -43.544992759390873 ], [ 172.748094755261377, -43.545018994113491 ], [ 172.74810120638179, -43.545042832052445 ], [ 172.748071640639523, -43.545064208262936 ], [ 172.748087917246835, -43.545088067851957 ], [ 172.748100869101847, -43.545123831976241 ], [ 172.748117046542717, -43.545171515067594 ], [ 172.74815618987671, -43.545209719255695 ], [ 172.748205109197642, -43.545259856822383 ], [ 172.74825710549672, -43.545357648591775 ], [ 172.748283168143161, -43.545391059188219 ], [ 172.748302730015098, -43.545412543605664 ], [ 172.748305886251927, -43.54544113902282 ], [ 172.748328753065692, -43.545455483593884 ], [ 172.74833519441313, -43.545481703868724 ], [ 172.74833505566022, -43.545515056776679 ], [ 172.748367629156093, -43.54555801117354 ], [ 172.74840997873298, -43.545612898935055 ], [ 172.748419645787578, -43.545651038164152 ], [ 172.748455454988118, -43.545703529143985 ], [ 172.748491214726243, -43.545767931864752 ], [ 172.748504147154847, -43.545808460640956 ], [ 172.748513784587544, -43.545853746912343 ], [ 172.748526816084421, -43.545870452181056 ], [ 172.748520127019191, -43.545903790679624 ], [ 172.748536423834338, -43.545922885501405 ], [ 172.748559300786752, -43.545934847675291 ], [ 172.748569007593602, -43.545963457488277 ], [ 172.748578734212572, -43.545987302599528 ], [ 172.748608131923163, -43.546006426219087 ], [ 172.748617799164521, -43.546044565429234 ], [ 172.74862423079918, -43.546073168035925 ], [ 172.748630642640876, -43.546106535342865 ], [ 172.74865670581471, -43.546139945851088 ], [ 172.748669727514454, -43.54615903345325 ], [ 172.748695810526357, -43.546187679251652 ], [ 172.74871206788788, -43.546216303449121 ], [ 172.748724980767321, -43.546261596898397 ], [ 172.748721616476161, -43.546283030853132 ], [ 172.748728097663388, -43.546299721701438 ], [ 172.748757475783577, -43.546323609982643 ], [ 172.74877046787222, -43.546349844623776 ], [ 172.748760543230787, -43.546373646535876 ], [ 172.748763729415231, -43.546395094885384 ], [ 172.748776721521779, -43.546421329525522 ], [ 172.748789753212947, -43.546438034763078 ], [ 172.748799470101488, -43.546464262204196 ], [ 172.74881572758585, -43.546492886385828 ], [ 172.74882219892919, -43.546511959578552 ], [ 172.748828670276623, -43.546531032770872 ], [ 172.74886137324475, -43.54654301646876 ], [ 172.748877660449239, -43.546564493590665 ], [ 172.748890672420146, -43.546585963516861 ], [ 172.74889382899363, -43.546614558912722 ], [ 172.74889371032188, -43.546643147115098 ], [ 172.748900152038487, -43.546669367353552 ], [ 172.74891963543476, -43.546709910463541 ], [ 172.748939148519781, -43.546743306519538 ], [ 172.748968457733241, -43.546783871196411 ], [ 172.748984705497094, -43.546814877702971 ], [ 172.748994373102903, -43.546853016876753 ], [ 172.748974642455892, -43.546872032533365 ], [ 172.748948400822229, -43.54688150440272 ], [ 172.748954892022482, -43.54689581288666 ], [ 172.748931816870765, -43.546931497794624 ], [ 172.748944759727351, -43.546969644164001 ], [ 172.749006930469136, -43.546984074893125 ], [ 172.749052675487548, -43.547010381396049 ], [ 172.749085368877189, -43.547024747379666 ], [ 172.74909834149463, -43.547055746681153 ], [ 172.749108038852967, -43.547086738793872 ], [ 172.749121021375686, -43.547115355742463 ], [ 172.749150340769859, -43.547153538020801 ], [ 172.749156762892795, -43.547184522942899 ], [ 172.749169666430163, -43.547232198685556 ], [ 172.749205546353039, -43.547268012969937 ], [ 172.749244652223751, -43.547315746176196 ], [ 172.749264096557539, -43.54736581862381 ], [ 172.749283689036645, -43.547380155818523 ], [ 172.749296632210019, -43.547418302145836 ], [ 172.749319391403674, -43.547458852365445 ], [ 172.749332295126834, -43.547506528087915 ], [ 172.749335422338504, -43.547542270517276 ], [ 172.749364801300459, -43.547566158639256 ], [ 172.749381088957847, -43.547587635686718 ], [ 172.749390786545177, -43.54761862777309 ], [ 172.749393963146758, -43.547642458450923 ], [ 172.749407005139687, -43.547656781265744 ], [ 172.749416742227567, -43.547678243950209 ], [ 172.7494362953706, -43.547702110517747 ], [ 172.749442757169334, -43.547723566021936 ], [ 172.749462330071822, -43.547742667885196 ], [ 172.749458887017425, -43.547783160655058 ], [ 172.749468555074316, -43.547821299783372 ], [ 172.74948155765702, -43.547845151988589 ], [ 172.749494599714183, -43.547859474793029 ], [ 172.749514093754357, -43.547897635445416 ], [ 172.749530361824156, -43.54792387717022 ], [ 172.749540029948236, -43.547962016291727 ], [ 172.749553012861497, -43.547990633187808 ], [ 172.749552884631754, -43.548021603734469 ], [ 172.749562621829597, -43.548043066405413 ], [ 172.749565719613599, -43.548085955874619 ], [ 172.749581928579801, -43.548126491689615 ], [ 172.749594872098896, -43.548164637979006 ], [ 172.749607874804667, -43.548188490168712 ], [ 172.74960119593473, -43.548219446368122 ], [ 172.749594536782382, -43.548245637867659 ], [ 172.749613942255309, -43.548305239647568 ], [ 172.749643252674105, -43.548345804143295 ], [ 172.749652920935659, -43.548383943252759 ], [ 172.74964624206666, -43.548414899453753 ], [ 172.749652605414411, -43.548460178439512 ], [ 172.74965577230185, -43.548486391456471 ], [ 172.749665489891186, -43.548512618816289 ], [ 172.749691594102529, -43.54853649968021 ], [ 172.749737350447646, -43.548560423556083 ], [ 172.749766749772704, -43.548579546873029 ], [ 172.749809181555918, -43.548615375299214 ], [ 172.749838511960803, -43.548651175044327 ], [ 172.749890681257085, -43.548708466084676 ], [ 172.749910274318665, -43.548722803170079 ], [ 172.749942732467218, -43.54879434529478 ], [ 172.749952302504227, -43.548856307871191 ], [ 172.749984869091918, -43.548901644138738 ], [ 172.750027153547649, -43.548973207724266 ], [ 172.750046599056276, -43.549023280027086 ], [ 172.750066074128853, -43.549066205278095 ], [ 172.750088854140273, -43.5491019906368 ], [ 172.750108339110312, -43.54914253353077 ], [ 172.750114732404398, -43.549180665438016 ], [ 172.750124420777894, -43.549214039804369 ], [ 172.750147230401694, -43.549242678102772 ], [ 172.750156987686182, -43.549259376020828 ], [ 172.750150348339275, -43.549280802849644 ], [ 172.750130646783902, -43.549292671648686 ], [ 172.75011747632189, -43.549309319460235 ], [ 172.750114102507268, -43.549333135794534 ], [ 172.750133607250859, -43.549368913984225 ], [ 172.750156446458675, -43.54939040523233 ], [ 172.750172715206077, -43.549416646860536 ], [ 172.750202144600451, -43.549428623016205 ], [ 172.750218413377894, -43.549454864637802 ], [ 172.750208498629092, -43.549476284313499 ], [ 172.750237908384833, -43.549493025158426 ], [ 172.750273859128384, -43.549512162653485 ], [ 172.750277046009842, -43.549533610950704 ], [ 172.750290029606077, -43.549562227756887 ], [ 172.750306259118588, -43.549597998762408 ], [ 172.750315977166622, -43.549624226062917 ], [ 172.75031913456607, -43.549652821406191 ], [ 172.750345219859781, -43.549681466816317 ], [ 172.750354918272308, -43.54971245881157 ], [ 172.750381042935857, -43.549731574816647 ], [ 172.750397361027751, -43.549745904665919 ], [ 172.750403833213596, -43.549764977760297 ], [ 172.750426594026294, -43.54980552774677 ], [ 172.750436263011181, -43.549843666781996 ], [ 172.750442715560752, -43.549867504572163 ], [ 172.750452423881683, -43.549896114209204 ], [ 172.750468712549548, -43.549917591095372 ], [ 172.750478411062687, -43.5499485830791 ], [ 172.750481588211045, -43.549972413718287 ], [ 172.750501171994017, -43.549989133049671 ], [ 172.750517470530667, -43.550008227579575 ], [ 172.750530523123757, -43.550020167913097 ], [ 172.750543526594527, -43.550044019990466 ], [ 172.750546684122554, -43.550072615325675 ], [ 172.750546546566881, -43.550105968212392 ], [ 172.750559481287866, -43.550146496730868 ], [ 172.750562658478174, -43.550170327367091 ], [ 172.750595255697732, -43.550208516406137 ], [ 172.750608269057182, -43.550229986126517 ], [ 172.750624528402653, -43.550258610036558 ], [ 172.75064735829838, -43.550282483533465 ], [ 172.750637423920466, -43.550308667941259 ], [ 172.750650368566482, -43.550346814099306 ], [ 172.750676454315226, -43.55037545943145 ], [ 172.750686211927359, -43.550392157301836 ], [ 172.750689359720411, -43.550423134980491 ], [ 172.750708904429843, -43.550449383671165 ], [ 172.7507088258767, -43.550468442462567 ], [ 172.750715249142559, -43.550499427281899 ], [ 172.750741413530648, -43.550509013807471 ], [ 172.750754436823598, -43.550528101161447 ], [ 172.750747797546893, -43.550549528020376 ], [ 172.750734617160987, -43.550568558247974 ], [ 172.750734548433797, -43.550585234690139 ], [ 172.750760644141963, -43.550611497653371 ], [ 172.750763850886273, -43.55062818123573 ], [ 172.750773500579697, -43.550671084935452 ], [ 172.750799566894756, -43.550704494936042 ], [ 172.750809304963042, -43.55072595749283 ], [ 172.750822269435218, -43.550759338931478 ], [ 172.750851552406544, -43.550807050151242 ], [ 172.75087442184909, -43.550821394206018 ], [ 172.750894006014789, -43.550838113468544 ], [ 172.750900458849173, -43.550861951229422 ], [ 172.750916718501685, -43.550890575095472 ], [ 172.750923122296228, -43.55092632459872 ], [ 172.750945883891035, -43.550966874475463 ], [ 172.750952238661995, -43.551014535720341 ], [ 172.750971705203739, -43.551059843153901 ], [ 172.750984650219323, -43.551097989269955 ], [ 172.75100752961086, -43.551109950949041 ], [ 172.75098451290026, -43.551131342151798 ], [ 172.750981178556657, -43.551145629109918 ], [ 172.750997457939064, -43.551169488265984 ], [ 172.751000625546027, -43.551195701235017 ], [ 172.751000517659008, -43.551221907070314 ], [ 172.751013511764114, -43.55124814143894 ], [ 172.75102323038098, -43.551274368673134 ], [ 172.751036244120172, -43.551295838341694 ], [ 172.751055799066478, -43.551319704621513 ], [ 172.751088416823194, -43.551353128817226 ], [ 172.751068685358376, -43.551372144818259 ], [ 172.751088220732981, -43.551400775789439 ], [ 172.751107795341085, -43.551419877362832 ], [ 172.751114267927846, -43.551438950412354 ], [ 172.751127291537529, -43.551458037721531 ], [ 172.751156712311627, -43.551472395978678 ], [ 172.751196008634366, -43.551474863869629 ], [ 172.751218868611261, -43.551491590203234 ], [ 172.751248152247854, -43.5515393013169 ], [ 172.751290410640337, -43.551618011455837 ], [ 172.751326108302266, -43.551699089678458 ], [ 172.751348811689837, -43.55175393356182 ], [ 172.751361717914591, -43.551801609025418 ], [ 172.751387667524995, -43.551863607068839 ], [ 172.751403937467728, -43.551889848513362 ], [ 172.751410390613557, -43.551913686241775 ], [ 172.751429906741407, -43.551947081849555 ], [ 172.751442852233623, -43.551985227908979 ], [ 172.751436193456271, -43.552011419499422 ], [ 172.751445863424436, -43.552049558436906 ], [ 172.751435762650061, -43.552116242828411 ], [ 172.75143558641048, -43.552159125098811 ], [ 172.751435410170529, -43.552202007368869 ], [ 172.751432007334358, -43.55223297077579 ], [ 172.751431909421683, -43.552256794258895 ], [ 172.751425191859795, -43.552297279937086 ], [ 172.751425093944192, -43.552321103419921 ], [ 172.751460968420787, -43.552359299323292 ], [ 172.751496960407735, -43.552368907036112 ], [ 172.751506679412302, -43.552395134225002 ], [ 172.751522969124153, -43.552416610954097 ], [ 172.751535963710495, -43.552442845258987 ], [ 172.751539160976449, -43.552461911163235 ], [ 172.751552096859655, -43.552502439555511 ], [ 172.75156829854248, -43.552545357411745 ], [ 172.751584539389654, -43.552578745872637 ], [ 172.751590992678985, -43.552602583588353 ], [ 172.751607243338384, -43.552633589697585 ], [ 172.751620247791521, -43.552657441643923 ], [ 172.751616874375685, -43.552681258009564 ], [ 172.751616756965973, -43.552709846187433 ], [ 172.751639539258804, -43.552745631219828 ], [ 172.751668853176795, -43.552786195173141 ], [ 172.751675306521122, -43.55281003288335 ], [ 172.75169152793535, -43.552848186024022 ], [ 172.751710995615383, -43.552893493319907 ], [ 172.751724009944894, -43.552914962905525 ], [ 172.751743555904483, -43.552941211410882 ], [ 172.751743458112088, -43.552965034891592 ], [ 172.751736721118817, -43.553010285279456 ], [ 172.751733347728504, -43.553034101647121 ], [ 172.751752913288271, -43.553055585454373 ], [ 172.751779059390117, -43.553069936437304 ], [ 172.751795320047847, -43.553098560169794 ], [ 172.751788651520769, -43.553127134123706 ], [ 172.751778726941552, -43.553150936269638 ], [ 172.751772029066132, -43.553186657266238 ], [ 172.75179159468874, -43.553208141066477 ], [ 172.751814445707339, -43.553227249625856 ], [ 172.751840582122412, -43.553243982942462 ], [ 172.75185033074041, -43.553263063054935 ], [ 172.751869867092353, -43.553291693885434 ], [ 172.751873015635994, -43.553322671517584 ], [ 172.751840132447427, -43.55335357094782 ], [ 172.751862993310851, -43.553370297149272 ], [ 172.751875998022001, -43.553394149064069 ], [ 172.751852922094258, -43.553429834519086 ], [ 172.751836436478953, -43.553456004797596 ], [ 172.751823255797404, -43.553475035140295 ], [ 172.751806691941312, -43.55352026419704 ], [ 172.751813135640361, -43.553546484244563 ], [ 172.75185566008588, -43.553560870760911 ], [ 172.75186535988604, -43.55359186261029 ], [ 172.751868527991348, -43.553618075545337 ], [ 172.751858583812236, -43.553646642391669 ], [ 172.751888005823133, -43.553661000458071 ], [ 172.751914191309339, -43.55366582201809 ], [ 172.751930569455453, -43.553665857555295 ], [ 172.7519567744894, -43.553665914409947 ], [ 172.751973123324291, -43.55367309698449 ], [ 172.751999240436675, -43.553694594959687 ], [ 172.752028633199643, -43.553716100033334 ], [ 172.752051435647672, -43.553747120283269 ], [ 172.752057762270852, -43.553801928489591 ], [ 172.752080301076461, -43.553897272122562 ], [ 172.752096532800664, -43.553933042852087 ], [ 172.752096405846856, -43.553964013372415 ], [ 172.752109274064196, -43.554021218126458 ], [ 172.752131910674592, -43.554092738269425 ], [ 172.752161166993091, -43.55414759617517 ], [ 172.752190452650694, -43.554195307030128 ], [ 172.752226240872176, -43.554254943813213 ], [ 172.752242414217534, -43.554305008605802 ], [ 172.752252133852977, -43.554331235723922 ], [ 172.75227822207205, -43.554359880676579 ], [ 172.752297700431455, -43.554402805515181 ], [ 172.752333157158574, -43.554543442079016 ], [ 172.752336218193761, -43.554595860819767 ], [ 172.752336032820978, -43.554641125421874 ], [ 172.752355501555456, -43.55468643259632 ], [ 172.752368496986605, -43.554712666798174 ], [ 172.752371499529602, -43.554779379621024 ], [ 172.752381102239298, -43.554834194895186 ], [ 172.752394107467296, -43.554858046746155 ], [ 172.752390763492627, -43.554874716083752 ], [ 172.752406985906561, -43.554912869111497 ], [ 172.752413410504602, -43.554943853814486 ], [ 172.752416549655436, -43.554977213770897 ], [ 172.752436086825981, -43.555005844498019 ], [ 172.752452348311436, -43.555034468129328 ], [ 172.752461931630563, -43.555094048089103 ], [ 172.752471553973578, -43.555144098658381 ], [ 172.752474634659222, -43.55519175269572 ], [ 172.752490866960841, -43.555227523362539 ], [ 172.752507118781466, -43.555258529332406 ], [ 172.75250694328227, -43.55530141158259 ], [ 172.752500167590881, -43.555356191386487 ], [ 172.752513124228443, -43.555391954958083 ], [ 172.752529415100838, -43.5554134315353 ], [ 172.752552218442219, -43.555444451678255 ], [ 172.752555328450029, -43.555484958669659 ], [ 172.752555230968738, -43.555508782141189 ], [ 172.752561694696226, -43.555530237444373 ], [ 172.752581202871681, -43.555566015185903 ], [ 172.75258763737375, -43.555594617528797 ], [ 172.752577712699349, -43.555618419733577 ], [ 172.752574319995148, -43.555647000809806 ], [ 172.752574203025915, -43.555675588974843 ], [ 172.752587189015713, -43.555704205495118 ], [ 172.75259363328172, -43.555730425489962 ], [ 172.752600038567465, -43.555766174872552 ], [ 172.752586799137077, -43.555799499377144 ], [ 172.752593175185638, -43.555842395800724 ], [ 172.752599599975696, -43.55587338048867 ], [ 172.752629023244367, -43.555887738361825 ], [ 172.752638723808957, -43.555918730134813 ], [ 172.752625533093664, -43.555940142908071 ], [ 172.75264175593864, -43.555978295896423 ], [ 172.752657949571216, -43.556023595923129 ], [ 172.752693827013985, -43.556061791422003 ], [ 172.75271003044989, -43.556104709093887 ], [ 172.7527163676491, -43.556157134896218 ], [ 172.752712858073124, -43.556214304136581 ], [ 172.752715900031404, -43.55627148754651 ], [ 172.752709182870603, -43.556311973272628 ], [ 172.752692716319928, -43.55633337896672 ], [ 172.752679515789083, -43.556357174091303 ], [ 172.752669610512129, -43.556376211607059 ], [ 172.752676035396831, -43.556407196288028 ], [ 172.752702114965615, -43.556438223482942 ], [ 172.752705264092157, -43.556469201076467 ], [ 172.752698615101451, -43.556493010373195 ], [ 172.752698361787736, -43.556554951388634 ], [ 172.752698166930458, -43.556602598323131 ], [ 172.752701316063167, -43.556633575915889 ], [ 172.752694676795613, -43.556655002864986 ], [ 172.752655211386241, -43.556693035376654 ], [ 172.752622385231177, -43.556709640930208 ], [ 172.752586293010296, -43.55672385703884 ], [ 172.752569865295243, -43.556735733326789 ], [ 172.752556645130539, -43.55676429312841 ], [ 172.752553301092831, -43.556780962465027 ], [ 172.752526948462645, -43.55681664094292 ], [ 172.752487531598376, -43.556842761662253 ], [ 172.752480814219581, -43.556883247370365 ], [ 172.752497017721623, -43.556926165066429 ], [ 172.752464084122153, -43.556968976385257 ], [ 172.752473775021201, -43.557002350513073 ], [ 172.752480229125439, -43.557026188162098 ], [ 172.752489939544859, -43.557054797595264 ], [ 172.752480004838191, -43.557080982131289 ], [ 172.752460252427909, -43.557104763042837 ], [ 172.752450268935917, -43.557142859308222 ], [ 172.752443600263433, -43.557171433279755 ], [ 172.7524664432284, -43.557192924046056 ], [ 172.752486059145241, -43.55720249598393 ], [ 172.752515512282912, -43.557209706845157 ], [ 172.752548270496391, -43.55720977774952 ], [ 172.752574447823378, -43.557216981505547 ], [ 172.752584207055605, -43.557233679197822 ], [ 172.752600498446441, -43.557255155759208 ], [ 172.752629980860945, -43.557255219551692 ], [ 172.752656158217377, -43.557262423289053 ], [ 172.7526757449549, -43.557279142233675 ], [ 172.752672410665014, -43.557293429225872 ], [ 172.752662417530416, -43.55733390785516 ], [ 172.752649070591389, -43.557393438167246 ], [ 172.752688312362721, -43.557410199630375 ], [ 172.752721002489437, -43.557426946910134 ], [ 172.75273722578936, -43.557465099876097 ], [ 172.752714109834415, -43.557510314862292 ], [ 172.752717249277993, -43.557543674796136 ], [ 172.752713856527549, -43.557572255866724 ], [ 172.752723518433072, -43.557612777009318 ], [ 172.752700519328641, -43.557629403836067 ], [ 172.752657884631077, -43.557641223445941 ], [ 172.75262177236894, -43.55766020425466 ], [ 172.752569241856946, -43.557688678990878 ], [ 172.752536327390004, -43.55772672563149 ], [ 172.752523058239888, -43.55776719715471 ], [ 172.752529366194807, -43.557826769990662 ], [ 172.752548816590661, -43.557876841801985 ], [ 172.752548680101853, -43.557910194648059 ], [ 172.752564727946492, -43.557991229865429 ], [ 172.752574419062455, -43.558024603979263 ], [ 172.752577577950547, -43.558053199221639 ], [ 172.752580688101631, -43.558093706194178 ], [ 172.752587103371468, -43.558127073217193 ], [ 172.752554208174018, -43.558160355167395 ], [ 172.752521390943372, -43.558174578339681 ], [ 172.752465671834358, -43.558181604819531 ], [ 172.752426244297141, -43.558210107855245 ], [ 172.752399939741366, -43.558233874563335 ], [ 172.752380157653079, -43.558264802493156 ], [ 172.752366976087274, -43.55828383288037 ], [ 172.752370105621168, -43.558319575164809 ], [ 172.752356885012574, -43.558348134934363 ], [ 172.752320596582791, -43.558409997870605 ], [ 172.752300775359373, -43.55845045516898 ], [ 172.75228420072051, -43.558498066598872 ], [ 172.752251090408691, -43.558583760066838 ], [ 172.752165370305534, -43.558716986832671 ], [ 172.752112653092382, -43.558790725919557 ], [ 172.752079620519652, -43.55885736056721 ], [ 172.752040133741531, -43.558900157538773 ], [ 172.752020341479579, -43.558933467747394 ], [ 172.751993997363002, -43.558966763740322 ], [ 172.751954373630554, -43.5590429135191 ], [ 172.751937954933368, -43.559052407364064 ], [ 172.75189203338627, -43.559066601920414 ], [ 172.751796728498704, -43.559140248430381 ], [ 172.751734202239646, -43.559209201308704 ], [ 172.751701305982408, -43.559242483004653 ], [ 172.751678257056085, -43.559271021345921 ], [ 172.751596192353816, -43.559311343309233 ], [ 172.751546867335321, -43.559356501097831 ], [ 172.751536990575318, -43.559368391467359 ], [ 172.751510773280387, -43.559370716855945 ], [ 172.751487831921736, -43.559373049359166 ], [ 172.751448491283213, -43.559380110940843 ], [ 172.751409082073252, -43.559403848926131 ], [ 172.751399146508305, -43.559430033355369 ], [ 172.75135316576754, -43.55945852176508 ], [ 172.751323545109443, -43.559491810474505 ], [ 172.751310274755497, -43.559532281841562 ], [ 172.751300368523317, -43.559551319225797 ], [ 172.751303546482944, -43.559575149804019 ], [ 172.751296876995355, -43.559603723694494 ], [ 172.751296769205084, -43.55962992949172 ], [ 172.751290099708143, -43.55965850338152 ], [ 172.751296573222447, -43.559677576395451 ], [ 172.751250670652382, -43.559687006000807 ], [ 172.7512047190543, -43.559708347313432 ], [ 172.751161945336605, -43.55975351918876 ], [ 172.751151989996856, -43.559784468284718 ], [ 172.751138778295456, -43.559810645558827 ], [ 172.751115777917931, -43.559827272057291 ], [ 172.751102605418851, -43.559843919946665 ], [ 172.751095965227478, -43.559865346788612 ], [ 172.751082792714612, -43.559881994675557 ], [ 172.751056486901831, -43.559905761064549 ], [ 172.751049866305124, -43.559922423213486 ], [ 172.751043196658657, -43.559950997087043 ], [ 172.751023472171738, -43.559967630699738 ], [ 172.751003737863215, -43.559986646653961 ], [ 172.75098402316533, -43.560000897914705 ], [ 172.750941366834354, -43.560017481564685 ], [ 172.750901907935457, -43.560053131095778 ], [ 172.750882163745132, -43.560074529373509 ], [ 172.750859123930439, -43.560100685198869 ], [ 172.750849246913219, -43.5601125755068 ], [ 172.750816418403843, -43.560129180526189 ], [ 172.75078683639822, -43.560152939711571 ], [ 172.750763806332685, -43.560176713172332 ], [ 172.750737549372815, -43.560188567761791 ], [ 172.750701484099437, -43.560195636226112 ], [ 172.750678473631439, -43.560214644979673 ], [ 172.75064234938506, -43.560236007494225 ], [ 172.750612777085081, -43.560257384289038 ], [ 172.750586431614693, -43.560290679946661 ], [ 172.750566638094369, -43.560323989892439 ], [ 172.750507365537629, -43.560397713915727 ], [ 172.750461206658571, -43.560469084163785 ], [ 172.750428279512761, -43.560509512516738 ], [ 172.750372243264792, -43.560592772996344 ], [ 172.750296688554897, -43.560642637694819 ], [ 172.750217788816968, -43.560709171597324 ], [ 172.750148736636646, -43.560770962233164 ], [ 172.750102665667157, -43.560820891229767 ], [ 172.750056653711965, -43.560856526140441 ], [ 172.749974526666847, -43.560911140987272 ], [ 172.749925189276212, -43.560958680401846 ], [ 172.749879196822377, -43.560989550551 ], [ 172.749843012689212, -43.561025206874405 ], [ 172.749816715748835, -43.561046590626653 ], [ 172.749681984323445, -43.561146355089953 ], [ 172.74956044542327, -43.561224706998935 ], [ 172.749422614858418, -43.561281581780321 ], [ 172.749288060078953, -43.561338463578316 ], [ 172.749166678421489, -43.561378697558617 ], [ 172.749042040331574, -43.561414159530337 ], [ 172.748868231657411, -43.561456660468757 ], [ 172.748710852512232, -43.561487285425862 ], [ 172.748609195839691, -43.561510885605273 ], [ 172.748569853477335, -43.561517946189539 ], [ 172.748507558907534, -43.561529721006231 ], [ 172.748422351754584, -43.561536680642156 ], [ 172.748366658823983, -43.561536558079865 ], [ 172.748301127811857, -43.561538796198079 ], [ 172.748242119144493, -43.561548195738212 ], [ 172.748189612959465, -43.561569521397971 ], [ 172.748117529792353, -43.56157174497978 ], [ 172.74805203844403, -43.561564453579884 ], [ 172.747986507390806, -43.56156669151764 ], [ 172.747862007318417, -43.561568799386443 ], [ 172.747737497297948, -43.561573289463418 ], [ 172.747635919657085, -43.561577830026046 ], [ 172.747498295424919, -43.561584673260199 ], [ 172.747429498225699, -43.561584521299615 ], [ 172.747409812024301, -43.561591624905716 ], [ 172.747363996993613, -43.561579611849432 ], [ 172.747314925838396, -43.561562826847066 ], [ 172.74727892905608, -43.561553217821412 ], [ 172.747226512170499, -43.561553101945158 ], [ 172.74714796654871, -43.561533869336635 ], [ 172.74709561943763, -43.561517076994932 ], [ 172.747010452019509, -43.561514506203764 ], [ 172.746948346604512, -43.561481015641313 ], [ 172.746899325510498, -43.56145231874256 ], [ 172.746820810052952, -43.561425938878614 ], [ 172.746781597249367, -43.561402028380115 ], [ 172.746748966504981, -43.561370985350756 ], [ 172.746657446868454, -43.561320752910774 ], [ 172.746490818204734, -43.561213177101322 ], [ 172.746366678596701, -43.561129518971796 ], [ 172.746242599324773, -43.561031566644992 ], [ 172.746157832712782, -43.560933701472287 ], [ 172.746095998488101, -43.560835887165211 ], [ 172.746053700455036, -43.560766704609506 ], [ 172.746044002501975, -43.56073571231056 ], [ 172.746008106494088, -43.560702279447341 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.452687804966147", "filename": "MaxarImagery/HighFreq/Canterbury/Newbrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747062592101884, -43.552137851619548 ], [ 172.747075594654603, -43.552161704080248 ], [ 172.747075504988999, -43.552183145208161 ], [ 172.747078720760328, -43.552197446539466 ], [ 172.747085162270025, -43.552223666854161 ], [ 172.747085052682621, -43.552249872676882 ], [ 172.747081637654361, -43.552283218296097 ], [ 172.747081498177238, -43.552316571161029 ], [ 172.747097816179831, -43.552330901474527 ], [ 172.747101031964178, -43.552345202804858 ], [ 172.747097656787275, -43.552369019034145 ], [ 172.747104158093947, -43.552380945262271 ], [ 172.747120426313444, -43.552407187309747 ], [ 172.74713010358127, -43.552442944255624 ], [ 172.747136385770006, -43.552507282125227 ], [ 172.747146013262039, -43.55255495080619 ], [ 172.747155610889536, -43.552609766528128 ], [ 172.747171600334042, -43.552702714293389 ], [ 172.747177902510714, -43.552762287463288 ], [ 172.7471777830024, -43.552790875631047 ], [ 172.747190755864182, -43.552821875118269 ], [ 172.747200492987787, -43.552843337972149 ], [ 172.74720693461785, -43.552869558277287 ], [ 172.747200194242509, -43.552914808390334 ], [ 172.747200054827687, -43.552948161251848 ], [ 172.747209602775683, -43.553014888701853 ], [ 172.747219240361886, -43.553060175025536 ], [ 172.74722241638338, -43.553084005739571 ], [ 172.747219061126799, -43.553103057274988 ], [ 172.747228778391019, -43.553129284819903 ], [ 172.747228738562427, -43.55313881420858 ], [ 172.747241771264015, -43.553155519605397 ], [ 172.747241701567503, -43.553172196035526 ], [ 172.747244877603578, -43.553196026748466 ], [ 172.747241512390957, -43.553217460631345 ], [ 172.747234851657112, -43.553243651966639 ], [ 172.747231446609874, -43.553274615237463 ], [ 172.747224785865257, -43.553300806571883 ], [ 172.747214899293908, -43.553315078928087 ], [ 172.747195136095712, -43.553341241290738 ], [ 172.747175382839771, -43.553365021302753 ], [ 172.747175263327733, -43.553393609467463 ], [ 172.747181734881565, -43.553412682730503 ], [ 172.747158586461069, -43.553465043660296 ], [ 172.74715186590177, -43.553505529071487 ], [ 172.747135258702883, -43.553560286830553 ], [ 172.747079363896887, -43.553610192945222 ], [ 172.747023449067711, -43.553664863725743 ], [ 172.746970909443263, -43.553695718258638 ], [ 172.746882108488194, -43.553781286979991 ], [ 172.746789802224697, -43.553921642351789 ], [ 172.746714093288659, -43.554009622301898 ], [ 172.746681217075007, -43.554038137890551 ], [ 172.746664669179978, -43.554078601494716 ], [ 172.746635018652938, -43.554119036060953 ], [ 172.746602062484897, -43.554166610399122 ], [ 172.74658549453568, -43.554211838683898 ], [ 172.746565620950634, -43.554264206744641 ], [ 172.746545817222199, -43.55429989837549 ], [ 172.746526003485087, -43.554337972349167 ], [ 172.746512751041365, -43.554373678497818 ], [ 172.74651586693696, -43.554411803304511 ], [ 172.746479674792369, -43.55444984095589 ], [ 172.746456575303654, -43.554490289999258 ], [ 172.74644992407562, -43.554514098935329 ], [ 172.746449764262564, -43.554552216478406 ], [ 172.74644632877127, -43.554590326756852 ], [ 172.746446228886469, -43.554614150220964 ], [ 172.746436321937807, -43.554633187198391 ], [ 172.746442683514204, -43.554678466309106 ], [ 172.746448935227335, -43.554749951229063 ], [ 172.746442084193092, -43.554821407090174 ], [ 172.746432077317593, -43.554864267529517 ], [ 172.746415588966187, -43.554890437013107 ], [ 172.746415409149762, -43.554933319246089 ], [ 172.746408687925424, -43.554973804601566 ], [ 172.746392129598519, -43.555016650504776 ], [ 172.746378876925235, -43.555052356633077 ], [ 172.7463623785072, -43.555080908454116 ], [ 172.746352381523849, -43.555121386538119 ], [ 172.746332557400336, -43.555161842817995 ], [ 172.746319284672325, -43.555202313630595 ], [ 172.746309357598335, -43.555226115286985 ], [ 172.746296134813605, -43.55525467436582 ], [ 172.746269689206542, -43.555311792518346 ], [ 172.746233306420663, -43.555395094659112 ], [ 172.746200169264512, -43.555485551096446 ], [ 172.746176889200768, -43.555568882301969 ], [ 172.746153769078148, -43.555614095966547 ], [ 172.746137250397481, -43.555647412443491 ], [ 172.746133834646173, -43.55568075801277 ], [ 172.746107208657492, -43.555780758348256 ], [ 172.746093905632648, -43.555828376167142 ], [ 172.746077306832291, -43.555880751400473 ], [ 172.746070585273401, -43.555921236728501 ], [ 172.746070455224697, -43.555952207223712 ], [ 172.746070345183284, -43.555978413027226 ], [ 172.746060307836672, -43.556028420461459 ], [ 172.746069985046773, -43.556064177474227 ], [ 172.746069834989441, -43.556099912660109 ], [ 172.746086123758744, -43.556121390147581 ], [ 172.746095821004417, -43.556152382466266 ], [ 172.746082627924466, -43.556173794477957 ], [ 172.746062873301469, -43.556197574282592 ], [ 172.746039842896749, -43.556221346807398 ], [ 172.746033251343107, -43.556230861637204 ], [ 172.7460297854727, -43.556276118927897 ], [ 172.74603602684877, -43.556349986195258 ], [ 172.746055461388863, -43.556402441455369 ], [ 172.746071370086099, -43.55651444807534 ], [ 172.746080977354353, -43.556566881503038 ], [ 172.746093630355915, -43.556674116150695 ], [ 172.746106433440872, -43.556745615613345 ], [ 172.746122662384153, -43.556781387166303 ], [ 172.746125838162044, -43.55680521789462 ], [ 172.746148268696885, -43.556924386080425 ], [ 172.746167383507043, -43.557053076368177 ], [ 172.746183442573084, -43.55712934778122 ], [ 172.746199451683623, -43.557217530917455 ], [ 172.746218936632772, -43.55725807441658 ], [ 172.746225258320834, -43.557312882899765 ], [ 172.746234885841744, -43.557360551617414 ], [ 172.746251065038706, -43.557408234874877 ], [ 172.746277081756517, -43.557453557594009 ], [ 172.746290095127819, -43.557475027778665 ], [ 172.746290005167054, -43.557496468885283 ], [ 172.746266944364635, -43.557527388484878 ], [ 172.746260232741321, -43.557565491467116 ], [ 172.746256836938528, -43.557594072338475 ], [ 172.746273086189007, -43.557625079175303 ], [ 172.746282833748069, -43.55764415974523 ], [ 172.746282773772151, -43.557658453815868 ], [ 172.746276122121429, -43.557682262727589 ], [ 172.74625965292239, -43.557703667483494 ], [ 172.746269320517428, -43.557741806814917 ], [ 172.746272406433889, -43.557787078640935 ], [ 172.746272226497751, -43.557829960851663 ], [ 172.746285169975948, -43.557868107450787 ], [ 172.746317638684417, -43.557937268146382 ], [ 172.746350027519128, -43.558025487591841 ], [ 172.746388878257619, -43.558135162664676 ], [ 172.746411599534525, -43.558185242771629 ], [ 172.746421337236086, -43.558206705673129 ], [ 172.746427709155256, -43.55824960241231 ], [ 172.746437376942026, -43.558287741726332 ], [ 172.746466670055725, -43.558333071661757 ], [ 172.746489421435001, -43.558376004717339 ], [ 172.746515388809286, -43.558433239100111 ], [ 172.746531638416002, -43.558464245896531 ], [ 172.746557625838733, -43.558516715579415 ], [ 172.746560811861372, -43.558538163944291 ], [ 172.746586769387932, -43.558597780654345 ], [ 172.746586609638371, -43.5586358981705 ], [ 172.746583233896303, -43.558659714356956 ], [ 172.74658309411322, -43.558693067183235 ], [ 172.746579598550511, -43.558745471505873 ], [ 172.746566185396887, -43.558819295145668 ], [ 172.746533126730384, -43.558890692864722 ], [ 172.746490280194251, -43.55895253940384 ], [ 172.746434419814221, -43.558992915764136 ], [ 172.746408052618563, -43.55903097515111 ], [ 172.746388277199969, -43.559059519687125 ], [ 172.746371847635032, -43.559071395075101 ], [ 172.746342374343271, -43.559068947322167 ], [ 172.746309585151863, -43.559076021670819 ], [ 172.746296391504785, -43.559097433694802 ], [ 172.746289739698511, -43.559121242600916 ], [ 172.746273290103716, -43.559137882663471 ], [ 172.746230623100274, -43.559156846901175 ], [ 172.746204295703023, -43.559185376861777 ], [ 172.74614519899572, -43.559216216428325 ], [ 172.746109133772734, -43.55922328344532 ], [ 172.746079550367938, -43.559247041413073 ], [ 172.746030321358177, -43.559268373368333 ], [ 172.746017167598126, -43.559280255981534 ], [ 172.746017047513845, -43.559308844114007 ], [ 172.745990769989874, -43.559325462302496 ], [ 172.745961116423786, -43.559365896649282 ], [ 172.745938084766635, -43.559389669137325 ], [ 172.745921604969425, -43.559413456180991 ], [ 172.745901899276959, -43.559425324220044 ], [ 172.745875571607485, -43.559453854102919 ], [ 172.745849303995328, -43.559468089913949 ], [ 172.745849213871992, -43.559489531012346 ], [ 172.74581634427517, -43.559515663972277 ], [ 172.745799864395593, -43.559539450997683 ], [ 172.745780078506527, -43.559570377769042 ], [ 172.745763488409324, -43.559620370575054 ], [ 172.745756876404442, -43.559634650070613 ], [ 172.745760022130867, -43.559665627829709 ], [ 172.74577304580751, -43.559684715721438 ], [ 172.745769649650782, -43.559713296566848 ], [ 172.745769529447642, -43.559741884696599 ], [ 172.745789064994682, -43.559770516531685 ], [ 172.745805374677872, -43.55978722935928 ], [ 172.74582492027119, -43.559813478843964 ], [ 172.745851037833319, -43.559834978201607 ], [ 172.745886993315509, -43.559854117053071 ], [ 172.745903353106826, -43.55985891814602 ], [ 172.745932836775751, -43.559858983668569 ], [ 172.745959014453007, -43.559866188936816 ], [ 172.7459589143578, -43.559890012377984 ], [ 172.745932526448343, -43.559932836335797 ], [ 172.74592582435119, -43.559968556937037 ], [ 172.745922318129033, -43.560023343570315 ], [ 172.745915616015566, -43.560059064170375 ], [ 172.745925323806802, -43.560087674139417 ], [ 172.745925203675682, -43.560116262267613 ], [ 172.745915305664937, -43.560132916834895 ], [ 172.745915165506204, -43.560166269650828 ], [ 172.745908513430408, -43.560190078529637 ], [ 172.7459246831055, -43.560240144154825 ], [ 172.745914714994399, -43.560273475129264 ], [ 172.74590148089672, -43.560304416477926 ], [ 172.745901210574061, -43.560368739763604 ], [ 172.745907622391655, -43.560402107139609 ], [ 172.745917330233453, -43.560430717107749 ], [ 172.745930354123487, -43.560449804979527 ], [ 172.745930213971519, -43.560483157793641 ], [ 172.745920305890365, -43.560502194703979 ], [ 172.745926777798445, -43.560521268015165 ], [ 172.745936505689457, -43.560545113293493 ], [ 172.745946243598326, -43.560566576227096 ], [ 172.745955981514101, -43.560588039159796 ], [ 172.745965699417724, -43.560614266779211 ], [ 172.745978693335303, -43.56064050167641 ], [ 172.745988421265764, -43.560664346949942 ], [ 172.746007917181117, -43.560702508119093 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "MAX", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.449807101087062", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731269235341358, -43.506333775408251 ], [ 172.731300093913774, -43.506422874212333 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.449807101087062", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73129830191769, -43.506421992094445 ], [ 172.731334263403454, -43.506431606152304 ], [ 172.731370129819084, -43.506462661472085 ], [ 172.731396240436936, -43.506479399532139 ], [ 172.731419004058012, -43.506512806443794 ], [ 172.731438494629231, -43.506546205663113 ], [ 172.7314547015838, -43.506581979555421 ], [ 172.73148397975217, -43.506622548918941 ], [ 172.731490304151066, -43.50667259392791 ], [ 172.731506521729017, -43.50670598544864 ], [ 172.73151955071026, -43.5067203103727 ], [ 172.731555206242234, -43.506799012905383 ], [ 172.731577780051623, -43.506875302328226 ], [ 172.731610078209684, -43.506973056066457 ], [ 172.731636041352289, -43.507023147160126 ], [ 172.731655468884469, -43.507070840521152 ], [ 172.731661719596246, -43.50713756206148 ], [ 172.731651720860839, -43.507178039195551 ], [ 172.731638543989789, -43.507197067375536 ], [ 172.731625388220152, -43.507211330827062 ], [ 172.73157223159194, -43.507240077016498 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "MAX", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.324364236289424", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731574566145952, -43.507240275663669 ], [ 172.731576127656439, -43.507247233327398 ], [ 172.731622715843685, -43.507370273915967 ], [ 172.731684787287634, -43.507544810399693 ], [ 172.731687791241058, -43.507549957870587 ], [ 172.73178955185162, -43.507835231053051 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.584279214773226", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73179284742136, -43.507831144653217 ], [ 172.73180923423925, -43.507826418314359 ], [ 172.731832177889402, -43.507819324963336 ], [ 172.73185835249393, -43.507821768736498 ], [ 172.731887747520858, -43.507836131994814 ], [ 172.731897524777452, -43.50784568447235 ], [ 172.731897450966727, -43.507862361014816 ], [ 172.731907207141063, -43.50787667821789 ], [ 172.731939833182935, -43.507900578590004 ], [ 172.731975816730767, -43.507905427719734 ], [ 172.732024850721871, -43.507919836976214 ], [ 172.732041174313252, -43.507929404783468 ], [ 172.732064033672572, -43.507941370291732 ], [ 172.732077031438081, -43.507962842239799 ], [ 172.732096533371902, -43.50799385897745 ], [ 172.73212585479061, -43.508024898716762 ], [ 172.732174625575055, -43.508098866988277 ], [ 172.732210282761827, -43.508177569301978 ], [ 172.732249192146895, -43.508261043994708 ], [ 172.732255569995033, -43.508299177133644 ], [ 172.732261947851015, -43.508337310271955 ], [ 172.732274914181886, -43.508365929285638 ], [ 172.732294374230008, -43.508406475440182 ], [ 172.732310603239682, -43.508437484476005 ], [ 172.732330105444959, -43.508468501171933 ], [ 172.732346387124267, -43.508487598387312 ], [ 172.732339746019051, -43.508509024330372 ], [ 172.732349449767156, -43.508535253309695 ], [ 172.732359121944143, -43.508568629377116 ], [ 172.732352417673752, -43.508604349498519 ], [ 172.732365363051372, -43.508637733226827 ], [ 172.732381560581871, -43.508675889340488 ], [ 172.732387917504894, -43.508718787195441 ], [ 172.732397589731875, -43.508752163258663 ], [ 172.732423606902188, -43.508790342347005 ], [ 172.732443119801417, -43.508818976659278 ], [ 172.732442930381978, -43.508861859191519 ], [ 172.732449339982736, -43.508892845227457 ], [ 172.732455633838754, -43.508950037254387 ], [ 172.73245872815744, -43.508990545081737 ], [ 172.732468421510845, -43.509019156411895 ], [ 172.732487871374786, -43.50906208489257 ], [ 172.732520414119961, -43.509105043998773 ], [ 172.732556324797628, -43.509126569486412 ], [ 172.732585625962372, -43.509162373829319 ], [ 172.732608338656888, -43.509207692306717 ], [ 172.732614758894783, -43.509236295969039 ], [ 172.732595003879084, -43.509262456031237 ], [ 172.732578585178516, -43.509274329568917 ], [ 172.73259483559923, -43.509300573835212 ], [ 172.73261106500027, -43.509331582824565 ], [ 172.732630473000114, -43.509384040729984 ], [ 172.732640145465325, -43.509417416769395 ], [ 172.732636756560083, -43.509443615105269 ], [ 172.732639924634071, -43.509467446385884 ], [ 172.732649639179186, -43.509491292973394 ], [ 172.732656059465967, -43.509519896632092 ], [ 172.732649449901515, -43.509534175501301 ], [ 172.7326559227686, -43.509550867346583 ], [ 172.732662364094409, -43.509574706279395 ], [ 172.732672047121667, -43.509605699952495 ], [ 172.732691623482197, -43.509620040043522 ], [ 172.732691539371672, -43.509639098944497 ], [ 172.732691444747246, -43.509660540208003 ], [ 172.732704453614758, -43.509679629717212 ], [ 172.732717473003305, -43.509696336862305 ], [ 172.732730481886676, -43.50971542636848 ], [ 172.732730387275751, -43.50973686763178 ], [ 172.732733586938025, -43.509753551820957 ], [ 172.732746616862073, -43.509767876599994 ], [ 172.732766182781631, -43.509784599040614 ], [ 172.7327562579176, -43.509808399715368 ], [ 172.732775739768158, -43.50984418105466 ], [ 172.732791958896257, -43.509877572378549 ], [ 172.732811388244016, -43.509925265524053 ], [ 172.732830922706768, -43.509949135040834 ], [ 172.732837374651268, -43.509970591599888 ], [ 172.732834027832581, -43.509987260489233 ], [ 172.732847005291262, -43.510013497068918 ], [ 172.732879653865268, -43.510032632442886 ], [ 172.732889326569676, -43.51006600845804 ], [ 172.732902262046224, -43.510101774481036 ], [ 172.732915197538006, -43.510137540502406 ], [ 172.732918313231067, -43.510173283584976 ], [ 172.732937847815549, -43.510197153082764 ], [ 172.732954130148954, -43.510216250207513 ], [ 172.732963792419923, -43.510252008577922 ], [ 172.732966971166547, -43.510273457484125 ], [ 172.732973412690257, -43.510297296396914 ], [ 172.732979875224544, -43.510316370584469 ], [ 172.732999420381162, -43.51033785770894 ], [ 172.733009145707541, -43.510359321900609 ], [ 172.733022091817816, -43.510392705546202 ], [ 172.733025239089301, -43.510421301537413 ], [ 172.733034932936221, -43.510449912813655 ], [ 172.733054467655478, -43.510473782290724 ], [ 172.733044574291057, -43.510490435900657 ], [ 172.733064025031126, -43.510533364274515 ], [ 172.733076929212444, -43.510576277362247 ], [ 172.733093148700817, -43.510609668640065 ], [ 172.733102821613556, -43.510643044634342 ], [ 172.733112547025087, -43.510664508816312 ], [ 172.733109105762765, -43.510702618972076 ], [ 172.733122052000653, -43.510736002604688 ], [ 172.73313178793066, -43.51075508442247 ], [ 172.733138250562973, -43.510774158599801 ], [ 172.733154470137663, -43.510807549867991 ], [ 172.733164174602308, -43.510833778769467 ], [ 172.733177162878917, -43.510857632946397 ], [ 172.733180352226924, -43.51087669948248 ], [ 172.733193330024534, -43.510902936019633 ], [ 172.7332096021334, -43.510924415468537 ], [ 172.733219296146842, -43.510953026727073 ], [ 172.733229011155714, -43.510976873260347 ], [ 172.733245199356645, -43.511017411601195 ], [ 172.733258156228089, -43.511048412854763 ], [ 172.733277596805692, -43.511093723551092 ], [ 172.733287196459599, -43.511143776062141 ], [ 172.733287039095302, -43.511179511493587 ], [ 172.733303269349904, -43.511210520376679 ], [ 172.733332634894424, -43.511232030346434 ], [ 172.733345570878669, -43.51126779631327 ], [ 172.733358548830921, -43.511294032830286 ], [ 172.733364959151601, -43.511325018803532 ], [ 172.733354981825386, -43.51136073133393 ], [ 172.733374495987874, -43.511389365477648 ], [ 172.733394104550229, -43.511396558359777 ], [ 172.733410355889788, -43.511422802502814 ], [ 172.733420050076774, -43.511451413742286 ], [ 172.733423187103028, -43.511482392079834 ], [ 172.733429649903684, -43.511501466238691 ], [ 172.733439354597294, -43.511527695114218 ], [ 172.733445817407784, -43.511546769272037 ], [ 172.733445702074334, -43.511572975253621 ], [ 172.733461984935957, -43.511592072302818 ], [ 172.733474994458646, -43.5116111617196 ], [ 172.733484730639361, -43.511630243505074 ], [ 172.733484615322396, -43.511656449486352 ], [ 172.733484510488694, -43.511680273105569 ], [ 172.733490962846332, -43.511701729622303 ], [ 172.733507235274146, -43.511723209026655 ], [ 172.73352009809102, -43.511775651504443 ], [ 172.733536307660643, -43.511811425075706 ], [ 172.733552496287729, -43.511851963368215 ], [ 172.733562169648849, -43.511885339317544 ], [ 172.733568580134886, -43.51191632527663 ], [ 172.733571780140323, -43.511933009436895 ], [ 172.733571675339874, -43.511956833055116 ], [ 172.733568318130523, -43.511975884322176 ], [ 172.733564939958399, -43.511999700312678 ], [ 172.733577949600544, -43.512018789716699 ], [ 172.733587664919696, -43.512042636215867 ], [ 172.733617062402487, -43.512056999025347 ], [ 172.733646438944902, -43.512076126550845 ], [ 172.733659448629083, -43.512095215945422 ], [ 172.733656049532271, -43.512123796661747 ], [ 172.7336657753753, -43.512145260792202 ], [ 172.733688605217651, -43.512164373057068 ], [ 172.733704856889375, -43.512190617155561 ], [ 172.733717793295654, -43.512226383075408 ], [ 172.733720930512447, -43.512257361401076 ], [ 172.733727383014383, -43.512278817902683 ], [ 172.733723994413111, -43.512305016258459 ], [ 172.733750045355748, -43.512336047942242 ], [ 172.733766338990051, -43.512352762584648 ], [ 172.733776064908568, -43.512374226705049 ], [ 172.733779233578616, -43.512398057943372 ], [ 172.733788865263818, -43.512440963317523 ], [ 172.733798486491139, -43.512486251052209 ], [ 172.733808139145566, -43.512524391700872 ], [ 172.733827591073691, -43.512567319932593 ], [ 172.7338438115043, -43.512600711094734 ], [ 172.733859990076894, -43.512643631700755 ], [ 172.733872968544119, -43.512669868154397 ], [ 172.733892525241487, -43.512688972758554 ], [ 172.733915344892921, -43.512710467338621 ], [ 172.733902177986863, -43.512727113398171 ], [ 172.73391516695699, -43.512750967485147 ], [ 172.733918325234072, -43.512777181079805 ], [ 172.733914978553827, -43.512793849992939 ], [ 172.733908347990536, -43.512812893649617 ], [ 172.73390825378641, -43.512834334903303 ], [ 172.733931063031662, -43.512858211841362 ], [ 172.73396361929403, -43.512898788154658 ], [ 172.733999292067097, -43.512975107496082 ], [ 172.73401222881273, -43.513010873378562 ], [ 172.73401211371845, -43.513037079354604 ], [ 172.734031503179949, -43.513094301717196 ], [ 172.734057512772551, -43.513134862773605 ], [ 172.734077027835241, -43.513163496790817 ], [ 172.734099774512202, -43.513201667862724 ], [ 172.734122521217756, -43.51323983892992 ], [ 172.734132205569665, -43.513270832462908 ], [ 172.734141889931408, -43.51330182599493 ], [ 172.734148290402715, -43.513335194276323 ], [ 172.734135092048717, -43.513358987444704 ], [ 172.734138229534864, -43.513389965753476 ], [ 172.734151155992208, -43.513428113979401 ], [ 172.734183775445985, -43.513454396059295 ], [ 172.734196806505793, -43.513468720666744 ], [ 172.734199954484836, -43.513497316612025 ], [ 172.734193313476766, -43.513518742644195 ], [ 172.734199734910618, -43.513547346199005 ], [ 172.734219281538174, -43.513568833106604 ], [ 172.734242122544458, -43.513585562896758 ], [ 172.734245270550701, -43.513614158840291 ], [ 172.73424188209583, -43.513640357205638 ], [ 172.734248293111193, -43.513671343118439 ], [ 172.734267777075985, -43.513707124184762 ], [ 172.734287292421357, -43.513735758163968 ], [ 172.734310028992553, -43.513776311552341 ], [ 172.734313208395037, -43.513797760409552 ], [ 172.73430656739356, -43.513819186447201 ], [ 172.734312999363681, -43.513845407633177 ], [ 172.734342324739345, -43.51387644678254 ], [ 172.734365134546692, -43.513900323631084 ], [ 172.734378113499702, -43.513926560022867 ], [ 172.734391102912468, -43.513950414051919 ], [ 172.734400839754642, -43.513969495753258 ], [ 172.734407261333331, -43.513998099294518 ], [ 172.734416977293108, -43.514021945716621 ], [ 172.734436482363094, -43.51405296203032 ], [ 172.73444293530693, -43.514074418485968 ], [ 172.734459187814622, -43.514100662470618 ], [ 172.734449231560603, -43.514131610357438 ], [ 172.734458947558096, -43.514155456775505 ], [ 172.734468611335245, -43.514191214997958 ], [ 172.734491421310423, -43.514215091820411 ], [ 172.734517431689284, -43.514255652766266 ], [ 172.734536634039927, -43.514355757531362 ], [ 172.734556045298007, -43.514408215072187 ], [ 172.734568909582549, -43.514460657411085 ], [ 172.734581846977932, -43.514496423221495 ], [ 172.734598110098887, -43.514520284823988 ], [ 172.73460782621666, -43.514544131228071 ], [ 172.73464040471211, -43.51457994261834 ], [ 172.734663225338977, -43.514601437044526 ], [ 172.734679467645122, -43.514630063356982 ], [ 172.734692415578536, -43.514663446793179 ], [ 172.734695511666786, -43.514703954524037 ], [ 172.734701902151073, -43.514739705128257 ], [ 172.734711440928379, -43.514804051657364 ], [ 172.734721157135823, -43.514827898050861 ], [ 172.734740620878881, -43.514868443752711 ], [ 172.734760147254178, -43.514894695286088 ], [ 172.734769800891144, -43.514932835840021 ], [ 172.73478598073558, -43.5149757563008 ], [ 172.734795665700574, -43.515006749769711 ], [ 172.734805298512129, -43.515049655041537 ], [ 172.734828004624404, -43.515097355401942 ], [ 172.734840931875851, -43.515135503540527 ], [ 172.734860458380211, -43.5151617550559 ], [ 172.734860312352765, -43.515195108105978 ], [ 172.73489265147262, -43.515285713717432 ], [ 172.734902294825304, -43.515326236618584 ], [ 172.7349021801069, -43.515352442585879 ], [ 172.734918443582586, -43.515376304140098 ], [ 172.734918349727621, -43.515397745385897 ], [ 172.734924729986659, -43.5154358783345 ], [ 172.734934435950578, -43.515462107068323 ], [ 172.734947332064195, -43.515507402274601 ], [ 172.734970132295501, -43.515533661358418 ], [ 172.734986395846278, -43.515557522902434 ], [ 172.735009237812591, -43.515574252535991 ], [ 172.735015638996146, -43.515607620757379 ], [ 172.735009008466221, -43.515626664468584 ], [ 172.735012188210334, -43.515648113300308 ], [ 172.735025167814911, -43.515674349612269 ], [ 172.735034853012422, -43.515705343057775 ], [ 172.735051095788037, -43.515733969313104 ], [ 172.73506409627322, -43.515755440899312 ], [ 172.73508688622627, -43.51578408231957 ], [ 172.735096581894112, -43.515812693398871 ], [ 172.735116067043606, -43.515848474310275 ], [ 172.735129046735807, -43.515874710609744 ], [ 172.735135468856299, -43.515903314101983 ], [ 172.735145122887474, -43.515941454618499 ], [ 172.735164639363319, -43.515970088439659 ], [ 172.735187471116205, -43.515989200397364 ], [ 172.73518738777247, -43.516008259280895 ], [ 172.735180725997338, -43.516034450082017 ], [ 172.735193653668318, -43.516072598175541 ], [ 172.735209896616823, -43.51610122440691 ], [ 172.735199950829724, -43.516129789988014 ], [ 172.735216110461238, -43.516177475101244 ], [ 172.735248711022535, -43.516208521590372 ], [ 172.735268238047752, -43.516234773032537 ], [ 172.73528119705918, -43.516265774034039 ], [ 172.735290861652942, -43.516301532175866 ], [ 172.735307052641389, -43.516342070194156 ], [ 172.735323306128009, -43.516368314048094 ], [ 172.735352643649804, -43.516396970568749 ], [ 172.735365623561052, -43.51642320683942 ], [ 172.735368782649942, -43.516449420379239 ], [ 172.735381783400271, -43.516470891927305 ], [ 172.735401362616017, -43.516485231544507 ], [ 172.735440656381741, -43.516482940085162 ], [ 172.735470066863712, -43.516494920053454 ], [ 172.735486341274509, -43.516516399163216 ], [ 172.735492763630475, -43.51654500263276 ], [ 172.735505733228251, -43.516573621247346 ], [ 172.735499061121374, -43.516602194424877 ], [ 172.735485883391959, -43.516621223014617 ], [ 172.735498832190757, -43.51665460635008 ], [ 172.735518307441566, -43.516692769549174 ], [ 172.735521466610066, -43.516718983083749 ], [ 172.735501720796719, -43.516742761250583 ], [ 172.735501585520296, -43.516773731932972 ], [ 172.73552766009675, -43.516799998474376 ], [ 172.735550471468201, -43.516823875078245 ], [ 172.735579871734473, -43.516838237378231 ], [ 172.735602735150593, -43.516850202170808 ], [ 172.735602579121434, -43.51688593757315 ], [ 172.735612254403861, -43.51691931332455 ], [ 172.735612087978325, -43.516957431086595 ], [ 172.735605447084083, -43.5169788571881 ], [ 172.73562172167226, -43.517000336277242 ], [ 172.735634722629754, -43.517021807795018 ], [ 172.735660838969324, -43.517038544864981 ], [ 172.735686955323331, -43.517055281928968 ], [ 172.735713030101039, -43.517081548427356 ], [ 172.735735789667331, -43.51711733679393 ], [ 172.735748759501348, -43.517145955378666 ], [ 172.735764971811051, -43.517181728607369 ], [ 172.735771404763142, -43.51720794969841 ], [ 172.735731933790021, -43.517250741390455 ], [ 172.735708914228866, -43.517274512024308 ], [ 172.735712104702458, -43.517293578471254 ], [ 172.735734843553445, -43.517334131556851 ], [ 172.735747803036531, -43.5173651325007 ], [ 172.735770489960402, -43.517417597378646 ], [ 172.735783387109166, -43.517462892477759 ], [ 172.735793041792618, -43.517501032930831 ], [ 172.735802654910799, -43.517548702822516 ], [ 172.735822161818845, -43.517579718885408 ], [ 172.735848236880088, -43.517605985351246 ], [ 172.735870965547008, -43.517648920767996 ], [ 172.735867535993691, -43.517684648603684 ], [ 172.735890233530739, -43.517734731095636 ], [ 172.735876930978066, -43.517782348044356 ], [ 172.735870227735063, -43.517818068317034 ], [ 172.735843903146304, -43.517848978492196 ], [ 172.735856810832644, -43.517891891220238 ], [ 172.735889423033115, -43.517920555160806 ], [ 172.735925288177526, -43.517953991372451 ], [ 172.73594478488917, -43.517987389772465 ], [ 172.73595450208748, -43.518011236050398 ], [ 172.736013345521741, -43.518030430993505 ], [ 172.736029589378973, -43.518059057100949 ], [ 172.736042611476989, -43.518075763849858 ], [ 172.736075317318438, -43.518082986499387 ], [ 172.736101496533109, -43.518085429308634 ], [ 172.736137341129449, -43.51812363017283 ], [ 172.73616009095511, -43.51816180080975 ], [ 172.73619575918886, -43.518240501770237 ], [ 172.736231417137105, -43.518321585078397 ], [ 172.736247547026778, -43.518376417110055 ], [ 172.736273425468198, -43.518447948309628 ], [ 172.736286312833528, -43.518495625704979 ], [ 172.736295957620172, -43.518536148469501 ], [ 172.736299086092259, -43.518569509053947 ], [ 172.736308793147771, -43.518595737659524 ], [ 172.736295573734196, -43.518624295773684 ], [ 172.736282333556403, -43.518657618605239 ], [ 172.73628873575953, -43.518690986739941 ], [ 172.73629185385974, -43.518726729683209 ], [ 172.736314635131549, -43.518757753207709 ], [ 172.736327574464724, -43.518793518798653 ], [ 172.736320912870184, -43.51881970965389 ], [ 172.736333862593995, -43.518853092884306 ], [ 172.736359928050575, -43.518881741589041 ], [ 172.736366351064873, -43.518910344999348 ], [ 172.736359679101071, -43.518938918215767 ], [ 172.736353017504086, -43.518965109072205 ], [ 172.736365967276356, -43.518998492298259 ], [ 172.736385485308801, -43.51902712589969 ], [ 172.736414845358325, -43.519051017420246 ], [ 172.736444122473841, -43.519093967808367 ], [ 172.736470105136789, -43.519141675362143 ], [ 172.736483034274642, -43.51917982329288 ], [ 172.736489405538549, -43.519220338491749 ], [ 172.736508902966165, -43.519253736790006 ], [ 172.73651853765341, -43.519296641890371 ], [ 172.736531477220751, -43.519332407455458 ], [ 172.736537869264708, -43.519368157932071 ], [ 172.736544292413612, -43.519396761330292 ], [ 172.736544116194608, -43.519437261437893 ], [ 172.736557045441373, -43.519475409358556 ], [ 172.736569995434053, -43.51950879255908 ], [ 172.736589451541903, -43.519551720279182 ], [ 172.73658598084225, -43.519596977562117 ], [ 172.736605488807015, -43.519627993482942 ], [ 172.736615216889078, -43.519649457340044 ], [ 172.736618366317657, -43.519678053191498 ], [ 172.736608462052345, -43.519697089440726 ], [ 172.736614854179265, -43.519732839910979 ], [ 172.736621277402406, -43.519761443303246 ], [ 172.736644079954146, -43.519787702039629 ], [ 172.736676621019768, -43.519833042263585 ], [ 172.736689560793735, -43.519868807807939 ], [ 172.736679635797913, -43.519892608780879 ], [ 172.736692637747211, -43.519914080170025 ], [ 172.736708903146109, -43.519937941455446 ], [ 172.736712083711552, -43.519959390225786 ], [ 172.7367218326022, -43.519976089354657 ], [ 172.73673477243301, -43.520011854893163 ], [ 172.736751037874654, -43.520035716172288 ], [ 172.736754177028814, -43.520066694377327 ], [ 172.736747567266264, -43.520080973456544 ], [ 172.736757295470738, -43.520102437300167 ], [ 172.73676371879958, -43.520131040682863 ], [ 172.736789816076509, -43.520152542208081 ], [ 172.736822450642649, -43.52017644115741 ], [ 172.736835421639142, -43.520205059606539 ], [ 172.736828780815699, -43.520226485767076 ], [ 172.736831940728678, -43.520252699251103 ], [ 172.736841648281569, -43.520278927804995 ], [ 172.736861166949183, -43.520307561320422 ], [ 172.736883949104111, -43.520338584725167 ], [ 172.736913320335987, -43.520360093755421 ], [ 172.736929534185947, -43.520395866802801 ], [ 172.736916366425419, -43.520412513184851 ], [ 172.736906472484321, -43.52042916709847 ], [ 172.73690965314475, -43.520450615861726 ], [ 172.736939096894616, -43.520455448372758 ], [ 172.73696856134822, -43.520455516158385 ], [ 172.736994679534376, -43.520472252918353 ], [ 172.736971648887419, -43.520498406150026 ], [ 172.736994472564476, -43.52051990009646 ], [ 172.737010551982223, -43.52058664379696 ], [ 172.737036587461347, -43.520622439418027 ], [ 172.737039757830928, -43.520646270535948 ], [ 172.737049465536217, -43.520672499070756 ], [ 172.737052635913386, -43.520696330188109 ], [ 172.737062353978018, -43.520720176362822 ], [ 172.737088472304066, -43.520736913100919 ], [ 172.737131001239106, -43.520744158032457 ], [ 172.737183300011338, -43.520763337318378 ], [ 172.737212599175081, -43.520801522782698 ], [ 172.737232076828633, -43.520839685668307 ], [ 172.737241701936654, -43.520884973056532 ], [ 172.737251368413041, -43.52092073100853 ], [ 172.737270866804636, -43.520954129169375 ], [ 172.737296943942084, -43.520980395294629 ], [ 172.737309873988409, -43.521018543121905 ], [ 172.737319519854253, -43.521059065784925 ], [ 172.737316070280457, -43.521099558361819 ], [ 172.737319261456037, -43.521118624752901 ], [ 172.737299432210193, -43.521161462079533 ], [ 172.737299287495716, -43.521194815101033 ], [ 172.737289341845127, -43.521223380838741 ], [ 172.737299049749964, -43.521249609350228 ], [ 172.737311979854269, -43.521287757175593 ], [ 172.737334772942489, -43.521316398128079 ], [ 172.737337912458656, -43.52134737631107 ], [ 172.737337798770341, -43.521373582255762 ], [ 172.737354023474552, -43.521406972879333 ], [ 172.737370279198757, -43.52143321642469 ], [ 172.737383271387984, -43.521457070089568 ], [ 172.737399516805311, -43.521485695989185 ], [ 172.73742560455841, -43.5215095797248 ], [ 172.737435312567555, -43.521535808223675 ], [ 172.737441736365696, -43.521564411562267 ], [ 172.737422020711676, -43.521581042962829 ], [ 172.737418612503859, -43.521612006105144 ], [ 172.73741852984611, -43.521631064973263 ], [ 172.737424932982208, -43.521664433029365 ], [ 172.737431284466567, -43.521709712877318 ], [ 172.737437604965692, -43.521762139799982 ], [ 172.737447106396843, -43.521836015465603 ], [ 172.73746330029249, -43.521876553146676 ], [ 172.737456659504858, -43.521897979337496 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.584279214773226", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.737456669835694, -43.521895596979085 ], [ 172.737420150586814, -43.522012249840984 ], [ 172.737429827677374, -43.522045625413242 ], [ 172.737439525441658, -43.522074236267834 ], [ 172.737452517794537, -43.522098089922558 ], [ 172.737445897641095, -43.522114751395236 ], [ 172.737465437843724, -43.522138620083922 ], [ 172.737488220993384, -43.522169643360854 ], [ 172.737514329732278, -43.522188762357615 ], [ 172.737530606390408, -43.522210241160728 ], [ 172.737537019975804, -43.522241226849182 ], [ 172.737543412912601, -43.522276977253661 ], [ 172.737559606989294, -43.52231751491842 ], [ 172.737575790761298, -43.522360434938911 ], [ 172.737588741925634, -43.522393818010165 ], [ 172.737618000830992, -43.522441532795185 ], [ 172.737634225973324, -43.522474923373856 ], [ 172.737660283274579, -43.522505954127709 ], [ 172.73765693707324, -43.52252262312318 ], [ 172.737706004890555, -43.522532265223724 ], [ 172.737728881193931, -43.522541847227565 ], [ 172.737764842952572, -43.522553841621004 ], [ 172.73778442469478, -43.52256818082131 ], [ 172.737797427606466, -43.522589652077208 ], [ 172.737794060802543, -43.522611085792882 ], [ 172.737787430368087, -43.522630129642103 ], [ 172.737787337505438, -43.522651570865534 ], [ 172.737797097440762, -43.522665887538551 ], [ 172.737797014899115, -43.522684946403722 ], [ 172.737816576057327, -43.52270405031458 ], [ 172.737836168176386, -43.52271600714765 ], [ 172.73784918145364, -43.522735096039106 ], [ 172.737836003117366, -43.522754124877721 ], [ 172.737852228462998, -43.522787515424142 ], [ 172.737875042997871, -43.522811391547293 ], [ 172.737904426092001, -43.522830517959463 ], [ 172.737940336496195, -43.522854424088123 ], [ 172.737982805158197, -43.522875962852765 ], [ 172.737999144025395, -43.522883147438932 ], [ 172.738044948537578, -43.522890399533999 ], [ 172.738087345117577, -43.522928614766514 ], [ 172.73810675186175, -43.522983453998577 ], [ 172.738113103989804, -43.523028733799848 ], [ 172.738135712627866, -43.523100257031267 ], [ 172.738148592129249, -43.523150316542086 ], [ 172.738148437568498, -43.523186051912212 ], [ 172.73814506055038, -43.523209867994211 ], [ 172.738154758836828, -43.523238478783632 ], [ 172.738177583963306, -43.523259972487274 ], [ 172.738216748108357, -43.523288650741208 ], [ 172.738239542374174, -43.523317291506274 ], [ 172.738275319310418, -43.523372168182092 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.584279214773226", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73827203502492, -43.523374543045684 ], [ 172.73833385978304, -43.523462832665928 ], [ 172.738408513061813, -43.523613093519572 ], [ 172.738479913284607, -43.523758582117367 ], [ 172.73853176236176, -43.52388258452725 ], [ 172.738570577294126, -43.523992262822027 ], [ 172.738589768785545, -43.524097131475813 ], [ 172.738599189682418, -43.524190065881299 ], [ 172.738612121225799, -43.52422821354368 ], [ 172.738638190064847, -43.524256861710661 ], [ 172.738654477959528, -43.524275957990774 ], [ 172.738670745296616, -43.524299818983799 ], [ 172.738690214702217, -43.524340363960398 ], [ 172.738706440940518, -43.524373754378622 ], [ 172.738706307267535, -43.524404725027466 ], [ 172.738683347838389, -43.524414202080848 ], [ 172.738683203869954, -43.524447555086979 ], [ 172.73867651180862, -43.52448089312719 ], [ 172.738666576544176, -43.524507076610988 ], [ 172.73867958018235, -43.524528547761129 ], [ 172.738692552980268, -43.524557165982309 ], [ 172.738715368510867, -43.524581041932905 ], [ 172.738757859219447, -43.524597815691891 ], [ 172.73879378128612, -43.524619339191091 ], [ 172.738832823268524, -43.524676605520241 ], [ 172.738868519330566, -43.524750540860644 ], [ 172.738878177098854, -43.524788681012353 ], [ 172.738878074339596, -43.524812504586968 ], [ 172.738891067842502, -43.524836358069727 ], [ 172.738897482396368, -43.524867343670067 ], [ 172.738923459176931, -43.524917432986669 ], [ 172.738939706244281, -43.524946058654265 ], [ 172.738949415453959, -43.524972287011849 ], [ 172.73894273375322, -43.52500324270742 ], [ 172.738952442973243, -43.525029471064478 ], [ 172.738962131656223, -43.52506046413535 ], [ 172.738978347963695, -43.525096236868983 ], [ 172.738991310751828, -43.525127237411454 ], [ 172.739000968656455, -43.525165377550614 ], [ 172.738984413345605, -43.52520822261242 ], [ 172.738961433108813, -43.525222464434279 ], [ 172.738977618642252, -43.525265384238971 ], [ 172.738977433742861, -43.525308266670002 ], [ 172.73898709166707, -43.52534640680917 ], [ 172.739003308065122, -43.525382179537694 ], [ 172.739016270926527, -43.525413180075979 ], [ 172.73903250789968, -43.525444188085586 ], [ 172.739058556920867, -43.525477600866864 ], [ 172.739068235460138, -43.525510976283847 ], [ 172.739087736321778, -43.525544374114268 ], [ 172.739094222923484, -43.525558683199861 ], [ 172.73910064792355, -43.525587286428177 ], [ 172.739113559543568, -43.525630198740345 ], [ 172.73912654304695, -43.525656434550761 ], [ 172.739142821204581, -43.525677913115111 ], [ 172.739159119904173, -43.525694626962824 ], [ 172.739188535592689, -43.525706605968502 ], [ 172.73921135175047, -43.525730481816908 ], [ 172.739224376368156, -43.525747188187374 ], [ 172.739257045688078, -43.525763939357091 ], [ 172.739286440909325, -43.525780683051828 ], [ 172.739292886543268, -43.525804521554271 ], [ 172.739295996503813, -43.525842646733551 ], [ 172.739305695750488, -43.525871257414572 ], [ 172.739312141401484, -43.525895095915601 ], [ 172.739331704071503, -43.525914199560326 ], [ 172.73934468772984, -43.525940435345035 ], [ 172.739367504037006, -43.525964311161651 ], [ 172.739390238312552, -43.526007245830172 ], [ 172.739396663499178, -43.526035849040071 ], [ 172.739396560939497, -43.526059672610479 ], [ 172.739406157711898, -43.526112106852281 ], [ 172.739396212235619, -43.526140672749101 ], [ 172.739383023381748, -43.526162084110972 ], [ 172.739363224697371, -43.526197774686217 ], [ 172.739386030851932, -43.526224032855318 ], [ 172.739399024855629, -43.526247886275719 ], [ 172.739392374009384, -43.526271694920005 ], [ 172.739379123584939, -43.526307400422468 ], [ 172.739392097091127, -43.526336018557174 ], [ 172.739401806717041, -43.526362246870995 ], [ 172.739418095416397, -43.526381343037329 ], [ 172.739440922172292, -43.526402836481068 ], [ 172.739444093780435, -43.526426667511295 ], [ 172.739430904880692, -43.52644807887755 ], [ 172.739440696576253, -43.526455248332624 ], [ 172.739453711158461, -43.526474337032276 ], [ 172.73946016718449, -43.526495793165871 ], [ 172.739492836973, -43.526512544267192 ], [ 172.739535339502254, -43.526526935378691 ], [ 172.739561532759808, -43.526526995044861 ], [ 172.73959423333838, -43.526536599046622 ], [ 172.739633441256586, -43.526555747378424 ], [ 172.739669303321847, -43.526591564740087 ], [ 172.739701860534353, -43.526634521707088 ], [ 172.739724564566927, -43.526684603375806 ], [ 172.739753827215992, -43.526732317587879 ], [ 172.73977651084536, -43.526787163959241 ], [ 172.739795940822376, -43.526837238160937 ], [ 172.739795715530306, -43.526889650009991 ], [ 172.739766145521173, -43.526913406512563 ], [ 172.739752977112801, -43.526930053200644 ], [ 172.739759433292846, -43.526951509316021 ], [ 172.739769163658764, -43.526972972883016 ], [ 172.739778904272839, -43.526992054092382 ], [ 172.739798477683905, -43.527008775298135 ], [ 172.739818061345488, -43.527023114143802 ], [ 172.739844172908647, -43.527042232599442 ], [ 172.739863695164217, -43.527070865577464 ], [ 172.739879902300601, -43.527109020530013 ], [ 172.739883043405683, -43.527139998615695 ], [ 172.739892712424393, -43.527175756311635 ], [ 172.739915457759793, -43.527216308512031 ], [ 172.739918711482716, -43.527221080673129 ], [ 172.739928441948081, -43.527242544225828 ], [ 172.73994795407296, -43.527273559545328 ], [ 172.739970740417164, -43.527304582307764 ], [ 172.739954277310119, -43.527325986284715 ], [ 172.739967271772485, -43.527349839637097 ], [ 172.739983509748129, -43.527380847503643 ], [ 172.740003001480375, -43.527416627526385 ], [ 172.740025818601424, -43.527440503207522 ], [ 172.740051746257421, -43.52750250403313 ], [ 172.740051613258146, -43.52753347466826 ], [ 172.740061333590006, -43.527557320565208 ], [ 172.74005468285776, -43.527581129242883 ], [ 172.740048011658502, -43.527609702633043 ], [ 172.740061006218241, -43.527633555973829 ], [ 172.74007398032839, -43.527662174026041 ], [ 172.740100082018557, -43.52768367477848 ], [ 172.74013274239698, -43.527702808052062 ], [ 172.740158752086302, -43.527745749999326 ], [ 172.740165147137901, -43.52778150022808 ], [ 172.740161760421444, -43.527807698708244 ], [ 172.740164881252582, -43.527843441495712 ], [ 172.740181180815256, -43.527860155193565 ], [ 172.740174468740207, -43.527898258015448 ], [ 172.740174376705994, -43.527919699223141 ], [ 172.740190604713945, -43.527953089414254 ], [ 172.740203589178122, -43.52797932509408 ], [ 172.740213309640723, -43.528003170976618 ], [ 172.740232873273982, -43.528022274462529 ], [ 172.740249142233978, -43.528046135219441 ], [ 172.740268675225281, -43.528072385768233 ], [ 172.740281669970585, -43.528096239082451 ], [ 172.740294674947393, -43.528117710038785 ], [ 172.740304364804899, -43.528148702982143 ], [ 172.74032714143928, -43.528182108026385 ], [ 172.740356527909967, -43.528201233798953 ], [ 172.740379355683189, -43.52822272705103 ], [ 172.740415249823855, -43.528251397102927 ], [ 172.740434772737217, -43.528280029979058 ], [ 172.74046732118174, -43.528325369075326 ], [ 172.740483580101227, -43.52835161215431 ], [ 172.740496503496132, -43.528392141937225 ], [ 172.740535498448423, -43.528461319438549 ], [ 172.740577583968502, -43.528573386766929 ], [ 172.740606674639508, -43.528661600804 ], [ 172.7405998504357, -43.528725909563654 ], [ 172.740583234008199, -43.528783048967369 ], [ 172.740560150673247, -43.528821114660204 ], [ 172.740530539166684, -43.528854400775138 ], [ 172.740507537477328, -43.528873407608188 ], [ 172.740520471210772, -43.528911555028941 ], [ 172.740530140884317, -43.528947312661529 ], [ 172.740549602805174, -43.528990239651399 ], [ 172.740562567223236, -43.529021239998713 ], [ 172.740591903124738, -43.529052277489235 ], [ 172.740618005596531, -43.529073778120186 ], [ 172.740647331344064, -43.529107197952328 ], [ 172.740683297579551, -43.529119191425323 ], [ 172.740706146224767, -43.52913591989789 ], [ 172.740715836453631, -43.529166912801777 ], [ 172.740719018908578, -43.529188361430755 ], [ 172.740738583083129, -43.529207464827557 ], [ 172.740754842355557, -43.529233707864798 ], [ 172.740751476217554, -43.529255141644313 ], [ 172.740744835770897, -43.529276567999275 ], [ 172.740754546449153, -43.529302796187352 ], [ 172.740780689897093, -43.529314767356908 ], [ 172.740826458807504, -43.529331547766361 ], [ 172.740852449284432, -43.529379254258394 ], [ 172.74084901177261, -43.529417364531682 ], [ 172.740812810694166, -43.529460165296399 ], [ 172.740812647470818, -43.52949828299036 ], [ 172.740845258050854, -43.529529327836606 ], [ 172.740851694491312, -43.529555548593905 ], [ 172.740871177232407, -43.52959371081387 ], [ 172.740887385672494, -43.529631865610014 ], [ 172.740897065874208, -43.529665240852097 ], [ 172.740916569073818, -43.529698638352173 ], [ 172.740932828554435, -43.529724881362384 ], [ 172.740952311400747, -43.529763043567662 ], [ 172.740988206723614, -43.529791713434946 ], [ 172.740987951856624, -43.529851272328997 ], [ 172.74098130123221, -43.529875081051252 ], [ 172.740968101922675, -43.529898874937047 ], [ 172.740994062169392, -43.529953728460178 ], [ 172.741026683280239, -43.529982390897374 ], [ 172.741036333035424, -43.530022913193001 ], [ 172.741052592654455, -43.530049156185051 ], [ 172.741065588129771, -43.53007300940375 ], [ 172.741081796819458, -43.530111164169767 ], [ 172.741117722978572, -43.530132686928347 ], [ 172.741134003040344, -43.530154165197168 ], [ 172.741150211794661, -43.530192319953137 ], [ 172.741163186963149, -43.530220937871569 ], [ 172.741166369630292, -43.530242386484659 ], [ 172.741172785909185, -43.53027337193236 ], [ 172.741192279268716, -43.530309151738322 ], [ 172.74121178283724, -43.530342549185171 ], [ 172.741214884040261, -43.530383056641135 ], [ 172.741214741436806, -43.530416409618994 ], [ 172.741221117015556, -43.530456924485314 ], [ 172.741234092273714, -43.530485542394615 ], [ 172.741233949680321, -43.530518895371955 ], [ 172.741240376207458, -43.530547498459001 ], [ 172.741246762001509, -43.530585630967543 ], [ 172.74125970674632, -43.530621395939825 ], [ 172.741266153664327, -43.530645234314029 ], [ 172.741282423732486, -43.530669094915723 ], [ 172.741285586098201, -43.530695308234904 ], [ 172.741292043217186, -43.530716764251935 ], [ 172.741301754360819, -43.530742992388085 ], [ 172.741308201308158, -43.530766830759482 ], [ 172.741321197037081, -43.530790683946798 ], [ 172.741330928568203, -43.53081214736936 ], [ 172.741320983216639, -43.53084071341037 ], [ 172.741333968784915, -43.530866948951356 ], [ 172.741360041759378, -43.530895596474814 ], [ 172.741379545608055, -43.530928993890363 ], [ 172.741392561758005, -43.5309480823583 ], [ 172.74141541128796, -43.53096481068598 ], [ 172.741451388955738, -43.530974421561282 ], [ 172.741480868715854, -43.530972105841506 ], [ 172.74151687692131, -43.530974569630082 ], [ 172.74155934237308, -43.53099848940851 ], [ 172.741575490587479, -43.531050938231921 ], [ 172.741568799370924, -43.531084276404975 ], [ 172.741555589853277, -43.531110452708781 ], [ 172.741552264582936, -43.531122357083973 ], [ 172.741529282695865, -43.531136599402984 ], [ 172.741525916722992, -43.531158033198551 ], [ 172.741529130088054, -43.531172334732588 ], [ 172.741538892274178, -43.531186651070492 ], [ 172.741551888183466, -43.531210504230266 ], [ 172.74157799192443, -43.53123200463714 ], [ 172.741597567199506, -43.531248725527121 ], [ 172.741603993974422, -43.531277328590718 ], [ 172.741613654489271, -43.531315468474645 ], [ 172.74161353244213, -43.53134405673763 ], [ 172.741603607477259, -43.531367858090235 ], [ 172.74160678018805, -43.531391689042522 ], [ 172.741642636106178, -43.531429888120201 ], [ 172.741665424875208, -43.531460910528374 ], [ 172.741675054952822, -43.531506197471614 ], [ 172.741681441119169, -43.531544329950393 ], [ 172.741687898467745, -43.53156578594249 ], [ 172.741681237758911, -43.531591977053658 ], [ 172.74169752857847, -43.531611072883088 ], [ 172.74171374824104, -43.531646845196128 ], [ 172.741749695865451, -43.531663603042929 ], [ 172.741782430057754, -43.531666059352659 ], [ 172.741808615380847, -43.531668500864718 ], [ 172.741828241671783, -43.531673309938782 ], [ 172.741854366032527, -43.531690045571231 ], [ 172.741867362173537, -43.531713898693646 ], [ 172.741860660881628, -43.531749619235235 ], [ 172.741857305152081, -43.531768670683348 ], [ 172.741870270829025, -43.531799670870456 ], [ 172.741892978575038, -43.531849752072574 ], [ 172.741935272100335, -43.53191417174579 ], [ 172.741957990099962, -43.531961870579224 ], [ 172.741987277356344, -43.532004819476263 ], [ 172.741993653614742, -43.532045334289947 ], [ 172.742000070504076, -43.532076319682929 ], [ 172.741973783429813, -43.532097701764457 ], [ 172.741976946166744, -43.532123915058861 ], [ 172.741976885227274, -43.532138209188759 ], [ 172.741976783661386, -43.532162032738505 ], [ 172.741996359346558, -43.53217875355854 ], [ 172.741999552564465, -43.532197819787129 ], [ 172.74200275593995, -43.532214503660626 ], [ 172.741996125762142, -43.532233547722498 ], [ 172.741999329138537, -43.532250231595981 ], [ 172.742009061142596, -43.532271694956513 ], [ 172.742022098087887, -43.532286018639688 ], [ 172.742035094421936, -43.532309871740999 ], [ 172.742054680324458, -43.532324210195881 ], [ 172.742074276389076, -43.532336166292453 ], [ 172.742083988128542, -43.532362394356234 ], [ 172.742106787624635, -43.532391034317897 ], [ 172.742116560293994, -43.532402968249379 ], [ 172.74213932936982, -43.532438755269091 ], [ 172.742152335932417, -43.532460226001774 ], [ 172.742155478465577, -43.53249120399957 ], [ 172.742188101489972, -43.53251986609741 ], [ 172.742204382570435, -43.532541344207417 ], [ 172.742210718438884, -43.53259138842499 ], [ 172.742177953281868, -43.532596079301477 ], [ 172.742154960830447, -43.53261270409638 ], [ 172.742131927763751, -43.532638858305788 ], [ 172.742118626786123, -43.532686475860316 ], [ 172.742121769313201, -43.532717453857778 ], [ 172.742137999670632, -43.532750843750314 ], [ 172.742147691203286, -43.532781836516477 ], [ 172.742157403045184, -43.532808064572222 ], [ 172.742173633446384, -43.532841454459295 ], [ 172.742173501508177, -43.532872425070579 ], [ 172.742189772529258, -43.53289628553626 ], [ 172.742235503950042, -43.532922594797682 ], [ 172.742248500503791, -43.532946447872654 ], [ 172.74227133073245, -43.532967940735283 ], [ 172.742297425340496, -43.532991823328459 ], [ 172.742320265746997, -43.533010933826553 ], [ 172.742362793793006, -43.533020559174361 ], [ 172.742375810700281, -43.533039647525271 ], [ 172.742369150123722, -43.533065838670076 ], [ 172.742359255595773, -43.533082493017154 ], [ 172.742382075773975, -43.533106368212017 ], [ 172.742404906110238, -43.533127861047646 ], [ 172.742424451807153, -43.533151728856559 ], [ 172.742440712863214, -43.53317797164042 ], [ 172.742447150375824, -43.533204192293802 ], [ 172.742476499400766, -43.533232846930908 ], [ 172.742492730091044, -43.533266236770913 ], [ 172.742518784372152, -43.533299648731251 ], [ 172.742534984698381, -43.533340185628703 ], [ 172.74256749688729, -43.533395053515882 ], [ 172.742600090195026, -43.533430862557033 ], [ 172.742639303524896, -43.53345000984848 ], [ 172.742694535039107, -43.533552576382021 ], [ 172.74270410544176, -43.533612157351747 ], [ 172.742713726503609, -43.533659826547712 ], [ 172.742710320292446, -43.533690789787244 ], [ 172.742726551233488, -43.533724179592006 ], [ 172.742736222966727, -43.533759937013023 ], [ 172.742742630287125, -43.533793304710841 ], [ 172.742749057868053, -43.533821907699327 ], [ 172.742758780262022, -43.533845753345858 ], [ 172.742794618105563, -43.533888716760082 ], [ 172.742823957501997, -43.533919753660193 ], [ 172.742823866387113, -43.533941194849689 ], [ 172.742833588829512, -43.533965040489463 ], [ 172.742846555472283, -43.533996040556332 ], [ 172.742866111744831, -43.534017525932882 ], [ 172.742888881867515, -43.534053312795827 ], [ 172.742892055220352, -43.534077143702866 ], [ 172.742911540691722, -43.534115305551751 ], [ 172.742908154796254, -43.53414150408625 ], [ 172.742901524689159, -43.534160548194379 ], [ 172.742927620058623, -43.534184430640657 ], [ 172.742940627273555, -43.534205901278725 ], [ 172.74294380065453, -43.534229732183739 ], [ 172.742963316562737, -43.534260746960172 ], [ 172.742963195140618, -43.534289335211405 ], [ 172.742986016010462, -43.534313210282427 ], [ 172.742999043507893, -43.534329916204975 ], [ 172.743002227035163, -43.534351364753682 ], [ 172.742989007299343, -43.534379923562113 ], [ 172.742995465409649, -43.534401379471575 ], [ 172.743015011748923, -43.534425247175811 ], [ 172.743024703995161, -43.534456239860326 ], [ 172.743054023553611, -43.534492041407674 ], [ 172.743067000535547, -43.534520659093054 ], [ 172.743079967415696, -43.53455165913099 ], [ 172.743099422817323, -43.534596968007854 ], [ 172.743109125246747, -43.534625578330306 ], [ 172.74311882768535, -43.534654188651828 ], [ 172.743128540245181, -43.534680416618265 ], [ 172.743141547637265, -43.534701887232032 ], [ 172.743154544927449, -43.534725740198425 ], [ 172.743170806720315, -43.534751982873047 ], [ 172.743190393680436, -43.534766321129858 ], [ 172.743213184492589, -43.534797343216518 ], [ 172.743216297358344, -43.534835468236352 ], [ 172.743219470879751, -43.53485929913144 ], [ 172.743242302172575, -43.534880791795651 ], [ 172.743248730102863, -43.534909394751459 ], [ 172.74325517825369, -43.534933232998675 ], [ 172.743261646623552, -43.534952306537356 ], [ 172.743277868097806, -43.534988078612095 ], [ 172.743300689354328, -43.535011953618337 ], [ 172.743320185486681, -43.535047733038716 ], [ 172.743329857778747, -43.535083490402634 ], [ 172.74335585268048, -43.535131196288567 ], [ 172.743368809735244, -43.535164578645123 ], [ 172.743381736497099, -43.535205108061923 ], [ 172.743388154424963, -43.535236093362457 ], [ 172.743391328034278, -43.535259924251328 ], [ 172.743407569869674, -43.535290931598283 ], [ 172.743417262453704, -43.535321924245686 ], [ 172.743436799155006, -43.535348174229007 ], [ 172.743446511962759, -43.535374402165857 ], [ 172.743449685602087, -43.535398233052604 ], [ 172.743452869343514, -43.535419681585289 ], [ 172.743465877008532, -43.535441152160082 ], [ 172.743485444064362, -43.53546025507309 ], [ 172.743498451749673, -43.535481725644068 ], [ 172.743504940449299, -43.53549603445979 ], [ 172.743508144410271, -43.535512718282916 ], [ 172.743521152114795, -43.535534188851159 ], [ 172.743527600438455, -43.535558027080832 ], [ 172.743527499470929, -43.535581850619188 ], [ 172.743543711173345, -43.535620005006891 ], [ 172.743566421724381, -43.535670085850107 ], [ 172.743582653664077, -43.535703475524258 ], [ 172.743608719684687, -43.535734504872288 ], [ 172.74362502231574, -43.53575121806373 ], [ 172.743641254309324, -43.535784607729198 ], [ 172.743660821531222, -43.535803710611468 ], [ 172.743670544599524, -43.535827556173878 ], [ 172.743683542338204, -43.535851409076514 ], [ 172.743686685823263, -43.53588238701618 ], [ 172.743706253091005, -43.535901489890463 ], [ 172.743738929125527, -43.535918239766517 ], [ 172.743765045756106, -43.53593735730955 ], [ 172.743787827214931, -43.535970761630836 ], [ 172.743800835116531, -43.535992232166016 ], [ 172.743813832941669, -43.536016085053369 ], [ 172.743823495592466, -43.536054224724246 ], [ 172.743826669414688, -43.536078055598125 ], [ 172.743820009125045, -43.536104246814268 ], [ 172.743800250118227, -43.536130408679391 ], [ 172.743800139169792, -43.536156614569499 ], [ 172.743813137029633, -43.536180467456333 ], [ 172.743799887013694, -43.536216173410175 ], [ 172.743796491294489, -43.536244754315589 ], [ 172.743789851146431, -43.536266180821919 ], [ 172.743793055225808, -43.536282864635105 ], [ 172.743799544080218, -43.536297173432473 ], [ 172.743825640722406, -43.536321055668004 ], [ 172.743848492948956, -43.536337783500429 ], [ 172.743871335104586, -43.536356893681827 ], [ 172.743897462048295, -43.536373628840153 ], [ 172.743903900525908, -43.536399849399245 ], [ 172.743916868233327, -43.536430849334153 ], [ 172.743926581420908, -43.536457077226189 ], [ 172.743939579394635, -43.536480930097667 ], [ 172.743968960949047, -43.536502437280333 ], [ 172.743988468032029, -43.536535834226065 ], [ 172.744004700434886, -43.536569223836395 ], [ 172.744014433838345, -43.536590687013479 ], [ 172.744011058354744, -43.536614503216633 ], [ 172.744027300868424, -43.536645510469867 ], [ 172.7440500726604, -43.536681297089224 ], [ 172.744056541465312, -43.536700370578188 ], [ 172.744053186144896, -43.536719422075244 ], [ 172.744062899437296, -43.536745649954661 ], [ 172.744075877375167, -43.536774267516584 ], [ 172.744088885550468, -43.536795738016671 ], [ 172.744118247162561, -43.536822009867151 ], [ 172.744144394520845, -43.536833980261527 ], [ 172.744147558436168, -43.536860193477082 ], [ 172.74416708587637, -43.536888825683967 ], [ 172.74418005382239, -43.53691982558697 ], [ 172.744183217757467, -43.536946038801204 ], [ 172.74418311704315, -43.536969862334942 ], [ 172.744202614323314, -43.537005641595428 ], [ 172.744225446772447, -43.5370271340581 ], [ 172.744241709644172, -43.537053376572487 ], [ 172.744231784764963, -43.537077178129643 ], [ 172.744225124538531, -43.537103369364907 ], [ 172.744251191488928, -43.537134398561179 ], [ 172.74427724839822, -43.537167810104684 ], [ 172.744300040667213, -43.537198831965235 ], [ 172.744335871516313, -43.537244177232047 ], [ 172.744325906378805, -43.537277508209627 ], [ 172.744351933195929, -43.537318066795329 ], [ 172.744371460879734, -43.537346698965607 ], [ 172.744387744027136, -43.537368176751656 ], [ 172.744390847694291, -43.537408684077739 ], [ 172.744384177435848, -43.53743725767405 ], [ 172.744397165735791, -43.537463492843607 ], [ 172.744413458986116, -43.537482588272447 ], [ 172.744397014787893, -43.537499228141549 ], [ 172.744416462051532, -43.537546919128822 ], [ 172.744429390017075, -43.537587448413255 ], [ 172.744439053302358, -43.537625588023182 ], [ 172.744448797089461, -43.53764466880699 ], [ 172.744465060222893, -43.537670911287435 ], [ 172.744471489021663, -43.537699514162675 ], [ 172.744474673242678, -43.537720962659435 ], [ 172.74448113223113, -43.537742418474615 ], [ 172.744477797105219, -43.537756705274639 ], [ 172.744474451917512, -43.537773374427616 ], [ 172.744490684917565, -43.537806763963175 ], [ 172.744513477535321, -43.537837785778599 ], [ 172.744555928866134, -43.537866469136326 ], [ 172.744582006369455, -43.537895115901165 ], [ 172.744617878058762, -43.537930931663425 ], [ 172.744650495119828, -43.53796197539458 ], [ 172.744656944142889, -43.537985813552154 ], [ 172.744689561253495, -43.538016857271977 ], [ 172.744738391507468, -43.538086055187733 ], [ 172.74476104366974, -43.538150429894699 ], [ 172.744777256831384, -43.538188584093938 ], [ 172.744783675783452, -43.538219569302505 ], [ 172.744806448611513, -43.538255355763908 ], [ 172.744816112239249, -43.538293495338344 ], [ 172.744829090862282, -43.538322112808721 ], [ 172.744838774607018, -43.538355487675055 ], [ 172.744858282763374, -43.538388884464197 ], [ 172.744877831119567, -43.53841275183828 ], [ 172.744897359403438, -43.538441383914737 ], [ 172.744884159747158, -43.538465178216072 ], [ 172.744900373069953, -43.538503332396139 ], [ 172.744926430924323, -43.538536743786025 ], [ 172.74492956513626, -43.538570104031692 ], [ 172.744955582868982, -43.538613044825972 ], [ 172.744968561625853, -43.538641662279232 ], [ 172.745007758998895, -43.538665573456754 ], [ 172.745043671548075, -43.538691859671104 ], [ 172.745046715489877, -43.538746661087956 ], [ 172.745069498707778, -43.538780065141786 ], [ 172.745105150421239, -43.538868292508212 ], [ 172.745124658888784, -43.538901689249677 ], [ 172.745134352922634, -43.538932681735488 ], [ 172.745147281661104, -43.53897321093082 ], [ 172.745176554488836, -43.539020923677541 ], [ 172.745192828337963, -43.539044783697122 ], [ 172.745212256657169, -43.539097239244263 ], [ 172.745221940735462, -43.539130614074423 ], [ 172.745238114325105, -43.539178297613681 ], [ 172.745273856780216, -43.539245083749037 ], [ 172.745306334491602, -43.539309480224979 ], [ 172.745329108036429, -43.539345266577229 ], [ 172.745345211581423, -43.539409626567888 ], [ 172.745364670225939, -43.539454935028751 ], [ 172.745344900758141, -43.539483479496944 ], [ 172.745315326743452, -43.539507237372334 ], [ 172.745298892268181, -43.539521495011975 ], [ 172.745308576461127, -43.539554869832607 ], [ 172.745331370153252, -43.539585891478104 ], [ 172.745344359321223, -43.53961212653234 ], [ 172.745380212425601, -43.539652706753195 ], [ 172.745402986142437, -43.53968849308901 ], [ 172.745432349724496, -43.539714764593562 ], [ 172.745458418413989, -43.539745793504693 ], [ 172.745484497151324, -43.539774440057329 ], [ 172.745530155039859, -43.539819806805063 ], [ 172.745562703456955, -43.539867526736288 ], [ 172.745588702159012, -43.539915232083985 ], [ 172.745614720934157, -43.539958172720738 ], [ 172.745624355291397, -43.540003459274502 ], [ 172.745666728552578, -43.540051201032789 ], [ 172.74566662841147, -43.540075024556302 ], [ 172.74567960781539, -43.540103641923125 ], [ 172.745695872139407, -43.540129884220157 ], [ 172.74570225171243, -43.540170398777505 ], [ 172.745721780950504, -43.540199030706695 ], [ 172.745751114885593, -43.540232449184906 ], [ 172.74576732922398, -43.540270603232727 ], [ 172.745780288697659, -43.540303985291899 ], [ 172.745803042877128, -43.540344536249656 ], [ 172.745829051979968, -43.540389859187442 ], [ 172.745841941461634, -43.540439917704703 ], [ 172.745861460845759, -43.540470931961252 ], [ 172.745880940226471, -43.540511475623219 ], [ 172.745910254390964, -43.540549658763723 ], [ 172.745952538231336, -43.540618841582571 ], [ 172.745985127416162, -43.540657031980118 ], [ 172.746007941870147, -43.540683288782326 ], [ 172.746034021270276, -43.540711935206552 ], [ 172.746063395620439, -43.54073582419408 ], [ 172.746092740001046, -43.540766860230448 ], [ 172.746112269615423, -43.540795492090886 ], [ 172.746135034196982, -43.54083366062796 ], [ 172.746151308908907, -43.540857520505682 ], [ 172.746173993582829, -43.54091474785141 ], [ 172.746157508950063, -43.540940917370904 ], [ 172.746144289247553, -43.540969476511243 ], [ 172.746153994125621, -43.540998086549429 ], [ 172.746173543832157, -43.541021953694404 ], [ 172.746183248732422, -43.54105056372989 ], [ 172.746199493540871, -43.541081570656118 ], [ 172.746215748358793, -43.541110195227873 ], [ 172.746235308117832, -43.541131680009961 ], [ 172.746241738114009, -43.541160282771287 ], [ 172.7462612978984, -43.541181767548814 ], [ 172.746274287809456, -43.541208002491842 ], [ 172.746290532706553, -43.541239009404492 ], [ 172.746303502663551, -43.541270009047949 ], [ 172.746323022550456, -43.541301023222474 ], [ 172.746309792857261, -43.541331964732109 ], [ 172.746322782821323, -43.541358199669098 ], [ 172.746322682933965, -43.541382023188369 ], [ 172.746335642949532, -43.541415405179457 ], [ 172.746361792729687, -43.541427375063058 ], [ 172.746374772749903, -43.541455992345718 ], [ 172.746384487800384, -43.54148222001043 ], [ 172.74641054775114, -43.541515631049812 ], [ 172.74643009772538, -43.541539498149419 ], [ 172.746446332806698, -43.541572887390416 ], [ 172.746478952762942, -43.541603930587279 ], [ 172.746495167924309, -43.541642084524739 ], [ 172.746485213222172, -43.541673033314133 ], [ 172.746475288458328, -43.541696835047055 ], [ 172.746494778623827, -43.541734996245893 ], [ 172.746510993829929, -43.541773150180347 ], [ 172.746517334192248, -43.541823194089417 ], [ 172.746559669509026, -43.54188046491344 ], [ 172.746592209862172, -43.541930566890791 ], [ 172.746598610176051, -43.541966316683826 ], [ 172.746631300259423, -43.541980683373737 ], [ 172.746647615378464, -43.541995013770382 ], [ 172.746644200714343, -43.542028359437317 ], [ 172.746647346021717, -43.542059337266551 ], [ 172.746657041334487, -43.542090329609266 ], [ 172.746653606718013, -43.542128439979287 ], [ 172.746650212001555, -43.542157020942341 ], [ 172.746650132192599, -43.542176079755571 ], [ 172.746669612646144, -43.542216623273674 ], [ 172.746685887938725, -43.542240483070934 ], [ 172.746721823280865, -43.542262004045512 ], [ 172.746751278430537, -43.542266834039353 ], [ 172.746774143677925, -43.542281178925478 ], [ 172.746774073878981, -43.542297855386821 ], [ 172.746790379146432, -43.542314568114207 ], [ 172.746816509465589, -43.542331302596331 ], [ 172.746822999677789, -43.542345611210287 ], [ 172.746839265096668, -43.542371853337016 ], [ 172.746845695507631, -43.542400456059177 ], [ 172.746868461151706, -43.542438624442084 ], [ 172.746881441626556, -43.542467241663253 ], [ 172.746907532172344, -43.542493505530622 ], [ 172.746920522642995, -43.542519740395591 ], [ 172.746936788150663, -43.542545982507896 ], [ 172.746933463299314, -43.542557887016748 ], [ 172.746939903739047, -43.542584107381295 ], [ 172.746965944541245, -43.542622282992582 ], [ 172.746985475164365, -43.542650914697042 ], [ 172.747001730772865, -43.542679539151123 ], [ 172.74701796647301, -43.542712928305797 ], [ 172.747040802069193, -43.542734420192488 ], [ 172.747053732886314, -43.542774949150335 ], [ 172.747079813679733, -43.542803595328927 ], [ 172.747096069373583, -43.542832219769068 ], [ 172.747102480036801, -43.542865587177779 ], [ 172.747112175710214, -43.542896579478381 ], [ 172.74713170649062, -43.542925211156863 ], [ 172.747144687193497, -43.542953828346285 ], [ 172.747167503013259, -43.542980084909907 ], [ 172.747180483744728, -43.543008702095058 ], [ 172.747216409764434, -43.543032605264202 ], [ 172.747222860330282, -43.543056443259644 ], [ 172.747229290993914, -43.543085045957419 ], [ 172.747239026580047, -43.543106508840857 ], [ 172.747238917094137, -43.543132714705841 ], [ 172.747245327867233, -43.543166082105053 ], [ 172.747245218383824, -43.543192287969802 ], [ 172.747245079041107, -43.543225640888338 ], [ 172.747251549544103, -43.543244714178833 ], [ 172.747277660488265, -43.543266213256771 ], [ 172.747297191465663, -43.54329484490561 ], [ 172.747310172325342, -43.543323462074767 ], [ 172.747319868177556, -43.543354454355701 ], [ 172.747329564039575, -43.54338544663571 ], [ 172.747355645225724, -43.543414092749281 ], [ 172.747368665931532, -43.543433180506327 ], [ 172.747371781835199, -43.543471305362807 ], [ 172.747384752820039, -43.543502304874025 ], [ 172.747404293870829, -43.543528554152473 ], [ 172.747423864776891, -43.54354765637386 ], [ 172.747440160614047, -43.543566751357375 ], [ 172.747482537793786, -43.543614492422513 ], [ 172.74748569355296, -43.543643087870137 ], [ 172.747492074684544, -43.543683602306508 ], [ 172.747498485654376, -43.543716969688781 ], [ 172.747521291971907, -43.543745608530529 ], [ 172.747524487524942, -43.543764674571904 ], [ 172.747517827973354, -43.54379086596996 ], [ 172.747530858752953, -43.543807571356474 ], [ 172.747527474295026, -43.543833769986819 ], [ 172.747546975748662, -43.543869548644203 ], [ 172.747566526928466, -43.543893415542584 ], [ 172.747576203121525, -43.543929172501429 ], [ 172.747592469290197, -43.543955414515551 ], [ 172.74761529561917, -43.543979288635548 ], [ 172.747615176354174, -43.544007876848333 ], [ 172.747637972898218, -43.544038898016787 ], [ 172.747657474482821, -43.544074676654347 ], [ 172.747680261137418, -43.544108080165188 ], [ 172.747703027946386, -43.544146248373352 ], [ 172.747748790122301, -43.544167790702424 ], [ 172.747778206552795, -43.544182149836622 ], [ 172.747791207692558, -43.544206002245744 ], [ 172.747804119459943, -43.544251295812266 ], [ 172.747804040008674, -43.54427035462016 ], [ 172.747794085536896, -43.544301303509862 ], [ 172.747800536463473, -43.544325141468306 ], [ 172.747823333221561, -43.544356162598604 ], [ 172.747833108942331, -43.544368096023902 ], [ 172.747839599611552, -43.544382404576169 ], [ 172.74785914114247, -43.544408653773992 ], [ 172.747875516777185, -43.544408689886005 ], [ 172.747881967747162, -43.54443252783954 ], [ 172.747881888319938, -43.544451586646957 ], [ 172.747901419963824, -43.544480218188255 ], [ 172.747927571377375, -43.544492187711334 ], [ 172.747934002523834, -43.544520790363464 ], [ 172.74794043367632, -43.544549393015075 ], [ 172.747953474660903, -43.544563716000987 ], [ 172.747956670392199, -43.54458278202798 ], [ 172.747956581062596, -43.544604223185871 ], [ 172.747966307223834, -43.544628068353788 ], [ 172.74798263329555, -43.544640016204916 ], [ 172.747992389245155, -43.54465671431791 ], [ 172.747989004937864, -43.544682912958386 ], [ 172.747992200686497, -43.544701978984023 ], [ 172.748024892577916, -43.544716345273031 ], [ 172.74801164315241, -43.544752051662996 ], [ 172.748031184876851, -43.544778300830195 ], [ 172.74805079607134, -43.544787873538318 ], [ 172.748073563368308, -43.544826041669367 ], [ 172.7480964100547, -43.544845150989332 ], [ 172.748079865648776, -43.54488561487203 ], [ 172.748037060445853, -43.544940315118666 ], [ 172.748040166921669, -43.544980822298825 ], [ 172.748043303168259, -43.545014182426435 ], [ 172.748046459262582, -43.54504277785238 ], [ 172.748036534553336, -43.545066579706891 ], [ 172.748033199854746, -43.545080866593352 ], [ 172.748023225518693, -43.545116580199895 ], [ 172.748029666698244, -43.545142800493089 ], [ 172.748055828344889, -43.545152387635561 ], [ 172.748104936014073, -43.54515726058284 ], [ 172.748150798277663, -43.545154979242689 ], [ 172.74817040961301, -43.545164551929993 ], [ 172.748203062132347, -43.545188447570311 ], [ 172.748245520360456, -43.545217129538024 ], [ 172.748274887852517, -43.545243400296684 ], [ 172.748353006389578, -43.54536030851181 ], [ 172.748398492279534, -43.54544855639616 ], [ 172.748437517087439, -43.545515348693904 ], [ 172.748456940368328, -43.545570185992673 ], [ 172.748479698308785, -43.545610736389477 ], [ 172.748499151371703, -43.545658426628762 ], [ 172.748554502905421, -43.545737166658483 ], [ 172.748577231269195, -43.5457848640865 ], [ 172.748606529877804, -43.54582781121173 ], [ 172.74861295158442, -43.545858796170549 ], [ 172.748609508074622, -43.545899288927082 ], [ 172.748632315737126, -43.545927927539545 ], [ 172.748645268091764, -43.545963691598132 ], [ 172.748674566834779, -43.546006638704903 ], [ 172.748687568717202, -43.546030491006263 ], [ 172.748707081456473, -43.546063887104985 ], [ 172.748720043780054, -43.54609726880404 ], [ 172.748739556558661, -43.546130664896928 ], [ 172.748749233797326, -43.546166421745021 ], [ 172.748775287168627, -43.546202214576418 ], [ 172.748794612042673, -43.546280875315787 ], [ 172.74882058635319, -43.546335726938779 ], [ 172.748853229869411, -43.546362004740956 ], [ 172.748866172556205, -43.546400151122612 ], [ 172.748875859802069, -43.546433525608315 ], [ 172.748901903473779, -43.546471700759909 ], [ 172.748918151120364, -43.546502707277334 ], [ 172.748934299906693, -43.546557537294696 ], [ 172.748966815068201, -43.546614785616711 ], [ 172.748976492517386, -43.546650542443054 ], [ 172.748992760020712, -43.546676784248696 ], [ 172.749015548387376, -43.546710187482333 ], [ 172.749038317011809, -43.546748355411644 ], [ 172.749057820291853, -43.546784133797487 ], [ 172.74906093742311, -43.546822258588548 ], [ 172.749064064440859, -43.546858001029143 ], [ 172.749060680470023, -43.546884199692037 ], [ 172.749047401524564, -43.546927053239123 ], [ 172.749060344453198, -43.546965199595611 ], [ 172.749066786275705, -43.546991419823449 ], [ 172.74910269563901, -43.547020087090921 ], [ 172.749135458205359, -43.547017776609721 ], [ 172.749184419307227, -43.547058384346791 ], [ 172.749217013986822, -43.547096573793404 ], [ 172.749239713751848, -43.547151418130987 ], [ 172.749291782454435, -43.547232532955334 ], [ 172.749321042776785, -43.547285009289524 ], [ 172.749324199588727, -43.547313604670578 ], [ 172.749346968633574, -43.5473517725354 ], [ 172.749366482160269, -43.547385168515781 ], [ 172.749379445127886, -43.547418550133905 ], [ 172.749376061261046, -43.547444748803834 ], [ 172.749379237848018, -43.547468579482747 ], [ 172.749402076072698, -43.547490070886319 ], [ 172.749418294640179, -43.547528224378169 ], [ 172.749437788526365, -43.547566385045364 ], [ 172.749476865172454, -43.547621265220265 ], [ 172.749506125842089, -43.547673741504354 ], [ 172.749515843237532, -43.547699968880153 ], [ 172.749522226144762, -43.547740483178728 ], [ 172.74954173002854, -43.547776261477296 ], [ 172.74956445006714, -43.547826341045571 ], [ 172.749593789808614, -43.54785975850735 ], [ 172.749603517133409, -43.547883603525179 ], [ 172.749606674108861, -43.547912198895801 ], [ 172.749619617598398, -43.547950345183772 ], [ 172.749626020322665, -43.547986094775489 ], [ 172.749645484905727, -43.54803140245415 ], [ 172.749658458024015, -43.548062401687815 ], [ 172.749671460733026, -43.548086253870729 ], [ 172.749690964815784, -43.548122032142139 ], [ 172.749710498494522, -43.548150663360929 ], [ 172.749746408849518, -43.548179330422798 ], [ 172.749772453818167, -43.548217505367553 ], [ 172.749801655905856, -43.548284275669872 ], [ 172.749814481353354, -43.548351010129579 ], [ 172.749817520209518, -43.548408193687891 ], [ 172.749807536514567, -43.548446289780074 ], [ 172.749791100656779, -43.548460548039735 ], [ 172.749771399299078, -43.548472416779028 ], [ 172.749761464843203, -43.54849860111883 ], [ 172.749767877563443, -43.548531968349948 ], [ 172.749774319856556, -43.548558188531878 ], [ 172.749800414276308, -43.54858445172048 ], [ 172.749823262923883, -43.548603560687553 ], [ 172.749865803126397, -43.548613183247781 ], [ 172.749901792631221, -43.54862279146306 ], [ 172.74992464132535, -43.548641900409862 ], [ 172.749957286562648, -43.54866817789037 ], [ 172.749983312179438, -43.548711117483705 ], [ 172.74999623638206, -43.548754028423708 ], [ 172.750012416275979, -43.548801711222495 ], [ 172.750028674958259, -43.548830335222853 ], [ 172.750048228713524, -43.548854201682381 ], [ 172.750067684045689, -43.548901891633179 ], [ 172.7500903360378, -43.548968647535197 ], [ 172.750122942156082, -43.549004454365217 ], [ 172.750148977874971, -43.549045011569554 ], [ 172.750152085963492, -43.549085518667084 ], [ 172.750181397119491, -43.549126083021086 ], [ 172.750207472283392, -43.549157110813937 ], [ 172.750190957612944, -43.549190427924003 ], [ 172.750223593423385, -43.54921908767632 ], [ 172.750207078744666, -43.549252404788326 ], [ 172.750187347691849, -43.549271420645233 ], [ 172.750216688475462, -43.549304837941214 ], [ 172.750236281807105, -43.549319174969874 ], [ 172.750278832414438, -43.549326415027309 ], [ 172.75030489787963, -43.549359825146496 ], [ 172.750353645336361, -43.549452844057043 ], [ 172.7503828486565, -43.549519614199426 ], [ 172.750408796294209, -43.549581612485028 ], [ 172.750425016052134, -43.549619765822975 ], [ 172.750437970248157, -43.549655529659795 ], [ 172.75046079001487, -43.549681785544969 ], [ 172.750463898343014, -43.549722292630086 ], [ 172.750480088689329, -43.549767593006962 ], [ 172.750515872621889, -43.549827230361309 ], [ 172.750545243331743, -43.549853500523348 ], [ 172.750545174554077, -43.549870176967374 ], [ 172.750574447055016, -43.549920270613093 ], [ 172.750580870195137, -43.549951255442636 ], [ 172.750597021396032, -43.550006085197865 ], [ 172.750619831541002, -43.550034723399271 ], [ 172.750639317164996, -43.550075266197702 ], [ 172.75066210771422, -43.550108669088544 ], [ 172.750684859008601, -43.550151601370892 ], [ 172.750704305436614, -43.550201673553765 ], [ 172.750743404560836, -43.55025178857931 ], [ 172.750769431412778, -43.550294727984756 ], [ 172.750808491390131, -43.550354372383438 ], [ 172.750847659394566, -43.5503878109296 ], [ 172.750876873519843, -43.550452198588339 ], [ 172.750896339825971, -43.550497506038631 ], [ 172.750899448485285, -43.550538013106902 ], [ 172.750902625829468, -43.550561843732446 ], [ 172.750876363267082, -43.550576080732888 ], [ 172.750882825879359, -43.550597536146832 ], [ 172.750892544336239, -43.550623763394732 ], [ 172.750892406968632, -43.550657116279098 ], [ 172.750898791101264, -43.550697630482809 ], [ 172.750915001653567, -43.550738166094071 ], [ 172.750941077885727, -43.550769193713435 ], [ 172.750983560938948, -43.55079310995125 ], [ 172.751022739130349, -43.550824166086969 ], [ 172.751042244888907, -43.550859944114755 ], [ 172.751051835981457, -43.550917141882621 ], [ 172.75104181341726, -43.550964767461821 ], [ 172.751067889811793, -43.550995795051399 ], [ 172.751061221177594, -43.551024368973174 ], [ 172.751067625071357, -43.551060118467745 ], [ 172.751087199563187, -43.551079220045501 ], [ 172.751073960337777, -43.551112544402777 ], [ 172.751064035811794, -43.551136346495213 ], [ 172.751060672070111, -43.551157780501782 ], [ 172.751063820093066, -43.551188758166546 ], [ 172.751057112212521, -43.551226861481723 ], [ 172.751034066054928, -43.551255399739915 ], [ 172.751033967988803, -43.551279223226381 ], [ 172.751043706231968, -43.551300685761454 ], [ 172.751060044514134, -43.551310250816371 ], [ 172.751096035813333, -43.551319858655496 ], [ 172.751118856490905, -43.551346114403884 ], [ 172.751131880082227, -43.551365201712798 ], [ 172.751158025307149, -43.551379552839855 ], [ 172.751180855835031, -43.55140342622709 ], [ 172.751206961888698, -43.551427306737388 ], [ 172.751242923885684, -43.551444061576134 ], [ 172.751288614464983, -43.551484661265995 ], [ 172.751321144280723, -43.551539526532181 ], [ 172.751360137044145, -43.551615847172556 ], [ 172.751389254375141, -43.551704058174543 ], [ 172.751411859902959, -43.551782725530479 ], [ 172.751460493519801, -43.551904332119911 ], [ 172.751492857306403, -43.551999697257415 ], [ 172.751508911991522, -43.552078350351401 ], [ 172.751521877136668, -43.552111731704436 ], [ 172.751557731978352, -43.552154692275437 ], [ 172.751577189551682, -43.55220238194719 ], [ 172.751596715648986, -43.552233395176891 ], [ 172.75161618306214, -43.552278702493169 ], [ 172.751629158092555, -43.552309701484788 ], [ 172.751635572238115, -43.552343068592279 ], [ 172.751632149929264, -43.552378796701205 ], [ 172.751661512577044, -43.552407448917201 ], [ 172.75167771431245, -43.552450366758769 ], [ 172.75168410893653, -43.552488498559377 ], [ 172.751703615619135, -43.552524276466094 ], [ 172.751706734697734, -43.552562401151356 ], [ 172.751722936506269, -43.552605318985549 ], [ 172.751745689485773, -43.552648251042093 ], [ 172.751758635325359, -43.552686397061905 ], [ 172.751781388360484, -43.552729329110861 ], [ 172.751800895177752, -43.552765106999829 ], [ 172.751810545941282, -43.552808010598561 ], [ 172.751816940685927, -43.552846142389612 ], [ 172.751833152423529, -43.552886677858297 ], [ 172.751855974009942, -43.5529129334545 ], [ 172.751868773360457, -43.552986814681645 ], [ 172.751884994943737, -43.553024967794087 ], [ 172.751894636034308, -43.553070253732059 ], [ 172.751914152800225, -43.553103649251952 ], [ 172.751913996438958, -43.553141766820417 ], [ 172.751936798612888, -43.553172787095647 ], [ 172.751943222789066, -43.553203771833502 ], [ 172.751962749395375, -43.553234784996498 ], [ 172.751975734576661, -43.553263401596503 ], [ 172.751965761195379, -43.553299115498085 ], [ 172.751975461010659, -43.553330107339605 ], [ 172.751988426678736, -43.553363488633657 ], [ 172.751978482598645, -43.553392055491898 ], [ 172.75191284326516, -43.553422883879996 ], [ 172.751883235659932, -43.553453790429622 ], [ 172.751873350160935, -43.553468063190877 ], [ 172.751866710952868, -43.5534894901039 ], [ 172.751863337586116, -43.553513306473477 ], [ 172.751879627724293, -43.553534783148564 ], [ 172.751912344854389, -43.553544383621791 ], [ 172.751945052223448, -43.553556366433511 ], [ 172.751981025459344, -43.553570738689537 ], [ 172.752013664474589, -43.553599397916585 ], [ 172.752033201011926, -43.553628028717952 ], [ 172.75205595459343, -43.553670960706512 ], [ 172.752091810734612, -43.553713921101419 ], [ 172.752104620303726, -43.553785419945065 ], [ 172.752137152088778, -43.553840284961694 ], [ 172.752150078900172, -43.553883195625914 ], [ 172.752166271610207, -43.553928495736685 ], [ 172.752175932577586, -43.553969016949161 ], [ 172.752175786139162, -43.554004752164879 ], [ 172.752185476411427, -43.554038126332969 ], [ 172.752198481392384, -43.554061978208956 ], [ 172.75221475227454, -43.55408821953025 ], [ 172.752211281398246, -43.554135859384445 ], [ 172.752220942428295, -43.554176380591784 ], [ 172.752227386375637, -43.55420260061355 ], [ 172.752250228146949, -43.554224091431372 ], [ 172.752276365112579, -43.554240824646755 ], [ 172.752302502092675, -43.55425755785614 ], [ 172.752312182717503, -43.554293314359882 ], [ 172.752331641566741, -43.554341003888425 ], [ 172.752347824778042, -43.554388686318028 ], [ 172.752350934597843, -43.554429193322015 ], [ 172.752360566501068, -43.554476861558449 ], [ 172.752347346736343, -43.554505421348154 ], [ 172.752350476073218, -43.55454116365631 ], [ 172.752373249730823, -43.554579330881204 ], [ 172.752356793291625, -43.554598354186794 ], [ 172.752376281537835, -43.554638896663093 ], [ 172.752385991529877, -43.554667506116047 ], [ 172.752398977216217, -43.554696122662008 ], [ 172.752398830905889, -43.554731857873783 ], [ 172.75240525548088, -43.554762842578157 ], [ 172.752414985013132, -43.554786687333255 ], [ 172.752424704799978, -43.554812914434898 ], [ 172.752440917466515, -43.554853449805655 ], [ 172.752457120402937, -43.554896367521259 ], [ 172.752515605205986, -43.555013230188315 ], [ 172.752538232914617, -43.555087132587751 ], [ 172.752551218762306, -43.555115749114719 ], [ 172.752544511371639, -43.555153852492118 ], [ 172.752544365144985, -43.55518958770142 ], [ 172.752544277408845, -43.555211028826868 ], [ 172.752547475135202, -43.555230094694778 ], [ 172.752573456659633, -43.555284945396515 ], [ 172.752576595915656, -43.555318305346795 ], [ 172.752586179400936, -43.555377885293623 ], [ 172.752602304609326, -43.555439861762785 ], [ 172.752611917376385, -43.555492294664788 ], [ 172.752618137480709, -43.555573308643467 ], [ 172.752624386837539, -43.555647175579409 ], [ 172.752634058126432, -43.555685314395269 ], [ 172.752637187690709, -43.555721056688725 ], [ 172.752643602745962, -43.555754423721936 ], [ 172.75264346631954, -43.555787776580679 ], [ 172.752646615383696, -43.555818754179214 ], [ 172.75263659324483, -43.555866379858315 ], [ 172.752649433136384, -43.555930731575629 ], [ 172.752649228500246, -43.555980760862148 ], [ 172.752645787085015, -43.556021253673457 ], [ 172.752642404134349, -43.556047452402765 ], [ 172.752652104731055, -43.556078444173806 ], [ 172.752655214836466, -43.556118951158233 ], [ 172.752664915451021, -43.556149942927838 ], [ 172.752667996336754, -43.556197596952074 ], [ 172.752654776337152, -43.556226156768155 ], [ 172.752661201198634, -43.556257141450693 ], [ 172.752677492355389, -43.556278618004235 ], [ 172.752680719409057, -43.556290536824562 ], [ 172.752674031453751, -43.55632387550795 ], [ 172.752673895041397, -43.55635722836341 ], [ 172.752680339413331, -43.556383448350651 ], [ 172.752683478782615, -43.556416808291829 ], [ 172.752676820045536, -43.556442999934283 ], [ 172.752673407852512, -43.556476345702841 ], [ 172.752683098789447, -43.556509719815892 ], [ 172.752689552924522, -43.556533557455204 ], [ 172.752695977835828, -43.556564542134261 ], [ 172.752702412496319, -43.556593144466092 ], [ 172.752708866647765, -43.556616982103996 ], [ 172.752692331811573, -43.556655064223584 ], [ 172.752662693780877, -43.556693117994733 ], [ 172.752662547616183, -43.55672885319467 ], [ 172.752655888835079, -43.556755044834354 ], [ 172.752645905525043, -43.55679314111962 ], [ 172.75262614352863, -43.556819304408009 ], [ 172.752606391261651, -43.556843085346223 ], [ 172.752596437146593, -43.556874034586727 ], [ 172.752583275448927, -43.556888300311257 ], [ 172.75255703002324, -43.556897772983142 ], [ 172.752537287452725, -43.556919171562427 ], [ 172.752530657844801, -43.55693821615413 ], [ 172.75252398923331, -43.556966790131519 ], [ 172.75254683214996, -43.556988280882429 ], [ 172.752563211196758, -43.556988316331143 ], [ 172.752609023795287, -43.557000327307783 ], [ 172.752644969999636, -43.557021846391088 ], [ 172.752667764258973, -43.557055248850382 ], [ 172.752680692124017, -43.557098159432961 ], [ 172.752677270150656, -43.557133887544211 ], [ 172.752670562609751, -43.557171990915172 ], [ 172.752676929114159, -43.557217269670709 ], [ 172.752683266396872, -43.557269695464832 ], [ 172.752660033541531, -43.557343498598613 ], [ 172.752672883508694, -43.557405467951078 ], [ 172.752685850425735, -43.557438849145171 ], [ 172.752679211062969, -43.557460276090119 ], [ 172.752665990789922, -43.557488835900507 ], [ 172.752672415788396, -43.557519820575912 ], [ 172.752675545465337, -43.557555562857111 ], [ 172.75267541879208, -43.557586533359078 ], [ 172.752652292999102, -43.557634130677869 ], [ 172.752635787083364, -43.55766506574296 ], [ 172.752609599808579, -43.557660244347296 ], [ 172.75258329556479, -43.557684011100619 ], [ 172.752553686205175, -43.557714917796588 ], [ 172.752543780664325, -43.557733955296271 ], [ 172.752537092470305, -43.557767293962641 ], [ 172.752523803811357, -43.557812530178012 ], [ 172.752526972414984, -43.557838743076609 ], [ 172.752539997840472, -43.557857830207816 ], [ 172.752539880845973, -43.557886418361676 ], [ 172.752533251131496, -43.557905462950053 ], [ 172.752516745080186, -43.557936397996166 ], [ 172.752513342461526, -43.557967361404657 ], [ 172.75251651106845, -43.557993574302849 ], [ 172.752519660177256, -43.558024551893006 ], [ 172.752506439704348, -43.558053111681652 ], [ 172.752480105992646, -43.558084025447272 ], [ 172.752470122348683, -43.558122121707484 ], [ 172.752433951217142, -43.558155396530587 ], [ 172.752404224489482, -43.558214891336497 ], [ 172.752335089577855, -43.558298124445635 ], [ 172.752311982760006, -43.558340956996524 ], [ 172.752282294859896, -43.558390922384724 ], [ 172.752239483835524, -43.558445624061264 ], [ 172.752134245252279, -43.558545455370535 ], [ 172.752058567562301, -43.558626291755878 ], [ 172.751996061677858, -43.558690480094164 ], [ 172.751956574950185, -43.558733277038243 ], [ 172.751917019745804, -43.558792750387852 ], [ 172.751861143572341, -43.558837894101046 ], [ 172.751808523669808, -43.558887809588974 ], [ 172.751782091438969, -43.558942546643337 ], [ 172.751752481051568, -43.55897345312254 ], [ 172.751706393214306, -43.559028147478642 ], [ 172.751647240743665, -43.559073283970157 ], [ 172.751578270198934, -43.559116016731416 ], [ 172.751489565665793, -43.559177765492294 ], [ 172.751433679023449, -43.559225291337299 ], [ 172.751404156472063, -43.559234756615567 ], [ 172.751358166085964, -43.559265627373975 ], [ 172.751259594099452, -43.559336883961585 ], [ 172.751200490007335, -43.559370108491535 ], [ 172.751141327019326, -43.559417627062132 ], [ 172.751095297131968, -43.559458027094109 ], [ 172.751032867839342, -43.559503156130269 ], [ 172.750986808380446, -43.559550703153178 ], [ 172.75095060613836, -43.55959112453008 ], [ 172.750917719056105, -43.559622023651656 ], [ 172.750845432148537, -43.559674278207304 ], [ 172.750802726917584, -43.559702773532386 ], [ 172.750723789679085, -43.559778837179543 ], [ 172.750661320480845, -43.559833495388837 ], [ 172.750562687778171, -43.559919045434008 ], [ 172.750450891911782, -43.560018860860474 ], [ 172.750391688359599, -43.560075908414177 ], [ 172.750368599153404, -43.560113975864304 ], [ 172.750312720601812, -43.560159118804528 ], [ 172.750269955738588, -43.560201907995378 ], [ 172.750223914829576, -43.560244690012873 ], [ 172.750148252143418, -43.560320760408857 ], [ 172.750112029186425, -43.560365946201657 ], [ 172.750055982789348, -43.560451588872269 ], [ 172.749986832229126, -43.560537202859294 ], [ 172.749911149169577, -43.560618037781957 ], [ 172.749815652123573, -43.560736947153835 ], [ 172.749700478867254, -43.560860578100829 ], [ 172.749591975590619, -43.560955635146563 ], [ 172.749447376422268, -43.561064907185745 ], [ 172.749328985013818, -43.561174236503469 ], [ 172.749246738315577, -43.561257438951664 ], [ 172.749171053362801, -43.561338273369586 ], [ 172.749131602442333, -43.561371539932736 ], [ 172.749075810788526, -43.56139524115688 ], [ 172.749039695159553, -43.561414220813489 ], [ 172.749010161276033, -43.561426067810459 ], [ 172.748970789340945, -43.561440275565111 ], [ 172.748947807531835, -43.561452136931713 ], [ 172.748908415777464, -43.561471109352759 ], [ 172.748895222522805, -43.561492521668612 ], [ 172.748875496941793, -43.561509154903575 ], [ 172.748819734753084, -43.561525708969768 ], [ 172.748770514744876, -43.561544659750332 ], [ 172.748731152577363, -43.561556485077929 ], [ 172.748691770589659, -43.561573075079728 ], [ 172.748636047910509, -43.561580099680278 ], [ 172.748567211081138, -43.561589477779847 ], [ 172.748495048621464, -43.561610760350604 ], [ 172.748458803830715, -43.561660710292166 ], [ 172.748422658110798, -43.561686836783551 ], [ 172.748389818167055, -43.561705823441685 ], [ 172.748330769683321, -43.561724752402093 ], [ 172.748265198788715, -43.561736519874202 ], [ 172.748206150236228, -43.561755448769986 ], [ 172.748156929849557, -43.561774399284701 ], [ 172.748124050075518, -43.561802915240719 ], [ 172.748084618129155, -43.561831416750358 ], [ 172.748032081856934, -43.561859889367021 ], [ 172.74794684438973, -43.56187399567785 ], [ 172.74788784527496, -43.561881012690037 ], [ 172.74780596331837, -43.561876067370726 ], [ 172.74774048161899, -43.561866393448405 ], [ 172.747688094286246, -43.561859130752303 ], [ 172.747635756686947, -43.561839956314195 ], [ 172.747583478797992, -43.561806487790513 ], [ 172.747518116595131, -43.561768225617648 ], [ 172.747472331260667, -43.561749065573927 ], [ 172.747400287668654, -43.561741759328427 ], [ 172.747351206416567, -43.56172735668536 ], [ 172.74727606604975, -43.561677160937307 ], [ 172.747266357367096, -43.561648551088709 ], [ 172.747240238519822, -43.561627052058064 ], [ 172.747174816955265, -43.561603083750498 ], [ 172.74707333888648, -43.56158380037693 ], [ 172.746945742176734, -43.561543017815488 ], [ 172.746785574687635, -43.561456898031579 ], [ 172.746563332560527, -43.561330140220676 ], [ 172.746485117087445, -43.561232289817198 ], [ 172.746429614283016, -43.561186901782669 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2020-01-22", "DSASDate": "22/01/2020", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.44737079739570601, "Total_UNCY": "1.449807101087062", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_22JAN2020.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747036208380905, -43.552180675900544 ], [ 172.74704267976287, -43.552199749175088 ], [ 172.747055682320905, -43.552223601637799 ], [ 172.747065439227782, -43.552240299810038 ], [ 172.747078282399059, -43.552302269830037 ], [ 172.747100882535506, -43.552380938016896 ], [ 172.747113675965096, -43.552454819768727 ], [ 172.74712983463948, -43.552507267636194 ], [ 172.747142727733859, -43.552557325909383 ], [ 172.747149079668077, -43.552604987345418 ], [ 172.74715553121078, -43.552628825307103 ], [ 172.74715545153191, -43.552647884086021 ], [ 172.747158647426858, -43.552666950108716 ], [ 172.747178251075667, -43.552678905306543 ], [ 172.747187998130642, -43.552697985814611 ], [ 172.747204256513271, -43.552726610196352 ], [ 172.747213983668928, -43.552750455396726 ], [ 172.747226996369051, -43.552771925490788 ], [ 172.747240009078439, -43.552793395583308 ], [ 172.747239849772967, -43.552831513140227 ], [ 172.747226637913087, -43.552857689993772 ], [ 172.747203589326602, -43.552886227465713 ], [ 172.747187081934328, -43.552917161766274 ], [ 172.747186892718616, -43.552962426363926 ], [ 172.747193234770236, -43.553012470141539 ], [ 172.74719966645651, -43.553041072793583 ], [ 172.747212669255873, -43.553064925235489 ], [ 172.74723220334505, -43.553093556853945 ], [ 172.74724191065684, -43.553122166744949 ], [ 172.747248372246759, -43.55314362235228 ], [ 172.747251478590158, -43.553184129495278 ], [ 172.747251329246012, -43.553219864702506 ], [ 172.74724127343049, -43.553274636962364 ], [ 172.747234403593438, -43.553350857586317 ], [ 172.747217716850912, -43.553424674135556 ], [ 172.747201159525929, -43.553467520170031 ], [ 172.7471780808159, -43.553503204674229 ], [ 172.747145125412175, -43.553550779175943 ], [ 172.74712205659867, -43.553584081321141 ], [ 172.747095742021884, -43.553610229174964 ], [ 172.747062906061075, -43.553629215488598 ], [ 172.747030050149391, -43.553652966486538 ], [ 172.746987277624498, -43.553698136850869 ], [ 172.746944524972719, -43.553738542504938 ], [ 172.746888560048887, -43.553805124951829 ], [ 172.746832585028585, -43.553874089717041 ], [ 172.746793047942759, -43.553928796646531 ], [ 172.746743604037334, -43.554002540568263 ], [ 172.746697525466772, -43.554054850604452 ], [ 172.746657918280192, -43.554126233911468 ], [ 172.746618420796892, -43.55417141139084 ], [ 172.74658878017587, -43.55420946359763 ], [ 172.746572222188263, -43.554252309533503 ], [ 172.746565541081338, -43.554283265517199 ], [ 172.74654577728441, -43.554309427761709 ], [ 172.746532584768602, -43.554330839833604 ], [ 172.746496322778171, -43.554385553916589 ], [ 172.746476419096524, -43.554445068999371 ], [ 172.746430280021912, -43.554511673001137 ], [ 172.746430130185587, -43.554547408197763 ], [ 172.746443093047759, -43.554580790106627 ], [ 172.746449524542385, -43.554609392792557 ], [ 172.746439597618036, -43.554633194463065 ], [ 172.74643953768549, -43.554647488541455 ], [ 172.74644599915095, -43.55466894418808 ], [ 172.74643603225968, -43.554702275243521 ], [ 172.746439088189987, -43.554754694128135 ], [ 172.746428841581888, -43.554854730879335 ], [ 172.746405572070074, -43.554935679795761 ], [ 172.746408697915484, -43.554971422255285 ], [ 172.746405312324441, -43.554997620798353 ], [ 172.746382232557437, -43.555033305129726 ], [ 172.746365714162607, -43.555066621643746 ], [ 172.746352401508545, -43.555116621845734 ], [ 172.746348995899695, -43.55514758507875 ], [ 172.746332507434545, -43.555173754548733 ], [ 172.746306001932197, -43.555245166787429 ], [ 172.746296024872692, -43.555280880172958 ], [ 172.746282832055073, -43.555302292211664 ], [ 172.746253150680303, -43.555349873706305 ], [ 172.746239887854273, -43.555387962162058 ], [ 172.74623649216889, -43.555416543044025 ], [ 172.746210036435997, -43.555476043526873 ], [ 172.746176959196731, -43.555552205880204 ], [ 172.746167032008685, -43.555576007522497 ], [ 172.746163656277872, -43.55559982370935 ], [ 172.746166812012319, -43.555628419133242 ], [ 172.74615364907379, -43.555642684117686 ], [ 172.746140456126312, -43.55566409613828 ], [ 172.746140376119087, -43.555683154905545 ], [ 172.746140296111804, -43.555702213672738 ], [ 172.746120501659533, -43.555735522873263 ], [ 172.746100707185349, -43.5557688320701 ], [ 172.746090699908137, -43.555811692471472 ], [ 172.74609060988189, -43.555833133584017 ], [ 172.746083968362939, -43.555854560146649 ], [ 172.746067389554412, -43.555902170686679 ], [ 172.746057422248157, -43.555935501700858 ], [ 172.74606712945365, -43.555964111677135 ], [ 172.746073570918099, -43.555990332031392 ], [ 172.746073430866943, -43.556023684871981 ], [ 172.746073310822879, -43.556052273020924 ], [ 172.746079782309522, -43.556071346337276 ], [ 172.746082988044435, -43.556088030032477 ], [ 172.746066499206023, -43.556114199458875 ], [ 172.746059827634468, -43.556142773056074 ], [ 172.746046604529596, -43.556171332100675 ], [ 172.74602680987104, -43.556204641281724 ], [ 172.746026599753918, -43.556254670540483 ], [ 172.746029665406951, -43.556304707075448 ], [ 172.746039312627033, -43.556347611125993 ], [ 172.746052255645253, -43.556385757760268 ], [ 172.746065208683859, -43.55642152204728 ], [ 172.746081387499117, -43.556469205335674 ], [ 172.746100792108166, -43.556528807623828 ], [ 172.746103927854023, -43.556562167735912 ], [ 172.746106853549662, -43.556645557103359 ], [ 172.746116530884365, -43.556681314108644 ], [ 172.746122822415828, -43.556743269639057 ], [ 172.746129173970303, -43.556790931095868 ], [ 172.746148568727222, -43.556852915718324 ], [ 172.746145132908708, -43.556891025971559 ], [ 172.746167773518664, -43.55696016489928 ], [ 172.746174015130066, -43.557034032150774 ], [ 172.746180416753418, -43.557069781875832 ], [ 172.746199891643556, -43.557112707724414 ], [ 172.74620633328567, -43.557138928066372 ], [ 172.746209409127573, -43.557186582243958 ], [ 172.746219056613029, -43.55722948627335 ], [ 172.746225478279456, -43.557260471304261 ], [ 172.746241587460162, -43.557324830980512 ], [ 172.746260942514084, -43.557396344959642 ], [ 172.746270550083352, -43.557448778364062 ], [ 172.746280287617395, -43.557470241279923 ], [ 172.746283383525082, -43.557513130762629 ], [ 172.74628321359441, -43.557553630630295 ], [ 172.746273256126869, -43.557584579308156 ], [ 172.746269820343201, -43.557622689560297 ], [ 172.746272976228994, -43.557651284971485 ], [ 172.746272876265209, -43.557675108422501 ], [ 172.746272746312115, -43.557706078908673 ], [ 172.746269350507077, -43.557734659779697 ], [ 172.746265904715244, -43.557775152375768 ], [ 172.746278928147433, -43.557794240215593 ], [ 172.74628863575208, -43.55782285016469 ], [ 172.746291811648206, -43.557846680884374 ], [ 172.746294977551173, -43.55787289394889 ], [ 172.746301379332579, -43.557908643662316 ], [ 172.746327266375346, -43.557984936851419 ], [ 172.746353323369789, -43.558020730169517 ], [ 172.746363041038506, -43.558046957766379 ], [ 172.746372718745249, -43.55808271474212 ], [ 172.746382286548823, -43.558144677511024 ], [ 172.746408313670628, -43.55818761785055 ], [ 172.746440702770172, -43.55827583726709 ], [ 172.746466680044676, -43.558330689316875 ], [ 172.746473121929853, -43.558356909638796 ], [ 172.746489391470703, -43.558383151751833 ], [ 172.746502385140843, -43.558409386599173 ], [ 172.746502245314389, -43.558442739426688 ], [ 172.74652497678639, -43.558490437164146 ], [ 172.746537870632437, -43.558540495454899 ], [ 172.746560662081123, -43.558573899115984 ], [ 172.746557236404954, -43.558609627025724 ], [ 172.746573426170869, -43.558654927883822 ], [ 172.746583064159665, -43.558700214217396 ], [ 172.746582954329881, -43.558726420009314 ], [ 172.746586120403379, -43.558752633062127 ], [ 172.746576142920873, -43.558788346449134 ], [ 172.746579308994541, -43.558814559501876 ], [ 172.746582425147949, -43.558852684277717 ], [ 172.746572447646429, -43.558888397663686 ], [ 172.746549376468067, -43.558921699656416 ], [ 172.746516497495548, -43.558950215166398 ], [ 172.746486964326436, -43.558962061518415 ], [ 172.746437655769256, -43.559002452407725 ], [ 172.746414564490408, -43.559040519061384 ], [ 172.746411168674484, -43.559069099929935 ], [ 172.746397955080909, -43.559095276654794 ], [ 172.746381495530358, -43.559114299077613 ], [ 172.746358534088927, -43.559121395240474 ], [ 172.74634547037158, -43.559111836791431 ], [ 172.746342254413605, -43.559097535456395 ], [ 172.74631929297405, -43.559104631611419 ], [ 172.746296281549206, -43.559123639484277 ], [ 172.746266678272434, -43.559152162190131 ], [ 172.746230513116018, -43.559183052690265 ], [ 172.746210777561117, -43.559202067816706 ], [ 172.74620407571129, -43.559237788439447 ], [ 172.746200729783226, -43.55925445757839 ], [ 172.746181064199504, -43.559256796288473 ], [ 172.746138527112208, -43.559244790013786 ], [ 172.746102431860464, -43.559259004061794 ], [ 172.746072918469252, -43.559266085616876 ], [ 172.746026825280893, -43.559320777667516 ], [ 172.74597406002988, -43.559404043273673 ], [ 172.7459443964039, -43.559446859959749 ], [ 172.745914702702493, -43.559496823670514 ], [ 172.745901408706601, -43.559542059089303 ], [ 172.74591114644312, -43.559563522029229 ], [ 172.745907780393054, -43.559584955846844 ], [ 172.745891320554563, -43.559603978196741 ], [ 172.745884698569341, -43.55962064004401 ], [ 172.74589448637235, -43.559630191264063 ], [ 172.74592070398981, -43.559627867164281 ], [ 172.745953463496846, -43.559627939961373 ], [ 172.745969803214365, -43.559637505733285 ], [ 172.745982826951291, -43.55965659360136 ], [ 172.745979460921291, -43.559678027420773 ], [ 172.745982676823616, -43.559692328764463 ], [ 172.746012040323109, -43.559720982396719 ], [ 172.746047985782923, -43.559742503542097 ], [ 172.7460642755197, -43.559763981021341 ], [ 172.746087067164382, -43.559797384770157 ], [ 172.746096825015712, -43.559814083005236 ], [ 172.746119596690761, -43.559852251435665 ], [ 172.746129314548682, -43.559878479044464 ], [ 172.74610624274635, -43.559911780940446 ], [ 172.746086396863888, -43.559957001827549 ], [ 172.746086266804951, -43.559987972300874 ], [ 172.74610579257731, -43.560018986425263 ], [ 172.746115500452277, -43.560047596378567 ], [ 172.746148270189309, -43.560045286776322 ], [ 172.746167946032216, -43.560040565728748 ], [ 172.746197339788637, -43.560062072280083 ], [ 172.746207097712869, -43.560078770505136 ], [ 172.746200435761637, -43.560104961745687 ], [ 172.746167615987275, -43.560119183083067 ], [ 172.746138042167985, -43.560140558717151 ], [ 172.746091838319671, -43.560221456568186 ], [ 172.746062114339708, -43.560278567341726 ], [ 172.746061964255659, -43.560314302501148 ], [ 172.746071642140862, -43.560350059488599 ], [ 172.746061584041428, -43.560404831570644 ], [ 172.746071211914199, -43.56045250027708 ], [ 172.746067705793678, -43.560507286910408 ], [ 172.746077283661748, -43.560566867334799 ], [ 172.746093583634149, -43.560585962463499 ], [ 172.746113029572342, -43.560636035334518 ], [ 172.746122727545099, -43.560667027628213 ], [ 172.746152111586696, -43.560690916533304 ], [ 172.74615529757645, -43.560712364901221 ], [ 172.746168261592544, -43.56074574680806 ], [ 172.74617790960491, -43.560788650815461 ], [ 172.746203887709783, -43.560843502902856 ], [ 172.746226689835169, -43.560874524274951 ], [ 172.746249401997972, -43.560926986736014 ], [ 172.74626891815754, -43.560960383172102 ], [ 172.746288474326292, -43.560984250229879 ], [ 172.746301488455686, -43.561005720401788 ], [ 172.746307960537308, -43.561024793690159 ], [ 172.746324190736686, -43.561060565190772 ], [ 172.74633718490503, -43.561086800045807 ], [ 172.746363293203729, -43.561110681627106 ], [ 172.746386105504342, -43.561139320622729 ], [ 172.746402385742982, -43.561163180393415 ], [ 172.746438292232966, -43.561194230787713 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731275159139386, -43.506313632553457 ], [ 172.731300952647786, -43.506401841546875 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731300952647786, -43.506401841546875 ], [ 172.7313139815152, -43.506416166494837 ], [ 172.731323737320139, -43.506430483750357 ], [ 172.731343291206571, -43.506449588804074 ], [ 172.731362866235116, -43.506463929127023 ], [ 172.731382451837078, -43.506475887082935 ], [ 172.731405268265519, -43.506497382178928 ], [ 172.731424864449167, -43.506506957763911 ], [ 172.731447628096333, -43.506540364669732 ], [ 172.731473633163176, -43.506580926348668 ], [ 172.731519002209012, -43.506683475590165 ], [ 172.731561003304648, -43.506807458400345 ], [ 172.731586860773888, -43.506881373141958 ], [ 172.73160951909648, -43.50693860364936 ], [ 172.731641859555594, -43.507026827923752 ], [ 172.731671021979906, -43.507093603235468 ], [ 172.731677388791809, -43.507134118776627 ], [ 172.731670768707005, -43.507150779958771 ], [ 172.731565712547535, -43.507222005016921 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.343056216247108", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731562418321374, -43.507226762059545 ], [ 172.731798644615026, -43.507839590134957 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "2.429773652009586", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731795371470128, -43.507839582457322 ], [ 172.731824861415902, -43.507832504462989 ], [ 172.731837953993988, -43.507832535169548 ], [ 172.731854298624398, -43.507837338277056 ], [ 172.731860823822302, -43.507842118355249 ], [ 172.731877126276373, -43.507856450912328 ], [ 172.731899996119949, -43.507866034090192 ], [ 172.731919582280398, -43.50787799195264 ], [ 172.731935874215139, -43.507894706864512 ], [ 172.731935810957708, -43.507909001043686 ], [ 172.731939020849637, -43.507923302896458 ], [ 172.731965111169444, -43.507944805550736 ], [ 172.731984697368148, -43.507956763401928 ], [ 172.732010850958432, -43.507963971866666 ], [ 172.732033731402879, -43.507971172654599 ], [ 172.732056601314639, -43.507980755801114 ], [ 172.7320761875431, -43.507992713636675 ], [ 172.732092490088604, -43.508007046162909 ], [ 172.732098983714025, -43.508018973316986 ], [ 172.732111949900371, -43.508047592350387 ], [ 172.732131325455782, -43.508107197439578 ], [ 172.732153995280527, -43.508162045466207 ], [ 172.732179948844902, -43.508214518791569 ], [ 172.732192778182906, -43.508274108535275 ], [ 172.732208943911502, -43.508319411764518 ], [ 172.732218584381258, -43.508359934933964 ], [ 172.732231540164975, -43.508390936315479 ], [ 172.732228161674271, -43.508414752280601 ], [ 172.732221510003484, -43.508438560580032 ], [ 172.732214795134581, -43.508476663057017 ], [ 172.7322211940469, -43.508510031470415 ], [ 172.732230876680717, -43.508541025185636 ], [ 172.732243832508971, -43.508572026564899 ], [ 172.73225679888094, -43.508600645579563 ], [ 172.732276385348939, -43.508612603380136 ], [ 172.732302539257063, -43.508619811778139 ], [ 172.73231884202437, -43.508634144271092 ], [ 172.73232854578319, -43.508660373251658 ], [ 172.732334976359596, -43.508686594568985 ], [ 172.732341417468746, -43.508710433522914 ], [ 172.732351110722561, -43.508739044864186 ], [ 172.732370644623302, -43.508762914463098 ], [ 172.732383568993157, -43.508801062914344 ], [ 172.732393230705441, -43.508836821340367 ], [ 172.732406176154626, -43.50887020506287 ], [ 172.732409344108959, -43.508894036351947 ], [ 172.732412438393993, -43.508934544180875 ], [ 172.732428720223908, -43.508953641383357 ], [ 172.732431919762689, -43.508970325582972 ], [ 172.732415480060865, -43.508986963823617 ], [ 172.732421910708894, -43.509013185134769 ], [ 172.732431635619974, -43.509034649379451 ], [ 172.732444633748713, -43.509056121282569 ], [ 172.732477292202503, -43.509072874410158 ], [ 172.73250989807056, -43.509101539342467 ], [ 172.732532684325008, -43.509130181295617 ], [ 172.732545724587482, -43.509142123735856 ], [ 172.732568510874046, -43.509170765681716 ], [ 172.732584792816397, -43.509189862861469 ], [ 172.73259451781334, -43.509211327091876 ], [ 172.732600938045039, -43.509239930754944 ], [ 172.732604074543275, -43.509270909125604 ], [ 172.732587603253251, -43.509294694478278 ], [ 172.732587498075361, -43.509318518105623 ], [ 172.732590634570613, -43.509349496476226 ], [ 172.732567679909465, -43.509358972338958 ], [ 172.732600359594983, -43.509370960705603 ], [ 172.732616683667601, -43.509380528429503 ], [ 172.732619820180787, -43.50941150679899 ], [ 172.732616452300533, -43.509432940408892 ], [ 172.73263265019952, -43.509471096482613 ], [ 172.732648848118856, -43.50950925255384 ], [ 172.732674781655078, -43.50956649048242 ], [ 172.732691021681489, -43.509595117096623 ], [ 172.732697452512156, -43.509621338389955 ], [ 172.732707135564709, -43.509652332059886 ], [ 172.732716829140003, -43.509680943366284 ], [ 172.73273309024114, -43.509704805248887 ], [ 172.732736226829871, -43.509735783613642 ], [ 172.732742678718495, -43.509757240178686 ], [ 172.732765423284491, -43.509795411533339 ], [ 172.732778411183176, -43.509819265758935 ], [ 172.732784852585269, -43.509843104683938 ], [ 172.732787999717402, -43.50987170068403 ], [ 172.732801008660459, -43.50989079018175 ], [ 172.732823784839212, -43.509921814436559 ], [ 172.732820417001818, -43.509943248050675 ], [ 172.732836667705499, -43.509969492280234 ], [ 172.73284640342348, -43.509988574124343 ], [ 172.732862675164967, -43.510010053625123 ], [ 172.732882188662245, -43.510038687857872 ], [ 172.73287878931896, -43.510067268560739 ], [ 172.732891829850672, -43.510079210960242 ], [ 172.732917868909226, -43.510112625204577 ], [ 172.732930846430861, -43.510138861774337 ], [ 172.732943802955532, -43.510169863067397 ], [ 172.732953507228018, -43.510196091989208 ], [ 172.732956664960966, -43.510222305620729 ], [ 172.732963095971968, -43.510248526896682 ], [ 172.732976126056343, -43.510262851648761 ], [ 172.732985861865018, -43.510281933480229 ], [ 172.732989061625688, -43.510298617660943 ], [ 172.73299224038368, -43.510320066566287 ], [ 172.733001986708388, -43.510336766033866 ], [ 172.733011722536958, -43.510355847862947 ], [ 172.733021426868333, -43.510382076778299 ], [ 172.733024626643981, -43.510398760957756 ], [ 172.733034351988948, -43.510420225147115 ], [ 172.733050592412468, -43.510448851706997 ], [ 172.733060338773839, -43.510465551169318 ], [ 172.733060244277226, -43.510486992430394 ], [ 172.733060160280132, -43.510506051329024 ], [ 172.733063370572353, -43.510520353144749 ], [ 172.733076400738724, -43.51053467788492 ], [ 172.7330861471209, -43.510551377344846 ], [ 172.733095883010208, -43.510570459166189 ], [ 172.733102345611769, -43.510589533346085 ], [ 172.733102272125649, -43.510606209882162 ], [ 172.733095683543041, -43.510615724049842 ], [ 172.733095641549909, -43.510625253498979 ], [ 172.733108671746322, -43.510639578235299 ], [ 172.733128227549514, -43.51065868297465 ], [ 172.733137921482609, -43.510687294241201 ], [ 172.7331443736133, -43.510708750780651 ], [ 172.733154078057964, -43.510734979683406 ], [ 172.733144174181433, -43.510754015663366 ], [ 172.73316046722465, -43.510770730395215 ], [ 172.733163667058619, -43.510787414569798 ], [ 172.733166877389863, -43.510801716382041 ], [ 172.733166782929857, -43.510823157641987 ], [ 172.733166698965334, -43.510842216539679 ], [ 172.733176434926349, -43.51086129835339 ], [ 172.733199285120406, -43.510875645994226 ], [ 172.733205737292622, -43.510897102529611 ], [ 172.733202390522791, -43.510913771427141 ], [ 172.733208884675861, -43.510925698513503 ], [ 172.733221914963423, -43.51094002323638 ], [ 172.733238239556329, -43.510949590870275 ], [ 172.733244670764947, -43.510975812127562 ], [ 172.733247860140267, -43.510994878661435 ], [ 172.733260837992219, -43.511021115190516 ], [ 172.733309413248662, -43.511140347829155 ], [ 172.733335358589784, -43.511195203232845 ], [ 172.733348231636427, -43.511245263372075 ], [ 172.733357883813198, -43.511283404065807 ], [ 172.733377429414674, -43.511304891123174 ], [ 172.733374072181391, -43.511323942386646 ], [ 172.733373967305397, -43.51134776600707 ], [ 172.733383650976094, -43.511378759611937 ], [ 172.733399902306388, -43.511405003756522 ], [ 172.733412827880727, -43.511443152076886 ], [ 172.733412691561171, -43.511474122782843 ], [ 172.733425690557567, -43.511495594567506 ], [ 172.733441931452148, -43.511524221067653 ], [ 172.733454867562585, -43.51155998702064 ], [ 172.733471108488146, -43.511588613516416 ], [ 172.733487370395466, -43.511612475285872 ], [ 172.733493822747022, -43.511633931802692 ], [ 172.733480624510293, -43.511657724902925 ], [ 172.733487066380917, -43.511681563781899 ], [ 172.733493508256572, -43.511705402660404 ], [ 172.733499971102816, -43.511724476814656 ], [ 172.733522779770936, -43.511748353837284 ], [ 172.733532526470043, -43.51176505325644 ], [ 172.733538978853574, -43.511786509770232 ], [ 172.733555230359826, -43.511812753891299 ], [ 172.733564893236007, -43.511848512202477 ], [ 172.733574598043134, -43.511874741065206 ], [ 172.73359080767122, -43.511910514628283 ], [ 172.733607038275608, -43.511941523465232 ], [ 172.733620037440517, -43.511962995226469 ], [ 172.733626489875803, -43.511984451734705 ], [ 172.733629679422933, -43.512003518255 ], [ 172.733645983412032, -43.512017850553406 ], [ 172.733658993083651, -43.51203693994821 ], [ 172.733658919747114, -43.512053616480813 ], [ 172.733671939906571, -43.512070323512269 ], [ 172.733678371419728, -43.512096544740807 ], [ 172.733674961855741, -43.512127507819464 ], [ 172.733691213511747, -43.51215375192001 ], [ 172.733697655517119, -43.512177590785399 ], [ 172.733707391858246, -43.512196672550424 ], [ 172.733713844349012, -43.512218129052989 ], [ 172.733720286370016, -43.512241967916857 ], [ 172.733733275165264, -43.51226582202608 ], [ 172.733733191374796, -43.512284880919822 ], [ 172.733729823723564, -43.512306314552312 ], [ 172.733742843956605, -43.512323021575156 ], [ 172.733762421446698, -43.512337361478949 ], [ 172.733778694140682, -43.512358840842978 ], [ 172.733801461271923, -43.512392247254986 ], [ 172.733801367031333, -43.512413688510073 ], [ 172.733797978454191, -43.512439886867483 ], [ 172.733804368176123, -43.512475637534081 ], [ 172.733827135365146, -43.512509043940447 ], [ 172.733823767734293, -43.512530477574927 ], [ 172.733843292962547, -43.512556729272667 ], [ 172.733856260935028, -43.512585348090134 ], [ 172.733872449980851, -43.512625886332948 ], [ 172.73388868091962, -43.512656895126867 ], [ 172.733898396462394, -43.512680741597556 ], [ 172.733914669296325, -43.512702220941293 ], [ 172.733914575094786, -43.512723662195413 ], [ 172.733934079492172, -43.512754678600139 ], [ 172.73393723777761, -43.512780892194264 ], [ 172.733927312876517, -43.512804692958078 ], [ 172.733946869634366, -43.512823797552656 ], [ 172.733953353671865, -43.512838106955172 ], [ 172.733969605637867, -43.512864351013725 ], [ 172.733976047827127, -43.512888189860917 ], [ 172.733975953646706, -43.512909631114432 ], [ 172.733979132886816, -43.512931079983794 ], [ 172.733995405816302, -43.512952559315366 ], [ 172.734008394871069, -43.512976413391051 ], [ 172.734027951709749, -43.512995517971376 ], [ 172.734024584122096, -43.513016951610062 ], [ 172.734008122826253, -43.513038354789096 ], [ 172.734011281157962, -43.513064568379988 ], [ 172.734014439492341, -43.51309078197071 ], [ 172.734020881722927, -43.513114620814534 ], [ 172.734040396761799, -43.513143254838056 ], [ 172.734036987321275, -43.513174217922135 ], [ 172.734043429569454, -43.513198056764416 ], [ 172.734053155720545, -43.513219520858669 ], [ 172.73405635592664, -43.513236205002073 ], [ 172.734072660347493, -43.513250537237667 ], [ 172.734085743638843, -43.513252950051225 ], [ 172.734108689083428, -43.513245856254791 ], [ 172.734121772375261, -43.513248269064228 ], [ 172.73414458186005, -43.513272145958574 ], [ 172.734163950606415, -43.513334133019569 ], [ 172.734163846033795, -43.513357956633108 ], [ 172.734144121706976, -43.513376969858292 ], [ 172.734140775054868, -43.51339363877635 ], [ 172.734147227824764, -43.513415095250707 ], [ 172.734156933132084, -43.513441324058121 ], [ 172.734173195804004, -43.513465185724272 ], [ 172.734199341576755, -43.513474776049591 ], [ 172.734212341278379, -43.513496247739106 ], [ 172.734205710730521, -43.513515291410741 ], [ 172.734186017734714, -43.513527157558684 ], [ 172.734199027898683, -43.513546246888275 ], [ 172.734225152800661, -43.513560601930202 ], [ 172.73423817343857, -43.513577308894007 ], [ 172.734247920627155, -43.513594008248099 ], [ 172.734244532174557, -43.513620206613631 ], [ 172.734237943440888, -43.513629720841706 ], [ 172.734241112356017, -43.513653552062621 ], [ 172.734250838649643, -43.513675016138748 ], [ 172.734260564950148, -43.513696480213959 ], [ 172.734263775691403, -43.513710781989161 ], [ 172.734266944620828, -43.513734613209088 ], [ 172.734257082413478, -43.513744119830278 ], [ 172.734243925829333, -43.513758383564607 ], [ 172.734250420490099, -43.513770310587198 ], [ 172.734256852430832, -43.513796531776492 ], [ 172.734279735344586, -43.513803732114013 ], [ 172.734309123393444, -43.513820477104957 ], [ 172.734315586719248, -43.51383955120729 ], [ 172.734315524010356, -43.513853845374328 ], [ 172.734321966439211, -43.513877684198512 ], [ 172.734351344085525, -43.513896811539659 ], [ 172.734384016121965, -43.51391118175539 ], [ 172.734400310353351, -43.513927896304374 ], [ 172.734396953292219, -43.513946947589581 ], [ 172.734423036624491, -43.513970832030402 ], [ 172.734435963383618, -43.514008980221021 ], [ 172.734439132395806, -43.514032811435129 ], [ 172.734455384890794, -43.51405905542051 ], [ 172.734458543467213, -43.51408526899499 ], [ 172.734464985976587, -43.51410910781037 ], [ 172.734455071508506, -43.514130526253332 ], [ 172.734454987939728, -43.514149585141944 ], [ 172.734464756170922, -43.514161519754133 ], [ 172.734481071381822, -43.514173469568988 ], [ 172.734480977375966, -43.514194910818546 ], [ 172.7344776307703, -43.514211579744199 ], [ 172.734480820699332, -43.51423064623431 ], [ 172.734490599393411, -43.514240198483094 ], [ 172.734497052376071, -43.51426165493509 ], [ 172.734506820633584, -43.514273589543485 ], [ 172.734513190074551, -43.514314104882587 ], [ 172.734509822582936, -43.514335538530865 ], [ 172.734513022972351, -43.514352222658701 ], [ 172.734506402868107, -43.514368883983913 ], [ 172.734506246205513, -43.514404619398654 ], [ 172.734512709654894, -43.514423693488212 ], [ 172.734512605215485, -43.514447517097842 ], [ 172.734528930955946, -43.514457084544517 ], [ 172.734545267144199, -43.514464269627936 ], [ 172.734548477992632, -43.514478571393475 ], [ 172.734558214968558, -43.514497653079999 ], [ 172.734564668002179, -43.514519109527328 ], [ 172.734577699380196, -43.514533434089486 ], [ 172.73458745725614, -43.514547751051524 ], [ 172.734610277852056, -43.514569245488339 ], [ 172.734613446961163, -43.514593076695554 ], [ 172.734606826857828, -43.514609738025875 ], [ 172.734606722454771, -43.514633561634909 ], [ 172.734603344537447, -43.514657377645655 ], [ 172.734609797603838, -43.514678834089899 ], [ 172.734629323861554, -43.514705085646227 ], [ 172.734655418049272, -43.514726587671063 ], [ 172.734661881579569, -43.514745661751327 ], [ 172.734681418318729, -43.51476953093767 ], [ 172.73470753342545, -43.514786268228804 ], [ 172.73471398654226, -43.514807724666824 ], [ 172.734710650402292, -43.514822011236745 ], [ 172.73473343983872, -43.514850652730829 ], [ 172.734726777997167, -43.514876843510642 ], [ 172.734742978666446, -43.514914999256177 ], [ 172.734762536360535, -43.514934103706587 ], [ 172.734775515705309, -43.514960340049491 ], [ 172.734772127401584, -43.514986538424793 ], [ 172.734775317463033, -43.515005604904431 ], [ 172.734785002427287, -43.515036598374131 ], [ 172.734794666535151, -43.515072356564346 ], [ 172.734807593760308, -43.515110504706804 ], [ 172.734820604458292, -43.515129593961753 ], [ 172.734840047501365, -43.51517490436634 ], [ 172.734833416964364, -43.515193948068791 ], [ 172.734833250058614, -43.515232065839996 ], [ 172.734846260790647, -43.515251155091718 ], [ 172.734862534647675, -43.515272634293524 ], [ 172.734875503677699, -43.515301252984507 ], [ 172.734885199169383, -43.515329864083689 ], [ 172.73488507401396, -43.515358452411562 ], [ 172.734888086828192, -43.515418019017709 ], [ 172.734907592586012, -43.515449035245254 ], [ 172.734930361494548, -43.515482441419003 ], [ 172.734936762625125, -43.515515809645187 ], [ 172.73494644775235, -43.515546803098857 ], [ 172.734969195866029, -43.515584973985568 ], [ 172.73498873299576, -43.515608843116915 ], [ 172.73498861831365, -43.515635049083052 ], [ 172.735004871473734, -43.515661292984667 ], [ 172.735014598357367, -43.515682756989762 ], [ 172.735021020403849, -43.515711360489199 ], [ 172.735030580516508, -43.515770942260978 ], [ 172.735033645612162, -43.515818597057013 ], [ 172.735043351683856, -43.515844825780107 ], [ 172.73504325787161, -43.515866267024357 ], [ 172.735066131237829, -43.515875849564601 ], [ 172.735085678921052, -43.515897336318048 ], [ 172.735088837862406, -43.515923549867615 ], [ 172.735091986384731, -43.515952145777433 ], [ 172.735095176596303, -43.515971212245319 ], [ 172.735127797825584, -43.515997494048776 ], [ 172.73514085049311, -43.516007053823351 ], [ 172.735150598318796, -43.51602375309502 ], [ 172.735153778133196, -43.516045201921507 ], [ 172.735176620329241, -43.516061931520774 ], [ 172.735192894520139, -43.516083410673396 ], [ 172.735202631954991, -43.516102492300853 ], [ 172.735209022882401, -43.516138242869133 ], [ 172.735221919343076, -43.516183538039961 ], [ 172.73523806858995, -43.516233605510081 ], [ 172.735260712991789, -43.516295599938658 ], [ 172.735283482411461, -43.516329006038433 ], [ 172.735289904652063, -43.516357609520007 ], [ 172.735286506075482, -43.516386190264797 ], [ 172.735286464418635, -43.516395719705955 ], [ 172.735296170691214, -43.516421948405487 ], [ 172.735325508226026, -43.516450604932899 ], [ 172.735341720101246, -43.516486378224862 ], [ 172.735351374353598, -43.516524518720622 ], [ 172.735347944560715, -43.516560246547151 ], [ 172.735341282793087, -43.51658643735513 ], [ 172.735357546771098, -43.516610298843034 ], [ 172.735380337183017, -43.516638940201716 ], [ 172.735403075567774, -43.516679493356754 ], [ 172.735416055560847, -43.516705729620604 ], [ 172.735422519539128, -43.516724803652401 ], [ 172.735435509958734, -43.516748657553698 ], [ 172.7354550476459, -43.516772526601954 ], [ 172.735468038088442, -43.516796380499422 ], [ 172.735487554990812, -43.516825014262288 ], [ 172.735493977379321, -43.516853617730291 ], [ 172.735487305235438, -43.516882190905648 ], [ 172.735513400663137, -43.51690369272967 ], [ 172.735532938430765, -43.516927561764149 ], [ 172.735542520042173, -43.516982378762059 ], [ 172.735558763397762, -43.517011004940329 ], [ 172.735565206646186, -43.517034843683398 ], [ 172.735565102611361, -43.517058667284132 ], [ 172.735571587480251, -43.517072976586412 ], [ 172.735584588435415, -43.51709444810961 ], [ 172.735600883851248, -43.517111162481243 ], [ 172.735620442522645, -43.517130266780086 ], [ 172.735643306056772, -43.517142231564243 ], [ 172.735653064602531, -43.517156548430528 ], [ 172.735666107202661, -43.517168490504083 ], [ 172.735675844959616, -43.51718757208846 ], [ 172.735685603520324, -43.517201888951888 ], [ 172.735675730568545, -43.51721377804882 ], [ 172.735672332123983, -43.517242358801099 ], [ 172.735672103338203, -43.517294770721129 ], [ 172.735688253249521, -43.517344838119648 ], [ 172.735704486372384, -43.517375846635801 ], [ 172.735727266837813, -43.517406870282585 ], [ 172.73574025752265, -43.517430724147118 ], [ 172.735753206632779, -43.517464107449818 ], [ 172.735769398238119, -43.517504645395974 ], [ 172.735782274614053, -43.517554705214401 ], [ 172.735791929311119, -43.517592845666975 ], [ 172.735811446621796, -43.517621479371613 ], [ 172.735837396980344, -43.517676334158189 ], [ 172.73584706212381, -43.517712092245581 ], [ 172.73585348477431, -43.517740695689646 ], [ 172.735856654532739, -43.517764526850812 ], [ 172.735843455875141, -43.51778832019717 ], [ 172.735846667202708, -43.517802621919174 ], [ 172.735862942096617, -43.517824100971659 ], [ 172.735866101471004, -43.517850314492023 ], [ 172.735869260848062, -43.517876528012188 ], [ 172.735892031194311, -43.517909933983908 ], [ 172.73590170679725, -43.517943309705657 ], [ 172.735904772680243, -43.5179909644622 ], [ 172.735927584647158, -43.518014840987412 ], [ 172.735940565151196, -43.518041077186879 ], [ 172.73594374534801, -43.518062525984789 ], [ 172.735976357681238, -43.518091189900055 ], [ 172.736002433028716, -43.518117456329122 ], [ 172.736012160656685, -43.518138920242031 ], [ 172.736012046407353, -43.518165126198724 ], [ 172.736021763660347, -43.518188972470348 ], [ 172.736041291655852, -43.518215223773851 ], [ 172.736067419005508, -43.518229578389402 ], [ 172.736106661966346, -43.518239198503089 ], [ 172.736139357522347, -43.518248803494032 ], [ 172.73616542262792, -43.518277452245222 ], [ 172.736178392911057, -43.518306070776582 ], [ 172.73621081867239, -43.518377617098011 ], [ 172.736213947089766, -43.518410977685591 ], [ 172.736213822548251, -43.518439566001064 ], [ 172.736216950970316, -43.518472926588181 ], [ 172.736213521572068, -43.518508654429496 ], [ 172.736200302132801, -43.51853721253304 ], [ 172.736196903858456, -43.518565793294741 ], [ 172.736200073793697, -43.518589624443401 ], [ 172.736226107939842, -43.518625420258111 ], [ 172.736242372810892, -43.518649281613946 ], [ 172.73624880612266, -43.518675502672309 ], [ 172.736248681596436, -43.518704090986517 ], [ 172.736255135670547, -43.518725547325282 ], [ 172.736277948051281, -43.518749423778566 ], [ 172.736284339885657, -43.51878517427248 ], [ 172.736307048550884, -43.518832874314491 ], [ 172.736313481909832, -43.518859095368491 ], [ 172.736329777999856, -43.518875809632803 ], [ 172.736332958377005, -43.518897258417205 ], [ 172.73632304377665, -43.518918677003867 ], [ 172.736316423664562, -43.51893533842054 ], [ 172.736316330292993, -43.518956779655348 ], [ 172.73633254341803, -43.518992552794316 ], [ 172.736345524305335, -43.519018788944308 ], [ 172.736381390349862, -43.519052225008771 ], [ 172.736439830507834, -43.519164331747248 ], [ 172.736478669768843, -43.519266863747525 ], [ 172.73648500993437, -43.519314526023948 ], [ 172.736488138548765, -43.519347886599057 ], [ 172.736504382981195, -43.519376512633919 ], [ 172.736510816482252, -43.519402733674667 ], [ 172.736523756067385, -43.519438499240017 ], [ 172.736530148117708, -43.519474249716417 ], [ 172.736533245665981, -43.519514757367112 ], [ 172.736542963338479, -43.519538603589879 ], [ 172.736552681018594, -43.519562449811744 ], [ 172.736555861509572, -43.51958389858769 ], [ 172.736562315784937, -43.519605354906304 ], [ 172.736575317631321, -43.519626826309619 ], [ 172.736601383533724, -43.519655474956551 ], [ 172.736588143295819, -43.519688797817338 ], [ 172.736604377502687, -43.519719806195788 ], [ 172.736630484908886, -43.519738925399174 ], [ 172.736636991038409, -43.519748469917403 ], [ 172.736623833702083, -43.519762733908649 ], [ 172.736633551449643, -43.519786580122911 ], [ 172.73665309058444, -43.519810448957429 ], [ 172.736653018052607, -43.519827125471295 ], [ 172.736646366844838, -43.519850933981701 ], [ 172.736656105338398, -43.519870015475504 ], [ 172.736669107274508, -43.519891486867387 ], [ 172.736669024385833, -43.519910545740125 ], [ 172.736678773256756, -43.519927244872754 ], [ 172.73669503865375, -43.519951106160086 ], [ 172.736694966133115, -43.519967782673596 ], [ 172.736698188135051, -43.51997970200798 ], [ 172.736711210828389, -43.519996408676633 ], [ 172.736724223169915, -43.520015497702836 ], [ 172.736727393385877, -43.520039328831537 ], [ 172.736743710622989, -43.520051278316423 ], [ 172.736733775259637, -43.520077461652292 ], [ 172.736717364784226, -43.52008695339731 ], [ 172.73671397702276, -43.52011315180799 ], [ 172.736736779746508, -43.520139410524727 ], [ 172.736769414284595, -43.520163309489192 ], [ 172.736798826815232, -43.520175289113219 ], [ 172.736805291594578, -43.520194363057293 ], [ 172.73680845149579, -43.520220576542087 ], [ 172.73680505341008, -43.520249157313934 ], [ 172.736811466421102, -43.52028014305224 ], [ 172.736827700899596, -43.520311151396463 ], [ 172.73684398716648, -43.520330247943534 ], [ 172.73686024238242, -43.520356491565053 ], [ 172.73686997067071, -43.520377955398267 ], [ 172.736879667906891, -43.520406566307365 ], [ 172.736892607921789, -43.520442331825755 ], [ 172.736892442281857, -43.520480449568169 ], [ 172.736898907122821, -43.520499523506111 ], [ 172.736938089582253, -43.520523437488031 ], [ 172.736964145690933, -43.520554468408072 ], [ 172.736996677057562, -43.520602190895353 ], [ 172.737019397306796, -43.520647508425014 ], [ 172.737035507826107, -43.520707105044238 ], [ 172.73703543539736, -43.520723781555986 ], [ 172.737048458342969, -43.520740488184707 ], [ 172.737064713756979, -43.520766731775794 ], [ 172.737087496188082, -43.520797755138176 ], [ 172.737106984105623, -43.52083353568613 ], [ 172.73710360681369, -43.520857351746471 ], [ 172.737116557399901, -43.520890734878527 ], [ 172.737132802540316, -43.520919360818162 ], [ 172.737152342235731, -43.520943229564089 ], [ 172.737162008668491, -43.520978987523165 ], [ 172.737184791228856, -43.521010010865332 ], [ 172.737197793595584, -43.521031482193891 ], [ 172.737200860643441, -43.521079136892901 ], [ 172.737213811330179, -43.521112520012899 ], [ 172.737223508844949, -43.521141130889845 ], [ 172.737223395107975, -43.521167336835276 ], [ 172.737239567998756, -43.521212639269258 ], [ 172.737252446364693, -43.521262698894681 ], [ 172.737265376442394, -43.521300846725168 ], [ 172.737268526260294, -43.521329442551455 ], [ 172.737281508049762, -43.521355678586744 ], [ 172.73729450018746, -43.521379532261889 ], [ 172.737300913566031, -43.521410517967567 ], [ 172.737300820535012, -43.521431959194757 ], [ 172.737297443284774, -43.521455775258431 ], [ 172.737310414777255, -43.521484393648542 ], [ 172.737323344938176, -43.521522541471207 ], [ 172.737329810024704, -43.521541615381913 ], [ 172.737352561877145, -43.521579785763912 ], [ 172.737384970094922, -43.521656096436317 ], [ 172.737391424881679, -43.521677552701675 ], [ 172.73740768069419, -43.521703796240701 ], [ 172.737414083831823, -43.521737164296979 ], [ 172.737413970174913, -43.521763370240038 ], [ 172.737420393986611, -43.521791973578729 ], [ 172.737433396603592, -43.521813444878234 ], [ 172.737436577521095, -43.521834893622277 ], [ 172.737452823064189, -43.521863519512735 ], [ 172.737469037631627, -43.521899292476029 ], [ 172.737462417504645, -43.521915953950298 ], [ 172.73743286968508, -43.521934945157263 ], [ 172.737416345157271, -43.521970642940623 ], [ 172.737425980910956, -43.522013547946841 ], [ 172.737425856926052, -43.522042136246995 ], [ 172.737435534024485, -43.522075511818599 ], [ 172.737461549729943, -43.522116072052455 ], [ 172.737474531770232, -43.52214230806289 ], [ 172.737490839390517, -43.522156639796854 ], [ 172.737536529686054, -43.522190098036276 ], [ 172.737556111256794, -43.522204437276137 ], [ 172.737569093356854, -43.522230673275558 ], [ 172.737575527616627, -43.522256894245238 ], [ 172.737585246134955, -43.522280740370135 ], [ 172.737601502192319, -43.522306983879446 ], [ 172.737621114789647, -43.522314176033248 ], [ 172.737630833335061, -43.522338022154102 ], [ 172.737624202879687, -43.52235706599469 ], [ 172.737611003905869, -43.522380859525143 ], [ 172.737607575097513, -43.522416587385322 ], [ 172.737623872498517, -43.522433301458094 ], [ 172.737613906145071, -43.522466631934101 ], [ 172.737610539283224, -43.52248806564468 ], [ 172.737633384582466, -43.522504794742204 ], [ 172.737656229894384, -43.522521523835138 ], [ 172.737659359311522, -43.522554884361504 ], [ 172.737678910062044, -43.522576370654292 ], [ 172.737721471321805, -43.522576468292826 ], [ 172.737763970667942, -43.522590860064604 ], [ 172.73777042568716, -43.522612316305626 ], [ 172.73777033281857, -43.5226337575291 ], [ 172.737789904269846, -43.522650479086458 ], [ 172.737789780454051, -43.522679067384281 ], [ 172.737799478488597, -43.522707678205848 ], [ 172.73782232392287, -43.522724407265308 ], [ 172.737845159053876, -43.522743518678325 ], [ 172.737845066211321, -43.522764959901423 ], [ 172.737825329641936, -43.522786356083557 ], [ 172.737835079291528, -43.522803055111147 ], [ 172.737867715695359, -43.522826953755754 ], [ 172.73789053025115, -43.522850829875679 ], [ 172.73789697502869, -43.522874668466848 ], [ 172.737900125223263, -43.522903264268805 ], [ 172.737929508369746, -43.52292239067436 ], [ 172.737945764747565, -43.522948634132618 ], [ 172.73798167523799, -43.522972540247999 ], [ 172.737997962581517, -43.522991636624539 ], [ 172.73802077725054, -43.523015512718089 ], [ 172.738040328277577, -43.523036998948044 ], [ 172.73805656411875, -43.523068007106282 ], [ 172.738063039906535, -43.523084698613332 ], [ 172.738082498211185, -43.523127626058063 ], [ 172.738066025273554, -43.523151412137999 ], [ 172.73805280568277, -43.523179970432103 ], [ 172.738033027816215, -43.523210896080244 ], [ 172.738036229634275, -43.523227580087131 ], [ 172.738055739504006, -43.523258595745673 ], [ 172.738078543989104, -43.523284854184809 ], [ 172.738098053898881, -43.523315869835891 ], [ 172.738134016190202, -43.523327864112964 ], [ 172.73815688255803, -43.523339828388707 ], [ 172.738186286602456, -43.523354190011723 ], [ 172.738212323960312, -43.523389985352495 ], [ 172.73824484752501, -43.523440089825222 ], [ 172.73827078196075, -43.523499708731279 ], [ 172.738300000741873, -43.523556952766754 ], [ 172.738332503874318, -43.523611821929194 ], [ 172.738387853017258, -43.523683420027027 ], [ 172.738433256753069, -43.523783583922139 ], [ 172.738501300894541, -43.523948123874966 ], [ 172.738517372576922, -43.524017249687702 ], [ 172.738516981562043, -43.524107779280449 ], [ 172.738520111531358, -43.524141139775367 ], [ 172.738506830194297, -43.524183992262948 ], [ 172.738480545330503, -43.524205373576493 ], [ 172.738490171895904, -43.524250660836643 ], [ 172.73852278875745, -43.524279324006031 ], [ 172.738548888442153, -43.524300825120243 ], [ 172.738571693532037, -43.524327083457791 ], [ 172.738584635374224, -43.524362848764788 ], [ 172.738591070296309, -43.524389069669191 ], [ 172.738590946851332, -43.524417657960107 ], [ 172.738571158563957, -43.524450966051823 ], [ 172.738577562626404, -43.524484334029225 ], [ 172.738587302467721, -43.52450341534648 ], [ 172.738587220169563, -43.524522474206712 ], [ 172.738590432495215, -43.524536775837319 ], [ 172.738587045285726, -43.524562974284478 ], [ 172.738573877068148, -43.524579620844115 ], [ 172.738583586061168, -43.524605849233879 ], [ 172.738599750590055, -43.524653533810529 ], [ 172.738625840177065, -43.524677417263732 ], [ 172.738661844518873, -43.524679881944351 ], [ 172.738714270561388, -43.52467047223692 ], [ 172.738733842929918, -43.524687193629063 ], [ 172.73875664824493, -43.524713451928527 ], [ 172.738756514596048, -43.524744422575637 ], [ 172.738772648457541, -43.524799254199465 ], [ 172.73878883374536, -43.524842174033466 ], [ 172.738814810425197, -43.524892263374703 ], [ 172.73884729418171, -43.524951897095733 ], [ 172.738866733083995, -43.524999589110628 ], [ 172.738863202094848, -43.52505914056713 ], [ 172.738859804696261, -43.525087721377545 ], [ 172.738859629991339, -43.525128221452185 ], [ 172.738875805151537, -43.525173523629071 ], [ 172.738882178628813, -43.525214038657694 ], [ 172.738908237743317, -43.525245069116806 ], [ 172.738921210801408, -43.525273687309124 ], [ 172.738944026691115, -43.525297563212 ], [ 172.738966709054608, -43.525352409754603 ], [ 172.738986127634405, -43.52540486646086 ], [ 172.738976233439331, -43.525421520538359 ], [ 172.738999039134853, -43.525447778787033 ], [ 172.739025098409456, -43.525478809218683 ], [ 172.739044619776251, -43.52550744234216 ], [ 172.739057572416215, -43.525540825232376 ], [ 172.739070473727253, -43.525586119906848 ], [ 172.739086710774131, -43.525617127908006 ], [ 172.73910617061091, -43.525660055163343 ], [ 172.739112605894178, -43.525686276033362 ], [ 172.739118989849089, -43.525724408688554 ], [ 172.739128699259766, -43.525750637027826 ], [ 172.739135134562218, -43.525776857896204 ], [ 172.739148097574827, -43.525807858417771 ], [ 172.739154491829993, -43.525843608713167 ], [ 172.739170739253211, -43.525872234344206 ], [ 172.739190312135122, -43.525888955656008 ], [ 172.739200031866432, -43.525912801631563 ], [ 172.739219563717995, -43.525939052366496 ], [ 172.739235831721942, -43.525962913273865 ], [ 172.739255373866627, -43.525986781645507 ], [ 172.739278097810256, -43.52603209869298 ], [ 172.739297547654985, -43.526077408270325 ], [ 172.73931053133316, -43.526103644058203 ], [ 172.739307134084783, -43.526132224877074 ], [ 172.739326676311975, -43.526156093236011 ], [ 172.739339680536006, -43.526177564306359 ], [ 172.739336283297092, -43.526206145125741 ], [ 172.739359099700607, -43.526230020943174 ], [ 172.739375408864788, -43.526244352402024 ], [ 172.739372032152858, -43.526268168508267 ], [ 172.739368686209701, -43.526284837543507 ], [ 172.739378416330908, -43.526306301145645 ], [ 172.739397989410122, -43.52632302242111 ], [ 172.739401181509152, -43.526342088739 ], [ 172.739391235992258, -43.526370654634121 ], [ 172.739407483667833, -43.526399280229505 ], [ 172.739430289917124, -43.526425538389091 ], [ 172.739440009828201, -43.526449384342442 ], [ 172.739430095076131, -43.526470803169779 ], [ 172.739433246174059, -43.526499398913771 ], [ 172.739452788568912, -43.526523267250042 ], [ 172.739459234346072, -43.526547105740349 ], [ 172.739465700635208, -43.526566179516557 ], [ 172.739498390967412, -43.526578165902521 ], [ 172.739547503366794, -43.526578277787635 ], [ 172.739586721545749, -43.526595043778507 ], [ 172.739629152426204, -43.526626111353011 ], [ 172.739661709628592, -43.526669068331167 ], [ 172.739687749276868, -43.526704863320965 ], [ 172.739700671792178, -43.526745393203271 ], [ 172.739707035738178, -43.526788290533339 ], [ 172.739703587416187, -43.526828783144779 ], [ 172.739706718173068, -43.52686214359332 ], [ 172.739680401829048, -43.526890672241031 ], [ 172.739667192419574, -43.526916848346175 ], [ 172.739673648567816, -43.526938304466398 ], [ 172.739676851030481, -43.526954988418083 ], [ 172.739689814570141, -43.526985988873179 ], [ 172.739696209266498, -43.527021739132017 ], [ 172.739692781412543, -43.527057467028087 ], [ 172.739715598276263, -43.527081342771993 ], [ 172.739725328647324, -43.527102806342235 ], [ 172.739748145540915, -43.527126682079512 ], [ 172.73975458125534, -43.52715290290778 ], [ 172.739761027217298, -43.527176741378909 ], [ 172.739770747377975, -43.527200587301657 ], [ 172.739780467546296, -43.527224433223495 ], [ 172.739783639329659, -43.527248264241322 ], [ 172.739786800874441, -43.527274477615578 ], [ 172.73979324686178, -43.527298316084455 ], [ 172.739822581537169, -43.52732935377864 ], [ 172.739838880867325, -43.527346067526196 ], [ 172.739845337121523, -43.527367523635341 ], [ 172.739861615991913, -43.527389002092747 ], [ 172.739858229166913, -43.527415200565429 ], [ 172.739864664959129, -43.527441421386364 ], [ 172.739887502509134, -43.527460532381816 ], [ 172.739864531864413, -43.527472392021366 ], [ 172.739897120396876, -43.527508201858126 ], [ 172.739887154445114, -43.527541532503676 ], [ 172.739883767622302, -43.527567730976422 ], [ 172.739909838495151, -43.527596378841864 ], [ 172.739922863705004, -43.52761308512882 ], [ 172.739948975555023, -43.527632203559264 ], [ 172.739975128356605, -43.527641792557795 ], [ 172.739975015785063, -43.52766799847906 ], [ 172.739968365006547, -43.527691807151108 ], [ 172.739964988444314, -43.527715623269223 ], [ 172.739997648797043, -43.527734756581189 ], [ 172.740017191811404, -43.527758624817402 ], [ 172.740040060222668, -43.527770588712436 ], [ 172.740023576548708, -43.527796757410208 ], [ 172.74003328667979, -43.527822985664955 ], [ 172.74005611419588, -43.52784447898236 ], [ 172.740059306580235, -43.527863545277491 ], [ 172.740059194044278, -43.527889751197918 ], [ 172.740052543274032, -43.527913559873959 ], [ 172.740078604145282, -43.527944590056116 ], [ 172.740094873023679, -43.527968450835104 ], [ 172.740104593441657, -43.527992296726772 ], [ 172.74010771424804, -43.528028039514588 ], [ 172.740110906658032, -43.528047105807737 ], [ 172.740114088841551, -43.528068554457107 ], [ 172.740104163830921, -43.528092355693076 ], [ 172.740104092228933, -43.528109032187281 ], [ 172.740133406999519, -43.528144834511295 ], [ 172.740136527830316, -43.528180577297427 ], [ 172.740152776340608, -43.528209202779927 ], [ 172.740172329794774, -43.528230688631915 ], [ 172.740195188189432, -43.528245034851729 ], [ 172.740227838676049, -43.528266550453338 ], [ 172.740247392175291, -43.528288036292359 ], [ 172.740280052925669, -43.528307169522741 ], [ 172.740302890932554, -43.52832628043349 ], [ 172.740345333610549, -43.52835496538053 ], [ 172.740368141000374, -43.528381223346898 ], [ 172.740381156286759, -43.528400311936316 ], [ 172.740420294143831, -43.528436136489361 ], [ 172.740462563301463, -43.528505321448378 ], [ 172.740481994391331, -43.528555395521217 ], [ 172.740517643670955, -43.528641242088135 ], [ 172.740520744327597, -43.528681749573636 ], [ 172.740514042585602, -43.528717470054119 ], [ 172.740491010301753, -43.528743623952792 ], [ 172.740461409010379, -43.528774527694175 ], [ 172.740438386897949, -43.528798299225791 ], [ 172.74041865948243, -43.528817313474178 ], [ 172.74040873446728, -43.528841114733439 ], [ 172.74039223022308, -43.528872048191239 ], [ 172.740385589692067, -43.528893474526562 ], [ 172.740398523352866, -43.528931621960794 ], [ 172.74040172611825, -43.528948305887141 ], [ 172.740398267913292, -43.52899118086107 ], [ 172.740424390722978, -43.52900791682422 ], [ 172.740463590287163, -43.529029447223728 ], [ 172.740486459266009, -43.529041411028246 ], [ 172.740509256761158, -43.529070051320126 ], [ 172.740545161675897, -43.529096338972423 ], [ 172.740571223306603, -43.529127369037766 ], [ 172.740580974727777, -43.529144067817157 ], [ 172.740571049722121, -43.5291678690892 ], [ 172.740580770518278, -43.529191714936339 ], [ 172.740610157558081, -43.529210840641774 ], [ 172.740649398150907, -43.529222841553533 ], [ 172.740672175377398, -43.529256246524248 ], [ 172.740695003659084, -43.529277739710658 ], [ 172.740711313958258, -43.529292070974115 ], [ 172.740707937596, -43.529315887107998 ], [ 172.740737232896777, -43.529356453983823 ], [ 172.740753400374473, -43.529404138223768 ], [ 172.740776177726161, -43.529437543172996 ], [ 172.740772791178046, -43.529463741664095 ], [ 172.740792100401222, -43.529542403947382 ], [ 172.740805014051546, -43.529585316043935 ], [ 172.740811399472562, -43.529623448582278 ], [ 172.740830872009099, -43.529663993164448 ], [ 172.740843867314908, -43.529687846409551 ], [ 172.740863390891491, -43.529716479206925 ], [ 172.740869847757921, -43.529737935250871 ], [ 172.740879578961312, -43.529759398715001 ], [ 172.740889259178772, -43.529792773957034 ], [ 172.740902223940907, -43.529823774262297 ], [ 172.74090862984329, -43.529857142082371 ], [ 172.740905263724017, -43.529878575864096 ], [ 172.740898623262353, -43.529900002225631 ], [ 172.740895246938692, -43.529923818362597 ], [ 172.740895134756528, -43.529950024275252 ], [ 172.740901601856905, -43.529969097960915 ], [ 172.740927715029983, -43.529988216163289 ], [ 172.740940761426089, -43.530000157617927 ], [ 172.740953665081861, -43.530045452050402 ], [ 172.740973219411018, -43.530066937760701 ], [ 172.740992743170324, -43.530095570534577 ], [ 172.741005728437813, -43.530121806115496 ], [ 172.74102199826342, -43.530145666755836 ], [ 172.74103170919949, -43.530171894917032 ], [ 172.741051273789424, -43.530190998258057 ], [ 172.741077387105292, -43.53021011642587 ], [ 172.74107073647599, -43.53023392515184 ], [ 172.741080467829619, -43.530255388597368 ], [ 172.741067268475319, -43.530279182492905 ], [ 172.741060658602294, -43.530293461795644 ], [ 172.741073654132776, -43.530317315012567 ], [ 172.74109648295584, -43.530338808116134 ], [ 172.741116027240281, -43.530362676156841 ], [ 172.741135581729196, -43.530384161838569 ], [ 172.741148546742835, -43.53041516211335 ], [ 172.74114845504559, -43.53043660331322 ], [ 172.741138519859561, -43.530462786984664 ], [ 172.741158084576881, -43.530481890306767 ], [ 172.741138336457624, -43.530505669383913 ], [ 172.741134980571644, -43.53052472081459 ], [ 172.741141427430392, -43.530548559196056 ], [ 172.741157727988309, -43.530565272749286 ], [ 172.741164185048262, -43.530586728773905 ], [ 172.741187034378981, -43.53060345714777 ], [ 172.741193501640254, -43.530622530815165 ], [ 172.741213056240241, -43.530644016482945 ], [ 172.741239129061768, -43.530672664034718 ], [ 172.741275086160471, -43.530687039676387 ], [ 172.741291254412658, -43.530734723831074 ], [ 172.741307473602433, -43.53077049620606 ], [ 172.741313890008257, -43.530801481643294 ], [ 172.741333373438493, -43.530839643777895 ], [ 172.741359334416074, -43.530894497210895 ], [ 172.741372238572808, -43.530939791590313 ], [ 172.741388396788835, -43.530989858084887 ], [ 172.741404636461169, -43.531020865734142 ], [ 172.741424160730418, -43.531049498430839 ], [ 172.741456629983361, -43.531113896071538 ], [ 172.741502217292151, -43.531173558604451 ], [ 172.741521741656584, -43.531202191283967 ], [ 172.741531452976773, -43.531228419398829 ], [ 172.741550946853522, -43.531264199138931 ], [ 172.741554048327885, -43.531304706579817 ], [ 172.741563759678286, -43.531330934691532 ], [ 172.741579969015476, -43.531369089380163 ], [ 172.741596208886875, -43.531400097000635 ], [ 172.741592822579719, -43.531426295507615 ], [ 172.741573094665426, -43.53144530994517 ], [ 172.741559803687977, -43.531490545089028 ], [ 172.741589151464552, -43.531519199959384 ], [ 172.74162183472032, -43.531533568090744 ], [ 172.741644684534123, -43.53155029637162 ], [ 172.741657639886853, -43.531583678938759 ], [ 172.741644430297498, -43.531609855250387 ], [ 172.74164761320597, -43.531631303845479 ], [ 172.741680306704211, -43.531643289604936 ], [ 172.741693333269239, -43.531659995681714 ], [ 172.741676818737005, -43.531693311664469 ], [ 172.741676747559325, -43.531709988150212 ], [ 172.741692997738653, -43.53173861340035 ], [ 172.7417223761976, -43.53176012117045 ], [ 172.741722203367488, -43.53180062120682 ], [ 172.741731904703329, -43.531829231657433 ], [ 172.741728538762487, -43.531850665456446 ], [ 172.741738240109214, -43.531879275906263 ], [ 172.741747941465036, -43.531907886355171 ], [ 172.741774025246428, -43.531934151425595 ], [ 172.741800170031325, -43.531946122359891 ], [ 172.741813206857302, -43.531960446067373 ], [ 172.741816379680586, -43.531984277011652 ], [ 172.741835955264065, -43.532000997859427 ], [ 172.741842443200909, -43.532015306776294 ], [ 172.741845616038518, -43.532039137719572 ], [ 172.741878309796107, -43.5320511234222 ], [ 172.741897976855228, -43.532046403064285 ], [ 172.741917552481283, -43.532063123898013 ], [ 172.741901078599483, -43.532086910490904 ], [ 172.741917318826466, -43.532117918062731 ], [ 172.741927060938934, -43.532136999075675 ], [ 172.741959602406524, -43.532184720079442 ], [ 172.741985666086237, -43.532215749810739 ], [ 172.742011607929584, -43.532275367795229 ], [ 172.742024482399984, -43.532327809156719 ], [ 172.742043987073657, -43.532361206452599 ], [ 172.742070050872286, -43.532392236164007 ], [ 172.74209276915596, -43.532439934967378 ], [ 172.742089372851098, -43.532468515839525 ], [ 172.742108958817681, -43.532482854284872 ], [ 172.742135022701802, -43.532513883981018 ], [ 172.742131595960643, -43.532549611918633 ], [ 172.74213148430357, -43.532575817821758 ], [ 172.742137881017669, -43.532611567914074 ], [ 172.742124671409329, -43.532637744276414 ], [ 172.742108217754492, -43.532656766186975 ], [ 172.742098282614222, -43.532682949931761 ], [ 172.742107943660955, -43.532721089765865 ], [ 172.742117625022246, -43.53275446488945 ], [ 172.742107649263176, -43.532790178053496 ], [ 172.742110832395952, -43.532811626631812 ], [ 172.7421303677244, -43.532837876846479 ], [ 172.742166265423748, -43.532866546334439 ], [ 172.742182536440396, -43.532890406801137 ], [ 172.742198787173578, -43.532919031974849 ], [ 172.742234583486152, -43.532971524987936 ], [ 172.742263830841921, -43.533024003226899 ], [ 172.742283305435876, -43.5330645475427 ], [ 172.742315918685193, -43.533095591956801 ], [ 172.742335454193778, -43.533121842135571 ], [ 172.742341861227231, -43.53315520985889 ], [ 172.742341739516235, -43.533183798114294 ], [ 172.742358000544868, -43.533210040909687 ], [ 172.742377546249713, -43.533233908726295 ], [ 172.742393797166727, -43.533262533871024 ], [ 172.742396970284574, -43.53328636479452 ], [ 172.742406631614131, -43.533324504600053 ], [ 172.742413079267152, -43.533348342900133 ], [ 172.742432604759955, -43.533376975416019 ], [ 172.742448896294945, -43.533396071134192 ], [ 172.742471706488686, -43.533422328664805 ], [ 172.742481438846994, -43.533443791981625 ], [ 172.742458385326927, -43.533474710961578 ], [ 172.742468137964266, -43.533491409570352 ], [ 172.74248769393995, -43.533512895012791 ], [ 172.742507178976041, -43.533551056933263 ], [ 172.742523399632148, -43.533586829121781 ], [ 172.742542955658138, -43.533608314554535 ], [ 172.742559176350653, -43.533644086737709 ], [ 172.74257215291837, -43.53367270448247 ], [ 172.742594953136575, -43.533701344342028 ], [ 172.74261124480978, -43.53372044003634 ], [ 172.742643828186885, -43.533758631417903 ], [ 172.742666668991319, -43.533777741845242 ], [ 172.742689499681092, -43.533799234622407 ], [ 172.742708984935945, -43.533837396507124 ], [ 172.742728510725669, -43.533866028970735 ], [ 172.742734948434844, -43.533892249605273 ], [ 172.742751189569731, -43.533923257051129 ], [ 172.742773979840848, -43.533954279228581 ], [ 172.742783722516634, -43.533973360163777 ], [ 172.742806492574061, -43.53400914704325 ], [ 172.742819489584491, -43.534033000049888 ], [ 172.74281937821948, -43.534059205947635 ], [ 172.742819256730229, -43.534087794199557 ], [ 172.742838762405768, -43.534121191352057 ], [ 172.742864827366475, -43.534152220875633 ], [ 172.742877794064867, -43.534183220938047 ], [ 172.742890710169803, -43.534226132770286 ], [ 172.742893832925944, -43.534261875447889 ], [ 172.742883938344988, -43.534278529836747 ], [ 172.742880603037008, -43.534292816598395 ], [ 172.742880511941024, -43.534314257786598 ], [ 172.742896813989745, -43.534330971084586 ], [ 172.742922980271345, -43.534338177051744 ], [ 172.742962204409082, -43.534354941876892 ], [ 172.742958818521629, -43.534381140411803 ], [ 172.742922707027702, -43.534402500615748 ], [ 172.742896419264127, -43.534423882898949 ], [ 172.7428864740493, -43.534452449058392 ], [ 172.742906050724372, -43.534469169718456 ], [ 172.742955088589099, -43.534488338989178 ], [ 172.742981224592057, -43.53450269200556 ], [ 172.742984387886224, -43.534528905262441 ], [ 172.742987541065474, -43.534557500873312 ], [ 172.743013666989299, -43.53457423623631 ], [ 172.743046402808346, -43.534576692186995 ], [ 172.743056115324492, -43.534602920159827 ], [ 172.743052759808648, -43.534621971634039 ], [ 172.743072245555311, -43.534660133452569 ], [ 172.743088466840021, -43.534695905555544 ], [ 172.743111176670681, -43.534745986495537 ], [ 172.743146964737662, -43.534800861564932 ], [ 172.743176304755252, -43.534831898371202 ], [ 172.743166369715169, -43.534858082199044 ], [ 172.743162983886947, -43.534884280737849 ], [ 172.743159618277701, -43.534905714568339 ], [ 172.743169290452556, -43.534941471946425 ], [ 172.743172463960775, -43.534965302842359 ], [ 172.743214932862685, -43.534989221997769 ], [ 172.74324757794642, -43.535013119077377 ], [ 172.743270389093624, -43.535039376443592 ], [ 172.743257169332452, -43.5350679352795 ], [ 172.743253813853386, -43.535086986758145 ], [ 172.743263556861336, -43.535106067649508 ], [ 172.74330587431794, -43.535165722080386 ], [ 172.743348151443115, -43.535234905910933 ], [ 172.743390408460471, -43.53530885443309 ], [ 172.743435940218006, -43.535382810287103 ], [ 172.74344871557372, -43.535459075003097 ], [ 172.74347140578837, -43.535513920573997 ], [ 172.743487566945817, -43.535563986739106 ], [ 172.743487395274144, -43.535604486754053 ], [ 172.743464381835793, -43.535625876509158 ], [ 172.743474114897253, -43.535647339734965 ], [ 172.743483797473033, -43.535680714728748 ], [ 172.74349024579729, -43.535704552959949 ], [ 172.743519667204254, -43.535716530844589 ], [ 172.743552332991413, -43.535735663127873 ], [ 172.74356865579756, -43.535747611619804 ], [ 172.743611105217184, -43.535776295334081 ], [ 172.743627387674337, -43.535797773232595 ], [ 172.743646783329524, -43.535857376130835 ], [ 172.743649906611978, -43.535893118778894 ], [ 172.743639961507796, -43.535921684996808 ], [ 172.743649654310332, -43.535952677621594 ], [ 172.743669181223737, -43.535981309916785 ], [ 172.743678924505446, -43.536000390770454 ], [ 172.743704960432922, -43.536038567156368 ], [ 172.74370487971342, -43.536057625985698 ], [ 172.743701494048651, -43.536083824535346 ], [ 172.743717695904508, -43.536124361249243 ], [ 172.743720910045965, -43.536138662711181 ], [ 172.743737132106759, -43.536174434714788 ], [ 172.743756669220602, -43.536200684640598 ], [ 172.743750008886934, -43.536226875851945 ], [ 172.743743409078405, -43.536238772941239 ], [ 172.74374329810496, -43.536264978830722 ], [ 172.743759580739749, -43.536286456709014 ], [ 172.743766029236127, -43.536310294922536 ], [ 172.743779037202358, -43.536331765459103 ], [ 172.743811652973875, -43.536362809435033 ], [ 172.743824650882175, -43.536386662319835 ], [ 172.743860501064205, -43.536427243032918 ], [ 172.74388650704006, -43.536472566435926 ], [ 172.743922226254114, -43.536544117724823 ], [ 172.743948192003842, -43.536598970527052 ], [ 172.743957784269327, -43.536653786657361 ], [ 172.743970681500315, -43.53670146305911 ], [ 172.743983629147493, -43.536737227691901 ], [ 172.743999922072618, -43.536756323181308 ], [ 172.744032578494711, -43.536777837679089 ], [ 172.744048891599505, -43.536792168454618 ], [ 172.744058635130443, -43.536811249273839 ], [ 172.744107433472124, -43.536887594529645 ], [ 172.744126880313019, -43.53693528557023 ], [ 172.744152826269357, -43.536994903029836 ], [ 172.74418528144696, -43.537064064550314 ], [ 172.744224316372481, -43.537126093652795 ], [ 172.74426004643712, -43.537195262476587 ], [ 172.744289307643328, -43.537245357814726 ], [ 172.744318518566701, -43.537307364911335 ], [ 172.744347729549673, -43.537369371999979 ], [ 172.744376940592247, -43.537431379080608 ], [ 172.744396317375958, -43.537495746544167 ], [ 172.744386382420458, -43.537521930466006 ], [ 172.744405779368549, -43.537581533220703 ], [ 172.744412167879403, -43.537619665512217 ], [ 172.744428420928273, -43.537648290351058 ], [ 172.744431534698037, -43.537686415321012 ], [ 172.744441218123285, -43.537719790223939 ], [ 172.744450931742591, -43.537746018066578 ], [ 172.744457420907992, -43.537760326823715 ], [ 172.744450770763791, -43.537784135715974 ], [ 172.744480153131093, -43.53780564276439 ], [ 172.744512749936547, -43.537841451241299 ], [ 172.744528982975879, -43.537874840771124 ], [ 172.744541971431715, -43.537901075922612 ], [ 172.744564754054352, -43.537934480080459 ], [ 172.744597431422847, -43.53795122970849 ], [ 172.744620314640684, -43.537960810324819 ], [ 172.744620254313219, -43.537975104443021 ], [ 172.744643097328947, -43.537994214466899 ], [ 172.744652861345912, -43.538008530526326 ], [ 172.744656005434194, -43.538039508429151 ], [ 172.744678768067018, -43.538077677269762 ], [ 172.744701570934211, -43.538106316693721 ], [ 172.744724313519697, -43.538149250230909 ], [ 172.74474373109868, -43.538204088217128 ], [ 172.74475987391935, -43.538258918889071 ], [ 172.744782616603089, -43.538301852413746 ], [ 172.744788985329308, -43.538344749385992 ], [ 172.744821492185707, -43.538401998948686 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.744824751916724, -43.538405579786826 ], [ 172.7448572688848, -43.538460446986043 ], [ 172.744886390572958, -43.538543895102855 ], [ 172.744922192525394, -43.538596387236744 ], [ 172.744948280557367, -43.538622651562775 ], [ 172.744964544168624, -43.538648893968869 ], [ 172.744970953223344, -43.538682261517557 ], [ 172.745013415401758, -43.538708562350379 ], [ 172.745009949833616, -43.538753819749878 ], [ 172.74500980928039, -43.538787172688679 ], [ 172.745039172255673, -43.538813444296842 ], [ 172.745052151094683, -43.538842061739849 ], [ 172.745061855119445, -43.538870671879259 ], [ 172.745081373600613, -43.538901686275317 ], [ 172.745100892101732, -43.538932700667907 ], [ 172.74510734140398, -43.538956538796732 ], [ 172.745113750569288, -43.538989906335892 ], [ 172.745123424541134, -43.539025663527553 ], [ 172.745146217940089, -43.539056685212124 ], [ 172.745159216948934, -43.539080537936641 ], [ 172.745185335389948, -43.539099655149165 ], [ 172.745204874071732, -43.539125904817915 ], [ 172.745204773752022, -43.539149728344441 ], [ 172.745207908147648, -43.539183088579357 ], [ 172.745207777733299, -43.539214059163527 ], [ 172.745207647318722, -43.539245029747526 ], [ 172.745227186056866, -43.539271279411913 ], [ 172.745256499210825, -43.539309462725839 ], [ 172.745266243524668, -43.539328543435673 ], [ 172.74529232199194, -43.539357190033556 ], [ 172.745311810663651, -43.539395351446011 ], [ 172.745311700357234, -43.53942155732414 ], [ 172.745308214912825, -43.539471579432544 ], [ 172.745314574103276, -43.539516858720432 ], [ 172.745321033578477, -43.539538314482606 ], [ 172.74533725748833, -43.539574086242446 ], [ 172.745340402004672, -43.539605064119016 ], [ 172.745363205757883, -43.539633703405507 ], [ 172.745376215000618, -43.539655173751015 ], [ 172.745405568530657, -43.539683827614994 ], [ 172.745421892765393, -43.539695775837622 ], [ 172.745434952157837, -43.539705334414002 ], [ 172.745451216269316, -43.539731576747123 ], [ 172.745477254911322, -43.53976975271123 ], [ 172.745499968605856, -43.53981983314177 ], [ 172.745516182676312, -43.539857987227307 ], [ 172.745529182001832, -43.539881839907217 ], [ 172.745548741121496, -43.539903324809806 ], [ 172.745578154958594, -43.539917684514378 ], [ 172.745581299615338, -43.539948662382798 ], [ 172.745597563855313, -43.539974904694283 ], [ 172.745613818093176, -43.540003529355758 ], [ 172.745620247677948, -43.540032132156654 ], [ 172.745636481911276, -43.540065521519359 ], [ 172.745646216450808, -43.540086984547202 ], [ 172.745646106286586, -43.540113190422844 ], [ 172.74566555536623, -43.540160881180341 ], [ 172.745694919290912, -43.540187152616134 ], [ 172.745717693393885, -43.54022293888687 ], [ 172.745724153086371, -43.540244394624139 ], [ 172.745730652830048, -43.540256320951876 ], [ 172.745740377422152, -43.540280166323399 ], [ 172.745743592258123, -43.540294467719768 ], [ 172.745750041956427, -43.540318305807631 ], [ 172.745759706502753, -43.540356445290797 ], [ 172.74580216018802, -43.54038512817894 ], [ 172.74583796401825, -43.540437620013805 ], [ 172.745876912746979, -43.540521089694707 ], [ 172.745902941990465, -43.540561647910238 ], [ 172.74592564632789, -43.54061411060303 ], [ 172.745935361050016, -43.540640338308989 ], [ 172.74594177084623, -43.540673705793438 ], [ 172.745954780516456, -43.540695176070251 ], [ 172.74596117032354, -43.540733308257614 ], [ 172.745984004799425, -43.540754800360048 ], [ 172.746016684082207, -43.540771549578899 ], [ 172.746036303660361, -43.540778740283159 ], [ 172.746065718038352, -43.540793099861467 ], [ 172.746072157917439, -43.540819320281621 ], [ 172.746114602078393, -43.540850385404674 ], [ 172.746134111737916, -43.540883781965249 ], [ 172.746147101530397, -43.540910016923846 ], [ 172.746120862047434, -43.540919488159425 ], [ 172.746091357615825, -43.540926569764125 ], [ 172.746081482811434, -43.540938459705579 ], [ 172.746087922712547, -43.540964680124226 ], [ 172.746104277418482, -43.540969481191745 ], [ 172.746123807103288, -43.540998113049376 ], [ 172.746120392209349, -43.541031458705966 ], [ 172.746123567188448, -43.541055289498161 ], [ 172.746149676789287, -43.541076788838623 ], [ 172.746185621244706, -43.541095927631893 ], [ 172.7462018460796, -43.541131699261584 ], [ 172.746224570873153, -43.541179397186959 ], [ 172.746244040731597, -43.541222323135152 ], [ 172.746257020652507, -43.541250940431979 ], [ 172.746269950631756, -43.54129146948695 ], [ 172.746289440538192, -43.541329630722842 ], [ 172.746305645517822, -43.541370167040483 ], [ 172.746312065582913, -43.541401152148701 ], [ 172.746360830498077, -43.541487025804948 ], [ 172.746396645447334, -43.541537135105628 ], [ 172.7464095855658, -43.541575281791296 ], [ 172.746419310635332, -43.541599127100767 ], [ 172.746438870624104, -43.541620611846753 ], [ 172.746458360742281, -43.541658773052184 ], [ 172.74645820100622, -43.541696890681351 ], [ 172.746464631166617, -43.541725493427698 ], [ 172.74650690647573, -43.541797058382627 ], [ 172.746523061819858, -43.541849506425585 ], [ 172.746542582005077, -43.541880520560198 ], [ 172.746581742180098, -43.541913960598187 ], [ 172.746575052491067, -43.541947299004541 ], [ 172.746584757727788, -43.541975909002112 ], [ 172.746604277985114, -43.542006923125697 ], [ 172.746623808239548, -43.542035554894106 ], [ 172.746636788512973, -43.542064172144585 ], [ 172.746636688746804, -43.542087995661475 ], [ 172.746633304001506, -43.542114194272521 ], [ 172.746643019268504, -43.542140421912798 ], [ 172.746623239542231, -43.542171348939554 ], [ 172.746616579779328, -43.542197540291916 ], [ 172.746639375132588, -43.542228561666406 ], [ 172.746649090420391, -43.542254789305673 ], [ 172.746671925713031, -43.542276281267014 ], [ 172.74670462595509, -43.542288265584034 ], [ 172.746747131302982, -43.542305036357988 ], [ 172.746756866593586, -43.542326499284705 ], [ 172.74676984699181, -43.542355116518941 ], [ 172.746789407348473, -43.542376601203024 ], [ 172.746818713016012, -43.542417166453312 ], [ 172.746851293743788, -43.542457738947206 ], [ 172.746864284182379, -43.542483973818648 ], [ 172.746867439592791, -43.542512569288156 ], [ 172.746873879999157, -43.542538789656533 ], [ 172.746890165425299, -43.542560267072268 ], [ 172.746912980986707, -43.542586523687852 ], [ 172.746929246508984, -43.542612765800925 ], [ 172.746932411921676, -43.542638978916578 ], [ 172.746948677466378, -43.542665221026702 ], [ 172.746968228022666, -43.542689088030926 ], [ 172.746987758668325, -43.542717719734704 ], [ 172.746997523998061, -43.54273203558531 ], [ 172.747010474709924, -43.542767799845073 ], [ 172.747023465283604, -43.542794034697359 ], [ 172.747043025871704, -43.542815519336969 ], [ 172.747069076797857, -43.542851312572175 ], [ 172.747055886984725, -43.542872724754098 ], [ 172.747052542217489, -43.542889393968608 ], [ 172.747072043088025, -43.542925172711485 ], [ 172.74707849358569, -43.542949010715375 ], [ 172.747098004449441, -43.542982407102144 ], [ 172.747111015023307, -43.543003877240906 ], [ 172.747143496691621, -43.543068273162319 ], [ 172.747169597565403, -43.543092154616659 ], [ 172.747185883244782, -43.543113631988803 ], [ 172.747192303941773, -43.543144617039665 ], [ 172.747195509315247, -43.543161300740586 ], [ 172.747195399810266, -43.543187506605236 ], [ 172.747211685524292, -43.543208983973436 ], [ 172.747234521375873, -43.543230475820195 ], [ 172.747234421841029, -43.543254299333313 ], [ 172.7472441375497, -43.543280526918338 ], [ 172.747253883124955, -43.543299607448574 ], [ 172.747270129081386, -43.543330614213289 ], [ 172.747270049464447, -43.543349673023499 ], [ 172.747292875438461, -43.543373547209512 ], [ 172.747315691480139, -43.543399803742176 ], [ 172.747338507541599, -43.543426060270228 ], [ 172.747348233271708, -43.543449905494541 ], [ 172.747341563729833, -43.543478479234942 ], [ 172.747354554598388, -43.543504714047053 ], [ 172.747367535529804, -43.543533331208813 ], [ 172.747390341716454, -43.543561970077299 ], [ 172.747406577865917, -43.543595359172727 ], [ 172.747426089117795, -43.543628755500642 ], [ 172.747435795023307, -43.543657365419214 ], [ 172.747458581399144, -43.543690768975971 ], [ 172.747478102654384, -43.543721782943486 ], [ 172.747491024029074, -43.54376469419725 ], [ 172.747497454893335, -43.543793296876864 ], [ 172.747510386239611, -43.543833825776844 ], [ 172.747526562874441, -43.543881508960574 ], [ 172.747555810115017, -43.543936368120718 ], [ 172.747591687134388, -43.54397218292511 ], [ 172.747604618581562, -43.544012711813423 ], [ 172.747627355492284, -43.54405802709023 ], [ 172.747653387421821, -43.544098584888729 ], [ 172.747672859225077, -43.544141510576388 ], [ 172.747695655848787, -43.544172531732819 ], [ 172.747731572827519, -43.544198817088414 ], [ 172.747744554084932, -43.544227434204693 ], [ 172.747750995050751, -43.544253654517178 ], [ 172.74776073100827, -43.544275117352697 ], [ 172.747763916731003, -43.544296565736836 ], [ 172.747767082590201, -43.544322778822718 ], [ 172.747780083755487, -43.544346631232571 ], [ 172.747793114726676, -43.544363336588006 ], [ 172.747786465156366, -43.544387145648166 ], [ 172.747802761333105, -43.54440624057802 ], [ 172.747828872973145, -43.544427739527386 ], [ 172.747851719432191, -43.544446848897039 ], [ 172.747858110820658, -43.544484980957172 ], [ 172.747858001597649, -43.544511186817047 ], [ 172.747864472429683, -43.544530260069379 ], [ 172.747880778597931, -43.544546972636908 ], [ 172.74790683076148, -43.544582765673418 ], [ 172.747916487410009, -43.54462328730159 ], [ 172.747942559479526, -43.544654315627902 ], [ 172.747949000575829, -43.544680535927583 ], [ 172.747965148004312, -43.544735366096013 ], [ 172.747984669854247, -43.544766379972813 ], [ 172.747997671199983, -43.544790232356497 ], [ 172.748023743382788, -43.54482126066366 ], [ 172.748030174609028, -43.544849863308905 ], [ 172.748033320766268, -43.544880841086801 ], [ 172.74803313223677, -43.544926105751252 ], [ 172.748062420123887, -43.544971435371167 ], [ 172.748088551940384, -43.544988169558458 ], [ 172.748117919253446, -43.545014440358045 ], [ 172.748117790302331, -43.545045410917474 ], [ 172.74809473520898, -43.545076330967184 ], [ 172.748091370762438, -43.545097764907418 ], [ 172.748110922552087, -43.545121631709101 ], [ 172.74812390418515, -43.54515024877859 ], [ 172.748146681581858, -43.545186034542439 ], [ 172.748202111555202, -43.545245715941981 ], [ 172.748218229615389, -43.545307693122062 ], [ 172.748247557482102, -43.545343493289849 ], [ 172.748263804492495, -43.545374499904831 ], [ 172.748286601881517, -43.545405520938601 ], [ 172.748306153847295, -43.545429387706037 ], [ 172.748325676094623, -43.545460401521787 ], [ 172.748348523099565, -43.545479510790038 ], [ 172.748358239644546, -43.545505738272233 ], [ 172.74836466119055, -43.54553672324635 ], [ 172.748380938039929, -43.545560582792262 ], [ 172.748400480184415, -43.545586831893637 ], [ 172.748419943084855, -43.545632139795892 ], [ 172.748449261321127, -43.545670322261095 ], [ 172.74848174583434, -43.545734717779148 ], [ 172.748497943546027, -43.545777636111694 ], [ 172.74851735706099, -43.545834855748467 ], [ 172.748540125043746, -43.545873023781276 ], [ 172.748556322833508, -43.545915942104706 ], [ 172.7485693048462, -43.545944559120557 ], [ 172.748578991856334, -43.545977933633502 ], [ 172.748605035145602, -43.546016108854829 ], [ 172.748621252818992, -43.546054262467415 ], [ 172.748640775428299, -43.546085276226869 ], [ 172.748660298057558, -43.546116289982876 ], [ 172.748686371149319, -43.546147318133947 ], [ 172.748696087946882, -43.546173545584963 ], [ 172.748702539425381, -43.54619738348606 ], [ 172.748728602677943, -43.546230793977514 ], [ 172.748741505677657, -43.546278469775181 ], [ 172.748751182940708, -43.54631422662225 ], [ 172.748774000719891, -43.546340482854596 ], [ 172.748777147332106, -43.546371460605016 ], [ 172.748783579076189, -43.546400063201368 ], [ 172.748799866214739, -43.546421540334727 ], [ 172.748803012844235, -43.546452518084038 ], [ 172.748822545566554, -43.546481149460597 ], [ 172.74883880306632, -43.546509773638903 ], [ 172.748855100144652, -43.546528868413873 ], [ 172.748871407123431, -43.546545580836259 ], [ 172.748881143844073, -43.546567043569617 ], [ 172.748894136038189, -43.546593278195836 ], [ 172.748907118354765, -43.546621895170716 ], [ 172.748926631404686, -43.54665529122925 ], [ 172.748939584087225, -43.546691055250733 ], [ 172.748936229735136, -43.546710106860097 ], [ 172.748936150633739, -43.546729165661432 ], [ 172.748962184583377, -43.546769723147861 ], [ 172.749001329481928, -43.546807927039723 ], [ 172.749017517961931, -43.546853227642316 ], [ 172.74900433784336, -43.546872257683418 ], [ 172.749000983501332, -43.546891309294104 ], [ 172.749017241194991, -43.546919933445444 ], [ 172.7490465703128, -43.546955733401226 ], [ 172.749059552778562, -43.546984350357313 ], [ 172.749082321533223, -43.547022518276357 ], [ 172.749098589181813, -43.547048760065593 ], [ 172.749114876605972, -43.54707023715234 ], [ 172.749140881182115, -43.54711794164642 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.749147431729995, -43.547117956018788 ], [ 172.749157158760738, -43.547141801076982 ], [ 172.749163640159196, -43.547158491898621 ], [ 172.749170151197035, -43.547168035669799 ], [ 172.749209365623443, -43.5471895630386 ], [ 172.749225702506891, -43.547199128359132 ], [ 172.749245304798734, -43.547211083210684 ], [ 172.749245245544671, -43.547225377310774 ], [ 172.749248372691142, -43.547261119744114 ], [ 172.749244988776695, -43.54728731841076 ], [ 172.749251410962046, -43.547318303326961 ], [ 172.749251302331857, -43.547344509176618 ], [ 172.749267629388896, -43.547356456840966 ], [ 172.749283966326573, -43.547366022153028 ], [ 172.749287132999143, -43.547392235184724 ], [ 172.749300145292295, -43.547413705061977 ], [ 172.749316423012885, -43.547437564469 ], [ 172.74932291435934, -43.547451872930971 ], [ 172.749332631640073, -43.547478100323097 ], [ 172.749352164942394, -43.547506731605417 ], [ 172.749365147669948, -43.547535348524676 ], [ 172.749381395837446, -43.54756635497175 ], [ 172.749391073681522, -43.547602111758003 ], [ 172.74940079101566, -43.547628339143749 ], [ 172.749403987360779, -43.547647405121552 ], [ 172.749417009619009, -43.547666492634946 ], [ 172.749443192312725, -43.547671314759157 ], [ 172.749456283661146, -43.547673725819017 ], [ 172.749469128335136, -43.547735695623686 ], [ 172.749468970462431, -43.547773813221013 ], [ 172.749465576746587, -43.547802394241799 ], [ 172.749468763254015, -43.547823842567077 ], [ 172.749481825036753, -43.54783340067344 ], [ 172.749498093075374, -43.547859642403068 ], [ 172.749498024013803, -43.547876318851593 ], [ 172.749514321666851, -43.547895413529417 ], [ 172.749527383472213, -43.54790497163053 ], [ 172.749540435417401, -43.547916912079884 ], [ 172.749553428185067, -43.547943146626402 ], [ 172.74955334927472, -43.547962205424504 ], [ 172.7495532309091, -43.547990793621558 ], [ 172.749556397729833, -43.548017006643256 ], [ 172.749582462234315, -43.54805041693249 ], [ 172.749608566214135, -43.54807429781674 ], [ 172.749611762647703, -43.548093363787459 ], [ 172.749614899914747, -43.548126723856249 ], [ 172.749604935863147, -43.548160055233048 ], [ 172.749608053406234, -43.548198180001023 ], [ 172.749630793378316, -43.548243494853594 ], [ 172.749650435528338, -43.548245920235914 ], [ 172.74968640506313, -43.548260293218306 ], [ 172.749725610523228, -43.548284202757728 ], [ 172.749741839362144, -43.548319973849736 ], [ 172.749722019753335, -43.548360430776498 ], [ 172.74970549517738, -43.54839613017058 ], [ 172.749679164264194, -43.548427043350181 ], [ 172.749656167830125, -43.548443669597781 ], [ 172.749659295279088, -43.548479412012966 ], [ 172.749675583285608, -43.548500889015848 ], [ 172.749701717070366, -43.548517622828875 ], [ 172.749731106506374, -43.548539128504594 ], [ 172.749757181187164, -43.548570156402185 ], [ 172.749786570668391, -43.548591662063579 ], [ 172.749835632006778, -43.548608446019379 ], [ 172.74988133920786, -43.548644281585268 ], [ 172.749891027367937, -43.54867765597406 ], [ 172.749913757881018, -43.548725353117014 ], [ 172.749936547523703, -43.548758756158186 ], [ 172.749952835703624, -43.548780233120951 ], [ 172.749972359870043, -43.548811246642003 ], [ 172.749995169270676, -43.548839884972203 ], [ 172.750011437801049, -43.548866126625356 ], [ 172.750034227550429, -43.548899529646498 ], [ 172.750056968103451, -43.548944844410151 ], [ 172.750066666251797, -43.548975836433215 ], [ 172.750076325035792, -43.549016357852985 ], [ 172.750095888712508, -43.549037841954359 ], [ 172.750112206550284, -43.549052171845489 ], [ 172.750135035790123, -43.549076045448153 ], [ 172.750157815846052, -43.549111830793166 ], [ 172.7501740550004, -43.549145219470418 ], [ 172.750167395992264, -43.549171410999421 ], [ 172.750157432070154, -43.549204742418596 ], [ 172.750163894282963, -43.549226197877381 ], [ 172.750186772805051, -43.54923815972252 ], [ 172.750183408861261, -43.549259593709913 ], [ 172.750202923461046, -43.549292989538948 ], [ 172.750212670930722, -43.549312069801509 ], [ 172.750222457758127, -43.549321620665914 ], [ 172.750235500307923, -43.54933594338334 ], [ 172.750248523190095, -43.549355030797905 ], [ 172.750258260847517, -43.54937649340571 ], [ 172.750267988675716, -43.549400338361906 ], [ 172.750277755854597, -43.549414653920067 ], [ 172.750290778766953, -43.549433741329608 ], [ 172.7503070475843, -43.549459982938657 ], [ 172.750326601652063, -43.549483849348697 ], [ 172.750346116402767, -43.549517245152359 ], [ 172.750332936117132, -43.549536275337346 ], [ 172.750319775491477, -43.549550540822267 ], [ 172.750313146004174, -43.549569585310273 ], [ 172.750316342736795, -43.549588651257018 ], [ 172.750332680442284, -43.549598216417344 ], [ 172.750345752577033, -43.549605392074056 ], [ 172.750358785384293, -43.549622097126161 ], [ 172.750352155901368, -43.549641141616206 ], [ 172.750348762493928, -43.549669722654606 ], [ 172.750371611723608, -43.549688831509876 ], [ 172.750391224878854, -43.549698403813068 ], [ 172.750427185622925, -43.549715158910452 ], [ 172.750440139840407, -43.549750922746469 ], [ 172.750472776070495, -43.549779582425856 ], [ 172.750495566416902, -43.549812985351124 ], [ 172.75049546814364, -43.549836808842642 ], [ 172.750495301078814, -43.549877308778008 ], [ 172.750514825875399, -43.549908322201993 ], [ 172.75052779001166, -43.549941703677995 ], [ 172.750547275544193, -43.549982246492554 ], [ 172.750543813430596, -43.550027503978775 ], [ 172.750540370963023, -43.550067996766387 ], [ 172.750563181104297, -43.550096634978757 ], [ 172.750586001091023, -43.550122890837457 ], [ 172.750605516189751, -43.550156286593946 ], [ 172.750628395150557, -43.550168248349827 ], [ 172.750641398691528, -43.550192100415607 ], [ 172.75064458573803, -43.550213548700448 ], [ 172.750677261595087, -43.550232678923912 ], [ 172.750677124110638, -43.550266031810025 ], [ 172.750680311173625, -43.550287480093623 ], [ 172.750696580388166, -43.550313721644279 ], [ 172.75071286925467, -43.550335198494579 ], [ 172.75071603669619, -43.550361411474917 ], [ 172.750745368480864, -43.550397210979753 ], [ 172.750771464113001, -43.550423473941201 ], [ 172.75080083522252, -43.550449744035838 ], [ 172.75079419597094, -43.550471170897808 ], [ 172.750787576346767, -43.550487833061425 ], [ 172.750800570203154, -43.550514067456994 ], [ 172.750800472047587, -43.550537890946153 ], [ 172.750800364076355, -43.5505640967841 ], [ 172.750806797214409, -43.550592699249002 ], [ 172.750823027306609, -43.550628470176093 ], [ 172.750835942694664, -43.55067376335802 ], [ 172.75085215319848, -43.550714298978271 ], [ 172.750868432414592, -43.550738158154104 ], [ 172.750868314659073, -43.550766746340102 ], [ 172.75088131842233, -43.550790598376636 ], [ 172.750897607482244, -43.550812075199296 ], [ 172.750904040692149, -43.550840677657668 ], [ 172.75091700524095, -43.550874059085075 ], [ 172.750929979614597, -43.550905058162051 ], [ 172.750956055926025, -43.550936085777295 ], [ 172.750952672538119, -43.550962284478878 ], [ 172.75095253520206, -43.55099563736141 ], [ 172.750962263561718, -43.551019482253075 ], [ 172.750965411527375, -43.551050459921143 ], [ 172.750978435006942, -43.551069547248247 ], [ 172.751001314386485, -43.551081508928597 ], [ 172.751011052586534, -43.551102971467095 ], [ 172.751001157460962, -43.551119626507955 ], [ 172.750997823121935, -43.5511339134666 ], [ 172.750997725041969, -43.551157736953513 ], [ 172.751004187758554, -43.551179192358674 ], [ 172.751004089680947, -43.551203015845424 ], [ 172.751020408316265, -43.551217345603398 ], [ 172.751030156351504, -43.551236425791174 ], [ 172.751020290630606, -43.5512459337873 ], [ 172.751023507286448, -43.551260235012137 ], [ 172.751033255329503, -43.551279315199515 ], [ 172.751043013184955, -43.551296013037408 ], [ 172.751062607355976, -43.551310349921494 ], [ 172.751085477038515, -43.551324693933388 ], [ 172.751091910390727, -43.551353296378949 ], [ 172.751101658470219, -43.551372376560288 ], [ 172.751121242876678, -43.551389095782859 ], [ 172.751117888944123, -43.551408147441563 ], [ 172.751121095828267, -43.551424831011929 ], [ 172.751140680256981, -43.551441550231033 ], [ 172.751153772489289, -43.551443961097092 ], [ 172.751189812885656, -43.551441657163721 ], [ 172.751206131629232, -43.551455986894879 ], [ 172.751235523024917, -43.551477492177554 ], [ 172.751261580143449, -43.551513284418114 ], [ 172.751284361778289, -43.551549069527212 ], [ 172.751316940602408, -43.551592023051271 ], [ 172.751323393682696, -43.551615860785702 ], [ 172.751329836972928, -43.551642080868213 ], [ 172.751342811721287, -43.551673079895096 ], [ 172.751359052211797, -43.551706468392268 ], [ 172.751358954272177, -43.55173029187744 ], [ 172.751362131857974, -43.551754122485811 ], [ 172.751371840912952, -43.551782732037097 ], [ 172.751388091241495, -43.551813738181117 ], [ 172.751404380755559, -43.551835214928815 ], [ 172.75141410942706, -43.551859059779254 ], [ 172.75142059194846, -43.551875750461861 ], [ 172.751436832535887, -43.551909138947046 ], [ 172.751456368257351, -43.551937769853474 ], [ 172.75146275289913, -43.551978284017828 ], [ 172.751462635419443, -43.552006872198874 ], [ 172.751462527729586, -43.552033078031364 ], [ 172.751449249337469, -43.552075931820063 ], [ 172.751452466138034, -43.552090233031102 ], [ 172.751462185079049, -43.552116460224902 ], [ 172.751478455121713, -43.552142701657885 ], [ 172.751498010515093, -43.552166567859572 ], [ 172.751511014825496, -43.552190419819951 ], [ 172.751523989783209, -43.552221418823812 ], [ 172.751546840345611, -43.552240527438869 ], [ 172.751566444727416, -43.552252481886953 ], [ 172.751576232242854, -43.552262032632207 ], [ 172.751566327295649, -43.55228107006684 ], [ 172.75157929251543, -43.552314451412343 ], [ 172.751598769726087, -43.552357376382666 ], [ 172.751618198044326, -43.55241221309079 ], [ 172.751624602410686, -43.552447962546609 ], [ 172.751650581913452, -43.552502813479947 ], [ 172.751663420057469, -43.552567165341692 ], [ 172.751673090256276, -43.552605304256808 ], [ 172.751695941010439, -43.552624412841261 ], [ 172.751705709045041, -43.552638728271404 ], [ 172.75172192065304, -43.552679263757014 ], [ 172.751731610465583, -43.552712637970224 ], [ 172.751747890563507, -43.552736497014607 ], [ 172.751790277542113, -43.552784236430035 ], [ 172.75180653812896, -43.552812860162177 ], [ 172.751799889193251, -43.552836669422021 ], [ 172.751806332817807, -43.552862889472877 ], [ 172.751816042258667, -43.552891498981829 ], [ 172.75183231266206, -43.55291774036175 ], [ 172.751838746533736, -43.552946342758581 ], [ 172.751845180411351, -43.552974945154894 ], [ 172.751858165481764, -43.553003561769302 ], [ 172.751871179887075, -43.553025031337924 ], [ 172.751871052821912, -43.553056001862657 ], [ 172.751890589117238, -43.553084632690549 ], [ 172.751896983940838, -43.553122764475447 ], [ 172.7519164518624, -43.553168071734753 ], [ 172.751932575805114, -43.553230048319342 ], [ 172.751945473028599, -43.553280106054537 ], [ 172.751958467982263, -43.553306340308332 ], [ 172.751964843330143, -43.553349236784001 ], [ 172.751951643170003, -43.553373031837893 ], [ 172.751957911039398, -43.553442134140461 ], [ 172.751957754703881, -43.553480251706794 ], [ 172.751973937392876, -43.553527934195266 ], [ 172.751996690894913, -43.553570866196182 ], [ 172.752032449254074, -43.553637650088582 ], [ 172.752045415018813, -43.553671031374591 ], [ 172.752051761163614, -43.553721074886361 ], [ 172.752064658588665, -43.55377113260429 ], [ 172.752074231564649, -43.553833094956133 ], [ 172.752077380239911, -43.553864072580005 ], [ 172.752074036234177, -43.553880741911158 ], [ 172.752080470320578, -43.553909344290041 ], [ 172.75210003628564, -43.553930828035583 ], [ 172.752099938630295, -43.553954651512782 ], [ 172.752109599557258, -43.553995172730588 ], [ 172.752119319085892, -43.554021399861163 ], [ 172.752142082639267, -43.55406194948246 ], [ 172.752161648675354, -43.554083433217038 ], [ 172.752164748592662, -43.554126322575591 ], [ 172.75217775358422, -43.554150174453589 ], [ 172.752184197510076, -43.554176394477857 ], [ 172.75219386829022, -43.554214533339554 ], [ 172.752216641726818, -43.554252700597289 ], [ 172.752232951709402, -43.554269412524839 ], [ 172.752249095784777, -43.554326624359113 ], [ 172.752265357000425, -43.554355248019789 ], [ 172.752278293769933, -43.554395776318565 ], [ 172.752271615566144, -43.554426732641886 ], [ 172.752274774130882, -43.554455327909899 ], [ 172.752281149820647, -43.554498224360145 ], [ 172.752287437694093, -43.554562561937203 ], [ 172.752300452585047, -43.554584031452272 ], [ 172.75229373533881, -43.554624517165763 ], [ 172.752306642911179, -43.554672192501968 ], [ 172.752313057675366, -43.554705559559153 ], [ 172.752329289752112, -43.554741330251403 ], [ 172.752335724048976, -43.554769932612139 ], [ 172.752329075102807, -43.554793741894557 ], [ 172.752335548431262, -43.554812814865457 ], [ 172.752355124533807, -43.554831916217466 ], [ 172.752361588118958, -43.554853371534172 ], [ 172.752361519830146, -43.554870047965863 ], [ 172.752374505547948, -43.554898664513672 ], [ 172.75239722082938, -43.554951125815883 ], [ 172.752397025745751, -43.554998772762701 ], [ 172.75241975083722, -43.555048851712364 ], [ 172.75242288999678, -43.555082211668008 ], [ 172.752425980394236, -43.555127483359776 ], [ 172.75244223215492, -43.555158489339277 ], [ 172.752455208220312, -43.555189488223967 ], [ 172.752451825235312, -43.555215686951378 ], [ 172.752471352747733, -43.555246700018735 ], [ 172.752471206477367, -43.555282435227248 ], [ 172.752480926367298, -43.555308662322055 ], [ 172.752490665766857, -43.555330124721515 ], [ 172.752490568260612, -43.555353948193563 ], [ 172.752490412250381, -43.555392065748649 ], [ 172.752506683614655, -43.555418307023402 ], [ 172.752509852090128, -43.555444519933161 ], [ 172.752513001068735, -43.555475497537053 ], [ 172.752529252966809, -43.555506503502585 ], [ 172.752545368401968, -43.555570862325453 ], [ 172.752558276371445, -43.55561853762628 ], [ 172.752571125875761, -43.555680507007786 ], [ 172.752583965659056, -43.555744858734307 ], [ 172.752583858441085, -43.55577106455182 ], [ 172.752593529723868, -43.555809203370259 ], [ 172.752599886285253, -43.555856864487446 ], [ 172.752606301333998, -43.555890231521914 ], [ 172.75261273588174, -43.555918833861909 ], [ 172.752606067423613, -43.555947407849558 ], [ 172.75262560499533, -43.555976038540393 ], [ 172.752635325062386, -43.556002265619313 ], [ 172.752621958905223, -43.556066560636637 ], [ 172.752631649749105, -43.55609993475624 ], [ 172.752644655346018, -43.556123786574325 ], [ 172.752651089936251, -43.55615238891108 ], [ 172.75264434351115, -43.556200021674776 ], [ 172.752644197338128, -43.556235756877797 ], [ 172.752647307445841, -43.556276263861299 ], [ 172.752656988592463, -43.556312020324455 ], [ 172.75265686191517, -43.556342990833151 ], [ 172.752633687860879, -43.556402499893622 ], [ 172.752646596074612, -43.556450175178135 ], [ 172.752669419352713, -43.556476430599638 ], [ 172.752659484819787, -43.556502615154315 ], [ 172.752665899968321, -43.556535982181934 ], [ 172.752675600654271, -43.556566973948534 ], [ 172.75268201581838, -43.556600340974903 ], [ 172.75267850618232, -43.556657510209618 ], [ 172.752622359670681, -43.556769360024063 ], [ 172.752563073623037, -43.556847849866621 ], [ 172.752530179111488, -43.55688113181904 ], [ 172.752507063227142, -43.556926346768179 ], [ 172.752506955971427, -43.5569525525801 ], [ 172.752516695642328, -43.556974014971807 ], [ 172.752539528809876, -43.556997888070654 ], [ 172.752582007114825, -43.557024186046945 ], [ 172.752594964153758, -43.557059949599797 ], [ 172.752594827694253, -43.557093302450767 ], [ 172.752558754734594, -43.557102753856228 ], [ 172.752561903820748, -43.557133731449994 ], [ 172.752568270239863, -43.557179010211705 ], [ 172.752594398820122, -43.557198125695415 ], [ 172.75261721261009, -43.557226763470958 ], [ 172.752646587814382, -43.557253033069934 ], [ 172.752685800263265, -43.557276941573399 ], [ 172.752662772043095, -43.557300715433065 ], [ 172.752656113197986, -43.557326907069999 ], [ 172.752652730176209, -43.557353105793418 ], [ 172.752652622982026, -43.557379311603697 ], [ 172.752665658093321, -43.557396016375598 ], [ 172.752691747824315, -43.557424661222122 ], [ 172.75269822154516, -43.557443734164664 ], [ 172.752675183521973, -43.557469890372325 ], [ 172.752678322942103, -43.557503250307427 ], [ 172.752691358087077, -43.55751995507611 ], [ 172.752714230499123, -43.557534298753161 ], [ 172.752707610621428, -43.55755096100674 ], [ 172.752681267488327, -43.557584257168486 ], [ 172.752654895091382, -43.557624700362751 ], [ 172.752667862044945, -43.557658081557712 ], [ 172.752644794690553, -43.557691384796811 ], [ 172.752615273077367, -43.557700850392621 ], [ 172.752556181079029, -43.557731693292318 ], [ 172.752519980978377, -43.557772115184207 ], [ 172.752509968159842, -43.557817358488705 ], [ 172.752526230430362, -43.557845982097277 ], [ 172.752539207109294, -43.557876980959328 ], [ 172.752532538396252, -43.557905554932255 ], [ 172.752535629010538, -43.557950826599217 ], [ 172.752542092988136, -43.557972281894941 ], [ 172.752558404059499, -43.5579889937678 ], [ 172.752574734636312, -43.558000940946037 ], [ 172.752584435507146, -43.558031932712879 ], [ 172.752564673076904, -43.558058095983945 ], [ 172.752571059089036, -43.55809861004623 ], [ 172.752541410520934, -43.558139046120466 ], [ 172.75250855429536, -43.558162798673266 ], [ 172.752472402665092, -43.558191308816276 ], [ 172.752449374011377, -43.558215082628131 ], [ 172.752416576235476, -43.558224541078069 ], [ 172.752387025059051, -43.558241153651281 ], [ 172.75237058713509, -43.558255412252308 ], [ 172.752377070598385, -43.558272102864237 ], [ 172.752370401764352, -43.558300676825453 ], [ 172.752353934549177, -43.558322082461714 ], [ 172.752350502553043, -43.558360192900786 ], [ 172.75232086346702, -43.558398246569411 ], [ 172.752307603782242, -43.55843633571628 ], [ 172.752291097469538, -43.55846727072629 ], [ 172.752268097920478, -43.558483897462509 ], [ 172.752192440013403, -43.558559969246296 ], [ 172.75215623917174, -43.558600391015332 ], [ 172.752133200471633, -43.55862654710689 ], [ 172.752110132451378, -43.558659850230875 ], [ 172.752106768649696, -43.558681284239817 ], [ 172.752073902190148, -43.558707419010062 ], [ 172.752027893007039, -43.558743054733931 ], [ 172.751945809708445, -43.55878814164555 ], [ 172.751876751716111, -43.558852315701039 ], [ 172.751817560431391, -43.558906981665189 ], [ 172.751738654854307, -43.558975898992543 ], [ 172.751633453661952, -43.559066200445379 ], [ 172.751570917505944, -43.55913753558049 ], [ 172.751478868462186, -43.559215953632346 ], [ 172.751373695851612, -43.559299107804364 ], [ 172.751291493719805, -43.559372782382596 ], [ 172.751261873070092, -43.559406071076559 ], [ 172.751251937441111, -43.559432255492865 ], [ 172.751232203379743, -43.559451271488882 ], [ 172.751205878208339, -43.559479802605154 ], [ 172.751189410258633, -43.559501208067466 ], [ 172.751163104653983, -43.559524974483089 ], [ 172.751140045560561, -43.559555895058772 ], [ 172.75111038551168, -43.559598713092711 ], [ 172.751077459275706, -43.559639141641014 ], [ 172.751047808950432, -43.55967957731275 ], [ 172.75102473011907, -43.559715262554285 ], [ 172.750972128384888, -43.55976041295591 ], [ 172.750929285761174, -43.559822261158637 ], [ 172.750899654876321, -43.559857932100151 ], [ 172.750876536626038, -43.559903146690331 ], [ 172.750853496874583, -43.559929302515464 ], [ 172.750800835913253, -43.559988746905631 ], [ 172.750757973310812, -43.560055359730733 ], [ 172.750761160902528, -43.560076807976557 ], [ 172.750741426475884, -43.560095823884865 ], [ 172.750715130258072, -43.56011720784899 ], [ 172.750695346688758, -43.560148135473483 ], [ 172.750649325770752, -43.560186152973813 ], [ 172.750609837110375, -43.560228949436862 ], [ 172.750593280301331, -43.560271795912747 ], [ 172.750573417996065, -43.560321782273299 ], [ 172.75055038778217, -43.560345555689992 ], [ 172.750530604053495, -43.560376483284358 ], [ 172.750481139727242, -43.560454993426724 ], [ 172.750431744106777, -43.560516827133647 ], [ 172.75035276598868, -43.560602419888575 ], [ 172.750290246405967, -43.560668989607265 ], [ 172.750214563585388, -43.560749824729491 ], [ 172.750184882605993, -43.560797407200369 ], [ 172.750145353836814, -43.560849732874559 ], [ 172.750109169944267, -43.560885389283655 ], [ 172.750053241241176, -43.560942443810887 ], [ 172.750010495338699, -43.560980468208221 ], [ 172.749971025409536, -43.561018499753537 ], [ 172.749951290426282, -43.561037515520979 ], [ 172.749862541984754, -43.56110879236514 ], [ 172.749780384843064, -43.561170554101686 ], [ 172.749672038952269, -43.561227493709453 ], [ 172.749570254808106, -43.561282065221128 ], [ 172.749412698738041, -43.561355573342041 ], [ 172.749235495871659, -43.561426655788971 ], [ 172.749074781613928, -43.561471568126585 ], [ 172.74896982927288, -43.56149992612503 ], [ 172.748891144636417, -43.561514047528505 ], [ 172.74880918390906, -43.561528161680052 ], [ 172.748740357065714, -43.561535157540206 ], [ 172.748687950092489, -43.561532659990114 ], [ 172.748625695150281, -43.561534905495449 ], [ 172.748573278275188, -43.561534790236692 ], [ 172.748520831672863, -43.561541821985585 ], [ 172.748484765335633, -43.561548889746348 ], [ 172.748402774726003, -43.561570150637742 ], [ 172.748324089867452, -43.561584271650212 ], [ 172.748265051401432, -43.561600818233487 ], [ 172.74819625417976, -43.561600666734243 ], [ 172.748130742941356, -43.56159814006697 ], [ 172.748052137404784, -43.561593202141673 ], [ 172.747989862518097, -43.561600211988122 ], [ 172.747930883540334, -43.561602464335984 ], [ 172.747901448684587, -43.561590487607852 ], [ 172.747822773620669, -43.561602225931161 ], [ 172.747789973287354, -43.561611683042017 ], [ 172.747652408655085, -43.561604232399219 ], [ 172.747580355267075, -43.561599308611072 ], [ 172.747550860798384, -43.561601625855026 ], [ 172.747495137962915, -43.561608649899092 ], [ 172.747459141124438, -43.561599040930133 ], [ 172.747426400450223, -43.561594203874556 ], [ 172.747360869343282, -43.561596441453538 ], [ 172.747321536737843, -43.561601119264012 ], [ 172.747292111961741, -43.561586760035652 ], [ 172.747249602892595, -43.561567607143736 ], [ 172.74718089537177, -43.561546013940784 ], [ 172.747135050530204, -43.561541147823789 ], [ 172.747095767770219, -43.561533913838524 ], [ 172.747072885221399, -43.561521951390738 ], [ 172.747030276588788, -43.561526621853687 ], [ 172.746971317589839, -43.561524109019423 ], [ 172.746948425098338, -43.561514528890392 ], [ 172.746919000453346, -43.561500169566102 ], [ 172.746876501537741, -43.561478634191992 ], [ 172.746834012628, -43.561454716458485 ], [ 172.746807874065126, -43.561437982016145 ], [ 172.746775203376302, -43.561416468368911 ], [ 172.746664057325546, -43.561359045366281 ], [ 172.74655624744662, -43.561287335455951 ], [ 172.746467984155373, -43.561241874813717 ], [ 172.74645174383204, -43.56120848567798 ], [ 172.746422369412841, -43.561182214507483 ], [ 172.746363550692763, -43.561146348549322 ], [ 172.746317856158669, -43.561105746950211 ], [ 172.746255861528454, -43.561046050230637 ], [ 172.746197073041316, -43.561003037155459 ], [ 172.746141650684962, -43.56093859023067 ], [ 172.746079716430472, -43.560864599352321 ], [ 172.746063616502369, -43.560797857347559 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2015-11-04", "DSASDate": "04/11/2015", "Digitiser": "TK", "Scale": "1000", "Notes": "Eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_04NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747042849153274, -43.552159249266978 ], [ 172.747049290643446, -43.552185469583826 ], [ 172.747065558786915, -43.552211711639785 ], [ 172.747088417895242, -43.552228438794984 ], [ 172.747094859412414, -43.552254659109003 ], [ 172.747094759791196, -43.552278482584107 ], [ 172.747091404540242, -43.552297534118495 ], [ 172.747104407138352, -43.55232138657535 ], [ 172.747104307520686, -43.552345210050191 ], [ 172.747110778941533, -43.552364283320415 ], [ 172.747117240405117, -43.552385738937701 ], [ 172.74712041635226, -43.552409569657186 ], [ 172.747120346624115, -43.552426246089333 ], [ 172.747133349261077, -43.552450098542472 ], [ 172.747146371828563, -43.552469186299177 ], [ 172.747149507951264, -43.55250254640724 ], [ 172.747155859885311, -43.552550207843375 ], [ 172.747175363905257, -43.55258598651578 ], [ 172.747191542584545, -43.552633669678798 ], [ 172.747204465630347, -43.552676580902023 ], [ 172.747214162905408, -43.552707573144652 ], [ 172.747210767836776, -43.552736154070487 ], [ 172.747230341647395, -43.55275525630131 ], [ 172.747233527614668, -43.552776704668958 ], [ 172.747249776083635, -43.552807711391218 ], [ 172.747249586915558, -43.552852975989964 ], [ 172.747229803970271, -43.552883903055694 ], [ 172.74720347978797, -43.552912433285627 ], [ 172.747200114576941, -43.552933867168335 ], [ 172.747206566174242, -43.552957705125898 ], [ 172.747212997861141, -43.552986307777452 ], [ 172.747222715104215, -43.553012535323361 ], [ 172.747212778791123, -43.553038719416271 ], [ 172.747215934893745, -43.553067314824965 ], [ 172.747222386511282, -43.553091152781128 ], [ 172.747235359459637, -43.553122152261828 ], [ 172.747245056820958, -43.553153144499632 ], [ 172.747244957255788, -43.553176967971247 ], [ 172.747254624762206, -43.5532151072494 ], [ 172.747254495332101, -43.553246077762154 ], [ 172.747251060425839, -43.553284188074919 ], [ 172.74724439968864, -43.553310379410462 ], [ 172.747254097084323, -43.553341371646532 ], [ 172.747247446298502, -43.553365180634898 ], [ 172.747234224367276, -43.553393739833623 ], [ 172.747214451193742, -43.553422284546265 ], [ 172.747201259109346, -43.553443696699709 ], [ 172.747201179442612, -43.553462755475984 ], [ 172.747201040025658, -43.553496108334286 ], [ 172.747184512546141, -43.553531807324759 ], [ 172.747135188976017, -43.553576963259353 ], [ 172.747095652358894, -43.553631670297463 ], [ 172.74704958434063, -43.553681598133473 ], [ 172.746993779050968, -43.553710063082811 ], [ 172.746951116109727, -43.553729027617401 ], [ 172.746921535732554, -43.553752785833339 ], [ 172.746878753084673, -43.553800338502725 ], [ 172.746845757392947, -43.553857442301897 ], [ 172.74682264840348, -43.553900273771369 ], [ 172.746796233814791, -43.553950245021703 ], [ 172.74677974587172, -43.553976414562989 ], [ 172.746753440952034, -43.554000179988684 ], [ 172.746720604671907, -43.554019166201961 ], [ 172.746694319667398, -43.554038166920392 ], [ 172.746681067389488, -43.554073873090807 ], [ 172.746654632647221, -43.554128608999747 ], [ 172.746611809595464, -43.554185690951442 ], [ 172.746588730262204, -43.554221375330663 ], [ 172.746575497847914, -43.554252316794255 ], [ 172.746575308165575, -43.554297581379174 ], [ 172.746555584304502, -43.554314214239092 ], [ 172.746542361837299, -43.554342773351735 ], [ 172.746509415459684, -43.554387965314334 ], [ 172.746489581697148, -43.554430803973972 ], [ 172.746482880553799, -43.554466524644674 ], [ 172.746466392333531, -43.5544926941377 ], [ 172.746449854157447, -43.554530775360433 ], [ 172.746446468609776, -43.554556973906884 ], [ 172.746459461446904, -43.554583208774623 ], [ 172.746446188932509, -43.554623679606586 ], [ 172.746442853321071, -43.554637966420479 ], [ 172.746452590468351, -43.554659429331281 ], [ 172.746449224891222, -43.554680863184423 ], [ 172.746445799380439, -43.554716591115593 ], [ 172.74644568950643, -43.554742796925545 ], [ 172.746442194068976, -43.554795201280562 ], [ 172.746435392966362, -43.554854745409145 ], [ 172.746418834691355, -43.554897591317243 ], [ 172.746418704825629, -43.554928561818883 ], [ 172.746411963624098, -43.554973811867072 ], [ 172.746392089635464, -43.555026179889659 ], [ 172.746375571248024, -43.555059496405185 ], [ 172.746359032858123, -43.555097577610503 ], [ 172.74633584310223, -43.555159467739543 ], [ 172.746312623316697, -43.5552285049015 ], [ 172.746282872035721, -43.5552927628273 ], [ 172.746259722110551, -43.555345123554169 ], [ 172.746239877857363, -43.555390344508119 ], [ 172.7462200035813, -43.55544271249628 ], [ 172.746206670726082, -43.555497477369478 ], [ 172.746180204928777, -43.555559360190365 ], [ 172.746170227742368, -43.555595073562664 ], [ 172.746153739077073, -43.555621243004317 ], [ 172.746143821869197, -43.555642662298325 ], [ 172.746107398699991, -43.555735493776773 ], [ 172.746090729916858, -43.555804545433951 ], [ 172.746064163825423, -43.555890251682136 ], [ 172.746060577949152, -43.555964097125951 ], [ 172.746047364888767, -43.555990273825849 ], [ 172.746047234827813, -43.556021244320661 ], [ 172.746053716307415, -43.556037935292828 ], [ 172.746070015058223, -43.556057030437017 ], [ 172.746063363502884, -43.556080839343267 ], [ 172.746063283470221, -43.556099898109032 ], [ 172.746040223088016, -43.556130817671523 ], [ 172.746033581517992, -43.556152244229978 ], [ 172.746026829882169, -43.556199876590398 ], [ 172.746055521415883, -43.556388147381803 ], [ 172.74606189288977, -43.556431044153946 ], [ 172.746071530148612, -43.556476330546481 ], [ 172.74607456583783, -43.556533514115053 ], [ 172.746087468904335, -43.556581190126337 ], [ 172.746093820414501, -43.556628851586346 ], [ 172.746096886140691, -43.556678888116437 ], [ 172.746113075051227, -43.556724189052943 ], [ 172.746116230817933, -43.556752784472692 ], [ 172.746125908175117, -43.556788541476564 ], [ 172.74612577815077, -43.556819511967198 ], [ 172.746138711321834, -43.556860040934311 ], [ 172.74614513290868, -43.556891025971566 ], [ 172.746154830306239, -43.556922018281441 ], [ 172.746164477711631, -43.556964922317214 ], [ 172.746164387707893, -43.556986363425537 ], [ 172.74616754351203, -43.557014958842657 ], [ 172.746177080941578, -43.557084068675358 ], [ 172.746196495838689, -43.557141288596263 ], [ 172.746202847491588, -43.557188950045898 ], [ 172.746225538268078, -43.557246177232685 ], [ 172.746238371619881, -43.557310529638357 ], [ 172.746231600015903, -43.557362926691681 ], [ 172.74626732423323, -43.557436859368202 ], [ 172.74629012511474, -43.55746788074309 ], [ 172.746299902639805, -43.557479814276498 ], [ 172.746290005167054, -43.557496468885255 ], [ 172.746280017724445, -43.5575345645995 ], [ 172.746266744433115, -43.557575035387792 ], [ 172.746273176156166, -43.557603638069175 ], [ 172.746266424541602, -43.557651270431663 ], [ 172.746272856272441, -43.55767987311269 ], [ 172.746272736315746, -43.557708461253753 ], [ 172.746269350507077, -43.557734659779697 ], [ 172.746262628864827, -43.557775145105666 ], [ 172.7462787582121, -43.557834740081248 ], [ 172.746304605214164, -43.557920562656307 ], [ 172.746349907597477, -43.558054075731306 ], [ 172.746372538878433, -43.558125596950944 ], [ 172.746398536010332, -43.558175684327537 ], [ 172.746427749117174, -43.558240073032721 ], [ 172.746450400538066, -43.558306829545295 ], [ 172.746479683682253, -43.558354541822126 ], [ 172.746495943237505, -43.558383166279079 ], [ 172.746505700975518, -43.558399864483128 ], [ 172.746512172846479, -43.558418937768096 ], [ 172.746512082961516, -43.558440378871524 ], [ 172.746521760818325, -43.558476135832542 ], [ 172.746528142822882, -43.558516650219559 ], [ 172.746550934257272, -43.558550053882684 ], [ 172.746573685777406, -43.558592986920203 ], [ 172.746576831870698, -43.558623964663397 ], [ 172.746576692084233, -43.558657317489867 ], [ 172.746570030452489, -43.558683508759252 ], [ 172.746560092913739, -43.558709692766413 ], [ 172.746569720916057, -43.558757361445373 ], [ 172.746559763393975, -43.558788310141523 ], [ 172.746549656073455, -43.558854994006495 ], [ 172.746523229089092, -43.558907347489082 ], [ 172.746500177852141, -43.558935884782464 ], [ 172.746480392519601, -43.558966811679682 ], [ 172.746440981637306, -43.558990547950089 ], [ 172.746404786691755, -43.559028585540361 ], [ 172.746368631672965, -43.559057093740655 ], [ 172.746335802513471, -43.559073697474979 ], [ 172.746306209275389, -43.559099837846887 ], [ 172.746286483767875, -43.55911647064233 ], [ 172.746276566027973, -43.559137889933403 ], [ 172.746240460874219, -43.55915448636997 ], [ 172.746210897553368, -43.559173479683274 ], [ 172.746174742356516, -43.559201987821105 ], [ 172.746135371210386, -43.559216194606805 ], [ 172.746099285978744, -43.559228026309512 ], [ 172.746053342927183, -43.559246983205419 ], [ 172.746030311351689, -43.559270755712717 ], [ 172.746013811609032, -43.559299307459078 ], [ 172.74599730184292, -43.559330241547237 ], [ 172.745974290231004, -43.559349249354078 ], [ 172.745947952619161, -43.559380161598533 ], [ 172.745924890919213, -43.559411081116735 ], [ 172.745901899276959, -43.559425324220008 ], [ 172.745862407763383, -43.559468119041995 ], [ 172.74582278600198, -43.559541884324986 ], [ 172.745806236009741, -43.559582347760688 ], [ 172.745789716043532, -43.559615664161079 ], [ 172.745789605866378, -43.559641869947185 ], [ 172.745815693296748, -43.559670516345861 ], [ 172.745828666919095, -43.559701515952121 ], [ 172.745838364598342, -43.559732508274273 ], [ 172.74586770802253, -43.559765926631584 ], [ 172.745890579656617, -43.55978027166617 ], [ 172.74592323913717, -43.559804167913555 ], [ 172.745962560669568, -43.559801872924197 ], [ 172.745992054318975, -43.559799556087263 ], [ 172.746014936002695, -43.559811518752845 ], [ 172.746041113669293, -43.559818724002312 ], [ 172.746047575537347, -43.559840179653015 ], [ 172.746034381629613, -43.559861591643269 ], [ 172.746011339803943, -43.559887746487711 ], [ 172.746001351783832, -43.559925842160226 ], [ 172.745994699768829, -43.559949651045223 ], [ 172.745991273676538, -43.55998537892836 ], [ 172.745987887613865, -43.560011577434878 ], [ 172.745994279426014, -43.560049709496234 ], [ 172.745990893360869, -43.560075908002567 ], [ 172.745980935322478, -43.560106856639877 ], [ 172.745957913399081, -43.560128246784117 ], [ 172.745947985365262, -43.560152048386207 ], [ 172.745944539212985, -43.560192540954532 ], [ 172.745957523021843, -43.560221158199802 ], [ 172.74596385477966, -43.560273584325209 ], [ 172.745976718507279, -43.560330789695186 ], [ 172.74598643637907, -43.560357017313969 ], [ 172.745992798200717, -43.560402296404909 ], [ 172.745986076068533, -43.560442781694491 ], [ 172.745995733912508, -43.560483303375229 ], [ 172.746008717807484, -43.56051192061345 ], [ 172.746021661685546, -43.560550067225464 ], [ 172.746028053574349, -43.560588199281526 ], [ 172.746034445471111, -43.560626331337019 ], [ 172.746037491322028, -43.560681132521587 ], [ 172.746053651227385, -43.560733580468586 ], [ 172.74606334918505, -43.560764572766715 ], [ 172.746066475113452, -43.56080031519928 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "03/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "seawall", "Source": "Max", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731273590365873, -43.506280868403294 ], [ 172.731289702043142, -43.506338083593775 ], [ 172.731299373290909, -43.506371459761247 ], [ 172.731312391584567, -43.506388167073148 ], [ 172.731335207955198, -43.506409662183287 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "03/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731338470456876, -43.5064120522376 ], [ 172.731341658998701, -43.506431118837689 ], [ 172.731344889804916, -43.506440655982907 ], [ 172.731384060994458, -43.506464571897567 ], [ 172.731442733342561, -43.506519504653866 ], [ 172.731475200064295, -43.506579140616815 ], [ 172.731526914663647, -43.506726970137059 ], [ 172.731607770685031, -43.506946339687055 ], [ 172.731646456822943, -43.50707984423201 ], [ 172.731665852721534, -43.507134684681276 ], [ 172.731593580470815, -43.507194074756349 ], [ 172.731557460128556, -43.507220196231287 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "03/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "seawall", "Source": "Max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.343056216247108", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731560733239945, -43.507220203915651 ], [ 172.731651219432337, -43.507482479010292 ], [ 172.731748315983907, -43.507730475202159 ], [ 172.731809914947519, -43.507864033426429 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "03/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "2.429773652009586", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731809914947519, -43.507864033426429 ], [ 172.73182954327774, -43.507866461851485 ], [ 172.731855717902533, -43.507868905625266 ], [ 172.731888417733188, -43.507876129469693 ], [ 172.731930821039498, -43.507909582321766 ], [ 172.731940524515664, -43.507935811337838 ], [ 172.731963320606354, -43.50796207104527 ], [ 172.732002493021952, -43.507985986744913 ], [ 172.732051442777419, -43.508019454895319 ], [ 172.732074123034835, -43.508071920575176 ], [ 172.732083721227099, -43.508121973209967 ], [ 172.732093414266302, -43.508150584575489 ], [ 172.732099781468435, -43.508191100086648 ], [ 172.732132207584584, -43.508260265301928 ], [ 172.732141900668495, -43.508288876662739 ], [ 172.732151614830627, -43.508312723296505 ], [ 172.732161307932017, -43.508341334655441 ], [ 172.732164486297421, -43.508362783590144 ], [ 172.732164359888372, -43.508391371946665 ], [ 172.732174095143023, -43.508410453852079 ], [ 172.732177210314802, -43.508446196964307 ], [ 172.732199975101167, -43.508479603711997 ], [ 172.732219414071238, -43.508524914604394 ], [ 172.732232338295745, -43.508563063073936 ], [ 172.73223218032328, -43.508598798518506 ], [ 172.73224517828848, -43.508620270445505 ], [ 172.732274594853891, -43.508629868877712 ], [ 172.73228105699252, -43.508648943109293 ], [ 172.732284203827504, -43.50867753912847 ], [ 172.732306989816493, -43.508706181128026 ], [ 172.732310084024078, -43.508746688960855 ], [ 172.732342584365625, -43.508799177570886 ], [ 172.732355498198729, -43.508839708387903 ], [ 172.732358655604941, -43.508865922041331 ], [ 172.732384578068576, -43.508925542403588 ], [ 172.732394292427244, -43.508949389014568 ], [ 172.732407279999791, -43.508973243284998 ], [ 172.732420236009801, -43.509004244642377 ], [ 172.73244300113862, -43.50903765133932 ], [ 172.732465734725025, -43.509078205120005 ], [ 172.732507907730621, -43.509164069735355 ], [ 172.732533893586663, -43.509209395884774 ], [ 172.732540303269928, -43.509240381913941 ], [ 172.732553259404511, -43.509271383255125 ], [ 172.732559669104063, -43.509302369282892 ], [ 172.732579161195218, -43.509335768295401 ], [ 172.732582297687031, -43.509366746666132 ], [ 172.732585476253576, -43.509388195585792 ], [ 172.732582087326392, -43.509414393920125 ], [ 172.732578708914417, -43.509438209891563 ], [ 172.732594906791007, -43.509476365970535 ], [ 172.732607915588829, -43.509495455491162 ], [ 172.732604516147916, -43.50952403618831 ], [ 172.732627323637757, -43.509547913395714 ], [ 172.732659971891792, -43.509567048833162 ], [ 172.732672907127721, -43.509602814884609 ], [ 172.73269224167035, -43.509671949315624 ], [ 172.732714891556384, -43.509731561944008 ], [ 172.732727795322063, -43.509774475076107 ], [ 172.732753834159723, -43.509807889359045 ], [ 172.732766832567449, -43.509829361223346 ], [ 172.732776505177725, -43.509862737249016 ], [ 172.73278949309514, -43.509886591473105 ], [ 172.73279915521718, -43.509922349859096 ], [ 172.732799050120207, -43.509946173484231 ], [ 172.732831572541556, -43.509993897222031 ], [ 172.732847833771416, -43.510017759087347 ], [ 172.732864126535617, -43.510034473862859 ], [ 172.732880419308742, -43.510051188635998 ], [ 172.732886892294118, -43.510067880467012 ], [ 172.732896586019905, -43.510096491756443 ], [ 172.732919320304319, -43.510137045441262 ], [ 172.73293552908487, -43.510172819105918 ], [ 172.732971156960019, -43.510258668246685 ], [ 172.732987313291261, -43.5103063537154 ], [ 172.733016594276023, -43.510346922667331 ], [ 172.733019689036723, -43.510387430470757 ], [ 172.733035876941756, -43.510427968844638 ], [ 172.733048812581217, -43.510463734849218 ], [ 172.733068263315857, -43.510506663222543 ], [ 172.733077873204934, -43.510554333393323 ], [ 172.733090829892774, -43.510585334667915 ], [ 172.733090724908067, -43.510609158290841 ], [ 172.733103713107994, -43.51063301247688 ], [ 172.733113407025428, -43.510661623745605 ], [ 172.733126374251242, -43.510690242653432 ], [ 172.733142614790125, -43.510718869199202 ], [ 172.733161981706473, -43.510780856452918 ], [ 172.733181306682212, -43.510852373151593 ], [ 172.73320076812854, -43.510892919137824 ], [ 172.733210399169536, -43.510935824570311 ], [ 172.733229839675658, -43.510981135275429 ], [ 172.733246069848292, -43.511012144167545 ], [ 172.733265573355936, -43.511043160693298 ], [ 172.733268678808059, -43.511081286123442 ], [ 172.733281604231621, -43.511119434460412 ], [ 172.733297886920155, -43.511138531534051 ], [ 172.733317442943502, -43.511157636239936 ], [ 172.733323863718596, -43.511186239854084 ], [ 172.733327032150783, -43.511210071109303 ], [ 172.73334004154944, -43.511229160542385 ], [ 172.733356229891314, -43.51126969886608 ], [ 172.733372439230067, -43.51130547246315 ], [ 172.733372344841172, -43.511326913721589 ], [ 172.73337536647378, -43.511384098043322 ], [ 172.733394670916965, -43.511460379423532 ], [ 172.733420553556044, -43.511529528977164 ], [ 172.733443299210023, -43.511567700187932 ], [ 172.733462782027885, -43.51160348140165 ], [ 172.733472497235823, -43.511627327912066 ], [ 172.733472298042784, -43.511672592788685 ], [ 172.7335015171127, -43.511727455780679 ], [ 172.733511148496717, -43.511770361182478 ], [ 172.733511022708257, -43.511798949525016 ], [ 172.73353708380651, -43.511827598897383 ], [ 172.733553293399893, -43.511863372465982 ], [ 172.733562893400602, -43.511913424948034 ], [ 172.733598785152623, -43.511939714826639 ], [ 172.733615047203955, -43.511963576576839 ], [ 172.733614910985324, -43.511994547280466 ], [ 172.733611438523809, -43.512039804528477 ], [ 172.733601471701945, -43.5120731347142 ], [ 172.733617660441837, -43.512113672995909 ], [ 172.73363067012491, -43.512132762393655 ], [ 172.733630575824691, -43.512154203649445 ], [ 172.733640291186077, -43.512178050143675 ], [ 172.733653300890012, -43.512197139538678 ], [ 172.733679372702085, -43.512223406515481 ], [ 172.7336890461915, -43.512256782452226 ], [ 172.733692193870525, -43.512285378416792 ], [ 172.733678953664537, -43.512318700983798 ], [ 172.733685416633762, -43.512337775125843 ], [ 172.733691879607022, -43.512356849267469 ], [ 172.733704836990569, -43.512387850464485 ], [ 172.733734192773142, -43.512411742690119 ], [ 172.733747129243312, -43.512447508605426 ], [ 172.73375687611599, -43.512464208003848 ], [ 172.733766570631133, -43.512492819209591 ], [ 172.733779538553762, -43.51252143803594 ], [ 172.733776181377607, -43.51254048930732 ], [ 172.733772771837494, -43.512571452386553 ], [ 172.733798833390495, -43.512600101696542 ], [ 172.733834767530567, -43.512616862052866 ], [ 172.733860776787736, -43.51265742315654 ], [ 172.733860640691461, -43.512688393857019 ], [ 172.733870335290987, -43.512717005053041 ], [ 172.733889871067049, -43.512740874380633 ], [ 172.733912669803118, -43.512767133684164 ], [ 172.733928754271545, -43.512831495533192 ], [ 172.733934976653302, -43.512905363974319 ], [ 172.733937925626577, -43.512979224797185 ], [ 172.73393774770409, -43.51301972494192 ], [ 172.733947390064003, -43.513060247937133 ], [ 172.733960316331689, -43.513098396186336 ], [ 172.733979810407817, -43.513131794943014 ], [ 172.733996062463547, -43.51315803899665 ], [ 172.734012335459624, -43.513179518325117 ], [ 172.734025282718648, -43.513212901843609 ], [ 172.734034946091924, -43.513248660107571 ], [ 172.734070912064283, -43.513258273304835 ], [ 172.734090500393734, -43.513270230789722 ], [ 172.734103500013163, -43.513291702492182 ], [ 172.734116489182668, -43.513315556554453 ], [ 172.734126194460885, -43.513341785364872 ], [ 172.734119574362126, -43.513358446670651 ], [ 172.734103123466042, -43.513377467500604 ], [ 172.734109565761514, -43.513401306338416 ], [ 172.734135638287739, -43.513427573207494 ], [ 172.734158447845232, -43.513451450098493 ], [ 172.734184520414203, -43.513477716956309 ], [ 172.734158196864456, -43.513508626769585 ], [ 172.734151608129423, -43.513518140992872 ], [ 172.734164555536807, -43.513551524494005 ], [ 172.734184049870407, -43.513584923213841 ], [ 172.734197018221892, -43.513613541988498 ], [ 172.734206681759417, -43.513649300235862 ], [ 172.734222913141224, -43.513680308977946 ], [ 172.734229365970265, -43.513701765446733 ], [ 172.734235776985599, -43.513732751359882 ], [ 172.734248745392847, -43.51376137012808 ], [ 172.734268239839963, -43.513794768832661 ], [ 172.734294291699172, -43.513825800386698 ], [ 172.734310575431181, -43.51384489730976 ], [ 172.734333322509372, -43.513883068331701 ], [ 172.734352869292223, -43.513904555215618 ], [ 172.734362564316399, -43.513933166364907 ], [ 172.734368964974379, -43.513966534630718 ], [ 172.734391733031856, -43.513999940918197 ], [ 172.734417670119399, -43.514057178415598 ], [ 172.734437164754183, -43.514090577090109 ], [ 172.734469628005058, -43.514152594502818 ], [ 172.734479239562262, -43.514200264529698 ], [ 172.734472494120212, -43.514245514185909 ], [ 172.734478821754436, -43.514295558971121 ], [ 172.734478560623501, -43.51435511799621 ], [ 172.734484982278957, -43.514383721531388 ], [ 172.734494708775088, -43.514405185584515 ], [ 172.734520740124424, -43.514440981806551 ], [ 172.734543487557374, -43.514479152783615 ], [ 172.734559646237386, -43.514526838000947 ], [ 172.734572531433059, -43.514574515616609 ], [ 172.734572437458269, -43.51459595686481 ], [ 172.73457233304174, -43.514619780473872 ], [ 172.73458532267847, -43.514643634478539 ], [ 172.734611375063565, -43.514674665957102 ], [ 172.734604692308125, -43.514705621452258 ], [ 172.734637375279647, -43.514717609233983 ], [ 172.734660185518806, -43.514741486021258 ], [ 172.734689511504484, -43.514772525078264 ], [ 172.734712321784855, -43.514796401855016 ], [ 172.734728480681326, -43.514844087046413 ], [ 172.734747819216182, -43.514913221076696 ], [ 172.734780147585525, -43.515006209084383 ], [ 172.734806106332115, -43.515058681764117 ], [ 172.734841739702205, -43.515144530262731 ], [ 172.734851299551622, -43.515204112054747 ], [ 172.734854406202828, -43.515242237417112 ], [ 172.734851038778743, -43.515263671072113 ], [ 172.734867270919636, -43.515294679715907 ], [ 172.734890039748251, -43.515328085898382 ], [ 172.734909441191604, -43.515382925732496 ], [ 172.734919022000781, -43.515437742795378 ], [ 172.7349188238625, -43.515483007647035 ], [ 172.734935087379483, -43.515506869198468 ], [ 172.73495457233588, -43.515542650138805 ], [ 172.734977289174907, -43.515587968105656 ], [ 172.735009816323839, -43.515635691188919 ], [ 172.735029311789646, -43.515669089755399 ], [ 172.735042270559006, -43.51570009078641 ], [ 172.735042135052538, -43.515731061473318 ], [ 172.735064872872584, -43.515771614700597 ], [ 172.735074547683354, -43.515804990502787 ], [ 172.735080980192947, -43.515831211637853 ], [ 172.735093959866276, -43.515857447941343 ], [ 172.735100215226652, -43.515924169202989 ], [ 172.735093511736665, -43.51595988944112 ], [ 172.735119481580625, -43.516009979682245 ], [ 172.73515849373203, -43.516072012050074 ], [ 172.735190958774893, -43.51613402924108 ], [ 172.735213551006694, -43.516207935481674 ], [ 172.735236132877077, -43.516284224077282 ], [ 172.735265314091691, -43.516348616025283 ], [ 172.735261873843342, -43.516386726210513 ], [ 172.735287937735563, -43.516415375167966 ], [ 172.735307412777075, -43.516453538404043 ], [ 172.735323687119035, -43.516475017536955 ], [ 172.735326846192351, -43.516501231077655 ], [ 172.735343099729931, -43.516527474928139 ], [ 172.735369080432775, -43.516575182748547 ], [ 172.735378724305605, -43.516615705601716 ], [ 172.735381883409815, -43.516641919140312 ], [ 172.735381716840863, -43.516680036903516 ], [ 172.735401056698123, -43.516749170804488 ], [ 172.735427068767422, -43.516789731529776 ], [ 172.735440007161003, -43.516825497231046 ], [ 172.735449692752212, -43.516856490636158 ], [ 172.735452862307085, -43.516880321811712 ], [ 172.735469157629126, -43.516897036202494 ], [ 172.735485421740435, -43.516920897671277 ], [ 172.735491854544222, -43.51694711877883 ], [ 172.73548848724792, -43.516968552446563 ], [ 172.735494951276678, -43.516987626473529 ], [ 172.73552100513146, -43.517018657735839 ], [ 172.735537238081946, -43.517049666277089 ], [ 172.735543618899897, -43.517087799181525 ], [ 172.735563094316944, -43.517125962370507 ], [ 172.735585780992011, -43.517178427286666 ], [ 172.735602014018099, -43.517209435818003 ], [ 172.73559858433228, -43.517245163648049 ], [ 172.735605006816883, -43.517273767107966 ], [ 172.735627787193152, -43.517304790774929 ], [ 172.735640767416413, -43.517331027010968 ], [ 172.735660294971581, -43.517357278382384 ], [ 172.735670011957779, -43.51738112468658 ], [ 172.735686255479806, -43.517409750845175 ], [ 172.735712309613433, -43.517440782062351 ], [ 172.735731743661006, -43.517488474660517 ], [ 172.735751198531744, -43.517531402535241 ], [ 172.735764137273293, -43.517567168196088 ], [ 172.735786938630781, -43.517593427110434 ], [ 172.735799908589883, -43.517622045687332 ], [ 172.735802995166438, -43.517664935729329 ], [ 172.735822294239625, -43.517743598988467 ], [ 172.735822107154235, -43.517786481465293 ], [ 172.735825172967253, -43.517834136225098 ], [ 172.735838080637222, -43.517877048955341 ], [ 172.735870453809639, -43.5179605071758 ], [ 172.735902910195222, -43.518024906508337 ], [ 172.735922354968153, -43.518070216710349 ], [ 172.73594513580494, -43.518101240310926 ], [ 172.735974495232966, -43.518125131946846 ], [ 172.735971024160705, -43.518170389221503 ], [ 172.735983963166916, -43.518206154854163 ], [ 172.736000217443745, -43.518232398605299 ], [ 172.736006609060979, -43.518268149117432 ], [ 172.736022852978209, -43.518296775224783 ], [ 172.736048928434002, -43.518323041642574 ], [ 172.736088119535481, -43.518344573560775 ], [ 172.736101131327757, -43.518363662662004 ], [ 172.736117375315217, -43.518392288755656 ], [ 172.736120524446079, -43.518420884626345 ], [ 172.736120399860397, -43.518449472941555 ], [ 172.736126833098496, -43.518475694007492 ], [ 172.736123434793086, -43.518504274767253 ], [ 172.736139647684212, -43.518540047935815 ], [ 172.736142807214264, -43.518566261445663 ], [ 172.736149188568902, -43.518604394307538 ], [ 172.736162127771934, -43.518640159917823 ], [ 172.736181655972985, -43.518666411195809 ], [ 172.736194595208275, -43.518702176802122 ], [ 172.736220660534173, -43.518730825539002 ], [ 172.736249958112353, -43.518769011259522 ], [ 172.736262876656326, -43.518809541576587 ], [ 172.736269330746552, -43.518830997914186 ], [ 172.736295333910533, -43.518873940790343 ], [ 172.73629190453471, -43.518909668631558 ], [ 172.736285242911691, -43.51893585948411 ], [ 172.736288392148907, -43.518964455347749 ], [ 172.736291531013421, -43.518995433570559 ], [ 172.736307775258979, -43.519024059634624 ], [ 172.736340450522988, -43.519038429286667 ], [ 172.736353441796666, -43.519062283076217 ], [ 172.73635665331085, -43.519076584781196 ], [ 172.73635326545201, -43.519102783185566 ], [ 172.736369468265025, -43.519140938677907 ], [ 172.736392197872931, -43.519183873981895 ], [ 172.736421475036138, -43.519226824374933 ], [ 172.736447468107258, -43.519272149573538 ], [ 172.736450503373646, -43.519326951383512 ], [ 172.736460117292637, -43.519374621206708 ], [ 172.736473098316367, -43.519400857340834 ], [ 172.736499236646694, -43.519412829497007 ], [ 172.736495848830003, -43.519439027904198 ], [ 172.736505556108398, -43.519465256489624 ], [ 172.736515273762137, -43.519489102714907 ], [ 172.736521676179393, -43.519522470832257 ], [ 172.736534553598688, -43.519572530550931 ], [ 172.736544250549088, -43.519601141491755 ], [ 172.736567011547265, -43.519636929680757 ], [ 172.736576646335351, -43.519679834773612 ], [ 172.736583007348514, -43.519722732323153 ], [ 172.73659594704381, -43.519758497878584 ], [ 172.736615413612668, -43.519799043233483 ], [ 172.736641500332098, -43.519822927152447 ], [ 172.736657724240501, -43.519856317881839 ], [ 172.736693311228123, -43.519954077540518 ], [ 172.736725593446891, -43.5200589767257 ], [ 172.736767635069981, -43.52017819266559 ], [ 172.736774037697387, -43.520211560765325 ], [ 172.736783714148572, -43.520244936401141 ], [ 172.736803191354056, -43.520283099362381 ], [ 172.736835774222271, -43.520318910102304 ], [ 172.736861757715189, -43.520366617558985 ], [ 172.736874677004721, -43.520407147797457 ], [ 172.736877826593542, -43.520435743638394 ], [ 172.736880976185319, -43.520464339479069 ], [ 172.73689719004372, -43.520500112530414 ], [ 172.736919982640615, -43.520528753568279 ], [ 172.736919868774663, -43.52055495951587 ], [ 172.736942651052232, -43.520585982907875 ], [ 172.736958885679257, -43.520616991232181 ], [ 172.736988153584434, -43.520662323830948 ], [ 172.737004377906857, -43.52069571450734 ], [ 172.737000969537547, -43.520726677641562 ], [ 172.737023720878625, -43.520764848093144 ], [ 172.737056293789266, -43.520803041127017 ], [ 172.737085520476569, -43.520857903134896 ], [ 172.737095155822374, -43.520900808176272 ], [ 172.73710152767157, -43.520941323330312 ], [ 172.737137167721073, -43.521027171042192 ], [ 172.737166177407829, -43.521132062560014 ], [ 172.737198378338803, -43.521256020462758 ], [ 172.737230682795627, -43.52135615476822 ], [ 172.737256708395421, -43.521394332694094 ], [ 172.737269617827479, -43.521437245240428 ], [ 172.737256356885524, -43.521475332885217 ], [ 172.737285615088155, -43.5215230477612 ], [ 172.737314718292453, -43.521606498007039 ], [ 172.737372976610487, -43.521761486681221 ], [ 172.737415216991764, -43.521835437543857 ], [ 172.737408483197385, -43.521878304957717 ], [ 172.737418149928175, -43.52191406289004 ], [ 172.737437659060731, -43.521945078659293 ], [ 172.737447315487969, -43.52198321894717 ], [ 172.737463509422668, -43.522023756627277 ], [ 172.737482904985256, -43.522080978330088 ], [ 172.737518597881603, -43.522154914117472 ], [ 172.737567221336178, -43.522266997683886 ], [ 172.73758654479272, -43.522340895874855 ], [ 172.737612478113789, -43.522400514938894 ], [ 172.737618871111522, -43.522436265338278 ], [ 172.737622021152873, -43.522464861149693 ], [ 172.737638256627491, -43.522495869369514 ], [ 172.737661060645422, -43.522522127894234 ], [ 172.737706720346637, -43.522562733138976 ], [ 172.737732726121664, -43.522605675666824 ], [ 172.737755416709149, -43.522658140112092 ], [ 172.737758504910687, -43.52270103006763 ], [ 172.737791161865317, -43.52272016401804 ], [ 172.737807459398425, -43.522736878064109 ], [ 172.737797534366024, -43.52276067912203 ], [ 172.737810465102882, -43.522798826882557 ], [ 172.737849566881977, -43.522841799411907 ], [ 172.737885270985032, -43.522913352719172 ], [ 172.737953508590977, -43.523032628214601 ], [ 172.73799549281037, -43.523166137800146 ], [ 172.73803119727549, -43.523237691058718 ], [ 172.738066912132041, -43.523306861947532 ], [ 172.738092887561123, -43.523356951463086 ], [ 172.73812204427449, -43.523428489692208 ], [ 172.738138156606794, -43.523488086131621 ], [ 172.738157563573878, -43.523542925350249 ], [ 172.738177053000584, -43.523578705702455 ], [ 172.73820304924061, -43.523624030475482 ], [ 172.738222528418817, -43.52366219317738 ], [ 172.73826165164536, -43.523700400845847 ], [ 172.738274603471325, -43.523733783833265 ], [ 172.73829738763277, -43.523764806942857 ], [ 172.738316774236409, -43.523824410847915 ], [ 172.738319945271684, -43.52384824191865 ], [ 172.738336202065682, -43.523874485318203 ], [ 172.738355712296254, -43.523905500922929 ], [ 172.738378445087079, -43.523948435804314 ], [ 172.738391386735145, -43.523984201135058 ], [ 172.738401095554792, -43.524010429542621 ], [ 172.738414047523236, -43.524043812512794 ], [ 172.738394269556579, -43.524074738218459 ], [ 172.738390841109634, -43.524110466092438 ], [ 172.738390727866175, -43.524136672026643 ], [ 172.738403597500593, -43.524189113858377 ], [ 172.738429491236616, -43.524258262152237 ], [ 172.738484830790526, -43.524332242554365 ], [ 172.738526868518193, -43.524453840131955 ], [ 172.738555985112953, -43.524534907669377 ], [ 172.738581848306694, -43.524611202997825 ], [ 172.738614187676149, -43.524704189791485 ], [ 172.73870179547319, -43.524887833368545 ], [ 172.738734237989291, -43.524956996550934 ], [ 172.738763447625473, -43.525016622813595 ], [ 172.738796013631486, -43.525057197689286 ], [ 172.738808976317898, -43.525088198252398 ], [ 172.738812055103011, -43.5251334705207 ], [ 172.738844528707716, -43.52519548659761 ], [ 172.738847710297307, -43.525216935291404 ], [ 172.738857429786862, -43.525240781298258 ], [ 172.738876909893406, -43.525278943880231 ], [ 172.738893115932825, -43.525317098981844 ], [ 172.73891582908135, -43.52536479846254 ], [ 172.738951648925763, -43.525410145482802 ], [ 172.738977605437469, -43.525464999497444 ], [ 172.739006846369762, -43.525517478622255 ], [ 172.739019747637883, -43.525562773302546 ], [ 172.739032628384933, -43.525612832695359 ], [ 172.739055403368894, -43.525646238003574 ], [ 172.739068356044157, -43.52567962089185 ], [ 172.739087856959742, -43.525713018721397 ], [ 172.739094251169576, -43.525748769020652 ], [ 172.7391170057046, -43.525786939030205 ], [ 172.739139698672233, -43.525839403177571 ], [ 172.739168919394729, -43.525896646972434 ], [ 172.739188348586367, -43.525946721283205 ], [ 172.739204575526088, -43.525980111623106 ], [ 172.739204452363964, -43.526008699907408 ], [ 172.739223840569394, -43.526068303639306 ], [ 172.739246605567331, -43.526104091264472 ], [ 172.739269360331036, -43.52614226124193 ], [ 172.739288820464481, -43.52618518846301 ], [ 172.739314869944337, -43.526218601182734 ], [ 172.739331076508819, -43.526256756217307 ], [ 172.739337481176648, -43.526290124143124 ], [ 172.739350454659444, -43.526318742282584 ], [ 172.739369945677993, -43.526354522418089 ], [ 172.739373065970653, -43.526390265234902 ], [ 172.739386070261133, -43.526411736299274 ], [ 172.739398982256631, -43.52645464857396 ], [ 172.739402123083181, -43.526485626675694 ], [ 172.739408486791092, -43.526528524023739 ], [ 172.73943123156053, -43.526569076323632 ], [ 172.739427783067242, -43.526609568927888 ], [ 172.73942111168148, -43.526638142285861 ], [ 172.739437369697015, -43.526664385519112 ], [ 172.739479862066503, -43.526681159007872 ], [ 172.739519059790382, -43.526702689735338 ], [ 172.739535338367148, -43.526724168240932 ], [ 172.739564641884272, -43.526762353073671 ], [ 172.739590681514898, -43.526798148084957 ], [ 172.739600381051872, -43.526826758736959 ], [ 172.739593648232102, -43.526869626244483 ], [ 172.739600135094037, -43.526883935298748 ], [ 172.739606539974972, -43.526917303206361 ], [ 172.739668411258805, -43.526996062637451 ], [ 172.739733321299155, -43.52712962369074 ], [ 172.739772150705903, -43.527236919169347 ], [ 172.73980769580777, -43.52734658953873 ], [ 172.739807429560727, -43.527408530809346 ], [ 172.739826869999888, -43.527456222644361 ], [ 172.739859335641967, -43.52752062077009 ], [ 172.7398722379682, -43.527565915340944 ], [ 172.739888332632148, -43.527630276210559 ], [ 172.739933833901489, -43.527708998246304 ], [ 172.739972878943007, -43.527766264162928 ], [ 172.740015136892083, -43.527837831649414 ], [ 172.740028059865011, -43.527878361487836 ], [ 172.740034383232256, -43.527930788217553 ], [ 172.740053824016144, -43.527978480010461 ], [ 172.74007652883904, -43.52802856159952 ], [ 172.740089441663827, -43.52807147378617 ], [ 172.740102436338162, -43.528095327120617 ], [ 172.740118551841675, -43.528154923240244 ], [ 172.740128190475076, -43.528197827979504 ], [ 172.740141103372025, -43.528240740159262 ], [ 172.74015083407852, -43.528262203689792 ], [ 172.740157249632233, -43.528293189203374 ], [ 172.740166939446908, -43.528324182157299 ], [ 172.74018642136312, -43.528362344500096 ], [ 172.740199405912392, -43.528388580178763 ], [ 172.740205841954008, -43.528414800976641 ], [ 172.740218795849444, -43.528448183721473 ], [ 172.740254567370101, -43.528505442096964 ], [ 172.740280567266126, -43.528550766367729 ], [ 172.74030007999022, -43.528581781621568 ], [ 172.740309729039865, -43.528622303986694 ], [ 172.740319378102271, -43.528662826350747 ], [ 172.740315899414782, -43.528710466036415 ], [ 172.740325517833952, -43.528758135467619 ], [ 172.740348294707758, -43.528791540504685 ], [ 172.740357892726792, -43.528843974644651 ], [ 172.74035770878217, -43.528886857053465 ], [ 172.740357565713822, -43.528920210037832 ], [ 172.740376976411397, -43.528975048837005 ], [ 172.740406261108831, -43.529017998155055 ], [ 172.740448714535091, -43.529044300705579 ], [ 172.740478040174764, -43.52907772058105 ], [ 172.740494207374638, -43.529125404859293 ], [ 172.740507182006297, -43.529154022856154 ], [ 172.740520166862979, -43.529180258495551 ], [ 172.74053314151854, -43.529208876489271 ], [ 172.740552644371235, -43.529242274053217 ], [ 172.740585203628541, -43.529285230753899 ], [ 172.74060797063342, -43.529321018092908 ], [ 172.740627442937154, -43.52936156271128 ], [ 172.740646935682747, -43.529397342614359 ], [ 172.740666408036958, -43.529437887225711 ], [ 172.74069567275032, -43.529485601178919 ], [ 172.740718317433078, -43.529549976765011 ], [ 172.740747521016772, -43.529611984839072 ], [ 172.740789607719734, -43.529724052069817 ], [ 172.740835019917682, -43.529824214926542 ], [ 172.740873985574609, -43.529900539365435 ], [ 172.740896681591977, -43.52995300313394 ], [ 172.740922560218252, -43.530026915518015 ], [ 172.740938738215334, -43.530072217371298 ], [ 172.740964667921872, -43.530134217966456 ], [ 172.74098090714935, -43.530165225679411 ], [ 172.740996942503983, -43.530243880501892 ], [ 172.741022892729887, -43.53030111637117 ], [ 172.741045619602801, -43.530346433040471 ], [ 172.741078210374923, -43.530382242528198 ], [ 172.741084555285425, -43.530429904468711 ], [ 172.741087707362425, -43.530458500149713 ], [ 172.741103936548882, -43.530491890199322 ], [ 172.741113678145268, -43.5305109712857 ], [ 172.741120094424957, -43.530541956734893 ], [ 172.741155857839203, -43.530601597168094 ], [ 172.741185123497331, -43.530649310988693 ], [ 172.741191499080031, -43.530689825854992 ], [ 172.741188082077542, -43.530723171419183 ], [ 172.741191142534888, -43.530773208294683 ], [ 172.741226834855325, -43.530849525191435 ], [ 172.741252734632582, -43.530918672780444 ], [ 172.741278766856055, -43.530956849743511 ], [ 172.741311266451987, -43.53101410036011 ], [ 172.741333902172698, -43.531080858165382 ], [ 172.741382692485473, -43.531157204640593 ], [ 172.741408612928154, -43.531221587480836 ], [ 172.741437818018341, -43.531283595364215 ], [ 172.741470256881456, -43.531355140064406 ], [ 172.741496248727884, -43.531402846396652 ], [ 172.741519006888552, -43.531441015899489 ], [ 172.741541683689945, -43.531498244238975 ], [ 172.741557943921805, -43.531524487153895 ], [ 172.741574204167648, -43.531550730066442 ], [ 172.741610121183868, -43.531574635022601 ], [ 172.74162634078499, -43.531610407348118 ], [ 172.741642489218236, -43.531662856156998 ], [ 172.741655363240881, -43.531715297564581 ], [ 172.741674735326313, -43.531779665542025 ], [ 172.741723475796562, -43.531867923640164 ], [ 172.741742848002616, -43.53193229160464 ], [ 172.741781866971507, -43.531996703937239 ], [ 172.741824211293164, -43.532049211874956 ], [ 172.741882775580791, -43.532137492083258 ], [ 172.741905422506107, -43.532201867409924 ], [ 172.741924825487047, -43.532259088275829 ], [ 172.741940933717302, -43.532321066457271 ], [ 172.741927703770699, -43.532352007507868 ], [ 172.741898142076678, -43.5323733821796 ], [ 172.741888237373246, -43.532392418842768 ], [ 172.741888176412232, -43.532406712971863 ], [ 172.741901162559486, -43.53243294844269 ], [ 172.741920707834225, -43.532456816339568 ], [ 172.741956584893785, -43.532490250604106 ], [ 172.741989116417074, -43.532540353951845 ], [ 172.742018383663321, -43.532588067546911 ], [ 172.742054210085911, -43.532633413554308 ], [ 172.742060576299878, -43.532676310714805 ], [ 172.742076847223956, -43.532700171197114 ], [ 172.742079949119415, -43.532740678614587 ], [ 172.742063464962229, -43.532766847582479 ], [ 172.742076390344636, -43.532807377160438 ], [ 172.742092580091764, -43.532850296477697 ], [ 172.742112105273179, -43.532878929050021 ], [ 172.742151206441179, -43.532924282411003 ], [ 172.742187094052923, -43.532955334246765 ], [ 172.74221640224448, -43.532993518369928 ], [ 172.742226093855578, -43.533024511128346 ], [ 172.742242202594582, -43.53308648926027 ], [ 172.742264972000044, -43.533122276251504 ], [ 172.742274612930203, -43.533165180778241 ], [ 172.742297422961656, -43.533191438344275 ], [ 172.742313673829415, -43.53322006350048 ], [ 172.742333239805845, -43.533239166615417 ], [ 172.742359354838698, -43.533258284484518 ], [ 172.742382144659786, -43.533289306742553 ], [ 172.742395050084639, -43.53333460099072 ], [ 172.742385114955738, -43.533360784757328 ], [ 172.742414453886994, -43.533391821764212 ], [ 172.742437243786355, -43.533422844010722 ], [ 172.742443640768329, -43.533458594081317 ], [ 172.742450078311492, -43.53348481473332 ], [ 172.742449804573397, -43.533549138304579 ], [ 172.742472604687293, -43.533577778188913 ], [ 172.742511666030907, -43.533632660840645 ], [ 172.742537669804051, -43.533677984567142 ], [ 172.742560439605398, -43.533713771496814 ], [ 172.742583148633884, -43.533763852548311 ], [ 172.74259276962394, -43.533811521753016 ], [ 172.742599176870527, -43.533844889458415 ], [ 172.742625221326449, -43.533880683746254 ], [ 172.742644747090338, -43.533909316223891 ], [ 172.742674137068548, -43.533928441390366 ], [ 172.742690357923578, -43.533964213553332 ], [ 172.74269351093568, -43.533992809174713 ], [ 172.742729399457517, -43.534023860836733 ], [ 172.742739081366778, -43.534057235901436 ], [ 172.742758586988231, -43.534090633067663 ], [ 172.742764953850042, -43.534133530179616 ], [ 172.742781164687528, -43.534171684682953 ], [ 172.742813839533056, -43.534188434825474 ], [ 172.742843219576798, -43.534209942302304 ], [ 172.742862674692361, -43.534255251221452 ], [ 172.742859319135448, -43.534274302691038 ], [ 172.742829807445958, -43.534283765823709 ], [ 172.742829685960658, -43.534312354074551 ], [ 172.742836144007356, -43.5343338099931 ], [ 172.742862209057762, -43.534364839516336 ], [ 172.742871870849683, -43.534402979276521 ], [ 172.742861915504193, -43.534433927788115 ], [ 172.742868363452743, -43.534457766058615 ], [ 172.742878106238607, -43.53447684698439 ], [ 172.742907486444864, -43.534498354444025 ], [ 172.742927022660439, -43.534524604517046 ], [ 172.742933490883757, -43.534543678075281 ], [ 172.742933339086989, -43.534579413387462 ], [ 172.742933227769157, -43.534605619282907 ], [ 172.742959282867076, -43.534639031137075 ], [ 172.742982093748708, -43.53466528856184 ], [ 172.742988551886526, -43.534686744470676 ], [ 172.743017851301516, -43.534727310734247 ], [ 172.743040662241725, -43.534753568147103 ], [ 172.743066778150052, -43.534772685851735 ], [ 172.743053588697165, -43.534794097603161 ], [ 172.743046938332469, -43.534817906425573 ], [ 172.743053376279022, -43.534844127038404 ], [ 172.743076247964069, -43.534856090319487 ], [ 172.74310236392779, -43.534875208015798 ], [ 172.743125154735452, -43.534906230119375 ], [ 172.74313815206267, -43.534930083086863 ], [ 172.743154413902886, -43.534956325762991 ], [ 172.743170645425351, -43.534989715498739 ], [ 172.743180378281266, -43.535011178751418 ], [ 172.743190111144088, -43.535032642003209 ], [ 172.743206332597339, -43.53506841408754 ], [ 172.743232337503343, -43.535113737647471 ], [ 172.743245284378446, -43.535149502371901 ], [ 172.74326156653791, -43.53517098032416 ], [ 172.743281093016861, -43.535199612688444 ], [ 172.743300629619796, -43.535225862695377 ], [ 172.743310342349076, -43.53525209064415 ], [ 172.743310231191913, -43.5352782965373 ], [ 172.743326452781389, -43.535314068603356 ], [ 172.743349233764661, -43.535347473014482 ], [ 172.743358896017725, -43.535385612728099 ], [ 172.743378402406393, -43.535419009782721 ], [ 172.743391359534485, -43.535452392135234 ], [ 172.743404326778347, -43.535483392132257 ], [ 172.743423873626682, -43.535507259763328 ], [ 172.743436830798544, -43.535540642110277 ], [ 172.743436689394059, -43.535573995063764 ], [ 172.743452921236525, -43.535607384756638 ], [ 172.74346588854479, -43.535638384746015 ], [ 172.743472195472009, -43.535695575931229 ], [ 172.743508075302685, -43.535729009696858 ], [ 172.743524327419664, -43.535757634671391 ], [ 172.743547048101789, -43.535805333163601 ], [ 172.743550181418726, -43.535838693460839 ], [ 172.74358936632413, -43.535864987484175 ], [ 172.743615452604217, -43.535891252122525 ], [ 172.74359568348487, -43.535919796306935 ], [ 172.743579259678739, -43.535931671356089 ], [ 172.743598725987482, -43.535974597785369 ], [ 172.743605154200111, -43.536003200716372 ], [ 172.743634505125954, -43.536031855046879 ], [ 172.743660530947125, -43.536072413796312 ], [ 172.743670233875349, -43.536101024065019 ], [ 172.74366685828457, -43.53612484025976 ], [ 172.743682999582973, -43.536179671099923 ], [ 172.74369928217348, -43.536201148987054 ], [ 172.743712219464754, -43.536239296006634 ], [ 172.743738275692749, -43.536272707676517 ], [ 172.743751223111929, -43.536308472337758 ], [ 172.743754407006662, -43.536329920858996 ], [ 172.743783778335001, -43.536353810443039 ], [ 172.743790267194726, -43.536368119240755 ], [ 172.743790125980922, -43.536401472190349 ], [ 172.743816192407138, -43.536432501488278 ], [ 172.743819396502346, -43.536449185300278 ], [ 172.743842188267251, -43.536480207254769 ], [ 172.743848656985335, -43.536499280755947 ], [ 172.743841996658006, -43.536525471971302 ], [ 172.74384845529633, -43.536546927825832 ], [ 172.743861352418747, -43.536594604240534 ], [ 172.743867800987516, -43.536618442447192 ], [ 172.743884023262524, -43.536654214427472 ], [ 172.743890481929299, -43.536675670279216 ], [ 172.743900235474115, -43.536692368758722 ], [ 172.743929596954132, -43.536718640657803 ], [ 172.74395241911779, -43.536742515528992 ], [ 172.743978526091183, -43.53676401537497 ], [ 172.744017691624947, -43.536795073956007 ], [ 172.744033984576333, -43.536814169440426 ], [ 172.744053542177397, -43.536835654606563 ], [ 172.744059990847177, -43.536859492801668 ], [ 172.744079477943671, -43.536897654436935 ], [ 172.744082692210924, -43.536911955887057 ], [ 172.744069482495263, -43.536938132454111 ], [ 172.744102088666892, -43.536971558698433 ], [ 172.744115026374743, -43.537009705668311 ], [ 172.744137798354757, -43.537045492268398 ], [ 172.744163885379919, -43.537071756778055 ], [ 172.744189922071683, -43.537109933048264 ], [ 172.744206134597107, -43.537148087333883 ], [ 172.74421914289843, -43.537169557818032 ], [ 172.744241925069048, -43.537202962043402 ], [ 172.744264687128123, -43.537241130970621 ], [ 172.7442776551988, -43.537272130860934 ], [ 172.744303702114905, -43.537307924751047 ], [ 172.744323199574438, -43.537343703989286 ], [ 172.74435250116386, -43.537384269897359 ], [ 172.744365388794591, -43.537434328602842 ], [ 172.744381621644322, -43.537467718155469 ], [ 172.744368462257, -43.537481982988581 ], [ 172.744355333057996, -43.537489100760581 ], [ 172.744355121696117, -43.53753913017723 ], [ 172.744384423400987, -43.537579696076051 ], [ 172.744377803440244, -43.537596357905372 ], [ 172.744377692736265, -43.537622563789881 ], [ 172.744397170213603, -43.537663107720135 ], [ 172.74441001768858, -43.537722695830794 ], [ 172.744439259148834, -43.537777555833017 ], [ 172.744468470480399, -43.537839562886553 ], [ 172.744474919418906, -43.537863401054686 ], [ 172.744504291774064, -43.537887290449746 ], [ 172.744533654094397, -43.537913562190305 ], [ 172.744530308913141, -43.537930231344482 ], [ 172.744543267208542, -43.537963613554631 ], [ 172.744552920567344, -43.538004135505751 ], [ 172.744565929174541, -43.538025605948008 ], [ 172.744578927734693, -43.538049458741718 ], [ 172.744591906193591, -43.538078076239849 ], [ 172.744614688910019, -43.538111480386966 ], [ 172.744630932131628, -43.538142487548065 ], [ 172.744627426094382, -43.538197274351617 ], [ 172.744656758458461, -43.5382306931184 ], [ 172.744659892506661, -43.538264053372835 ], [ 172.744695724252978, -43.538309398520624 ], [ 172.744718547316666, -43.538333273234478 ], [ 172.744747869747073, -43.538369074330241 ], [ 172.744767377857528, -43.538402471134724 ], [ 172.744783601138266, -43.538438242978678 ], [ 172.744790020119467, -43.538469228185598 ], [ 172.744796459202774, -43.538495448686277 ], [ 172.744825821944232, -43.53852172035004 ], [ 172.744845330146603, -43.538555117140525 ], [ 172.744861553513999, -43.538590888972706 ], [ 172.744897486043072, -43.538612410527421 ], [ 172.744926828799521, -43.538643446870566 ], [ 172.744943022112267, -43.538686365749157 ], [ 172.744975639745945, -43.53871740938488 ], [ 172.744988618534506, -43.538746026835412 ], [ 172.744975438928748, -43.538765056440397 ], [ 172.74495896440996, -43.538788843444344 ], [ 172.744939215054842, -43.538812623140316 ], [ 172.744962018320848, -43.538841262509607 ], [ 172.744975017211061, -43.538865115255689 ], [ 172.74501101018015, -43.538872342657896 ], [ 172.745030588868246, -43.538889062946232 ], [ 172.745030448325736, -43.538922415884265 ], [ 172.745033612729941, -43.538948629066937 ], [ 172.745033462150104, -43.538984364357326 ], [ 172.745046420946352, -43.53901774650555 ], [ 172.745069254451892, -43.53903923879475 ], [ 172.745069083818066, -43.539079738789972 ], [ 172.745055914202254, -43.539096386050346 ], [ 172.745065558044303, -43.539139290304071 ], [ 172.745085056539978, -43.539175069403484 ], [ 172.745104575130512, -43.53920608379417 ], [ 172.745101189888999, -43.539232282371891 ], [ 172.745133848036318, -43.539253796550064 ], [ 172.745176310685679, -43.539280097320912 ], [ 172.745176170221583, -43.539313450257048 ], [ 172.745189129166278, -43.539346832387537 ], [ 172.745208647865212, -43.539377846759798 ], [ 172.745231451470801, -43.539406486073375 ], [ 172.7452542250075, -43.539442272439913 ], [ 172.745270428793276, -43.539482808914727 ], [ 172.745286612542913, -43.539528110092014 ], [ 172.74530614137808, -43.53955674209444 ], [ 172.745315805525024, -43.539594881619216 ], [ 172.745338589208984, -43.539628285615613 ], [ 172.745371197526055, -43.539661711487575 ], [ 172.74538748164818, -43.539683189124929 ], [ 172.745413570348973, -43.539709453341473 ], [ 172.745423284705538, -43.539735681094186 ], [ 172.745442833717675, -43.539759548367662 ], [ 172.745468932497118, -43.539783430218911 ], [ 172.745449152947799, -43.539814357055768 ], [ 172.745458867336453, -43.539840584805042 ], [ 172.745511075018413, -43.53988596614137 ], [ 172.745543643493619, -43.539928921372749 ], [ 172.745553317867234, -43.539964678523113 ], [ 172.745559707346217, -43.540002810736965 ], [ 172.745579176357694, -43.540045736805126 ], [ 172.745605275314063, -43.540069618624507 ], [ 172.745601900255906, -43.540093434861141 ], [ 172.745591915304487, -43.540131530637645 ], [ 172.745601659855424, -43.540150611316719 ], [ 172.745627758865709, -43.540174493130642 ], [ 172.745650613042471, -43.540191220596391 ], [ 172.745666897405584, -43.540212698192569 ], [ 172.7456537277059, -43.540229345518298 ], [ 172.745666737178993, -43.540250815829054 ], [ 172.745679656538243, -43.540293727308651 ], [ 172.745676231427296, -43.540329455307827 ], [ 172.745666276525725, -43.540360404032562 ], [ 172.745666126312159, -43.540396139315845 ], [ 172.745715159839108, -43.540417689749127 ], [ 172.745751093754933, -43.540439211032115 ], [ 172.745760768331422, -43.540474968162258 ], [ 172.745783582619566, -43.540501225009677 ], [ 172.74581952661751, -43.540520363918844 ], [ 172.745845625872846, -43.540544245682106 ], [ 172.745829131192011, -43.540572797508027 ], [ 172.745806106672575, -43.540596570065354 ], [ 172.745819106269892, -43.540620422709885 ], [ 172.745858315265423, -43.540641951239323 ], [ 172.745884414588318, -43.540665832993405 ], [ 172.745884284513494, -43.540696803571116 ], [ 172.745887409354339, -43.540732546131586 ], [ 172.745903673936397, -43.540758788396758 ], [ 172.745923293496901, -43.540765979120422 ], [ 172.745946137974954, -43.540785088878209 ], [ 172.745955832727134, -43.54081608128589 ], [ 172.745972127368276, -43.540835176484869 ], [ 172.745978487194293, -43.540880455726565 ], [ 172.745978357166649, -43.54091142630336 ], [ 172.745981522081678, -43.540937639451883 ], [ 172.745997836766264, -43.540951969942796 ], [ 172.746010836514984, -43.540975822564413 ], [ 172.7460304261582, -43.540990160325698 ], [ 172.746040190984132, -43.541004476261165 ], [ 172.746059730648767, -43.541030725777482 ], [ 172.746095595067715, -43.541068923415196 ], [ 172.746102054983254, -43.54109037912847 ], [ 172.746115034808895, -43.541118996441824 ], [ 172.746128024643127, -43.541145231401622 ], [ 172.7461475344044, -43.541178627958416 ], [ 172.746157269302728, -43.541200090939419 ], [ 172.746176799086555, -43.541228722787096 ], [ 172.746189808958775, -43.541250193035587 ], [ 172.74619956387059, -43.541266891308922 ], [ 172.746212553773006, -43.541293126258566 ], [ 172.746219023746391, -43.541312199612648 ], [ 172.746254948380567, -43.541336103087623 ], [ 172.746274548188694, -43.541348058454666 ], [ 172.746267908349012, -43.541369485086527 ], [ 172.746264503503596, -43.54140044839346 ], [ 172.746277483471999, -43.54142906568719 ], [ 172.746283853577324, -43.541471962556017 ], [ 172.746309893489439, -43.541510138321996 ], [ 172.746335953410892, -43.541543549378105 ], [ 172.746339148477148, -43.541562615458766 ], [ 172.746355393501858, -43.541593622360601 ], [ 172.746388023408713, -43.541622283231369 ], [ 172.74640758339379, -43.54164376798262 ], [ 172.746384558691517, -43.541667540651524 ], [ 172.746390998800223, -43.541693761050261 ], [ 172.746400604051729, -43.541746194582309 ], [ 172.746449289497264, -43.541851127010617 ], [ 172.746488249953671, -43.541932214115178 ], [ 172.746537255075935, -43.541960911249006 ], [ 172.746553460388867, -43.542001447527838 ], [ 172.746559860687142, -43.542037197322564 ], [ 172.746556426012603, -43.542075307689885 ], [ 172.746595336864345, -43.54216830651368 ], [ 172.746618002489583, -43.54223029846365 ], [ 172.746657093100737, -43.542280414935696 ], [ 172.74669955853301, -43.542306715133726 ], [ 172.746725688823545, -43.542323449636569 ], [ 172.746751739351112, -43.542359242946183 ], [ 172.746771209959775, -43.542402168797572 ], [ 172.746800445835305, -43.542459410513281 ], [ 172.74682305196194, -43.542535696529399 ], [ 172.746845767799442, -43.542585776673619 ], [ 172.746878288831908, -43.542640643267838 ], [ 172.74689775962014, -43.542683569095999 ], [ 172.746923790472692, -43.542724127067714 ], [ 172.746949811395496, -43.542767067384787 ], [ 172.746972537387649, -43.542814765150773 ], [ 172.747008154379955, -43.54291252127971 ], [ 172.747030880472238, -43.542960219033155 ], [ 172.747037291112747, -43.54299358644468 ], [ 172.74706336203198, -43.543024614977533 ], [ 172.747086177842959, -43.543050871557028 ], [ 172.747089333386526, -43.543079467017883 ], [ 172.747118749131772, -43.543093826322838 ], [ 172.747118639593822, -43.543120032187616 ], [ 172.74714143555039, -43.543151053458494 ], [ 172.747167526502835, -43.543177317264359 ], [ 172.747167357248998, -43.543217817236773 ], [ 172.747167227819347, -43.543248787803677 ], [ 172.74717369830023, -43.543267861098464 ], [ 172.747199759452258, -43.543301271950426 ], [ 172.747219280449855, -43.543332285963615 ], [ 172.747242066584363, -43.543365689564823 ], [ 172.747274478921014, -43.543446761904363 ], [ 172.747293960198647, -43.543487305309093 ], [ 172.747329727349381, -43.543549326060727 ], [ 172.74736541498558, -43.543630405610052 ], [ 172.74739793704714, -43.543685272048975 ], [ 172.747440294385001, -43.543737777831183 ], [ 172.747459795756328, -43.543773556503815 ], [ 172.747456301875218, -43.543825960994397 ], [ 172.747479088325491, -43.543859364546257 ], [ 172.747505179728932, -43.543885628272918 ], [ 172.747524621532136, -43.543935701040262 ], [ 172.747540818088424, -43.543978619519088 ], [ 172.747543993776475, -43.544002450261281 ], [ 172.747556994785469, -43.544026302697461 ], [ 172.74756997592354, -43.54405491983411 ], [ 172.74759281222066, -43.544076411607222 ], [ 172.747625424172213, -43.544109836819132 ], [ 172.747641660597196, -43.544143225878642 ], [ 172.747664437331792, -43.544179011743239 ], [ 172.747687293581151, -43.544195738795224 ], [ 172.74769695995758, -43.544233878093216 ], [ 172.747716441769711, -43.544274421421655 ], [ 172.747732618683301, -43.544322104573254 ], [ 172.747735774596066, -43.544350700010774 ], [ 172.747761876255254, -43.54437458132648 ], [ 172.747781427682241, -43.54439844818662 ], [ 172.747797703997037, -43.544422307819012 ], [ 172.747807380409995, -43.544458064755496 ], [ 172.74782692195123, -43.544484313958513 ], [ 172.747836558670343, -43.544529600295782 ], [ 172.747846245052983, -43.544562974877536 ], [ 172.74785594137569, -43.544593967107453 ], [ 172.747855822221851, -43.54462255531768 ], [ 172.747881864474465, -43.544660730710262 ], [ 172.747907966324647, -43.544684611991791 ], [ 172.747934048342529, -43.54471325796893 ], [ 172.747960110534251, -43.544746668641686 ], [ 172.747986212452332, -43.544770549905131 ], [ 172.748005694629711, -43.54481109318138 ], [ 172.748008880466671, -43.54483254155695 ], [ 172.748002260700218, -43.544849203575446 ], [ 172.747985755928113, -43.544880138041293 ], [ 172.747992197066765, -43.544906358337599 ], [ 172.747998667982841, -43.544925431581198 ], [ 172.748011659444529, -43.544951666313473 ], [ 172.748037731703732, -43.54498269461677 ], [ 172.748063893282563, -43.544992281757452 ], [ 172.7480867301079, -43.545013773429666 ], [ 172.748086601140812, -43.545044743989031 ], [ 172.748086511855803, -43.545066185145416 ], [ 172.74808966797309, -43.545094780569954 ], [ 172.748089529086684, -43.545128133479558 ], [ 172.74808936043857, -43.545168633440937 ], [ 172.748118678242491, -43.545206815992969 ], [ 172.748154556345867, -43.545242630615427 ], [ 172.748180638720157, -43.545271276534386 ], [ 172.7481903353262, -43.54530226873279 ], [ 172.748213142566101, -43.545330907430838 ], [ 172.748248981141728, -43.545376251425594 ], [ 172.748275063618138, -43.545404897322591 ], [ 172.748301056909014, -43.545454984368838 ], [ 172.748327119621479, -43.545488394954866 ], [ 172.748346562614614, -43.545538467571291 ], [ 172.748375831212599, -43.545588561808415 ], [ 172.74839531391234, -43.545629105013745 ], [ 172.748411561074562, -43.545660111606544 ], [ 172.748427808253439, -43.545691118196899 ], [ 172.748453930575067, -43.545710234650052 ], [ 172.748443976195176, -43.545741183588753 ], [ 172.74844382759423, -43.545776918845945 ], [ 172.748460055008508, -43.545812690132138 ], [ 172.748486098151915, -43.54585086538129 ], [ 172.748508915641935, -43.545877121667978 ], [ 172.748508786887129, -43.545908092223641 ], [ 172.74854475476144, -43.545922465567024 ], [ 172.748564316897443, -43.545943949938376 ], [ 172.748567483186463, -43.54597016299558 ], [ 172.748583770133081, -43.545991640160864 ], [ 172.748596791778084, -43.546010727771737 ], [ 172.748603193697591, -43.546046477430927 ], [ 172.748616096559772, -43.546094153243928 ], [ 172.748635589481268, -43.546132314055143 ], [ 172.748655131920032, -43.546158563111128 ], [ 172.748674674375735, -43.546184812163645 ], [ 172.748690911932158, -43.546218201064782 ], [ 172.748700648536499, -43.546239663814461 ], [ 172.748713551516033, -43.546287339615176 ], [ 172.748729808912486, -43.546315963809683 ], [ 172.748749203027529, -43.546377948103185 ], [ 172.748768745594532, -43.546404197138934 ], [ 172.748785022835364, -43.546428056624642 ], [ 172.748788218924687, -43.546447122623029 ], [ 172.748801042873396, -43.546513857214251 ], [ 172.748817300371712, -43.546542481395463 ], [ 172.748853268696251, -43.546556854641288 ], [ 172.748866300437641, -43.546573559869834 ], [ 172.74885640546907, -43.546590214738686 ], [ 172.74885958180792, -43.546614045435035 ], [ 172.748892225490778, -43.546640323225198 ], [ 172.748902001789872, -43.546652256555745 ], [ 172.74890843362229, -43.546680859143883 ], [ 172.748908305068397, -43.546711829696136 ], [ 172.748927818147706, -43.546745225754002 ], [ 172.748953881759604, -43.546778636191789 ], [ 172.748970139400939, -43.546807260350278 ], [ 172.748963519680359, -43.546823922418774 ], [ 172.748973216933024, -43.546854914543914 ], [ 172.748963223080835, -43.54689539292221 ], [ 172.748930411134609, -43.546909615104667 ], [ 172.748943403423056, -43.546935849723965 ], [ 172.748946579813662, -43.54695968041657 ], [ 172.748969388033572, -43.546988318957823 ], [ 172.749008592387071, -43.547012228745771 ], [ 172.749034735229202, -43.547026580363536 ], [ 172.7490607891379, -43.54706237312579 ], [ 172.749099825592424, -43.547126782832876 ], [ 172.7491225944257, -43.547164950743117 ], [ 172.749155149606423, -43.547212669606715 ], [ 172.749177928385109, -43.547248455155547 ], [ 172.749200736822985, -43.547277093649726 ], [ 172.749220181108086, -43.547327166105028 ], [ 172.749242910588976, -43.547374863390139 ], [ 172.749272220310587, -43.547415427985896 ], [ 172.749288458524376, -43.54744881679656 ], [ 172.749301381968166, -43.547491727822745 ], [ 172.749311079499535, -43.547522719916287 ], [ 172.749320777040765, -43.54755371200887 ], [ 172.749346851088177, -43.547584740003813 ], [ 172.749366384431454, -43.54761337128329 ], [ 172.74938591779312, -43.547642002559328 ], [ 172.749392330217518, -43.547675369815792 ], [ 172.749401958736769, -43.547723038349673 ], [ 172.749418118151709, -43.547775485939006 ], [ 172.749437592380133, -43.547818411304405 ], [ 172.749460381419993, -43.547851814444343 ], [ 172.749509027716329, -43.547968657230982 ], [ 172.749557733381664, -43.548071205896733 ], [ 172.749593505545363, -43.548133225902525 ], [ 172.749596583631273, -43.548180880069665 ], [ 172.749596455422989, -43.548211850615381 ], [ 172.74955368867677, -43.548257021996974 ], [ 172.749550147012258, -43.54832133826212 ], [ 172.749585978490842, -43.54836906417038 ], [ 172.749595617132996, -43.548414350333189 ], [ 172.749615131137233, -43.548447746266078 ], [ 172.749654267670252, -43.5484883322763 ], [ 172.749680332430785, -43.54852174254107 ], [ 172.749726019759919, -43.548562342868323 ], [ 172.74977499236013, -43.548600567995955 ], [ 172.749840262982701, -43.548657887732048 ], [ 172.749885861863305, -43.548719929140489 ], [ 172.749915064316355, -43.548786699408822 ], [ 172.749937647154553, -43.548870131788135 ], [ 172.749966839888742, -43.548939284391238 ], [ 172.749989600099951, -43.548979834469101 ], [ 172.750022225855844, -43.549010876628842 ], [ 172.750028628927566, -43.549046626192215 ], [ 172.750051418754026, -43.549080029209051 ], [ 172.75007745445717, -43.549120586429076 ], [ 172.75009364435482, -43.549165886864358 ], [ 172.750080306571476, -43.54922303461079 ], [ 172.750083375249119, -43.549273071106072 ], [ 172.750079873457423, -43.549327857980295 ], [ 172.750112479762208, -43.549363664811501 ], [ 172.750148371344096, -43.549397096441766 ], [ 172.750194069485786, -43.549435314228823 ], [ 172.750216889063751, -43.549461570163224 ], [ 172.750262400405802, -43.549545052558194 ], [ 172.750301331547888, -43.549635667675197 ], [ 172.750343607054475, -43.549709613485781 ], [ 172.750385980980383, -43.549759735788477 ], [ 172.750418332108922, -43.549857483608271 ], [ 172.750441004500402, -43.549919474733244 ], [ 172.750463765395807, -43.54996002471141 ], [ 172.750489791924309, -43.550002964181935 ], [ 172.750476582092801, -43.550029141428894 ], [ 172.750483005194013, -43.550060126263261 ], [ 172.750505726861974, -43.550110205628371 ], [ 172.750538265058793, -43.550162688778016 ], [ 172.750587062635589, -43.550243795833453 ], [ 172.750603135333051, -43.550317684376971 ], [ 172.75063237863057, -43.550374925051408 ], [ 172.750674743439362, -43.550427429591892 ], [ 172.750687639034084, -43.550477487489616 ], [ 172.750680950638099, -43.550510826089294 ], [ 172.75069385607523, -43.550558501636786 ], [ 172.750719843747902, -43.550610970446925 ], [ 172.750752402033157, -43.550658688834389 ], [ 172.750781586737304, -43.550730223560961 ], [ 172.750801003982417, -43.550787442769327 ], [ 172.75081721449294, -43.550827978393734 ], [ 172.750830188805566, -43.550858977482171 ], [ 172.7508463993546, -43.550899513101996 ], [ 172.75089203038479, -43.550954407045083 ], [ 172.750937641877044, -43.551014065667104 ], [ 172.750963639764677, -43.55106415206992 ], [ 172.750979762179327, -43.551126128808029 ], [ 172.75099592385908, -43.55117857614858 ], [ 172.751008810069521, -43.551231016353171 ], [ 172.75102484431136, -43.551314434221013 ], [ 172.751083666075914, -43.551347915477905 ], [ 172.751112998554333, -43.551383714883933 ], [ 172.751125963333635, -43.551417096285029 ], [ 172.751155305672427, -43.551450513331325 ], [ 172.751187884351964, -43.551493466892538 ], [ 172.751210636536484, -43.551536399062023 ], [ 172.751236674067997, -43.551576956005036 ], [ 172.751249599763611, -43.551619866785394 ], [ 172.75125924015893, -43.55166515278642 ], [ 172.751291799434171, -43.551712871013862 ], [ 172.751314551774357, -43.551755803161363 ], [ 172.75133071391042, -43.551808250449909 ], [ 172.751346885868799, -43.5518583153873 ], [ 172.751366372562643, -43.551898858051445 ], [ 172.751395636926276, -43.551951333821542 ], [ 172.751411808976144, -43.552001398748715 ], [ 172.751414849510326, -43.552058582232029 ], [ 172.751417997759546, -43.552089559882688 ], [ 172.751408014453688, -43.552127656091002 ], [ 172.751420959970204, -43.552165802151748 ], [ 172.751414242411443, -43.552206287829954 ], [ 172.751404308045409, -43.552232472295557 ], [ 172.751400797473991, -43.552289641532575 ], [ 172.751423559898427, -43.552330191306488 ], [ 172.751462709938266, -43.552368394330784 ], [ 172.75147245829703, -43.55238747447779 ], [ 172.751485423487566, -43.552420855833233 ], [ 172.751501625101383, -43.552463773699372 ], [ 172.751537382264132, -43.552530557756704 ], [ 172.751553583943917, -43.5525734756148 ], [ 172.751566568790821, -43.552602092263818 ], [ 172.751592577661711, -43.552649796164367 ], [ 172.75160556254329, -43.552678412808646 ], [ 172.751595628181605, -43.552704597288731 ], [ 172.751588988960236, -43.552726024188445 ], [ 172.751605298359181, -43.552742736208579 ], [ 172.751637975884222, -43.552761866153041 ], [ 172.751677018738093, -43.55282627493132 ], [ 172.75170299844936, -43.552881125849609 ], [ 172.75172573195772, -43.552928822604436 ], [ 172.751719053636606, -43.552959778903151 ], [ 172.751699302281168, -43.552983559702966 ], [ 172.751669743693924, -43.553002554459773 ], [ 172.751695782160539, -43.553043111290066 ], [ 172.751718584185369, -43.553074131609002 ], [ 172.751734815476652, -43.553109902393999 ], [ 172.751751017450005, -43.553152820220468 ], [ 172.751760687796036, -43.55319095912462 ], [ 172.751786804625283, -43.553212457149478 ], [ 172.751799799495615, -43.553238691421413 ], [ 172.751816069984642, -43.553264932802271 ], [ 172.751842118437168, -43.553303107249945 ], [ 172.7518452767425, -43.553331702534805 ], [ 172.751841854498878, -43.553367430643974 ], [ 172.751848298197189, -43.553393650690225 ], [ 172.751825290686554, -43.553412659704392 ], [ 172.751818641691187, -43.55343646896268 ], [ 172.751798831554851, -43.553474543864588 ], [ 172.751788887366757, -43.553503110705563 ], [ 172.751785513968599, -43.553526927072667 ], [ 172.75180176497409, -43.553557933150067 ], [ 172.751821330726841, -43.553579416944125 ], [ 172.751840828064019, -43.553617577169454 ], [ 172.751873496360901, -43.553639089392775 ], [ 172.751896328020763, -43.553662962630391 ], [ 172.751919110835729, -43.553698747602361 ], [ 172.751905959446219, -43.553710630910381 ], [ 172.751912364116777, -43.55374638034268 ], [ 172.751935176288356, -43.553775018267736 ], [ 172.751967854474458, -43.553794148116054 ], [ 172.751980800696288, -43.553832294103955 ], [ 172.751974181026583, -43.553848956326377 ], [ 172.751993727394989, -43.553875204785648 ], [ 172.751993600388801, -43.553906175306039 ], [ 172.752006605265819, -43.553930027204146 ], [ 172.752022856492204, -43.553961033248463 ], [ 172.752045619958267, -43.554001582889171 ], [ 172.752048788162398, -43.554027795817554 ], [ 172.752064951533896, -43.554080242984391 ], [ 172.752091020024494, -43.554113652675831 ], [ 172.752094207785575, -43.554135100907239 ], [ 172.752120315375123, -43.554158981201233 ], [ 172.752146432749043, -43.554180479141614 ], [ 172.752165998824893, -43.554201962875126 ], [ 172.752172472039376, -43.554221035856962 ], [ 172.75217886715771, -43.554259167619229 ], [ 172.752168883966476, -43.554297263879768 ], [ 172.752185115849386, -43.554333034594592 ], [ 172.752198042798568, -43.554375945250023 ], [ 172.752214225913661, -43.554423627698014 ], [ 172.752243570306177, -43.554457044452349 ], [ 172.752256497323003, -43.55449995510039 ], [ 172.752269502430465, -43.554523806966671 ], [ 172.752269404839865, -43.554547630441675 ], [ 172.752282429479749, -43.554566717611351 ], [ 172.752301976212721, -43.55459296601552 ], [ 172.752295307756867, -43.554621539991679 ], [ 172.752295171143743, -43.554654892856178 ], [ 172.752298290699144, -43.554693017512214 ], [ 172.752307961632425, -43.554731156361179 ], [ 172.75233077436107, -43.554759794203726 ], [ 172.752356706710003, -43.554826556695275 ], [ 172.752379451213699, -43.554871870959431 ], [ 172.752392436940369, -43.554900487505229 ], [ 172.752402176243379, -43.554921949913542 ], [ 172.752401990917861, -43.554967214513283 ], [ 172.752405149571359, -43.554995809775185 ], [ 172.752424676989278, -43.555026822851509 ], [ 172.752437672522944, -43.555053057044191 ], [ 172.752444077646544, -43.555088806439379 ], [ 172.752453777989928, -43.555119798231871 ], [ 172.752456975683089, -43.555138864102531 ], [ 172.752466646786502, -43.555177002935487 ], [ 172.752479505856144, -43.555236589984411 ], [ 172.752492433204594, -43.555279500600697 ], [ 172.75249551391309, -43.55532715463643 ], [ 172.752508353542595, -43.555391506375045 ], [ 172.752511366020059, -43.55545583683957 ], [ 172.752507934293988, -43.555493947303162 ], [ 172.752504473313053, -43.555539204807758 ], [ 172.752507593043532, -43.555577329452603 ], [ 172.75251721549941, -43.555627380014073 ], [ 172.752526857469633, -43.555672665880181 ], [ 172.752536528701029, -43.555710804703978 ], [ 172.752552702687325, -43.555760869441443 ], [ 172.752558922738274, -43.555841883419404 ], [ 172.752539112272586, -43.555879958432755 ], [ 172.752542251539069, -43.555913318380526 ], [ 172.75254538106023, -43.555949060674969 ], [ 172.75256478213285, -43.556011044233323 ], [ 172.752584163750583, -43.556077792481652 ], [ 172.7525970036302, -43.556142144202447 ], [ 172.75260329200276, -43.556206481744802 ], [ 172.752599626370511, -43.55630176853024 ], [ 172.752592626466907, -43.556411342306042 ], [ 172.752579347899569, -43.556454196192689 ], [ 172.752556212719753, -43.556504175849092 ], [ 172.752533165245694, -43.556532714379884 ], [ 172.752526477181704, -43.556566053052968 ], [ 172.752522938151373, -43.556630369322896 ], [ 172.752503078649596, -43.556680356057328 ], [ 172.752506217935718, -43.556713716001447 ], [ 172.752506091179441, -43.556744686507621 ], [ 172.752492851480611, -43.556778010994954 ], [ 172.752492685713065, -43.556818510887105 ], [ 172.752476082423186, -43.556873269399567 ], [ 172.752452956748868, -43.556920866684273 ], [ 172.752436441174325, -43.556954184071188 ], [ 172.752413305683319, -43.557004163693563 ], [ 172.752416444935875, -43.557037523638172 ], [ 172.752422889267336, -43.557063743636675 ], [ 172.752419291571073, -43.557142353976118 ], [ 172.752415781652843, -43.557199523196644 ], [ 172.752425501823097, -43.557225750288033 ], [ 172.752445029966424, -43.557256763350509 ], [ 172.752461262799301, -43.557292534009861 ], [ 172.752493874790105, -43.557328340125601 ], [ 172.752506900095852, -43.557347427261995 ], [ 172.752510019915974, -43.557385551894896 ], [ 172.75249334822513, -43.557456986828356 ], [ 172.752469929773639, -43.557576054499641 ], [ 172.752440154601743, -43.557647461052895 ], [ 172.752433476114106, -43.557678417367377 ], [ 172.752430014944991, -43.557723674851964 ], [ 172.752433203010895, -43.557745123061075 ], [ 172.752413450364088, -43.557768903961197 ], [ 172.752393639170123, -43.557806978934735 ], [ 172.752380428441597, -43.557833156363714 ], [ 172.752386843573902, -43.557866523399163 ], [ 172.75237689893163, -43.557895090268183 ], [ 172.752350555466023, -43.557928386350916 ], [ 172.752340562009181, -43.557968864946801 ], [ 172.752310923109832, -43.558006918615909 ], [ 172.752297673264934, -43.558042625418395 ], [ 172.752297536636803, -43.558075978262863 ], [ 172.752303990784156, -43.558099815917423 ], [ 172.752303863918144, -43.558130786415575 ], [ 172.752293880155378, -43.558168882659807 ], [ 172.752270831919702, -43.558197421127588 ], [ 172.752260887167552, -43.558225987984585 ], [ 172.75226403615693, -43.558256965580242 ], [ 172.752244283275701, -43.558280746448432 ], [ 172.752231111425544, -43.558297394473904 ], [ 172.752194832661331, -43.558356875024664 ], [ 172.75216192735823, -43.558392539205727 ], [ 172.752171540201061, -43.558444972117776 ], [ 172.752158280411919, -43.558483061246775 ], [ 172.75211878416863, -43.558528240594846 ], [ 172.75209902137405, -43.55855440378226 ], [ 172.752053100243245, -43.55856859840555 ], [ 172.752010454986532, -43.558582800115936 ], [ 172.751977647170861, -43.55859464078447 ], [ 172.751954657260171, -43.558608885111177 ], [ 172.75193155982717, -43.558649335236169 ], [ 172.751928176414964, -43.558675533931179 ], [ 172.751934483874351, -43.558735106789285 ], [ 172.751914642736352, -43.558780328708878 ], [ 172.751855441779696, -43.558837377039204 ], [ 172.75184551627936, -43.558861179164886 ], [ 172.751842103485473, -43.558894524893063 ], [ 172.751848498876228, -43.558932656643236 ], [ 172.75184509585705, -43.558963620025501 ], [ 172.751848137121073, -43.559020803429291 ], [ 172.751801990659715, -43.559089791896717 ], [ 172.751768986921206, -43.559149279413482 ], [ 172.751706558449541, -43.559194408821938 ], [ 172.751670415607549, -43.559220536358374 ], [ 172.751653996817566, -43.55923003016202 ], [ 172.751588360756244, -43.559258475971163 ], [ 172.751542350867084, -43.559294111494495 ], [ 172.751529139442596, -43.559320288816608 ], [ 172.751489710720477, -43.559348791520833 ], [ 172.751450330926019, -43.55936538248455 ], [ 172.751368305129063, -43.559396174901678 ], [ 172.751325619936495, -43.559419905733961 ], [ 172.751308965872511, -43.55948657577396 ], [ 172.751305484154727, -43.55953659789833 ], [ 172.751285652080611, -43.559579437355417 ], [ 172.751232933039688, -43.559653176021094 ], [ 172.751200016658601, -43.559691222259261 ], [ 172.751147464101109, -43.559724461016479 ], [ 172.751098108989027, -43.559776765641899 ], [ 172.751071705147695, -43.559824355485794 ], [ 172.751071587450951, -43.559852943626595 ], [ 172.751071499178295, -43.559874384732105 ], [ 172.751038661049876, -43.559893372161518 ], [ 172.751005754226071, -43.559929035996518 ], [ 172.750985980678678, -43.559957581327858 ], [ 172.750959684607437, -43.559978965349103 ], [ 172.750926895456217, -43.559986041020935 ], [ 172.750890741988428, -43.560014550650266 ], [ 172.750880806097655, -43.560040735030846 ], [ 172.750857697579363, -43.560083567270645 ], [ 172.750837963180771, -43.560102583195643 ], [ 172.750795306738098, -43.560119166790543 ], [ 172.750769030169238, -43.560135786077247 ], [ 172.750745990282269, -43.560161941879315 ], [ 172.750729571091483, -43.560171435547694 ], [ 172.750693525473565, -43.560173739319801 ], [ 172.750644366101596, -43.560178396846531 ], [ 172.750614842961539, -43.560187861917974 ], [ 172.750591714544157, -43.560235458791929 ], [ 172.750545546060295, -43.560309211421384 ], [ 172.750496180118091, -43.560363898123931 ], [ 172.75045007041561, -43.560423356644385 ], [ 172.75042380345343, -43.56043759350559 ], [ 172.750384363645566, -43.560468478164694 ], [ 172.750344913960504, -43.560501745154546 ], [ 172.750266053820269, -43.560558749714126 ], [ 172.750216766157109, -43.560594377535757 ], [ 172.750180611990402, -43.560622886935768 ], [ 172.750160798448803, -43.560660961497653 ], [ 172.75017054772124, -43.560680041730151 ], [ 172.750167212648535, -43.56069432863886 ], [ 172.750157315709203, -43.560710983574296 ], [ 172.750134314719048, -43.560727609871215 ], [ 172.75012111221551, -43.560751404677283 ], [ 172.750091628101927, -43.56075134023375 ], [ 172.750104663227035, -43.560768045287816 ], [ 172.750091441008919, -43.560796604779242 ], [ 172.750061878087877, -43.560815599083838 ], [ 172.750015905512811, -43.560841704600264 ], [ 172.749973228620291, -43.560863052573367 ], [ 172.749937015059118, -43.560905855960883 ], [ 172.749920506855148, -43.560936790610675 ], [ 172.749877760873431, -43.560974814958229 ], [ 172.749818703709167, -43.560996127036766 ], [ 172.749779312524453, -43.561015099760766 ], [ 172.749752995845199, -43.561041248187031 ], [ 172.749707052552026, -43.561060206544553 ], [ 172.74966438526036, -43.56107917205663 ], [ 172.749634802336914, -43.561102930937764 ], [ 172.749618274192699, -43.56113863023085 ], [ 172.749611653063482, -43.561155292291581 ], [ 172.749578784179022, -43.561181426327352 ], [ 172.749526288651168, -43.561200370260053 ], [ 172.749467221271402, -43.561224064499569 ], [ 172.749398305978445, -43.561252501854881 ], [ 172.749342563922085, -43.561264291489408 ], [ 172.749293334411277, -43.561285624840963 ], [ 172.749253932993355, -43.561306979726268 ], [ 172.749234217452511, -43.561321230679923 ], [ 172.749214501902344, -43.561335481630138 ], [ 172.749158710314219, -43.561359182895046 ], [ 172.749119368113924, -43.561366243669035 ], [ 172.749073493587105, -43.561368525361324 ], [ 172.749021017518089, -43.561382704372534 ], [ 172.748978359675419, -43.561399287282391 ], [ 172.748919301780916, -43.561420598892994 ], [ 172.748856977691077, -43.561439520932659 ], [ 172.748801215561656, -43.561456074990197 ], [ 172.748742147649153, -43.561479768852713 ], [ 172.748663462986485, -43.561493890099463 ], [ 172.748601178365476, -43.561503282623356 ], [ 172.748565121967886, -43.561507968065683 ], [ 172.748522463912451, -43.561524550804577 ], [ 172.748483151263088, -43.561524464327263 ], [ 172.748417620268071, -43.561526702512296 ], [ 172.748371715849174, -43.561536130954202 ], [ 172.748309431139973, -43.561545523318905 ], [ 172.748263556448023, -43.561547804685731 ], [ 172.748201241944997, -43.561564344022877 ], [ 172.748142243161482, -43.561571361167516 ], [ 172.748040695336783, -43.56156875505846 ], [ 172.747965316246933, -43.561575736012117 ], [ 172.747906386959102, -43.561566076628559 ], [ 172.747840816155332, -43.561577843857812 ], [ 172.747775314895961, -43.561572934643216 ], [ 172.747719621934721, -43.561572811765672 ], [ 172.747640946859178, -43.561584549963854 ], [ 172.747555759426518, -43.561586744266044 ], [ 172.747496750598231, -43.561596143421035 ], [ 172.747450885790016, -43.561596042117934 ], [ 172.747411573097452, -43.561595955272061 ], [ 172.747365678425581, -43.561603000965761 ], [ 172.747332907888875, -43.561605310914359 ], [ 172.74729361510569, -43.561600459340617 ], [ 172.747287092863218, -43.561593297827287 ], [ 172.747283896468957, -43.561574231836786 ], [ 172.747270871910303, -43.561555144121314 ], [ 172.747228313069741, -43.561547902939743 ], [ 172.747185714392316, -43.561550191116929 ], [ 172.747153013618998, -43.561535824608548 ], [ 172.747133427039415, -43.561519104730628 ], [ 172.747103992383103, -43.561507127797505 ], [ 172.747077833790627, -43.561495158104108 ], [ 172.747032018899461, -43.561483144914938 ], [ 172.746969833742696, -43.561468713113165 ], [ 172.74687168188558, -43.561437525092991 ], [ 172.746799848254426, -43.56138018925342 ], [ 172.746714870667546, -43.561332353713254 ], [ 172.746636465263151, -43.561279767942494 ], [ 172.746571164145223, -43.561227211165594 ], [ 172.746492729035339, -43.561181772326982 ], [ 172.746414264067425, -43.561143480465489 ], [ 172.746355485367076, -43.561098085128322 ], [ 172.746293430726951, -43.561052682491109 ], [ 172.746215106050556, -43.560981037680968 ], [ 172.746153141656094, -43.560914193873771 ], [ 172.746120621535795, -43.560856944882801 ], [ 172.746097819471487, -43.560825923489638 ], [ 172.746084865482203, -43.560790159231566 ], [ 172.746068665512894, -43.560747240664504 ], [ 172.746045883529177, -43.560711454572946 ], [ 172.746003425511361, -43.560680389498287 ], [ 172.745980623573473, -43.560649368081059 ], [ 172.745948103758053, -43.560592119039107 ], [ 172.745905766016364, -43.560532465801906 ], [ 172.745892882289212, -43.560480025113726 ], [ 172.745896328493359, -43.56043953254914 ], [ 172.745883554933158, -43.560360886076261 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2010-02-03", "DSASDate": "3/02/2010", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_03FEB2010.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747059386300919, -43.552121167940115 ], [ 172.747062572175224, -43.552142616314683 ], [ 172.747075554803217, -43.552171233470446 ], [ 172.747088537443432, -43.552199850624646 ], [ 172.747094988919798, -43.552223688591262 ], [ 172.747098184773876, -43.552242754616962 ], [ 172.747098075192042, -43.552268960439619 ], [ 172.747094700018437, -43.552292776669141 ], [ 172.74709461035917, -43.552314217796592 ], [ 172.747101061849889, -43.552338055762426 ], [ 172.747114084383213, -43.552357143523096 ], [ 172.747123811444538, -43.55238098873248 ], [ 172.747130282875332, -43.552400062001517 ], [ 172.747139980068681, -43.55243105425172 ], [ 172.747139750979215, -43.552485848242789 ], [ 172.747142897059319, -43.552516826003526 ], [ 172.747152604237556, -43.552545435904669 ], [ 172.747155780206725, -43.552569266622577 ], [ 172.747155620849384, -43.552607384180781 ], [ 172.747162092314113, -43.552626457447325 ], [ 172.747171809477948, -43.552652684998996 ], [ 172.747174955582835, -43.552683662758007 ], [ 172.74717812160884, -43.552709875822082 ], [ 172.747184483545169, -43.552755154907658 ], [ 172.747194140988881, -43.552795676540804 ], [ 172.747197336903668, -43.552814742561964 ], [ 172.747200532820415, -43.552833808582989 ], [ 172.747200443197016, -43.552855249708585 ], [ 172.747200363531647, -43.5528743084868 ], [ 172.747203539536315, -43.552898139202078 ], [ 172.74720670558554, -43.552924352264434 ], [ 172.74719681907186, -43.55293862462019 ], [ 172.747193463815478, -43.552957676155337 ], [ 172.747199835746727, -43.553000572890987 ], [ 172.747212868410713, -43.553017278291399 ], [ 172.74721276883335, -43.553041101763512 ], [ 172.747219240361886, -43.553060175025557 ], [ 172.747222386511282, -43.55309115278115 ], [ 172.747245255950901, -43.55310549755611 ], [ 172.747251598065304, -43.553155541329396 ], [ 172.747258019838114, -43.553186526324708 ], [ 172.747254644674513, -43.55321034255514 ], [ 172.74724802377284, -43.553227004502702 ], [ 172.747231566094854, -43.553246027072035 ], [ 172.747237957996276, -43.55328415910931 ], [ 172.747241084252948, -43.553319901557408 ], [ 172.747234353808437, -43.55336276932173 ], [ 172.747227722926993, -43.553381813614692 ], [ 172.747214500982778, -43.553410372811037 ], [ 172.747191452178754, -43.553438910277244 ], [ 172.747181456026482, -43.553479388447414 ], [ 172.747171509658358, -43.553507954881383 ], [ 172.747161563280827, -43.553536521314342 ], [ 172.74715158701278, -43.55357223478719 ], [ 172.74712525253122, -43.553603147341782 ], [ 172.747098947909905, -43.553626912849282 ], [ 172.747082460186476, -43.553653082436256 ], [ 172.747052909790796, -43.553669693645951 ], [ 172.747013542457381, -43.553683900757193 ], [ 172.746961002811332, -43.553714755285398 ], [ 172.746891895508298, -43.553790838122517 ], [ 172.746849082893078, -43.553845537820791 ], [ 172.746799698970307, -43.553904987687581 ], [ 172.746770028667981, -43.553950186983997 ], [ 172.746733807029671, -43.553995371760145 ], [ 172.746700950789545, -43.554019122661174 ], [ 172.74668777834998, -43.554035770058981 ], [ 172.74667774184357, -43.55408577756652 ], [ 172.746648051400172, -43.554135741522693 ], [ 172.74661177965001, -43.554192837991337 ], [ 172.746585414672751, -43.554230897456698 ], [ 172.746575467898111, -43.554259463834043 ], [ 172.746558959806862, -43.554290398034759 ], [ 172.74653262470855, -43.554321310447449 ], [ 172.746525973529344, -43.554345119388792 ], [ 172.746509515318792, -43.554364141849163 ], [ 172.746486395909329, -43.554409355592277 ], [ 172.746479704753682, -43.554442693916414 ], [ 172.746463226526373, -43.554466481062654 ], [ 172.746443472613606, -43.554490260941918 ], [ 172.746443342762319, -43.55452123144579 ], [ 172.746439927246286, -43.554554577031382 ], [ 172.746439667539306, -43.554616518038273 ], [ 172.74643617210441, -43.554668922394256 ], [ 172.746445739449172, -43.554730885193784 ], [ 172.746442244012485, -43.554783289548901 ], [ 172.746438718602946, -43.554842840942364 ], [ 172.746431917491321, -43.554902385070214 ], [ 172.746411973614073, -43.554971429520847 ], [ 172.746385558214456, -43.55502140066492 ], [ 172.746369069799755, -43.555047570140907 ], [ 172.746362388499165, -43.555078526107913 ], [ 172.746355707191668, -43.555109482074386 ], [ 172.746349005892199, -43.555145202732582 ], [ 172.746342344555842, -43.555171394005562 ], [ 172.746315869047635, -43.555235659208215 ], [ 172.746292759152169, -43.555278490557995 ], [ 172.74627292494128, -43.555321329172273 ], [ 172.746246469286291, -43.555380829664699 ], [ 172.746210066430251, -43.555468896488875 ], [ 172.746180264924561, -43.555545066114576 ], [ 172.746157004810527, -43.555623632623202 ], [ 172.746130398888397, -43.555718868273502 ], [ 172.746094005660495, -43.555804552708729 ], [ 172.746067349538947, -43.555911700069899 ], [ 172.746060567945023, -43.555966479471742 ], [ 172.746069626396434, -43.555989806612637 ], [ 172.746057102111081, -43.556011736765484 ], [ 172.746056962050716, -43.556045089605917 ], [ 172.746063373506985, -43.556078456997575 ], [ 172.74607626646565, -43.556128515359369 ], [ 172.746085853671957, -43.556185713481447 ], [ 172.746092165128744, -43.556242904327398 ], [ 172.746095230835493, -43.556292940860864 ], [ 172.746072090364919, -43.556342919193575 ], [ 172.746068654528671, -43.556381029447834 ], [ 172.746070066738554, -43.556437393970391 ], [ 172.746068404428854, -43.556440588087504 ], [ 172.746068204348461, -43.556488234998788 ], [ 172.746077621539911, -43.556585932991965 ], [ 172.746093550331125, -43.556693174914521 ], [ 172.74610961921303, -43.55676706399683 ], [ 172.746115900743632, -43.556831401872117 ], [ 172.746148088678126, -43.55696726829725 ], [ 172.746160971892493, -43.557019708987674 ], [ 172.746190214191671, -43.557076950728643 ], [ 172.746199961636933, -43.557096031307196 ], [ 172.746209579105511, -43.557146082373947 ], [ 172.746219106604769, -43.557217574547018 ], [ 172.74622861413016, -43.557293831408941 ], [ 172.746238211657868, -43.557348647162144 ], [ 172.746267454187887, -43.557405888880609 ], [ 172.746283713389545, -43.557434513371646 ], [ 172.746286679352863, -43.557508373341769 ], [ 172.746280007728387, -43.557536946944694 ], [ 172.746286359487215, -43.557584608386641 ], [ 172.746289515378947, -43.557613203797615 ], [ 172.746259952829263, -43.557632197130637 ], [ 172.746246709494983, -43.557665520880541 ], [ 172.746246509546552, -43.557713167782239 ], [ 172.746262348953366, -43.557841850766785 ], [ 172.746281824147843, -43.557884776596346 ], [ 172.74629484760851, -43.557903864434074 ], [ 172.746304525252384, -43.55793962141631 ], [ 172.74630440530953, -43.557968209556122 ], [ 172.74633373814612, -43.558004010147677 ], [ 172.746346691693532, -43.558039774393897 ], [ 172.746372638804502, -43.558101773501676 ], [ 172.746398546001956, -43.55817330198267 ], [ 172.746447144638296, -43.558302057590737 ], [ 172.746499169182357, -43.558395085266802 ], [ 172.746505551163438, -43.558435599655589 ], [ 172.74652497678639, -43.558490437164181 ], [ 172.74653467463142, -43.558521429434258 ], [ 172.746560721993262, -43.558559605047378 ], [ 172.746580287489934, -43.558581089718871 ], [ 172.746586739434889, -43.558604927688656 ], [ 172.746589905503896, -43.558631140741952 ], [ 172.74660614521801, -43.558664529871621 ], [ 172.746605835725916, -43.558738382558211 ], [ 172.746599154129825, -43.558769338518296 ], [ 172.746599044306748, -43.558795544309937 ], [ 172.746582515009237, -43.558831243175753 ], [ 172.7465659956774, -43.558864559694257 ], [ 172.746546210402016, -43.558895486603411 ], [ 172.746526445079951, -43.558921648819656 ], [ 172.746493546120377, -43.558954929012188 ], [ 172.74643114389778, -43.558992908498709 ], [ 172.746385151166521, -43.559023777252236 ], [ 172.746371927578764, -43.559052336318857 ], [ 172.746339128405538, -43.559061793020547 ], [ 172.746306259253203, -43.559087926124398 ], [ 172.746283187851844, -43.559121228061656 ], [ 172.746230623100274, -43.559156846901196 ], [ 172.746168200502183, -43.559199590930838 ], [ 172.746096000045782, -43.559230401378926 ], [ 172.746023829536171, -43.559254064747897 ], [ 172.746004033847953, -43.559287373904475 ], [ 172.745971074348546, -43.559334948009443 ], [ 172.745948042707084, -43.559358720499631 ], [ 172.74591838909609, -43.559399154834992 ], [ 172.745885479529392, -43.559434817192603 ], [ 172.745842732083361, -43.559472840037941 ], [ 172.745832814127368, -43.559494259288641 ], [ 172.745816364305171, -43.559510899283822 ], [ 172.745790056590096, -43.559534664457942 ], [ 172.745767014784235, -43.559560819254671 ], [ 172.745743892815256, -43.559606032800183 ], [ 172.745737220698373, -43.559634606359701 ], [ 172.745737130534792, -43.559656047457253 ], [ 172.745753390085099, -43.55968467201329 ], [ 172.745756565864554, -43.55970850273976 ], [ 172.745769549481508, -43.559737120008336 ], [ 172.74577599121119, -43.559763340362693 ], [ 172.745821654325397, -43.559811089216858 ], [ 172.745851047847054, -43.559832595857507 ], [ 172.745929610865858, -43.559847064668077 ], [ 172.745972258433312, -43.559832865234696 ], [ 172.74600832403604, -43.559825798262587 ], [ 172.746014815915089, -43.559840106882675 ], [ 172.745991794105663, -43.559861497035008 ], [ 172.745968732243398, -43.559892416559052 ], [ 172.745932406321288, -43.559961424464817 ], [ 172.745915846274926, -43.560004270257366 ], [ 172.74591248020127, -43.560025704073396 ], [ 172.745912400110029, -43.560044762825747 ], [ 172.745899116001965, -43.560087615895597 ], [ 172.745902221776447, -43.560128123024583 ], [ 172.745898815642875, -43.560159086215677 ], [ 172.745882315593889, -43.560187637937865 ], [ 172.745885491449627, -43.560211468658864 ], [ 172.745885381311723, -43.560237674442391 ], [ 172.745881975163144, -43.560268637632355 ], [ 172.745881925099695, -43.560280549352044 ], [ 172.745875293023914, -43.560299593540535 ], [ 172.745875212920168, -43.560318652291897 ], [ 172.745868560811545, -43.560342461167693 ], [ 172.745874992634441, -43.560371063857836 ], [ 172.745884800582076, -43.56037585038996 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.503928189775019", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731281421190772, -43.506299120434811 ], [ 172.73131029756334, -43.50643021966502 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.503928189775019", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731307024494754, -43.506430211973608 ], [ 172.731342954289687, -43.5064469731198 ], [ 172.731424527528446, -43.506504342079893 ], [ 172.731460425716705, -43.506528250280162 ], [ 172.731512150796277, -43.506673697444583 ], [ 172.731560624147448, -43.506814372171192 ], [ 172.731631734983978, -43.507017042103762 ], [ 172.731657550413615, -43.507100486281026 ], [ 172.731644299682756, -43.507136191006232 ], [ 172.731614725613468, -43.507162327863306 ], [ 172.731614598950216, -43.507190916224538 ], [ 172.731591592176045, -43.50721230371375 ], [ 172.73157835193831, -43.507245626067053 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.383401604740997", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73157835193831, -43.507245626067053 ], [ 172.731814557370626, -43.507863218834515 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.63395226368458", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73181517383415, -43.507864999691435 ], [ 172.731840774179915, -43.507856133158938 ], [ 172.731857161000875, -43.507851406813245 ], [ 172.73186692770949, -43.507863341656559 ], [ 172.731893060156182, -43.507875314874582 ], [ 172.731899501006581, -43.50789915385613 ], [ 172.731912445985586, -43.507932537638787 ], [ 172.73194504043181, -43.507963585098778 ], [ 172.731964563381808, -43.507989837132413 ], [ 172.731984107430776, -43.508011324436318 ], [ 172.732013175842042, -43.508099540919645 ], [ 172.732032635630048, -43.508140087119934 ], [ 172.732039055485188, -43.508168690818898 ], [ 172.732058504774358, -43.508211619377491 ], [ 172.732081216720985, -43.508256937965179 ], [ 172.732123546650001, -43.508307067285962 ], [ 172.732165876648907, -43.508357196590815 ], [ 172.732165750240512, -43.508385784947343 ], [ 172.732172180717839, -43.508412006274853 ], [ 172.732178600667083, -43.508440609964879 ], [ 172.732181705309586, -43.508478735439802 ], [ 172.732188104203857, -43.50851210385499 ], [ 172.732210816359157, -43.508557422415102 ], [ 172.732243295451667, -43.508614675780528 ], [ 172.732259524490445, -43.508645684822561 ], [ 172.732265912914556, -43.508681435595498 ], [ 172.732295182106014, -43.508724387103356 ], [ 172.732317915476727, -43.508764940915114 ], [ 172.73232110444718, -43.508784007481175 ], [ 172.732324293419623, -43.50880307404708 ], [ 172.732347111055731, -43.5088245689495 ], [ 172.732337133548981, -43.508860281406264 ], [ 172.732363161253716, -43.508896078144794 ], [ 172.732379411480252, -43.508922322442956 ], [ 172.732359666992863, -43.508946100103103 ], [ 172.732356267466969, -43.508974680795404 ], [ 172.732362708614573, -43.508998519747031 ], [ 172.732369170819766, -43.509017593972594 ], [ 172.732388725867935, -43.509036698841896 ], [ 172.732398429720718, -43.509062927814888 ], [ 172.732411427843658, -43.509084399721658 ], [ 172.732401429281168, -43.50912487690794 ], [ 172.732411112104046, -43.509155870605063 ], [ 172.732433919379559, -43.509179747852016 ], [ 172.732450148666004, -43.509210756864583 ], [ 172.73245330613176, -43.509236970513825 ], [ 172.732443402282541, -43.509256006438179 ], [ 172.732443297048093, -43.509279830065445 ], [ 172.732453000962977, -43.509306059032859 ], [ 172.732452895732081, -43.509329882659927 ], [ 172.732472440384726, -43.509351369876875 ], [ 172.732498405251192, -43.50940146075839 ], [ 172.732498300037832, -43.509425284385124 ], [ 172.732494921592291, -43.509449100353933 ], [ 172.732501362844062, -43.50947293929606 ], [ 172.732534011017833, -43.50949207476949 ], [ 172.732546988241353, -43.509518311384873 ], [ 172.732592687330737, -43.509547006916868 ], [ 172.732635071160388, -43.509585224227273 ], [ 172.732651311172958, -43.509613850847018 ], [ 172.732677276299057, -43.50966394168627 ], [ 172.732686906777872, -43.509706847170634 ], [ 172.732699842059162, -43.509742613218279 ], [ 172.732709472566199, -43.509785518700227 ], [ 172.732735521910627, -43.509816550624713 ], [ 172.732745162966239, -43.509857073740655 ], [ 172.73275488812601, -43.509878537955352 ], [ 172.732758066779695, -43.509899986868525 ], [ 172.732764529204303, -43.509919061069283 ], [ 172.73278403211566, -43.509950077681573 ], [ 172.732787200273123, -43.509973908956205 ], [ 172.732803387913265, -43.510014447365243 ], [ 172.73282931130106, -43.510074067617076 ], [ 172.732835731733189, -43.510102671263141 ], [ 172.73284870921708, -43.510128907842166 ], [ 172.732855182201888, -43.510145599674743 ], [ 172.732851824870465, -43.510164650926498 ], [ 172.732851751316446, -43.510181327463478 ], [ 172.732868023111308, -43.51020280696288 ], [ 172.732864676287932, -43.510219475852423 ], [ 172.732894030691256, -43.510243368299257 ], [ 172.732893946642605, -43.510262427198448 ], [ 172.732919891234786, -43.510317282702914 ], [ 172.732939383848731, -43.510350681649449 ], [ 172.732942499566406, -43.510386424730093 ], [ 172.732942320994425, -43.510426924889948 ], [ 172.732952077826269, -43.510441241999146 ], [ 172.732958561376194, -43.510455551462798 ], [ 172.732981411365813, -43.510469899147651 ], [ 172.732997704287953, -43.510486613903204 ], [ 172.732984548119305, -43.510500877501848 ], [ 172.732977917518269, -43.510519921112113 ], [ 172.732987674373419, -43.510534238218106 ], [ 172.733010492894778, -43.510555732983931 ], [ 172.733039910520887, -43.51056533121875 ], [ 172.733043047309025, -43.5105963095709 ], [ 172.733026554826097, -43.510624859705345 ], [ 172.733052657192104, -43.510643979743051 ], [ 172.733068866185704, -43.510679753386192 ], [ 172.733049142392389, -43.510698766432796 ], [ 172.733032670885819, -43.510722551843074 ], [ 172.733042406785472, -43.510741633668445 ], [ 172.733055426494275, -43.510758340772767 ], [ 172.733065130908187, -43.510784569682777 ], [ 172.733084676245426, -43.510806056791381 ], [ 172.733081318948564, -43.510825108047769 ], [ 172.733117241340722, -43.510844250993742 ], [ 172.733136744728597, -43.510875267542076 ], [ 172.733146428203469, -43.510906261169119 ], [ 172.733149586055447, -43.510932474792362 ], [ 172.733169099983627, -43.510961108972666 ], [ 172.733191939718864, -43.51097783897697 ], [ 172.733178762498284, -43.51099686732087 ], [ 172.733181899378707, -43.511027845667108 ], [ 172.733194908692639, -43.511046935117108 ], [ 172.733204623706854, -43.511070781652101 ], [ 172.733204508270944, -43.511096987635341 ], [ 172.73321094997425, -43.511120826531744 ], [ 172.73322718017431, -43.511151835425849 ], [ 172.733236884724874, -43.511178064319814 ], [ 172.733236779795448, -43.511201887940551 ], [ 172.733230149195833, -43.511220931563123 ], [ 172.733230065250069, -43.511239990459572 ], [ 172.733243001175367, -43.511275756437833 ], [ 172.733249453404994, -43.511297212969389 ], [ 172.733272261813966, -43.511321090043111 ], [ 172.733291775924584, -43.511349724201011 ], [ 172.733291691997835, -43.511368783097119 ], [ 172.733314479470437, -43.511397424886219 ], [ 172.7333307832223, -43.511411757230483 ], [ 172.733340519325736, -43.511430839028698 ], [ 172.733333878244082, -43.511452265018512 ], [ 172.733346824764169, -43.511485648622013 ], [ 172.733372896138206, -43.511511915670845 ], [ 172.733385905615705, -43.511531005097936 ], [ 172.733375970217736, -43.511557188181015 ], [ 172.733382370087213, -43.511590556513909 ], [ 172.733401947255743, -43.511604896480435 ], [ 172.733414935790051, -43.511628750627814 ], [ 172.733414799470665, -43.511659721332762 ], [ 172.733434345213169, -43.511681208379358 ], [ 172.733466942449525, -43.511712255392361 ], [ 172.733486477744094, -43.511736124791831 ], [ 172.733486257594052, -43.511786154391395 ], [ 172.733473059320886, -43.511809947490022 ], [ 172.733463155367104, -43.511828983493849 ], [ 172.733469565796611, -43.511859969458598 ], [ 172.733502236526164, -43.511874339928049 ], [ 172.73351845659343, -43.511907731139452 ], [ 172.733528203316837, -43.511924430558558 ], [ 172.733560842653702, -43.51194594809666 ], [ 172.733560800731766, -43.511955477543943 ], [ 172.73356393785491, -43.511986455875146 ], [ 172.733573663643398, -43.512007920013822 ], [ 172.733606313520028, -43.512027055177001 ], [ 172.73361271356481, -43.512060423494717 ], [ 172.733625702279056, -43.512084277616715 ], [ 172.733619050747166, -43.512108085982462 ], [ 172.733638544318751, -43.512141484801816 ], [ 172.733671016191977, -43.512201120095909 ], [ 172.733670848572103, -43.512239237883534 ], [ 172.733680532535203, -43.512270231459205 ], [ 172.733677133438078, -43.512298812175246 ], [ 172.733673744813899, -43.512325010529388 ], [ 172.733676934393316, -43.512344077047302 ], [ 172.733693186107871, -43.512370321146733 ], [ 172.733712763601403, -43.512384661058924 ], [ 172.733725794320605, -43.512398985721838 ], [ 172.733751929089465, -43.512410958511531 ], [ 172.733758413037094, -43.512425267925913 ], [ 172.733774633391846, -43.512458659098485 ], [ 172.733777802065617, -43.512482490336538 ], [ 172.733780939325754, -43.512513468659286 ], [ 172.733800244633102, -43.512589749958146 ], [ 172.733813160238242, -43.512630280588233 ], [ 172.733819455753519, -43.512687472506954 ], [ 172.733835550572081, -43.512749452008116 ], [ 172.733851802463391, -43.512775696083601 ], [ 172.733867981087769, -43.512818616687333 ], [ 172.733871055598939, -43.51286388917493 ], [ 172.733880739762924, -43.512894882730777 ], [ 172.733883824755395, -43.512937772855999 ], [ 172.733906571226328, -43.512975943967312 ], [ 172.733916265892958, -43.51300455515819 ], [ 172.733919434649948, -43.513028386390246 ], [ 172.73393240275837, -43.513057005197076 ], [ 172.733945381344739, -43.513083241640871 ], [ 172.73396162290743, -43.513111868060982 ], [ 172.733974632912009, -43.513130957417097 ], [ 172.733987674317177, -43.513142899687466 ], [ 172.733990811717206, -43.513173878001218 ], [ 172.733990738469117, -43.513190554530929 ], [ 172.734003706645638, -43.513219173329034 ], [ 172.734033000173582, -43.513257359644015 ], [ 172.734055799165191, -43.513283618917292 ], [ 172.734052410647621, -43.513309817278376 ], [ 172.734075220128034, -43.513333694186286 ], [ 172.734081651947406, -43.513359915387134 ], [ 172.734081495039703, -43.513395650806991 ], [ 172.734091242155984, -43.513412350174768 ], [ 172.734104231346322, -43.513436204237976 ], [ 172.734117210087646, -43.513462440660973 ], [ 172.73413345183252, -43.51349106705522 ], [ 172.734139841860411, -43.513526817697269 ], [ 172.73415935708752, -43.51355545169892 ], [ 172.73416910425081, -43.513572151059719 ], [ 172.734178861876273, -43.513586468058392 ], [ 172.734182072592546, -43.513600769836081 ], [ 172.734178705024704, -43.513622203477105 ], [ 172.734178621370376, -43.513641262366981 ], [ 172.734188326727036, -43.513667491170814 ], [ 172.734198073916218, -43.513684190528892 ], [ 172.734214305302913, -43.513715199271992 ], [ 172.734214211204119, -43.513736640522843 ], [ 172.734217359204706, -43.513765236466348 ], [ 172.734223801585614, -43.513789075296309 ], [ 172.734233527894645, -43.513810539373445 ], [ 172.734243254210497, -43.513832003449636 ], [ 172.734226803223805, -43.513851024295576 ], [ 172.734229951236046, -43.513879620238193 ], [ 172.734246130419763, -43.513922540781557 ], [ 172.734252572828467, -43.51394637960933 ], [ 172.734272035976971, -43.513986925395628 ], [ 172.734281741428816, -43.514013154190224 ], [ 172.734281595088504, -43.514046507245475 ], [ 172.734291300553849, -43.514072736038983 ], [ 172.734310847382631, -43.514094222929472 ], [ 172.734317258480218, -43.514125208836163 ], [ 172.734326953522384, -43.514153819987413 ], [ 172.734346479489091, -43.514180071593692 ], [ 172.734346364534787, -43.514206277565044 ], [ 172.734365838278507, -43.514244440972902 ], [ 172.73437871281331, -43.514294500973229 ], [ 172.734401439205499, -43.514337436701098 ], [ 172.734424238761562, -43.514363695897416 ], [ 172.734456900620614, -43.514380448452812 ], [ 172.734473226334217, -43.51439001590748 ], [ 172.734473132324894, -43.514411457156221 ], [ 172.734479585319292, -43.514432913608573 ], [ 172.734482806595679, -43.514444833015041 ], [ 172.734502384945074, -43.514459172789032 ], [ 172.734518658468431, -43.514480652041904 ], [ 172.734525101042777, -43.514504490852424 ], [ 172.734528291001794, -43.514523557340304 ], [ 172.734534712698178, -43.514552160871936 ], [ 172.734531292984229, -43.514585506324472 ], [ 172.734544282597483, -43.514609360333885 ], [ 172.734550589442563, -43.514664169833935 ], [ 172.73455043280444, -43.514699905246964 ], [ 172.734569959043142, -43.514726156813239 ], [ 172.734586222220628, -43.514750018416599 ], [ 172.73459923277187, -43.514769107697568 ], [ 172.734625295657338, -43.514797756811582 ], [ 172.734635011829823, -43.514821603212354 ], [ 172.734644780204349, -43.514833537808109 ], [ 172.734667559175875, -43.514864561675999 ], [ 172.734667475671813, -43.514883620562486 ], [ 172.734664118640296, -43.514902671852418 ], [ 172.734680350589457, -43.514933680524223 ], [ 172.734670394309319, -43.51496462842573 ], [ 172.734667016397935, -43.514988444436987 ], [ 172.734666891141046, -43.515017032766089 ], [ 172.734673271202752, -43.515055165730715 ], [ 172.734686250534509, -43.515081402083162 ], [ 172.734692651489183, -43.515114770324921 ], [ 172.734689242266171, -43.515145733418322 ], [ 172.734689096144479, -43.515179086468031 ], [ 172.734698781091851, -43.515210079944033 ], [ 172.734711739594758, -43.515241081014331 ], [ 172.734721476743601, -43.515260162684847 ], [ 172.734754024385325, -43.515303121121349 ], [ 172.734763740688635, -43.515326967509395 ], [ 172.7347701730138, -43.515353188663674 ], [ 172.734776626212323, -43.515374645096237 ], [ 172.734796017134414, -43.51543186730953 ], [ 172.734818712948936, -43.51548195002951 ], [ 172.73484800807941, -43.515520136124699 ], [ 172.734867534710077, -43.515546387637407 ], [ 172.734893598055578, -43.515575036687572 ], [ 172.734903293599018, -43.515603647783969 ], [ 172.734942326123814, -43.515660915507667 ], [ 172.734952052985221, -43.515682379518033 ], [ 172.734971538007613, -43.51571816045454 ], [ 172.734981264888489, -43.515739624462284 ], [ 172.735000833348209, -43.515756346509534 ], [ 172.735017117819666, -43.515775443327456 ], [ 172.735020297574152, -43.515796892158413 ], [ 172.73501686762927, -43.515832619979179 ], [ 172.735016742533816, -43.51586120830482 ], [ 172.735029711761513, -43.515889826975872 ], [ 172.735036144260476, -43.515916048113041 ], [ 172.735023008233867, -43.515925547209967 ], [ 172.735016398520315, -43.515939826199613 ], [ 172.73502612545235, -43.515961290202817 ], [ 172.735032526685046, -43.515994658421114 ], [ 172.735048727842781, -43.516032814117118 ], [ 172.735081338662695, -43.516061478293935 ], [ 172.735107423172366, -43.516085362572831 ], [ 172.735120382069795, -43.516116363593085 ], [ 172.735139846490426, -43.516156909219546 ], [ 172.735149531822628, -43.516187902653058 ], [ 172.735155922727444, -43.51622365322369 ], [ 172.735168892097761, -43.516252271877498 ], [ 172.735185114245979, -43.516285662832217 ], [ 172.735201378082138, -43.516309524343256 ], [ 172.735224126640958, -43.516347695175298 ], [ 172.735233822462618, -43.51637630624051 ], [ 172.735243466213859, -43.516416829106213 ], [ 172.735259657201027, -43.5164573671304 ], [ 172.735272595425585, -43.516493132852275 ], [ 172.735275702404266, -43.516531258195435 ], [ 172.735275619086735, -43.516550317077268 ], [ 172.735272199662489, -43.516583662541009 ], [ 172.735298201160901, -43.51662660565659 ], [ 172.735317697102346, -43.516660004169324 ], [ 172.735320814530468, -43.516695747150052 ], [ 172.735340352155305, -43.516719616217948 ], [ 172.735356636991639, -43.516738712985216 ], [ 172.735372911427248, -43.516760192110254 ], [ 172.735399027581678, -43.516776929240322 ], [ 172.735405470742734, -43.516800767993146 ], [ 172.735398819382965, -43.516824576443227 ], [ 172.735424862709692, -43.516857990088177 ], [ 172.735424779438176, -43.516877048969164 ], [ 172.735427969801918, -43.51689611542507 ], [ 172.735447538757512, -43.516912837393761 ], [ 172.735453898689315, -43.516955735024126 ], [ 172.735453721756045, -43.516996235145513 ], [ 172.735450364851431, -43.517015286451816 ], [ 172.73545352400663, -43.517041499986732 ], [ 172.735459935993902, -43.517072485815653 ], [ 172.735463074341112, -43.517103464070132 ], [ 172.735466223098854, -43.517132059964339 ], [ 172.73547265591634, -43.517158281072078 ], [ 172.735492110498228, -43.517201208992617 ], [ 172.735492016840425, -43.51722265023254 ], [ 172.735508281047601, -43.51724651169696 ], [ 172.73552453486235, -43.51727275551896 ], [ 172.735550682491663, -43.517282345533644 ], [ 172.735567009158956, -43.517291912829741 ], [ 172.735593125595813, -43.517308649914625 ], [ 172.735596284827551, -43.517334863444482 ], [ 172.735609192230498, -43.517377776203574 ], [ 172.73560253048413, -43.517403967023064 ], [ 172.735622006039051, -43.517442130200273 ], [ 172.735628438956354, -43.517468351298071 ], [ 172.735664199692053, -43.517525611192148 ], [ 172.735690243465172, -43.517559024773668 ], [ 172.735703223769519, -43.517585261001692 ], [ 172.735716141698532, -43.517625791387331 ], [ 172.735729049247482, -43.517668704131118 ], [ 172.735732198158956, -43.517697300015556 ], [ 172.735735347073359, -43.517725895899794 ], [ 172.735728643753248, -43.517761616164321 ], [ 172.735728466998722, -43.51780211628089 ], [ 172.735734712851752, -43.51787121984713 ], [ 172.735744367568401, -43.51790936030168 ], [ 172.735763864165818, -43.517942758732509 ], [ 172.73579316107643, -43.517980944573644 ], [ 172.735806141515013, -43.518007180788359 ], [ 172.73582243723655, -43.518023895126532 ], [ 172.735825555028981, -43.518059638085894 ], [ 172.73582875597296, -43.518076322167438 ], [ 172.735848252670337, -43.518109720583155 ], [ 172.735861253944563, -43.518131192071841 ], [ 172.735874182485873, -43.518169340076646 ], [ 172.735893648065115, -43.518209885563174 ], [ 172.735909891913366, -43.518238511686704 ], [ 172.73595218001185, -43.51830055132654 ], [ 172.73598798309115, -43.518348281674605 ], [ 172.736007448803633, -43.518388827140846 ], [ 172.736023692753378, -43.518417453247551 ], [ 172.736046473771978, -43.518448476826492 ], [ 172.736049664411951, -43.518467543260506 ], [ 172.736072403926329, -43.518508096272342 ], [ 172.736088616788265, -43.518543869448045 ], [ 172.736091807446371, -43.51856293588061 ], [ 172.736098251067006, -43.518586774588108 ], [ 172.736111179853623, -43.518624922563724 ], [ 172.736120876454237, -43.518653533544303 ], [ 172.736130552300267, -43.518686909242959 ], [ 172.736153260807754, -43.518734609315935 ], [ 172.736172737134126, -43.518772772392424 ], [ 172.736182381888, -43.51881329516447 ], [ 172.73619533153402, -43.518846678410419 ], [ 172.73620499707252, -43.51888243646124 ], [ 172.736214673000916, -43.518915812151626 ], [ 172.736237423170621, -43.518953982768771 ], [ 172.736250414385694, -43.518977836570244 ], [ 172.736256868489107, -43.518999292907942 ], [ 172.736253480591586, -43.51902549130962 ], [ 172.736282788708138, -43.519061294660816 ], [ 172.736312159108337, -43.519082803848178 ], [ 172.736338079419369, -43.519144805587878 ], [ 172.736360840125315, -43.519180593820018 ], [ 172.736370526559114, -43.519211587136503 ], [ 172.736363875309081, -43.519235395632954 ], [ 172.736380109280532, -43.519266404045119 ], [ 172.736393100618301, -43.519290257829361 ], [ 172.736392965785768, -43.519321228500104 ], [ 172.736409137568245, -43.519366531063355 ], [ 172.736431742845241, -43.519438054669003 ], [ 172.736451219571535, -43.519476217694368 ], [ 172.736444599432986, -43.519492879116754 ], [ 172.736447800621448, -43.519509563177429 ], [ 172.736460792037633, -43.519533416953152 ], [ 172.736473783464021, -43.51955727072734 ], [ 172.736483501119807, -43.519581116954974 ], [ 172.736493218783238, -43.519604963181663 ], [ 172.736506230972395, -43.519624052233596 ], [ 172.736525801104676, -43.519640774012778 ], [ 172.736519180968401, -43.519657435439008 ], [ 172.736532193176998, -43.519676524487856 ], [ 172.736541817580502, -43.519721811942432 ], [ 172.736551493826596, -43.519755187600232 ], [ 172.736567665842131, -43.519800490138245 ], [ 172.736574068320351, -43.519833858250962 ], [ 172.736577248832731, -43.519855307025345 ], [ 172.736567365255439, -43.519869578552132 ], [ 172.736564029267726, -43.519883865163862 ], [ 172.736563904885088, -43.519912453472742 ], [ 172.73658017023277, -43.519936314776352 ], [ 172.736612690603124, -43.51998641973551 ], [ 172.736638704865612, -43.520026980167728 ], [ 172.736654835571215, -43.52008181212765 ], [ 172.736664511936198, -43.520115187774081 ], [ 172.73667084197254, -43.520165232392664 ], [ 172.736677275627898, -43.520191453420857 ], [ 172.73670009908497, -43.520212947426636 ], [ 172.736706553477433, -43.52023440373506 ], [ 172.736709723697459, -43.520258234863363 ], [ 172.736716157379334, -43.520284455888984 ], [ 172.736729149066207, -43.52030830963168 ], [ 172.736738908375742, -43.520322626399299 ], [ 172.736758427008681, -43.520351259931978 ], [ 172.736768134545258, -43.52037748849159 ], [ 172.736781146986118, -43.520396577510297 ], [ 172.736800676018845, -43.520422828676587 ], [ 172.736813657412853, -43.520449064768187 ], [ 172.736836398177445, -43.520489617617194 ], [ 172.736842863001726, -43.520508691558213 ], [ 172.736852549891665, -43.520539684827824 ], [ 172.736872006527818, -43.520582612493421 ], [ 172.736884956928151, -43.52061599565284 ], [ 172.736904413611597, -43.520658923312453 ], [ 172.736914193722242, -43.520668475346866 ], [ 172.73691411090843, -43.520687534217373 ], [ 172.736914038446287, -43.520704210729015 ], [ 172.736940073918504, -43.520740006371312 ], [ 172.73694658020375, -43.520749550870612 ], [ 172.736985566213292, -43.520818729652404 ], [ 172.736985390280694, -43.520859229751331 ], [ 172.736985328186762, -43.520873523903823 ], [ 172.736998289059613, -43.520904524690266 ], [ 172.737008017483959, -43.520925988510029 ], [ 172.737040600817721, -43.520961799188761 ], [ 172.737047065756116, -43.520980873116947 ], [ 172.737040445614809, -43.520997534569432 ], [ 172.73704687951701, -43.521023755573616 ], [ 172.737053323771136, -43.521047594218622 ], [ 172.73706628471561, -43.521078594996631 ], [ 172.737079266364134, -43.521104831055702 ], [ 172.737088994849074, -43.521126294867955 ], [ 172.737111860179965, -43.521138259354657 ], [ 172.737121640400488, -43.52114781137081 ], [ 172.737115009917204, -43.521166855185783 ], [ 172.737104981429212, -43.521214479776425 ], [ 172.7370982474865, -43.521257347176295 ], [ 172.73709811300543, -43.521288317838106 ], [ 172.737117497646182, -43.521347921967362 ], [ 172.737140321693914, -43.521369415882425 ], [ 172.737189326447236, -43.521393352355432 ], [ 172.737218553537645, -43.521448214324657 ], [ 172.737254338789228, -43.521500708974216 ], [ 172.73728037480322, -43.521536504535412 ], [ 172.737280240414009, -43.52156747519615 ], [ 172.737312803579783, -43.521608050511574 ], [ 172.737332312560426, -43.521639066300054 ], [ 172.737351769886715, -43.5216819938775 ], [ 172.737364596771528, -43.521743965278922 ], [ 172.737397005091424, -43.521820275945991 ], [ 172.737426098258254, -43.521906108518287 ], [ 172.737425922613653, -43.521946608610897 ], [ 172.737425726304593, -43.521991873419978 ], [ 172.737451607663928, -43.52206340431502 ], [ 172.737484150550273, -43.522108744295707 ], [ 172.737513398907765, -43.522158841467643 ], [ 172.737532784232286, -43.522218445519137 ], [ 172.737552262539481, -43.522256608342403 ], [ 172.737581583306564, -43.522290028988088 ], [ 172.737600979064979, -43.522347250668702 ], [ 172.737613826992288, -43.52240445731951 ], [ 172.737587552915642, -43.522423456077391 ], [ 172.737580819175832, -43.522466323497142 ], [ 172.737606845470623, -43.52250450133765 ], [ 172.737629556559909, -43.522552201092104 ], [ 172.737642528441881, -43.52258081944003 ], [ 172.737632572398184, -43.522611767558629 ], [ 172.737661934672815, -43.522635658749635 ], [ 172.737674937555369, -43.522657130019155 ], [ 172.737687899159113, -43.522688130719615 ], [ 172.73771403914705, -43.522700102595415 ], [ 172.737727093664205, -43.52270966206828 ], [ 172.737736709113079, -43.522757331759777 ], [ 172.737752882807342, -43.522802634110597 ], [ 172.737769159714247, -43.522824112878084 ], [ 172.737785405677982, -43.522852738717397 ], [ 172.73780167229225, -43.522876599838192 ], [ 172.737824497157192, -43.522898093613009 ], [ 172.737821140662049, -43.522917144970258 ], [ 172.737860232209414, -43.522962499853321 ], [ 172.737876488567821, -43.522988743321179 ], [ 172.737873090824479, -43.523017324111777 ], [ 172.737872977361235, -43.523043530049911 ], [ 172.737879411837355, -43.523069750999312 ], [ 172.737892404575575, -43.523093604600867 ], [ 172.737902133665301, -43.523115068338015 ], [ 172.737908568161544, -43.523141289285483 ], [ 172.737924814275686, -43.5231699151038 ], [ 172.737947618670631, -43.523196173569239 ], [ 172.73797371768535, -43.523217674817104 ], [ 172.73798339527076, -43.523251050336704 ], [ 172.738002905120908, -43.523282066004079 ], [ 172.737996274677641, -43.523301109863127 ], [ 172.737999435250288, -43.52332732330246 ], [ 172.7380091850344, -43.523344022313999 ], [ 172.738025503412899, -43.523355971611927 ], [ 172.738022033554671, -43.523401228910444 ], [ 172.738044755612691, -43.523446546218786 ], [ 172.738064286171806, -43.523472797159116 ], [ 172.738070710468349, -43.523501400453959 ], [ 172.738057490802589, -43.523529958746671 ], [ 172.738070494016199, -43.523551429968684 ], [ 172.738096603533393, -43.523570548829831 ], [ 172.73811943906918, -43.523589660186275 ], [ 172.738135706011917, -43.523613521257289 ], [ 172.738138856356045, -43.523642117049334 ], [ 172.738151787493734, -43.523680264766398 ], [ 172.738174478843064, -43.523732729120532 ], [ 172.738190694332644, -43.523768501972114 ], [ 172.738223259286656, -43.523809077017148 ], [ 172.73823620081356, -43.523844842366017 ], [ 172.738258954096921, -43.52388301255592 ], [ 172.738278495188183, -43.52390688110053 ], [ 172.738284971125836, -43.523923572592949 ], [ 172.738301124941415, -43.523973639574187 ], [ 172.738278093518318, -43.52399979305099 ], [ 172.738277908131579, -43.524042675489163 ], [ 172.738284384083443, -43.524059366981241 ], [ 172.738300692410206, -43.524073698596702 ], [ 172.738303853153468, -43.524099912024511 ], [ 172.738300445248512, -43.524130875180198 ], [ 172.738300331965831, -43.524157081114126 ], [ 172.738316599131366, -43.524180942157606 ], [ 172.738329540791938, -43.524216707493935 ], [ 172.738345807984928, -43.524240568533095 ], [ 172.738355506529047, -43.524269179300958 ], [ 172.738368520301862, -43.524288268129382 ], [ 172.738384694872764, -43.524333570380911 ], [ 172.738394383155196, -43.524364563502651 ], [ 172.738400807700401, -43.524393166775113 ], [ 172.738420318130011, -43.524424182366516 ], [ 172.738439797700352, -43.524462345027047 ], [ 172.73845596207812, -43.524510029624842 ], [ 172.738478726039773, -43.524545817410029 ], [ 172.738504589140604, -43.524622112755573 ], [ 172.738507729418757, -43.524653090890425 ], [ 172.7385141437573, -43.524684076512727 ], [ 172.738523863030821, -43.524707922549617 ], [ 172.738536907818371, -43.524719864285494 ], [ 172.738563038562177, -43.524734218323005 ], [ 172.738562935679084, -43.524758041897293 ], [ 172.738553000319541, -43.524784225369679 ], [ 172.738569236887912, -43.52481523344747 ], [ 172.738592093615324, -43.524829579992122 ], [ 172.738595244235626, -43.524858175766191 ], [ 172.738601658640221, -43.524889161382639 ], [ 172.738627748329066, -43.524913044834655 ], [ 172.738657081255411, -43.524944082836392 ], [ 172.738663526553864, -43.524967921376927 ], [ 172.738679722092542, -43.525008458867667 ], [ 172.738702383543398, -43.525068070179216 ], [ 172.738738161926875, -43.52512294669706 ], [ 172.738760936565058, -43.525156352065935 ], [ 172.73877718361905, -43.525184977755423 ], [ 172.73880327350426, -43.525208861166654 ], [ 172.738826027654255, -43.525247031236759 ], [ 172.73884550774298, -43.525285193823976 ], [ 172.7388714949345, -43.525332900791845 ], [ 172.738884396062588, -43.525378195488472 ], [ 172.738903711827675, -43.525454475780315 ], [ 172.738910116177067, -43.525487843733956 ], [ 172.738916571906742, -43.525509299901188 ], [ 172.738949179372696, -43.525540345302041 ], [ 172.738975269478431, -43.525564228673083 ], [ 172.738978430588588, -43.525590442076336 ], [ 172.739001174720073, -43.525630994466823 ], [ 172.739027090288914, -43.52569537789693 ], [ 172.739053026451359, -43.525754996606388 ], [ 172.739072465770761, -43.525802688580647 ], [ 172.739082144368808, -43.525836063994689 ], [ 172.739085264466297, -43.525871806822103 ], [ 172.739094943082307, -43.525905182234723 ], [ 172.73911780034507, -43.525919528672901 ], [ 172.73913731163077, -43.525950544135817 ], [ 172.739140503628562, -43.525969610461964 ], [ 172.739136962581313, -43.526031544274332 ], [ 172.73913674699125, -43.526081573771094 ], [ 172.739110410185873, -43.526114867005575 ], [ 172.739087337219843, -43.526150550062169 ], [ 172.739093752010234, -43.52618153564498 ], [ 172.739103482017413, -43.526202999270595 ], [ 172.739116465638062, -43.526229235079818 ], [ 172.739149124921738, -43.526248368636438 ], [ 172.739172023386175, -43.526253185635646 ], [ 172.739198124149794, -43.526274686596942 ], [ 172.739220961050307, -43.526293797727796 ], [ 172.739191401372665, -43.526315171727497 ], [ 172.739145522269979, -43.526324596587308 ], [ 172.739138665990879, -43.526396052353391 ], [ 172.739154831428692, -43.526443736838907 ], [ 172.739141508962945, -43.526496118809987 ], [ 172.739164345928742, -43.526515229951556 ], [ 172.739200289802824, -43.52653198860547 ], [ 172.739239548904408, -43.526539225288019 ], [ 172.739255827338155, -43.52656070383366 ], [ 172.739272075000201, -43.526589329447326 ], [ 172.73929814516373, -43.526617977455331 ], [ 172.739324235869958, -43.526641860743794 ], [ 172.739333914738864, -43.526675236132299 ], [ 172.739346878043506, -43.526706236627184 ], [ 172.739350059888039, -43.526727685301964 ], [ 172.739392552277479, -43.526744458823039 ], [ 172.739425222181069, -43.526761209943253 ], [ 172.739441469976697, -43.526789835532178 ], [ 172.739444641604592, -43.526813666560841 ], [ 172.739460868915955, -43.52684705686022 ], [ 172.739486898268609, -43.526885234251253 ], [ 172.739526085875639, -43.52690914733256 ], [ 172.739555430476059, -43.526937802739894 ], [ 172.739568414448939, -43.526964038495287 ], [ 172.739604276716335, -43.526999855875296 ], [ 172.739620442680177, -43.527047540291299 ], [ 172.739633313987298, -43.527099981962081 ], [ 172.739665666530385, -43.527190586068599 ], [ 172.739694939620364, -43.527235917935428 ], [ 172.739714441379363, -43.527269315651125 ], [ 172.739727405004885, -43.527300316100487 ], [ 172.739730587014492, -43.527321764762853 ], [ 172.739750129790735, -43.527345633045833 ], [ 172.739756534802012, -43.52737900094268 ], [ 172.739743315075089, -43.527407559410754 ], [ 172.73975960416206, -43.527426655525922 ], [ 172.739785715880203, -43.527445773993939 ], [ 172.739805238237267, -43.527474406980176 ], [ 172.73982148640269, -43.527503032512435 ], [ 172.739824494381708, -43.52756498123199 ], [ 172.739844016795331, -43.527593614211142 ], [ 172.739827512606183, -43.527624547594314 ], [ 172.739804398520477, -43.527669760211559 ], [ 172.739820656977344, -43.527696003386666 ], [ 172.73983027484897, -43.527743672866606 ], [ 172.739833415960021, -43.527774650950207 ], [ 172.739862802076914, -43.527793776850146 ], [ 172.739879050354602, -43.527822402372934 ], [ 172.739898552402792, -43.527855800054532 ], [ 172.739904998495035, -43.527879638514946 ], [ 172.739924521047556, -43.527908271479134 ], [ 172.739940830796286, -43.527922602854574 ], [ 172.739970288657332, -43.527925052232163 ], [ 172.739986598421467, -43.527939383601058 ], [ 172.739999593027136, -43.527963236947571 ], [ 172.740015872111542, -43.527984715381294 ], [ 172.740009159918316, -43.528022818192355 ], [ 172.739982904610969, -43.528037052765008 ], [ 172.73997297955404, -43.528060853989643 ], [ 172.739982669237691, -43.528091846960102 ], [ 172.740002232826498, -43.528110950485093 ], [ 172.740034954793288, -43.528115789647892 ], [ 172.740054549098772, -43.528127746095016 ], [ 172.740067533541009, -43.528153981789458 ], [ 172.740067431237776, -43.528177805352264 ], [ 172.740050978156887, -43.528196826983084 ], [ 172.740063942151238, -43.528227827390168 ], [ 172.740080190639759, -43.528256452882722 ], [ 172.74006353293089, -43.528323121639559 ], [ 172.740073161321305, -43.528368408738366 ], [ 172.740072966947793, -43.528413673505938 ], [ 172.740095631030783, -43.528473284512451 ], [ 172.740141153653724, -43.528547241744057 ], [ 172.74015079236429, -43.528590146478692 ], [ 172.740166938724599, -43.528642595518477 ], [ 172.740193020417877, -43.528668860959336 ], [ 172.740222417306029, -43.528685604409148 ], [ 172.740242011832635, -43.528697560823517 ], [ 172.740245224766312, -43.528711862398687 ], [ 172.740261504138147, -43.528733340795384 ], [ 172.740281068021545, -43.528752444271227 ], [ 172.740303834647392, -43.528788231673182 ], [ 172.740306955610265, -43.528823974450958 ], [ 172.740313381522924, -43.528852577597043 ], [ 172.740319603028439, -43.528928827863041 ], [ 172.740329272585939, -43.52896458551222 ], [ 172.740332424233003, -43.528993181220294 ], [ 172.740355242075651, -43.529017056830945 ], [ 172.740371470474827, -43.529050446990958 ], [ 172.740384332632459, -43.529105270917462 ], [ 172.740394032909421, -43.529133881492406 ], [ 172.740406895104854, -43.529188705415663 ], [ 172.740429733483182, -43.529207816299035 ], [ 172.740455876825621, -43.529219787542822 ], [ 172.740472187052433, -43.529234118840371 ], [ 172.740468790169643, -43.529262699678981 ], [ 172.740475185560399, -43.529298449881757 ], [ 172.740497962718848, -43.52933185488655 ], [ 172.740514272985706, -43.529346186177939 ], [ 172.740530613897903, -43.529353370399356 ], [ 172.740546862906967, -43.529381995821261 ], [ 172.740553248144494, -43.529420128374916 ], [ 172.740585848338839, -43.529453555650981 ], [ 172.740598823083474, -43.529482173636097 ], [ 172.74060521857362, -43.529517923830468 ], [ 172.740621498288846, -43.529539402173711 ], [ 172.740627944842174, -43.529563240587507 ], [ 172.740657311661494, -43.529587130991651 ], [ 172.740686709123423, -43.529603874320834 ], [ 172.740689881383929, -43.529627705304804 ], [ 172.740679956340927, -43.529651506584152 ], [ 172.740689677256739, -43.529675352420355 ], [ 172.740709221167464, -43.529699220532414 ], [ 172.740725490763197, -43.529723081216126 ], [ 172.740705752929074, -43.529744477866188 ], [ 172.740712219948023, -43.529763551563036 ], [ 172.74073176389598, -43.529787419670974 ], [ 172.740754520971251, -43.52982558933406 ], [ 172.740780593224571, -43.529854236993067 ], [ 172.740780501398802, -43.529875678194429 ], [ 172.740796699654084, -43.529916215357282 ], [ 172.740806359446708, -43.529954355316704 ], [ 172.740802983083626, -43.529978171450608 ], [ 172.740806186014566, -43.529994855363 ], [ 172.740832268565811, -43.53002112065397 ], [ 172.740854984991699, -43.530068819718423 ], [ 172.740881057396905, -43.530097467353706 ], [ 172.740907119628758, -43.530128497338559 ], [ 172.74091359694944, -43.53014518866739 ], [ 172.740936354272975, -43.530183358292504 ], [ 172.740913382796919, -43.530195218135056 ], [ 172.740916493990738, -43.530233343244042 ], [ 172.740935854626116, -43.530300093715788 ], [ 172.740955358050087, -43.530333491206108 ], [ 172.740948676769762, -43.530364446990845 ], [ 172.740961662075222, -43.530390682575657 ], [ 172.740984490885921, -43.530412175701301 ], [ 172.740997445633525, -43.530445558348362 ], [ 172.740997353882648, -43.530466999547862 ], [ 172.741016918556653, -43.530486102893995 ], [ 172.741043052374067, -43.530500456357963 ], [ 172.741026547997166, -43.530531389897995 ], [ 172.741036258996303, -43.530557618057195 ], [ 172.741042675241175, -43.530588603510374 ], [ 172.741058914629463, -43.530619611210192 ], [ 172.741104633650622, -43.530648303284316 ], [ 172.741137316321385, -43.530662671554936 ], [ 172.741163307610236, -43.530710377967232 ], [ 172.741185902306682, -43.530786665226252 ], [ 172.741224869020527, -43.530862989535365 ], [ 172.741254114489351, -43.530915468047276 ], [ 172.741280095794394, -43.530965556786761 ], [ 172.741319001648748, -43.531056175193832 ], [ 172.741331875264336, -43.531108616642399 ], [ 172.741364497155473, -43.531137278979351 ], [ 172.741393691980903, -43.531201669229986 ], [ 172.741416409288433, -43.531249368175217 ], [ 172.741419561563077, -43.531277963843486 ], [ 172.741425998434863, -43.531304184561471 ], [ 172.741442238209999, -43.531335192203926 ], [ 172.741458437294909, -43.531375729264745 ], [ 172.741464894546652, -43.531397185269796 ], [ 172.741481175069879, -43.531418663485596 ], [ 172.741481032608021, -43.531452016458118 ], [ 172.741480941025259, -43.531473457654627 ], [ 172.741490652370715, -43.531499685771777 ], [ 172.741500424775268, -43.531511619757111 ], [ 172.741497099471701, -43.531523524129746 ], [ 172.74151666464374, -43.531542627388085 ], [ 172.741529711489989, -43.531554568773394 ], [ 172.74155246972839, -43.531592738268742 ], [ 172.741568648610325, -43.531638040022727 ], [ 172.741601240384455, -43.531673849355784 ], [ 172.741614216080677, -43.531702467216938 ], [ 172.741630506908677, -43.531721563055562 ], [ 172.741627029065768, -43.531769202757737 ], [ 172.741659610775827, -43.531807394428654 ], [ 172.741669301914499, -43.531838387239503 ], [ 172.741685582628321, -43.531859865424984 ], [ 172.741701904022932, -43.531871814187987 ], [ 172.741705097132325, -43.53189088042555 ], [ 172.74171484930838, -43.531907579102047 ], [ 172.741724560824082, -43.531933807197746 ], [ 172.741734313012387, -43.53195050587248 ], [ 172.741740760256533, -43.531974344215207 ], [ 172.741760305320696, -43.531998212140884 ], [ 172.741773260831934, -43.532031594692718 ], [ 172.741779677607013, -43.532062580097879 ], [ 172.741782860586454, -43.532084028687677 ], [ 172.741782779272825, -43.532103087527375 ], [ 172.741799080424897, -43.532119800986095 ], [ 172.741815381586008, -43.53213651444247 ], [ 172.741831581132999, -43.532177051445899 ], [ 172.741851095813416, -43.532208066420253 ], [ 172.741854248341298, -43.532236662072343 ], [ 172.741863888842033, -43.532279566639296 ], [ 172.741880057978022, -43.532327250699666 ], [ 172.741909345354543, -43.532370199614228 ], [ 172.741919087504726, -43.532389280627093 ], [ 172.741938551507047, -43.532432207359911 ], [ 172.741944988724157, -43.532458428044251 ], [ 172.741961218915179, -43.532491817962985 ], [ 172.741984048870762, -43.532513310884013 ], [ 172.741987171007764, -43.532549053595545 ], [ 172.74200662495366, -43.532594362670615 ], [ 172.7420196010371, -43.532622980482103 ], [ 172.742029312798309, -43.532649208549266 ], [ 172.742042288904116, -43.532677826357975 ], [ 172.742042146745234, -43.532711179324608 ], [ 172.742032221722013, -43.532734980708547 ], [ 172.742019022195961, -43.532758774703204 ], [ 172.742041821809693, -43.532787414676143 ], [ 172.742071200900341, -43.532808922354249 ], [ 172.74209402086197, -43.532832797607206 ], [ 172.742103763144229, -43.53285187860314 ], [ 172.742126613587715, -43.532868606785406 ], [ 172.74211010911236, -43.532899540468762 ], [ 172.742110038051067, -43.532916216951541 ], [ 172.742113221191147, -43.532937665529346 ], [ 172.74212619739788, -43.532966283327347 ], [ 172.74212287213598, -43.532978187715266 ], [ 172.742119516419052, -43.532997239166995 ], [ 172.742135817904028, -43.533013952575935 ], [ 172.742155404057542, -43.533028291012421 ], [ 172.742201145710908, -43.533052217932578 ], [ 172.742263209233101, -43.533088093515822 ], [ 172.742253304526315, -43.533107130208201 ], [ 172.7422597622419, -43.533128586163009 ], [ 172.742272596524231, -43.533190556908103 ], [ 172.742292050888011, -43.533235865930543 ], [ 172.742308322052935, -43.533259726378191 ], [ 172.742331111848358, -43.533290748646294 ], [ 172.742340854278467, -43.533309829620841 ], [ 172.742321115838394, -43.533331226534784 ], [ 172.742317648584077, -43.533376483891118 ], [ 172.742353526406305, -43.533409918027616 ], [ 172.742376387270355, -43.53342426380452 ], [ 172.742405776928592, -43.533443389040805 ], [ 172.742392496267826, -43.533486241911582 ], [ 172.742402157625889, -43.533524381716241 ], [ 172.742415123954089, -43.533555381833644 ], [ 172.742415002276005, -43.533583970087186 ], [ 172.742421480378226, -43.533600661322446 ], [ 172.742450890413039, -43.533615021837903 ], [ 172.742473710827284, -43.53363889701285 ], [ 172.742486677216419, -43.533669897121676 ], [ 172.742522494491482, -43.533717625330596 ], [ 172.742545284568223, -43.533748647554248 ], [ 172.742561535701782, -43.533777272673106 ], [ 172.742584305554374, -43.533813059597541 ], [ 172.742580879001196, -43.533848787540947 ], [ 172.742567669311654, -43.533874963948584 ], [ 172.742577391642527, -43.533898809610157 ], [ 172.742603496903882, -43.533920309776548 ], [ 172.742623053065586, -43.533941795194693 ], [ 172.742626074332918, -43.534001361424217 ], [ 172.742632410697297, -43.534051405606874 ], [ 172.742648520121065, -43.534113383672114 ], [ 172.742654947690738, -43.534141986664274 ], [ 172.742661355005765, -43.5341753543644 ], [ 172.742677596178197, -43.534206361819294 ], [ 172.742706976182035, -43.534227869330962 ], [ 172.742713393662939, -43.534258854673567 ], [ 172.742739478872807, -43.534285119516483 ], [ 172.742781825618749, -43.534337627084561 ], [ 172.742794610060571, -43.534411509530834 ], [ 172.742804211068147, -43.534463943421308 ], [ 172.742826991444872, -43.534497347939968 ], [ 172.742859646233143, -43.534518862777205 ], [ 172.742875877476621, -43.534552252556686 ], [ 172.742875735767825, -43.534585605514522 ], [ 172.742895180905833, -43.534633296779582 ], [ 172.742918022118715, -43.534652407154795 ], [ 172.742957246458303, -43.534669171981228 ], [ 172.742996450584968, -43.534690701502399 ], [ 172.743009376997577, -43.534731230963828 ], [ 172.74300915442646, -43.534783642753496 ], [ 172.74303186422398, -43.534833723708388 ], [ 172.743064438348455, -43.534874297318837 ], [ 172.74309052397507, -43.534900562079883 ], [ 172.743106755447485, -43.534933951824918 ], [ 172.743106553185356, -43.534981598905141 ], [ 172.743122825138073, -43.535005459231549 ], [ 172.743125937956989, -43.535043584252342 ], [ 172.743132355737089, -43.535074569567719 ], [ 172.743155136523512, -43.535107974018445 ], [ 172.743171357976024, -43.535143746107259 ], [ 172.743164646953176, -43.535181849058695 ], [ 172.743157986477655, -43.535208040239894 ], [ 172.743167678920599, -43.535239032908549 ], [ 172.743180605563367, -43.535279562347249 ], [ 172.74320667119585, -43.535310591788267 ], [ 172.743232746963258, -43.535339238869369 ], [ 172.743262158034554, -43.535353599174371 ], [ 172.743278409935101, -43.535382224185177 ], [ 172.743297906172529, -43.535418003607298 ], [ 172.743314198527543, -43.535437099197402 ], [ 172.743314036845703, -43.535475216858863 ], [ 172.743330258489721, -43.53551098892332 ], [ 172.743349744695195, -43.535549150689775 ], [ 172.743375861043688, -43.535568268322237 ], [ 172.743388868713026, -43.535589738905252 ], [ 172.743408385285051, -43.535620753599964 ], [ 172.743418118325792, -43.535642216830503 ], [ 172.743427841272762, -43.53566606241391 ], [ 172.74344400243416, -43.535716128583879 ], [ 172.743460294915252, -43.535735224152489 ], [ 172.743482904454055, -43.535809128548543 ], [ 172.743505645318066, -43.535852062341128 ], [ 172.743531741652873, -43.535875944644857 ], [ 172.743544799924138, -43.535885503440753 ], [ 172.743544678769837, -43.535914091685136 ], [ 172.743544577807796, -43.535937915222036 ], [ 172.743557575520242, -43.535961768138471 ], [ 172.743560698755061, -43.535997510788171 ], [ 172.743583328702528, -43.536066650454224 ], [ 172.743602724399267, -43.536126253357239 ], [ 172.743622281625676, -43.536147738598842 ], [ 172.743645143822874, -43.53616208411848 ], [ 172.743671109158839, -43.536216936986271 ], [ 172.74368083229686, -43.536240782546265 ], [ 172.743700329046732, -43.536276561895647 ], [ 172.743726385284106, -43.536309973568052 ], [ 172.743732823680944, -43.536336194136865 ], [ 172.743755494302349, -43.53639580435145 ], [ 172.743778265840092, -43.536431591025874 ], [ 172.74379450818563, -43.536462598312788 ], [ 172.743787878099425, -43.536481642464608 ], [ 172.743794316540829, -43.536507863029286 ], [ 172.743807153095815, -43.536569833571114 ], [ 172.743807021976437, -43.536600804166092 ], [ 172.743797066741962, -43.536631752747482 ], [ 172.74380353546178, -43.536650826250693 ], [ 172.743816513256718, -43.53667944384221 ], [ 172.743829491063877, -43.53670806143213 ], [ 172.74384906872703, -43.536724781926573 ], [ 172.743875215989874, -43.536736752382474 ], [ 172.743901312850824, -43.536760634599446 ], [ 172.743914310879234, -43.536784487472659 ], [ 172.743923923305886, -43.536834538897281 ], [ 172.743923741837023, -43.536877421257955 ], [ 172.743972701336588, -43.536915648916612 ], [ 172.743985689346971, -43.536941884134571 ], [ 172.743995412724217, -43.536965729665347 ], [ 172.744011695636033, -43.536987207505803 ], [ 172.744027978559416, -43.537008685343906 ], [ 172.744027918094048, -43.537022979463813 ], [ 172.744031061813473, -43.537053957388238 ], [ 172.744053904296209, -43.537073067531587 ], [ 172.744083255951693, -43.537101721743333 ], [ 172.744092969317705, -43.537127949618636 ], [ 172.74408302421682, -43.537156515868929 ], [ 172.744099236687163, -43.537194670169235 ], [ 172.744095841052172, -43.537223251078842 ], [ 172.744108809032525, -43.537254250988198 ], [ 172.744157779025699, -43.537290096212907 ], [ 172.74419373067542, -43.537306853284718 ], [ 172.744216452461785, -43.537354551633747 ], [ 172.744261906209999, -43.537447565964122 ], [ 172.744300840789776, -43.537533418568657 ], [ 172.744317043431067, -43.537573955189316 ], [ 172.744333085041774, -43.537652609457346 ], [ 172.744323170165217, -43.537674028666657 ], [ 172.744336128292019, -43.537707410901383 ], [ 172.74434254696817, -43.537738396136639 ], [ 172.744322807782311, -43.537759793377681 ], [ 172.744329206325176, -43.53779554331949 ], [ 172.744345469446898, -43.537821785816206 ], [ 172.744358467876651, -43.537845638635503 ], [ 172.744387860304442, -43.537864763354364 ], [ 172.744430351842482, -43.537883917346349 ], [ 172.744456459476737, -43.537905417080566 ], [ 172.744469437847044, -43.537934034593086 ], [ 172.744472612018853, -43.537957865442095 ], [ 172.744495384564885, -43.537993651966396 ], [ 172.744521462094013, -43.538022298744472 ], [ 172.744534420403966, -43.538055680955146 ], [ 172.744547237923172, -43.538122416105672 ], [ 172.744579905331847, -43.538141548091339 ], [ 172.744592773197724, -43.538196371471265 ], [ 172.744622135705953, -43.538222643188107 ], [ 172.744615435300545, -43.538258363852634 ], [ 172.744631718778521, -43.538279841601323 ], [ 172.744651226796265, -43.5383132384259 ], [ 172.744651116207905, -43.538339444307681 ], [ 172.744673939265255, -43.538363319030267 ], [ 172.744690212740153, -43.538387179123255 ], [ 172.744706466125166, -43.538415803919541 ], [ 172.744706275149497, -43.538461068623761 ], [ 172.744706174635809, -43.538484892152134 ], [ 172.744732282626671, -43.538506391821969 ], [ 172.744751861119568, -43.538523112158614 ], [ 172.74473195096428, -43.538585009464811 ], [ 172.744735085071341, -43.53861836971528 ], [ 172.744738239282128, -43.538646965259915 ], [ 172.744770907033825, -43.538666097190102 ], [ 172.744806839575091, -43.538687618773075 ], [ 172.744829662824657, -43.538711493463616 ], [ 172.744852486092242, -43.538735368149553 ], [ 172.744862210096301, -43.538759213600677 ], [ 172.744881778662091, -43.538778316267361 ], [ 172.744898022198157, -43.538809323387689 ], [ 172.744888107329928, -43.538830742641679 ], [ 172.744937018803256, -43.53888088164328 ], [ 172.744969586332502, -43.538923837043406 ], [ 172.744956396640163, -43.538945248998161 ], [ 172.744989044540887, -43.538969145570981 ], [ 172.744998738515847, -43.539000138067749 ], [ 172.745005187784926, -43.539023976201975 ], [ 172.745021491684582, -43.539040689187829 ], [ 172.745024595856592, -43.539081196486052 ], [ 172.745024495466083, -43.539105020012428 ], [ 172.745034159364593, -43.539143159563423 ], [ 172.745056922648246, -43.539181328323004 ], [ 172.74507972610823, -43.539209967667475 ], [ 172.745099184490158, -43.53925527617443 ], [ 172.745115368051415, -43.539300577377283 ], [ 172.745125082213747, -43.539326805156755 ], [ 172.745134696036416, -43.539376856460734 ], [ 172.74516731413928, -43.539407900039151 ], [ 172.745190077605884, -43.539446068770907 ], [ 172.745170298025329, -43.53947699556123 ], [ 172.745183287100218, -43.539503230634047 ], [ 172.745206110804872, -43.539527105247153 ], [ 172.745219039716602, -43.539567634430561 ], [ 172.745232028831936, -43.539593869497509 ], [ 172.745231908459118, -43.539622457727027 ], [ 172.745261231815078, -43.539658258685364 ], [ 172.745284075666802, -43.5396773685776 ], [ 172.745329803522537, -43.539706058938563 ], [ 172.745352567203071, -43.539744227636476 ], [ 172.74536226148669, -43.539775220098981 ], [ 172.745355531262959, -43.539818087855025 ], [ 172.745424073154908, -43.539873035108108 ], [ 172.745446806889191, -43.539918350843557 ], [ 172.745466335925414, -43.539946982817163 ], [ 172.745469480526339, -43.539977960688354 ], [ 172.745479174906791, -43.54000895313991 ], [ 172.745498714008079, -43.540035202755313 ], [ 172.745521357680104, -43.540101959645732 ], [ 172.745566715299901, -43.540218796945304 ], [ 172.745618813211252, -43.540290384105155 ], [ 172.745631732544808, -43.540333295589811 ], [ 172.745651161653399, -43.540385751052476 ], [ 172.745673885734845, -43.540433449091772 ], [ 172.74569331491179, -43.540485904546543 ], [ 172.745706234339309, -43.540528816021535 ], [ 172.745732133319279, -43.540600344853488 ], [ 172.745771252179026, -43.540643314581942 ], [ 172.74578750667726, -43.54067193921599 ], [ 172.745833285560991, -43.54068871761244 ], [ 172.745843050291853, -43.540703033565258 ], [ 172.745833135444343, -43.540724452894139 ], [ 172.745826495517889, -43.540745879502481 ], [ 172.745832825202342, -43.540798305808934 ], [ 172.745868629302038, -43.54085079763103 ], [ 172.745911023356257, -43.540893774589549 ], [ 172.745930512909098, -43.54093193588843 ], [ 172.745959797298752, -43.540977266070065 ], [ 172.745976051975305, -43.541005890676097 ], [ 172.746002061489918, -43.541051213570292 ], [ 172.746001991481137, -43.54106789003427 ], [ 172.746018246201828, -43.541096514633935 ], [ 172.746027991041416, -43.541115595274157 ], [ 172.746057375583518, -43.541137101910053 ], [ 172.746073650345835, -43.541160961797708 ], [ 172.746070215417404, -43.541199072155635 ], [ 172.746089695170355, -43.541239615777776 ], [ 172.746105939981135, -43.541270622716262 ], [ 172.746118939840358, -43.541294475324534 ], [ 172.746125399787871, -43.541315931035733 ], [ 172.74613839966446, -43.541339783641654 ], [ 172.746161234431383, -43.541361275707139 ], [ 172.7461775292835, -43.541380370875515 ], [ 172.746190549182302, -43.541399458771544 ], [ 172.746193754189136, -43.541416142504737 ], [ 172.746193644256948, -43.541442348375369 ], [ 172.746193534324618, -43.541468554245917 ], [ 172.746206554247323, -43.541487642139877 ], [ 172.746222889118485, -43.541497207894061 ], [ 172.74623921400277, -43.541509155997801 ], [ 172.746226054168915, -43.541523421033503 ], [ 172.746248879044344, -43.541547295432885 ], [ 172.746278203930842, -43.541583096122082 ], [ 172.746271534093751, -43.541611669808638 ], [ 172.746310703934569, -43.541642727588439 ], [ 172.746333478946156, -43.541678513729622 ], [ 172.746346508945862, -43.541695219255367 ], [ 172.746320189241146, -43.541723749348897 ], [ 172.746323334367474, -43.541754727188255 ], [ 172.746326479496958, -43.541785705027358 ], [ 172.746332889627354, -43.541819072484024 ], [ 172.746345879705018, -43.54184530741643 ], [ 172.746352299839998, -43.541876292519966 ], [ 172.746371879868036, -43.541893012573119 ], [ 172.746384909924302, -43.541909718094004 ], [ 172.746414314948709, -43.541926459933045 ], [ 172.746427335039016, -43.541945547800736 ], [ 172.746446875173945, -43.541971797247726 ], [ 172.746463110379409, -43.542005186484104 ], [ 172.746485935529478, -43.542029060834814 ], [ 172.746512055659622, -43.542048177738536 ], [ 172.746544685885056, -43.542076838563098 ], [ 172.746557666129803, -43.542105455822274 ], [ 172.746564106359273, -43.542131676209529 ], [ 172.746577096603858, -43.542157911114657 ], [ 172.746612862239033, -43.542219932101247 ], [ 172.746625762729536, -43.54226760816502 ], [ 172.746648478303911, -43.542317688350124 ], [ 172.746664713712732, -43.542351077556361 ], [ 172.746661358891515, -43.542370129112321 ], [ 172.746674359204292, -43.542393981653937 ], [ 172.746690644520726, -43.542415459098379 ], [ 172.746703654828821, -43.542436929284989 ], [ 172.746716655172463, -43.542460781821617 ], [ 172.746729635580124, -43.542489399059747 ], [ 172.746765591028719, -43.542506155316957 ], [ 172.746785211258015, -43.542513345892132 ], [ 172.746794976506976, -43.542527661760346 ], [ 172.746814516988536, -43.542553911142697 ], [ 172.746830792428455, -43.542577770918292 ], [ 172.746827447615914, -43.542594440126976 ], [ 172.746817522833737, -43.542618241885691 ], [ 172.746827168475392, -43.542661145968751 ], [ 172.746843304387227, -43.54271835866269 ], [ 172.746839899757106, -43.542749321979997 ], [ 172.746839790099699, -43.542775527845833 ], [ 172.746842985388014, -43.542794593908845 ], [ 172.746852720790685, -43.542816056825821 ], [ 172.746882136351672, -43.542830416191862 ], [ 172.746901776632768, -43.542832842044078 ], [ 172.74692794706769, -43.542840047094174 ], [ 172.746921287361658, -43.542866238461357 ], [ 172.746914637615788, -43.542890047476604 ], [ 172.746901368007599, -43.542930518451485 ], [ 172.746897983328012, -43.54295671706668 ], [ 172.746897863728321, -43.542985305283018 ], [ 172.7469108443332, -43.543013922498446 ], [ 172.746933670039084, -43.54303779675692 ], [ 172.74696636078022, -43.543052163349962 ], [ 172.746999051536932, -43.543066529933647 ], [ 172.747031772193424, -43.543073749453974 ], [ 172.747048117583461, -43.543080932737631 ], [ 172.747051312953175, -43.543099998794013 ], [ 172.747054378837902, -43.543150035417426 ], [ 172.747083794609068, -43.543164394731249 ], [ 172.747100070318453, -43.543188254466628 ], [ 172.747116296250027, -43.543224025956121 ], [ 172.747109656499248, -43.543245452630032 ], [ 172.747109576832031, -43.54326451144027 ], [ 172.747112692564144, -43.543302636304531 ], [ 172.747132183644851, -43.543340797386215 ], [ 172.74716481485919, -43.543369458029751 ], [ 172.747161430268193, -43.543395656650937 ], [ 172.747167900762776, -43.543414729945574 ], [ 172.747197306734364, -43.543431471581108 ], [ 172.747216917360646, -43.543441044433131 ], [ 172.747203737424968, -43.543460074278507 ], [ 172.747203598058064, -43.543493427195401 ], [ 172.747223079303041, -43.54353397061179 ], [ 172.747239315352601, -43.543567359730886 ], [ 172.747242520760864, -43.543584043429313 ], [ 172.747255531514469, -43.543605513549849 ], [ 172.747258726976526, -43.543624579598884 ], [ 172.747245556966902, -43.543641227097261 ], [ 172.747274893405631, -43.543674645170469 ], [ 172.747284609198488, -43.543700872750357 ], [ 172.747277889838642, -43.543741358241171 ], [ 172.747326946548611, -43.54375814327642 ], [ 172.747356382577493, -43.543767737817241 ], [ 172.747359558182183, -43.543791568565247 ], [ 172.747379119210819, -43.543813053144675 ], [ 172.747382324670355, -43.54382973683861 ], [ 172.74738212571279, -43.543877383860256 ], [ 172.747375505879575, -43.543894045845072 ], [ 172.747401607200032, -43.543917927244088 ], [ 172.747424393654399, -43.543951330806323 ], [ 172.74745059447099, -43.543951388683567 ], [ 172.747483325604009, -43.543956225723797 ], [ 172.747496346466022, -43.543975313464863 ], [ 172.747476606347874, -43.543996711224722 ], [ 172.74747971240285, -43.54403721842575 ], [ 172.74749924372324, -43.544065850037057 ], [ 172.747502389569632, -43.544096827833016 ], [ 172.747518606037943, -43.544134981611883 ], [ 172.747538107582614, -43.544170760269118 ], [ 172.747547793743934, -43.544204134877717 ], [ 172.747564059973627, -43.544230376894795 ], [ 172.747583551635586, -43.544268537894759 ], [ 172.747589853377889, -43.544328111128941 ], [ 172.747609424600199, -43.544347213316662 ], [ 172.747628946143095, -43.544378227255564 ], [ 172.747632131824361, -43.544399675642879 ], [ 172.747619001502528, -43.544406793778244 ], [ 172.747609076730868, -43.544430595598165 ], [ 172.747618792788614, -43.544456823146803 ], [ 172.747635108807287, -43.544471153398518 ], [ 172.7476645452318, -43.544480747859772 ], [ 172.747700512057207, -43.544495121469772 ], [ 172.747733203767382, -43.544509487842262 ], [ 172.74775606016027, -43.544526214879873 ], [ 172.747769091163235, -43.544542920237639 ], [ 172.747788602918718, -43.544576316499388 ], [ 172.747798348872749, -43.544595396979823 ], [ 172.747798239623421, -43.544621602839108 ], [ 172.74777850933242, -43.544640618297592 ], [ 172.747775134866146, -43.544664434580767 ], [ 172.74779466652771, -43.544693066139295 ], [ 172.747804422433887, -43.544709764268077 ], [ 172.747794497684765, -43.544733566102863 ], [ 172.747804243665797, -43.544752646582317 ], [ 172.747833580949901, -43.544786064507768 ], [ 172.747859772199433, -43.544788504642888 ], [ 172.747856367968041, -43.544819467980211 ], [ 172.747846433291187, -43.544845652169805 ], [ 172.747836488675404, -43.544874218709147 ], [ 172.747829819203815, -43.544902792471028 ], [ 172.747829650383181, -43.544943292433203 ], [ 172.747839356687706, -43.5449719023119 ], [ 172.747862223213531, -43.544986246976755 ], [ 172.747894964867584, -43.544988701549002 ], [ 172.747904770487281, -43.544993487915036 ], [ 172.747924351950445, -43.545010207696706 ], [ 172.747973419793425, -43.545024610103098 ], [ 172.747947139102649, -43.545043611150078 ], [ 172.747950324930713, -43.54506505952638 ], [ 172.747963336251928, -43.545086529562163 ], [ 172.747969767477201, -43.545115132209489 ], [ 172.747979454025682, -43.545148506776954 ], [ 172.748002251184005, -43.545179527868072 ], [ 172.748038178814738, -43.54520343077386 ], [ 172.748057730617347, -43.545227297584219 ], [ 172.748073957657141, -43.545263068927717 ], [ 172.748090234318539, -43.545286928515686 ], [ 172.74810975640932, -43.545317942368733 ], [ 172.748116207566994, -43.545341780305677 ], [ 172.748129179330306, -43.54537277972419 ], [ 172.748142240373255, -43.54538233798587 ], [ 172.748155222076491, -43.545410955050691 ], [ 172.748161693097273, -43.54543002828364 ], [ 172.748168144287092, -43.545453866217272 ], [ 172.748164789762569, -43.545472917807722 ], [ 172.748184371452425, -43.545489637544001 ], [ 172.748203933320895, -43.545511121977974 ], [ 172.748226790221537, -43.545527848919804 ], [ 172.748246381860696, -43.545542186294846 ], [ 172.748256009144797, -43.545589854940033 ], [ 172.748268981032425, -43.545620854341614 ], [ 172.748275382717935, -43.545656604021019 ], [ 172.74828838436818, -43.545680456368693 ], [ 172.748298081094049, -43.545711448555998 ], [ 172.748297981969444, -43.545735272060703 ], [ 172.748297813457327, -43.545775772018423 ], [ 172.748310765581891, -43.545811536115288 ], [ 172.748330297865209, -43.545840167578056 ], [ 172.748353145014477, -43.54585927684446 ], [ 172.748389142549371, -43.545866503185522 ], [ 172.748425140092905, -43.545873729515222 ], [ 172.748451252585795, -43.545895228319011 ], [ 172.748464204826377, -43.54593099239802 ], [ 172.748470666093766, -43.545952447962513 ], [ 172.748483618357966, -43.545988212039042 ], [ 172.74851281795668, -43.546054982690535 ], [ 172.74853233060719, -43.54608837881873 ], [ 172.748532241476909, -43.546109819971917 ], [ 172.7485418987836, -43.546150341538038 ], [ 172.74855490064428, -43.546174193853851 ], [ 172.74857445296314, -43.546198060573033 ], [ 172.748607007193954, -43.546245779598472 ], [ 172.748636355542118, -43.546276814961715 ], [ 172.748655878230466, -43.54630782871758 ], [ 172.748662329707173, -43.546331666620368 ], [ 172.748665476261777, -43.546362644373765 ], [ 172.748678468318815, -43.546388879025102 ], [ 172.748691410900989, -43.546427025426105 ], [ 172.748687977306929, -43.546465135830793 ], [ 172.748697684258616, -43.546493745630549 ], [ 172.748717325802659, -43.546496171172443 ], [ 172.748727032773132, -43.546524780969584 ], [ 172.748720403120814, -43.546543825374954 ], [ 172.748733375449035, -43.546574824719734 ], [ 172.748743112125254, -43.546596287464638 ], [ 172.748752878492951, -43.546610603158122 ], [ 172.748785561701794, -43.546627351577968 ], [ 172.748811605399339, -43.546665526748882 ], [ 172.748827704672067, -43.546732268530356 ], [ 172.748843823762627, -43.546794245608602 ], [ 172.748860081355957, -43.546822869782545 ], [ 172.748886095515161, -43.546868191985794 ], [ 172.748905658076922, -43.546889676296217 ], [ 172.748915286090323, -43.546937344876397 ], [ 172.748928248713867, -43.546970726547464 ], [ 172.748960744316349, -43.547032739567655 ], [ 172.748963861398522, -43.547070864359576 ], [ 172.748970214212022, -43.547118525742412 ], [ 172.748989717570055, -43.547154304137763 ], [ 172.749025577571501, -43.547194883178697 ], [ 172.749045130404539, -43.547218749814355 ], [ 172.749045001918205, -43.547249720364007 ], [ 172.749054699279867, -43.547280712480195 ], [ 172.749103719827048, -43.547307026150662 ], [ 172.749126419567347, -43.547361870508659 ], [ 172.749136097228416, -43.547397627317324 ], [ 172.74915561065319, -43.547431023333175 ], [ 172.749155521739652, -43.547452464482326 ], [ 172.749168514241319, -43.547478699074034 ], [ 172.749197952372214, -43.547488293139615 ], [ 172.74921098440845, -43.547504998326872 ], [ 172.749214200441401, -43.547519299610478 ], [ 172.749197725186406, -43.547543087186902 ], [ 172.749204177006334, -43.547566925054788 ], [ 172.749226936193395, -43.547607475291741 ], [ 172.74925632501936, -43.547628981091449 ], [ 172.74927258303066, -43.547657605203554 ], [ 172.74926920897866, -43.54768142151925 ], [ 172.749265825048866, -43.547707620184553 ], [ 172.749275562094709, -43.547729082880764 ], [ 172.74928855470742, -43.547755317457849 ], [ 172.749311402880863, -43.547774426528832 ], [ 172.749337575740441, -43.54778163102705 ], [ 172.749350617749855, -43.547795953847981 ], [ 172.749353744986536, -43.547831696275075 ], [ 172.749373110607564, -43.547900827498253 ], [ 172.749385886150719, -43.54797947375782 ], [ 172.749405449248002, -43.548000957979838 ], [ 172.749415245605746, -43.548008126565009 ], [ 172.749402045619149, -43.548031921347238 ], [ 172.749418076816255, -43.548115339479729 ], [ 172.749427804112372, -43.548139184511406 ], [ 172.749440767273484, -43.548172566118609 ], [ 172.749447268595503, -43.548184492222305 ], [ 172.74943398963407, -43.548227345804484 ], [ 172.749430576137797, -43.548260691521108 ], [ 172.749436998519315, -43.548291676422053 ], [ 172.749446735719033, -43.548313139101879 ], [ 172.749479390438154, -43.54833703436983 ], [ 172.749515320524381, -43.548360936804166 ], [ 172.749525018302705, -43.548391928875454 ], [ 172.749524939382212, -43.548410987672028 ], [ 172.749551082950433, -43.548425339169974 ], [ 172.749564095558014, -43.548446809014081 ], [ 172.749593336974641, -43.548504049968486 ], [ 172.749616165803332, -43.548527923676055 ], [ 172.749645565074189, -43.548547047024137 ], [ 172.749645446749696, -43.548575635218469 ], [ 172.749671462245942, -43.548620957232352 ], [ 172.749687750294669, -43.548642434233081 ], [ 172.749704008780611, -43.548671058279922 ], [ 172.749707215132958, -43.548687741896643 ], [ 172.749762827246997, -43.548704540223895 ], [ 172.749798787226439, -43.548721295519982 ], [ 172.749828166942422, -43.548745183519792 ], [ 172.749841150158574, -43.548773800380005 ], [ 172.749827930464306, -43.548802359907093 ], [ 172.749801678270245, -43.548814214316856 ], [ 172.749811405828893, -43.548838059313582 ], [ 172.749834234869297, -43.54886193297672 ], [ 172.749860359001588, -43.54888104910232 ], [ 172.749893014190178, -43.548904944250928 ], [ 172.749876597930182, -43.548914437822617 ], [ 172.749840529433584, -43.548923888394832 ], [ 172.749814316604528, -43.548926213409487 ], [ 172.749814218065978, -43.548950036903484 ], [ 172.749827221025726, -43.54897388906555 ], [ 172.749876253130708, -43.548997820051731 ], [ 172.749905603460405, -43.549028855079044 ], [ 172.749908790186538, -43.549050303387972 ], [ 172.749925098133616, -43.549067015655027 ], [ 172.749941268205134, -43.549117080810717 ], [ 172.749941130320195, -43.549150433701492 ], [ 172.749954162918073, -43.549167138800534 ], [ 172.749921389367643, -43.549171831862033 ], [ 172.749904943488332, -43.549188472485142 ], [ 172.749891782838006, -43.549202737921604 ], [ 172.749881897569281, -43.549217010521858 ], [ 172.749875228575036, -43.549245584382476 ], [ 172.749888241472974, -43.549267054187311 ], [ 172.749894693745915, -43.549290892010141 ], [ 172.74991426729639, -43.549309993792377 ], [ 172.749946952283437, -43.549326741876598 ], [ 172.74996654555801, -43.549341078951294 ], [ 172.750008977992053, -43.549376907300122 ], [ 172.75003503348421, -43.549412699829467 ], [ 172.750054577584649, -43.549438948635185 ], [ 172.750096823124011, -43.549520041586128 ], [ 172.75010325582042, -43.549548644094799 ], [ 172.750103147550874, -43.549574849935894 ], [ 172.750109619625732, -43.549593923047219 ], [ 172.750138980204554, -43.549622575663186 ], [ 172.750135547331723, -43.549660686091762 ], [ 172.750161593179939, -43.549698860940097 ], [ 172.750213812874023, -43.549744240079775 ], [ 172.750243163737679, -43.549775275017652 ], [ 172.750275780215276, -43.549808699451191 ], [ 172.750295334382798, -43.549832565865351 ], [ 172.750308337720611, -43.549856417969941 ], [ 172.750321301731901, -43.549889799469348 ], [ 172.750331019832743, -43.549916026767363 ], [ 172.750337452681237, -43.54994462926124 ], [ 172.750347190464225, -43.549966091859552 ], [ 172.750366774207919, -43.549982811213866 ], [ 172.750350318396215, -43.550001834247482 ], [ 172.750350180732596, -43.550035187134114 ], [ 172.750343580701241, -43.550047084575084 ], [ 172.750366390741362, -43.550075722826556 ], [ 172.750389181139781, -43.550109125771442 ], [ 172.750421837198815, -43.550133020765941 ], [ 172.750447932576662, -43.550159283801833 ], [ 172.750460965530863, -43.550175988841019 ], [ 172.750509861283632, -43.550233272439243 ], [ 172.750512989324847, -43.550269014821318 ], [ 172.75052272722192, -43.550290477403742 ], [ 172.750529091416894, -43.550335756327875 ], [ 172.75052896367643, -43.55036672686407 ], [ 172.750525580136554, -43.550392925555258 ], [ 172.75053855420731, -43.550423924678569 ], [ 172.750551528291254, -43.550454923800267 ], [ 172.750554715319339, -43.550476372086564 ], [ 172.750554626892324, -43.550497813226549 ], [ 172.750570886283782, -43.550526437142999 ], [ 172.750616516783509, -43.550581331198359 ], [ 172.750609828336593, -43.550614669793163 ], [ 172.750622831965359, -43.550638521859405 ], [ 172.750652222757054, -43.550660027293645 ], [ 172.750668482238041, -43.550688651195628 ], [ 172.75066182327086, -43.550714842746437 ], [ 172.750664990709396, -43.550741055726441 ], [ 172.750671433622585, -43.550767275849182 ], [ 172.75068120111635, -43.55078159137021 ], [ 172.75069422444858, -43.550800678730241 ], [ 172.75072033986936, -43.550822177004299 ], [ 172.750746425855283, -43.550850822318672 ], [ 172.750752888450336, -43.550872277738897 ], [ 172.750746239316925, -43.550896086945095 ], [ 172.750759213607608, -43.550927086041149 ], [ 172.750782083073432, -43.550941430114172 ], [ 172.750811532960228, -43.550948641414422 ], [ 172.750808110247419, -43.550984369506438 ], [ 172.750837403130021, -43.551029698379466 ], [ 172.750876620649763, -43.551051225169324 ], [ 172.750906050978188, -43.551063201142661 ], [ 172.750879788198375, -43.551077438142087 ], [ 172.750873168530632, -43.551094100308802 ], [ 172.750895949778567, -43.551129885496984 ], [ 172.750908875138123, -43.551172796318411 ], [ 172.750921849570972, -43.551203795394855 ], [ 172.750928253400872, -43.551239544895942 ], [ 172.750928135671586, -43.551268133079525 ], [ 172.750944385635336, -43.551299139288552 ], [ 172.750950760058657, -43.551342035833628 ], [ 172.750960488472742, -43.551365880724099 ], [ 172.751006257265118, -43.551387421738085 ], [ 172.75099627381806, -43.551425517914815 ], [ 172.751019084684685, -43.551454156031141 ], [ 172.751048309308658, -43.551516161287182 ], [ 172.751080956581234, -43.551542438438524 ], [ 172.751103816551705, -43.551559164794924 ], [ 172.75110370870803, -43.551585370628764 ], [ 172.751106866578169, -43.551613965941605 ], [ 172.751093637049593, -43.551644907949267 ], [ 172.75109026348477, -43.551668724303234 ], [ 172.751090116416634, -43.551704459530455 ], [ 172.751106395991513, -43.551728318669149 ], [ 172.751145623861674, -43.55174746301698 ], [ 172.751171867268198, -43.551737990655674 ], [ 172.751181654638287, -43.551747541435212 ], [ 172.751207819639802, -43.551757127853449 ], [ 172.751224099275248, -43.551780986975309 ], [ 172.751220725753939, -43.551804803332665 ], [ 172.751246802600633, -43.551835830877984 ], [ 172.751233592692472, -43.551862008203805 ], [ 172.7512465772366, -43.551890624892003 ], [ 172.751256335248883, -43.551907322710271 ], [ 172.751279136622315, -43.551938343121464 ], [ 172.751318305909479, -43.551971781500178 ], [ 172.751311549120402, -43.552021796567182 ], [ 172.751321209216002, -43.552062317863296 ], [ 172.751320954530769, -43.552124258920486 ], [ 172.751343765813431, -43.552152896969538 ], [ 172.75136988204747, -43.552174395092145 ], [ 172.751369754729382, -43.552205365620303 ], [ 172.751346727933281, -43.552229139239458 ], [ 172.751362948985872, -43.552267292429768 ], [ 172.751385730962795, -43.552303077514743 ], [ 172.751408591304369, -43.552319803808871 ], [ 172.75143470763328, -43.552341301916236 ], [ 172.751454253282787, -43.552367550472958 ], [ 172.751467189089254, -43.55240807887531 ], [ 172.751473603155603, -43.552441445991143 ], [ 172.75148326342557, -43.552481967271021 ], [ 172.751492962864205, -43.552512959156999 ], [ 172.751512381347567, -43.552570178229686 ], [ 172.751528622170383, -43.55260356669833 ], [ 172.751538390162011, -43.552617882142712 ], [ 172.751534938417421, -43.552660757291292 ], [ 172.751547854766045, -43.552706050378973 ], [ 172.751564125003341, -43.55273229179754 ], [ 172.751550915034755, -43.552758469155783 ], [ 172.751567155929024, -43.552791857618018 ], [ 172.751583406626594, -43.552822863729709 ], [ 172.751596401325656, -43.552849098026137 ], [ 172.751589771873768, -43.552868142577246 ], [ 172.751586408219197, -43.552889576592968 ], [ 172.751582936921125, -43.552937216437122 ], [ 172.751589302179582, -43.552982495283807 ], [ 172.751621862420052, -43.553030213408597 ], [ 172.751638064292081, -43.553073131251409 ], [ 172.751664102767592, -43.553113688088459 ], [ 172.751693426660637, -43.553151869685365 ], [ 172.751719504328037, -43.553182897117502 ], [ 172.751732479603305, -43.553213896093077 ], [ 172.751752035441598, -43.553237762247896 ], [ 172.75175519370103, -43.553266357535477 ], [ 172.751745269085603, -43.55329015967785 ], [ 172.751738620072445, -43.553313968931938 ], [ 172.751738532056379, -43.553335410063163 ], [ 172.751735090190095, -43.553375902864765 ], [ 172.751728411823365, -43.553406859161498 ], [ 172.751718477393695, -43.553433043648774 ], [ 172.751731394042196, -43.553478336710313 ], [ 172.751754186469356, -43.553511739368069 ], [ 172.751776959365429, -43.553549906716796 ], [ 172.751809549388298, -43.553590477741039 ], [ 172.751819249169444, -43.553621469594134 ], [ 172.751828997841073, -43.553640549707296 ], [ 172.751851673080211, -43.553702540518294 ], [ 172.751871092280027, -43.55375975951987 ], [ 172.751903574973142, -43.553826536341312 ], [ 172.751929613949017, -43.553867093113723 ], [ 172.751952396860105, -43.553902878078006 ], [ 172.751971825989301, -43.553957714713171 ], [ 172.751994511262183, -43.554017323145345 ], [ 172.752017196579544, -43.554076931572531 ], [ 172.752020325700244, -43.554112673891893 ], [ 172.752036576982334, -43.554143679933389 ], [ 172.75205936006023, -43.554179464875006 ], [ 172.752069030762073, -43.554217603747048 ], [ 172.752085174668622, -43.554274815604622 ], [ 172.752081693912544, -43.554324837800614 ], [ 172.752091325587202, -43.554372506060069 ], [ 172.752107586740351, -43.554401129742793 ], [ 172.752117316097554, -43.554424974524323 ], [ 172.752127016168487, -43.554455966347483 ], [ 172.752139923573964, -43.554503641703491 ], [ 172.752146367520368, -43.554529861728327 ], [ 172.75215279194498, -43.5545608464476 ], [ 172.752162443239115, -43.554603750004404 ], [ 172.752185226563682, -43.55463953491865 ], [ 172.752191611970943, -43.554680049024981 ], [ 172.752207707307178, -43.554749172598157 ], [ 172.752223705070264, -43.554842119642075 ], [ 172.752249783735152, -43.55487314694647 ], [ 172.752279069811522, -43.554920857773702 ], [ 172.752285347966108, -43.554987577693538 ], [ 172.752298167785142, -43.555056694153443 ], [ 172.752320980631254, -43.555085331996594 ], [ 172.752330612613008, -43.555133000230242 ], [ 172.752346854570021, -43.555166388570385 ], [ 172.752346678957736, -43.555209270820761 ], [ 172.752346542370134, -43.555242623681941 ], [ 172.75234642529486, -43.555271211848542 ], [ 172.752352879167177, -43.5552950495114 ], [ 172.752382204547388, -43.55533323092061 ], [ 172.752385392474139, -43.555354679139704 ], [ 172.752378704461933, -43.555388017811154 ], [ 172.752378470340432, -43.555445194142855 ], [ 172.752384758411409, -43.555509531704359 ], [ 172.752397724767434, -43.555542912940894 ], [ 172.752407347127019, -43.555592963511664 ], [ 172.752413840072052, -43.555607271781561 ], [ 172.752410437537179, -43.555638235199858 ], [ 172.752407064260836, -43.555662051576704 ], [ 172.752400395734412, -43.555690625553495 ], [ 172.752390509989226, -43.555704898353255 ], [ 172.752400210402556, -43.555735890147119 ], [ 172.752413196322749, -43.555764506686685 ], [ 172.75241626723809, -43.555814543067399 ], [ 172.752416081917318, -43.555859807660084 ], [ 172.752429028858444, -43.555897953585159 ], [ 172.75242563606767, -43.555926534655377 ], [ 172.752422262780698, -43.555950351031434 ], [ 172.752415525952443, -43.555995601436031 ], [ 172.752428482675242, -43.556031365013425 ], [ 172.752434965918837, -43.556048055628054 ], [ 172.7524446761619, -43.556076665069583 ], [ 172.752461015953486, -43.556086229919892 ], [ 172.752464194194772, -43.556110060481011 ], [ 172.752454259633993, -43.556136245019488 ], [ 172.752454123101302, -43.55616959787551 ], [ 172.752444149515298, -43.556205311800142 ], [ 172.752460421076648, -43.556231553078227 ], [ 172.752470170367815, -43.556250633129494 ], [ 172.752466816583507, -43.556269684811888 ], [ 172.752456891749574, -43.556293487003003 ], [ 172.752463297012582, -43.556329236389672 ], [ 172.752476244082686, -43.556367382306561 ], [ 172.752479393089942, -43.55639835990641 ], [ 172.752492369437562, -43.556429358780846 ], [ 172.752505355548834, -43.556457975306934 ], [ 172.752518146673708, -43.556534238765849 ], [ 172.752514627136748, -43.556593790342497 ], [ 172.752517668925009, -43.556650973753484 ], [ 172.752494611625622, -43.556681894622258 ], [ 172.752464953953336, -43.556724713034896 ], [ 172.752458197563328, -43.556774728128943 ], [ 172.752454755972622, -43.556815220928435 ], [ 172.752425107960022, -43.556855656982933 ], [ 172.752405326338675, -43.556886584925714 ], [ 172.752375795326088, -43.556898432808396 ], [ 172.752365802059501, -43.556938911414264 ], [ 172.752355779509941, -43.556986537058407 ], [ 172.752349110810428, -43.557015111025144 ], [ 172.752358762627665, -43.557058014548161 ], [ 172.752371758565175, -43.557084248739969 ], [ 172.752381488453551, -43.557108093489099 ], [ 172.752368297385942, -43.557129506227376 ], [ 172.752361687214147, -43.557143786115546 ], [ 172.752364855713751, -43.557169999021454 ], [ 172.752384403318956, -43.557196247401663 ], [ 172.752384237476321, -43.557236747290474 ], [ 172.752364524002274, -43.557250998799091 ], [ 172.752374136843855, -43.557303431704625 ], [ 172.752357513798444, -43.557362954887303 ], [ 172.752334290266987, -43.557434375606334 ], [ 172.752310988612805, -43.557524855089703 ], [ 172.75229438496163, -43.557579613568151 ], [ 172.752271229591656, -43.557634357847867 ], [ 172.752238334490016, -43.557667639710267 ], [ 172.752221828353555, -43.55769857471487 ], [ 172.752231558280471, -43.557722419474267 ], [ 172.752228145766566, -43.557755765221295 ], [ 172.752234580329855, -43.557784367573241 ], [ 172.752201636311867, -43.55782956115457 ], [ 172.752181766382677, -43.557881930167163 ], [ 172.752152215309934, -43.557898542680924 ], [ 172.752135699300368, -43.557931860017646 ], [ 172.752125744762822, -43.557962809210196 ], [ 172.752102657459716, -43.558000877029208 ], [ 172.752082904599206, -43.558024657870646 ], [ 172.752059914930499, -43.558038902220517 ], [ 172.752027009721957, -43.558074566364944 ], [ 172.752007207954506, -43.558110258922689 ], [ 172.751987445249199, -43.558136422092957 ], [ 172.751977549232464, -43.558153077195648 ], [ 172.751983973947006, -43.558184061905472 ], [ 172.752000304462456, -43.558196009165201 ], [ 172.752003521712396, -43.558210310346482 ], [ 172.751986907820481, -43.558267451118432 ], [ 172.751954021989519, -43.558298350548291 ], [ 172.751924284945346, -43.558360227572464 ], [ 172.751874951174415, -43.558407767858434 ], [ 172.751848587654308, -43.558445828512909 ], [ 172.751779451713901, -43.558529061280197 ], [ 172.751710227540485, -43.558633735115237 ], [ 172.751637619583505, -43.558764607591527 ], [ 172.75145996668013, -43.558947663783925 ], [ 172.751358031245701, -43.559040354449706 ], [ 172.751292316859377, -43.559087858853452 ], [ 172.751295504591297, -43.559109307088335 ], [ 172.751259312621187, -43.559147346221884 ], [ 172.751193549025686, -43.559206762294295 ], [ 172.751157151038569, -43.559294830646351 ], [ 172.751107796287187, -43.559347135280774 ], [ 172.75100911595905, -43.559444597447964 ], [ 172.750828183198166, -43.559627645493002 ], [ 172.750713023953153, -43.559748895149099 ], [ 172.750588075659209, -43.559860593866674 ], [ 172.750459909926093, -43.559957991224806 ], [ 172.750351379956783, -43.560060196047679 ], [ 172.750262623585257, -43.560133855564047 ], [ 172.750216484304389, -43.560200461026888 ], [ 172.750196611868944, -43.560252829666624 ], [ 172.75018334059186, -43.560293300895232 ], [ 172.750179926797045, -43.560326646562991 ], [ 172.750169961015558, -43.560359977913585 ], [ 172.750169842890273, -43.560388566049767 ], [ 172.750169646014371, -43.560436212943031 ], [ 172.750169488513308, -43.560474330457367 ], [ 172.750152931324521, -43.560517176866732 ], [ 172.750116757482289, -43.560550450936198 ], [ 172.750074021745547, -43.560586093016106 ], [ 172.750014905930527, -43.56062169926588 ], [ 172.749988599375939, -43.560645465404285 ], [ 172.74994251851777, -43.560697776681856 ], [ 172.749929256825141, -43.560735865532678 ], [ 172.749893043309498, -43.560778668907361 ], [ 172.749853445305689, -43.560847670891242 ], [ 172.749794230517296, -43.56090710046832 ], [ 172.749731838200546, -43.560942699399156 ], [ 172.749623453211427, -43.561009168341336 ], [ 172.749528152365741, -43.561080430576716 ], [ 172.749426397960491, -43.561127854929296 ], [ 172.749360778544542, -43.561151534754153 ], [ 172.749288518097558, -43.561196641271188 ], [ 172.749252313731972, -43.56123706209349 ], [ 172.749219444647991, -43.56126319602506 ], [ 172.749147272921647, -43.561286861354333 ], [ 172.749094787054247, -43.561303422743883 ], [ 172.749042350600888, -43.561308072388861 ], [ 172.749006225123708, -43.561329434379353 ], [ 172.748986410609859, -43.56136750873064 ], [ 172.748966635637174, -43.561396053702026 ], [ 172.748946890322685, -43.561417451637787 ], [ 172.748868027670454, -43.561474455217741 ], [ 172.748828566597524, -43.561510104018851 ], [ 172.74878256326619, -43.561543356065414 ], [ 172.748733333331245, -43.561564689173757 ], [ 172.748700493551155, -43.561583675921966 ], [ 172.748667693364041, -43.561593133285001 ], [ 172.748644642107394, -43.561621670997262 ], [ 172.748608526208102, -43.561640650516253 ], [ 172.748523160364385, -43.561685727728374 ], [ 172.748477206286253, -43.561707067931238 ], [ 172.74839849152437, -43.561728336025588 ], [ 172.748332920638887, -43.561740103536536 ], [ 172.748178876091089, -43.561756440906187 ], [ 172.74803467952006, -43.561768035040707 ], [ 172.747962536523573, -43.56178455258631 ], [ 172.747880644756805, -43.561781989664389 ], [ 172.747782342843493, -43.561786537580367 ], [ 172.747706963452885, -43.561793518362677 ], [ 172.747641452027295, -43.561790991414661 ], [ 172.747569398417738, -43.561786067619252 ], [ 172.747487546466687, -43.561773975041341 ], [ 172.747415542654267, -43.561757139431016 ], [ 172.747366541023723, -43.56172367804573 ], [ 172.747311096847397, -43.561663996378549 ], [ 172.747271983279092, -43.561616262612084 ], [ 172.747226387381261, -43.561551837940584 ], [ 172.747151277225214, -43.561494495078762 ], [ 172.747030432107437, -43.561406080228139 ], [ 172.746883438844662, -43.56130331316762 ], [ 172.746788703022958, -43.561238779517019 ], [ 172.7467330802302, -43.561221979753753 ], [ 172.746625250545321, -43.56115503459462 ], [ 172.746478238603117, -43.561057031699256 ], [ 172.746331207147136, -43.560963793301831 ], [ 172.746141807968286, -43.56081804859825 ], [ 172.746086405849184, -43.560748836957643 ], [ 172.746057041817494, -43.560720183348302 ], [ 172.745988535860249, -43.56065094255311 ], [ 172.745988635946418, -43.560627119115082 ], [ 172.745936490156794, -43.560562679366306 ], [ 172.745884294414708, -43.560510151312485 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2006-02-11", "DSASDate": "11/02/2006", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.503928189775019", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_11FEB2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747065718198797, -43.552173594079278 ], [ 172.747088597217498, -43.552185556539413 ], [ 172.747098344165408, -43.552204637056519 ], [ 172.747111306900649, -43.552238018903047 ], [ 172.747114462915249, -43.552266614318327 ], [ 172.747107802233046, -43.552292805650708 ], [ 172.747114263688076, -43.5523142612684 ], [ 172.747124020625648, -43.552330959435459 ], [ 172.747127176650906, -43.552359554849936 ], [ 172.747150005952108, -43.552383429034975 ], [ 172.747149956152185, -43.552395340772321 ], [ 172.747153002634207, -43.55245014200775 ], [ 172.74715285323569, -43.55248587721929 ], [ 172.747162530535121, -43.552521634162005 ], [ 172.747172158049949, -43.552569302840716 ], [ 172.74717525435554, -43.552612192337058 ], [ 172.747191393207828, -43.552669404889329 ], [ 172.747188028006462, -43.552690838772627 ], [ 172.747191154204558, -43.552726581225663 ], [ 172.747191054619634, -43.552750404698962 ], [ 172.747190915200576, -43.552783757561421 ], [ 172.747197376736722, -43.552805213172761 ], [ 172.747213645110008, -43.5528314552054 ], [ 172.747220126574064, -43.552848146120731 ], [ 172.747220036957543, -43.552869587246292 ], [ 172.747213396168746, -43.552891013887468 ], [ 172.747213286634349, -43.552917219707389 ], [ 172.747206655795821, -43.552936264000714 ], [ 172.747206564182648, -43.5529581815954 ], [ 172.747229326032027, -43.552998255723843 ], [ 172.747242199398414, -43.553053078676371 ], [ 172.747242020179641, -43.553095960925958 ], [ 172.747251677715269, -43.553136482552013 ], [ 172.747267856600018, -43.553184165700152 ], [ 172.747267747088102, -43.55321037151883 ], [ 172.747241432737553, -43.553236519408429 ], [ 172.747244608776754, -43.553260350121143 ], [ 172.747244479341305, -43.55329132063364 ], [ 172.74723763937692, -43.553360394216341 ], [ 172.747253917872172, -43.553384253894009 ], [ 172.747247286994536, -43.553403298188037 ], [ 172.747217686977876, -43.553431821176709 ], [ 172.747197903825565, -43.553462748233301 ], [ 172.74719778432376, -43.55349133639757 ], [ 172.747177971263852, -43.553529410491279 ], [ 172.747145045727478, -43.553569837951777 ], [ 172.747118661435309, -43.553612662239679 ], [ 172.747102103988112, -43.55365550825811 ], [ 172.747085636184153, -43.553676913151513 ], [ 172.74707577940822, -43.55368403845381 ], [ 172.747052879898007, -43.55367684068667 ], [ 172.747006941369051, -43.553695797995339 ], [ 172.746961012779224, -43.553712372938499 ], [ 172.746912983653601, -43.5537369566362 ], [ 172.746908383351894, -43.553764668563986 ], [ 172.746878773027021, -43.553795573809104 ], [ 172.746842531617659, -43.553845523314983 ], [ 172.746809625632238, -43.553881185982114 ], [ 172.746799728893251, -43.553897840647274 ], [ 172.746779945373987, -43.553928767628072 ], [ 172.746770028667981, -43.553950186983997 ], [ 172.746756826334433, -43.553973981430254 ], [ 172.746740378274552, -43.553990621578798 ], [ 172.7467108076643, -43.554011997391875 ], [ 172.746694349602905, -43.554031019880327 ], [ 172.746674556006639, -43.554064329188634 ], [ 172.746635088519042, -43.554102359634406 ], [ 172.746611999249694, -43.554140426365556 ], [ 172.746602002591715, -43.554180904478862 ], [ 172.746572232171644, -43.55424992718698 ], [ 172.746535970265853, -43.554304641283508 ], [ 172.746512860884906, -43.554347472686032 ], [ 172.74649306708443, -43.554380781960553 ], [ 172.746476628828219, -43.554395039723026 ], [ 172.746492927272499, -43.554414134811672 ], [ 172.746496123049241, -43.554433200846702 ], [ 172.746486196172441, -43.55445700252212 ], [ 172.746456645219894, -43.554473613573997 ], [ 172.746433645596085, -43.554490239147952 ], [ 172.74643680140278, -43.554518834570125 ], [ 172.746436701514455, -43.554542658034549 ], [ 172.746433305971436, -43.554571238926933 ], [ 172.74643304625755, -43.554633179933624 ], [ 172.746449204914427, -43.554685627877205 ], [ 172.746448925238923, -43.554752333575436 ], [ 172.746445469757987, -43.554795208545151 ], [ 172.746435462889309, -43.554838068985013 ], [ 172.746425456006335, -43.554880929423632 ], [ 172.746422060438249, -43.554909510313912 ], [ 172.746405492148426, -43.554954738565897 ], [ 172.746392169561517, -43.555007121119864 ], [ 172.746365654211701, -43.555080915721014 ], [ 172.746325906048412, -43.555185651743763 ], [ 172.746279576329243, -43.555297520250235 ], [ 172.74622996071821, -43.555411763810667 ], [ 172.746193607813098, -43.555487918899018 ], [ 172.746183590649906, -43.555533161656882 ], [ 172.746173593470758, -43.555573639721551 ], [ 172.746150393339917, -43.555637912152839 ], [ 172.746120651685004, -43.555699787684993 ], [ 172.74611057441885, -43.555759324509765 ], [ 172.746080802653069, -43.555828347067539 ], [ 172.746064143817449, -43.555895016373775 ], [ 172.746044139159125, -43.555978354820972 ], [ 172.746050450555742, -43.556035545671172 ], [ 172.746056821990095, -43.55607844244615 ], [ 172.746063223445645, -43.556114192183344 ], [ 172.746056551872528, -43.556142765780315 ], [ 172.746046604529596, -43.556171332100718 ], [ 172.746046524491362, -43.556190390866149 ], [ 172.746046334400262, -43.556235655433795 ], [ 172.746052495755919, -43.556328581465756 ], [ 172.746055331330211, -43.55643341194795 ], [ 172.746061472709755, -43.556531102667357 ], [ 172.746074205700296, -43.556619278553761 ], [ 172.746083913022005, -43.556647888525447 ], [ 172.746087058767756, -43.556678866291819 ], [ 172.746086818686877, -43.556736042583005 ], [ 172.746112554927549, -43.556848071015771 ], [ 172.746141617075381, -43.55694819498747 ], [ 172.746170649318117, -43.557055465986252 ], [ 172.746193240021313, -43.55713651663369 ], [ 172.746212744937566, -43.55717229544377 ], [ 172.746228764099925, -43.557258096230122 ], [ 172.746251474920797, -43.557310558720737 ], [ 172.746280837396625, -43.557339212293392 ], [ 172.746290554925736, -43.557365439899201 ], [ 172.746290434978704, -43.557394028041905 ], [ 172.746303438346928, -43.557417880570441 ], [ 172.746296786731307, -43.557441689484435 ], [ 172.746303208459551, -43.557472674510009 ], [ 172.746306354358637, -43.55750365226622 ], [ 172.746309450286418, -43.557546541748003 ], [ 172.74630929036789, -43.557584659270383 ], [ 172.746309100464259, -43.557629923827868 ], [ 172.746299152992606, -43.55765849016246 ], [ 172.746285869690581, -43.557701343297147 ], [ 172.746279198044022, -43.557729916898992 ], [ 172.746292121514188, -43.557772828188078 ], [ 172.746288715718549, -43.557803791404417 ], [ 172.746291851630986, -43.557837151504302 ], [ 172.746301569243855, -43.557863379107111 ], [ 172.746307941043, -43.557906275855238 ], [ 172.746314272871587, -43.557958701982692 ], [ 172.746346831603859, -43.558006421564421 ], [ 172.746366276932321, -43.558056494413492 ], [ 172.746388998161223, -43.558106574525503 ], [ 172.746424673053411, -43.558192418869325 ], [ 172.746457152083394, -43.5582591971773 ], [ 172.746476527663532, -43.558325946419863 ], [ 172.746495993176694, -43.558371254554913 ], [ 172.746518724617175, -43.558418952294119 ], [ 172.746538210164033, -43.558459495731753 ], [ 172.746557655795073, -43.558509568545077 ], [ 172.746580477196858, -43.558535825167993 ], [ 172.746586859246918, -43.558576339551415 ], [ 172.746609650736133, -43.558609743202616 ], [ 172.746616062762911, -43.558643110549696 ], [ 172.746629026595286, -43.558676492415948 ], [ 172.746625600953394, -43.558712220327166 ], [ 172.746612297680826, -43.558759838181267 ], [ 172.746605536216293, -43.558809852899131 ], [ 172.746592262858712, -43.55885032371603 ], [ 172.746575763496708, -43.558878875546533 ], [ 172.746546190429882, -43.558900251292684 ], [ 172.746513281505514, -43.55893591383569 ], [ 172.746457411166631, -43.55897867255198 ], [ 172.746408122559245, -43.559014298739243 ], [ 172.74639163305747, -43.55904046819748 ], [ 172.746388247222995, -43.559066666720774 ], [ 172.746368491769545, -43.559090446564113 ], [ 172.746325824829313, -43.559109410837657 ], [ 172.746250338638504, -43.559142596460077 ], [ 172.746148474924155, -43.559216223702016 ], [ 172.746033587283051, -43.559270762989705 ], [ 172.745990830038323, -43.559311168236377 ], [ 172.745967758377788, -43.559344470108073 ], [ 172.745928196889878, -43.559403941363854 ], [ 172.745872355742904, -43.559439552755777 ], [ 172.745832884227838, -43.559477582878841 ], [ 172.745799934505243, -43.559522774588082 ], [ 172.745790036557992, -43.559539429146398 ], [ 172.745757076752142, -43.559587003186813 ], [ 172.745733974802249, -43.559627452041688 ], [ 172.745727212511071, -43.559677466697963 ], [ 172.745730268058168, -43.559729885554894 ], [ 172.74575626534093, -43.559779973063819 ], [ 172.745788844638497, -43.559822928102314 ], [ 172.745834607951792, -43.559846853509995 ], [ 172.745873859425132, -43.559861234959996 ], [ 172.745906619058474, -43.559861307770817 ], [ 172.745926294860112, -43.559856586764546 ], [ 172.745959034472008, -43.559861424248609 ], [ 172.745958984424448, -43.559873335969186 ], [ 172.745942524523116, -43.559892358325357 ], [ 172.74592589442716, -43.55995188052853 ], [ 172.745932326236471, -43.559980483217402 ], [ 172.745912620360826, -43.559992351256668 ], [ 172.745899426371864, -43.560013763230572 ], [ 172.745912400110029, -43.560044762825747 ], [ 172.745908953940329, -43.560085255393709 ], [ 172.745918621687821, -43.560123394739264 ], [ 172.745885691700011, -43.560163821779383 ], [ 172.745879009574509, -43.56019477768838 ], [ 172.745869081498569, -43.56021857928323 ], [ 172.745869011406313, -43.560235255690905 ], [ 172.745865575209478, -43.560273365912174 ], [ 172.745872027049927, -43.560297203914999 ], [ 172.745875182881235, -43.560325799323657 ], [ 172.745881594680043, -43.560359166701303 ], [ 172.745888066560809, -43.560378240015098 ], [ 172.745884710468459, -43.560397291484961 ], [ 172.745878078380599, -43.560416335673203 ], [ 172.745881244233544, -43.56044254873725 ], [ 172.745881134092883, -43.560468754519704 ], [ 172.745887515872113, -43.560509268927767 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2018-02-17", "DSASDate": "17/02/2018", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_17FEB2018.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.73128208674143, -43.506258288245888 ], [ 172.731295041601101, -43.506289289742504 ], [ 172.731308038742043, -43.506310761782572 ], [ 172.731321025325627, -43.506334616184823 ], [ 172.731330770553058, -43.506351315803634 ], [ 172.73132741295862, -43.506370367022612 ], [ 172.731327328428421, -43.506389425932319 ], [ 172.731330453568546, -43.506422786715007 ], [ 172.731340198812717, -43.506439486332816 ], [ 172.731359763272252, -43.506456209020016 ], [ 172.731385884448457, -43.50647056471874 ], [ 172.731408648060523, -43.506503971632469 ], [ 172.731441167549747, -43.506551695786868 ], [ 172.731457374507329, -43.50658746967877 ], [ 172.731470308404937, -43.506623235881435 ], [ 172.731479990357428, -43.506654229668719 ], [ 172.731489651199752, -43.506689988182259 ], [ 172.731489482239482, -43.506728106000011 ], [ 172.731502416185606, -43.506763872198292 ], [ 172.731525211647408, -43.506790131996816 ], [ 172.731544744597329, -43.506814001742484 ], [ 172.731570802630245, -43.506842651580023 ], [ 172.731587009741475, -43.506878425452122 ], [ 172.731612877827558, -43.506949957823544 ], [ 172.731629000554989, -43.507004790597314 ], [ 172.73165168007057, -43.507057256368341 ], [ 172.731654720992708, -43.507109676046632 ], [ 172.731661119455623, -43.507143044498179 ], [ 172.731638070498747, -43.507173961450825 ], [ 172.73163832057665, -43.507176715393868 ], [ 172.731632919011759, -43.507180230935631 ], [ 172.731617178533043, -43.507186864677465 ], [ 172.731610585870015, -43.507197331711005 ], [ 172.73161183178172, -43.507211628964697 ], [ 172.73161700965008, -43.507224982492275 ], [ 172.731622179076737, -43.507240241910317 ], [ 172.731626047704566, -43.507253592364414 ], [ 172.731627306286782, -43.507265030781738 ], [ 172.731631183361003, -43.507276475344867 ], [ 172.731633742747022, -43.507289822725696 ], [ 172.731638924848568, -43.50730222330678 ], [ 172.731637573384575, -43.507311749687489 ], [ 172.731636183924024, -43.507329852576341 ], [ 172.731646581910098, -43.507347030175062 ], [ 172.731655114084049, -43.507361650678 ], [ 172.731656903915535, -43.507381360789033 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2018-02-17", "DSASDate": "17/02/2018", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.599937498779249", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_17FEB2018.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731656790986051, -43.507381273157748 ], [ 172.731696047322885, -43.507386130056645 ], [ 172.731696955283184, -43.507385637728689 ], [ 172.731701428478743, -43.507379178180919 ], [ 172.731727602887787, -43.507381621983683 ], [ 172.731737348394489, -43.50739832156551 ], [ 172.731734011969507, -43.507412608066389 ], [ 172.731734002295212, -43.507414792541447 ], [ 172.73173841852946, -43.507426730071806 ], [ 172.731751394969876, -43.507452966784953 ], [ 172.731754583694908, -43.507472033370561 ], [ 172.731764297575012, -43.507495880039869 ], [ 172.731760918952318, -43.507519695994603 ], [ 172.731760834555132, -43.507538754901155 ], [ 172.731773800479857, -43.507567373974609 ], [ 172.731796628005014, -43.507586486626515 ], [ 172.73180629972822, -43.507619862745067 ], [ 172.731819244596863, -43.507653246539604 ], [ 172.731825622112069, -43.507691379705697 ], [ 172.731838567006463, -43.507724763497706 ], [ 172.73185797382871, -43.507777221545936 ], [ 172.731887263386199, -43.507815408436691 ], [ 172.731903502574454, -43.507844035169377 ], [ 172.731919731234484, -43.507875044262853 ], [ 172.731949073589902, -43.507901319321363 ], [ 172.731975142821085, -43.507927586699815 ], [ 172.732011042068166, -43.507951494724047 ], [ 172.732053540339734, -43.507963506261788 ], [ 172.732079683403896, -43.507973097073986 ], [ 172.732118708372269, -43.508030365818449 ], [ 172.73214789286979, -43.50809237627309 ], [ 172.732157512194732, -43.508137664175401 ], [ 172.732193253644994, -43.508197307588958 ], [ 172.732212692520477, -43.508242618484516 ], [ 172.732215765578786, -43.508287891049143 ], [ 172.732238509265045, -43.508326062516119 ], [ 172.732248170817201, -43.508361820956971 ], [ 172.732234941217257, -43.508392761016822 ], [ 172.732231520601914, -43.508426106434186 ], [ 172.732228142109165, -43.50844992239918 ], [ 172.732221427243161, -43.508488024876492 ], [ 172.732234351461159, -43.508526173346041 ], [ 172.732244034104298, -43.508557167060104 ], [ 172.732266809499095, -43.508588191431045 ], [ 172.732296226052398, -43.50859778985771 ], [ 172.732319075185842, -43.508612137677368 ], [ 172.732351649151383, -43.508647949745189 ], [ 172.732370993553729, -43.508714701877395 ], [ 172.732403336058525, -43.508802925914289 ], [ 172.732429121729353, -43.508893516984614 ], [ 172.732445077332642, -43.508986467433438 ], [ 172.732470989410132, -43.509048470138005 ], [ 172.732496912061691, -43.509108090473369 ], [ 172.732516425097259, -43.509136724771899 ], [ 172.732552325273105, -43.509160632623512 ], [ 172.732552167486148, -43.509196368065261 ], [ 172.732565039468341, -43.509246428307414 ], [ 172.732574617211242, -43.509301245617699 ], [ 172.732587478716056, -43.509353688219235 ], [ 172.732620105820018, -43.509377588393825 ], [ 172.73263626164308, -43.509425273918175 ], [ 172.732645828962347, -43.509482473583674 ], [ 172.732652217700405, -43.509518224330613 ], [ 172.73266187968369, -43.509553982730132 ], [ 172.732671583736646, -43.509580211678113 ], [ 172.732684487439911, -43.509623124816059 ], [ 172.732694138944964, -43.50966126557492 ], [ 172.732720167202928, -43.509697062228604 ], [ 172.732726577031883, -43.509728048245051 ], [ 172.732739533365049, -43.509759049562994 ], [ 172.73274594321029, -43.509790035578042 ], [ 172.732771876957315, -43.509847273482336 ], [ 172.732775024083566, -43.509875869482755 ], [ 172.732801062990632, -43.509909283754524 ], [ 172.732800926365542, -43.509940254467267 ], [ 172.732833501327065, -43.509976066392056 ], [ 172.732846457767437, -43.510007067696812 ], [ 172.732872580824818, -43.510021423051889 ], [ 172.732872486263233, -43.510042864314279 ], [ 172.732882200991213, -43.510066710880103 ], [ 172.732898462260437, -43.510090572738015 ], [ 172.732914586974545, -43.510145405305508 ], [ 172.732937321289256, -43.510185958986455 ], [ 172.732946952033558, -43.510228864445679 ], [ 172.7329630873312, -43.510281314642789 ], [ 172.732982464428574, -43.510340919568428 ], [ 172.73301494519967, -43.510398172701116 ], [ 172.733044100244058, -43.510467329993645 ], [ 172.733076465651578, -43.510550789093365 ], [ 172.733121756376534, -43.510672396540478 ], [ 172.733160511168251, -43.510791606327452 ], [ 172.733183098959302, -43.510865513026872 ], [ 172.733228474076355, -43.510968061528907 ], [ 172.733267302706537, -43.511070594739699 ], [ 172.733302910593636, -43.511161208490357 ], [ 172.733332013884166, -43.511242277512387 ], [ 172.733351517509391, -43.51127329402253 ], [ 172.733364537417174, -43.511290001090622 ], [ 172.733367653431429, -43.511325744154568 ], [ 172.73336099139479, -43.511351934870497 ], [ 172.733370675059547, -43.511382928476451 ], [ 172.733386863462556, -43.511423466794881 ], [ 172.733399830979096, -43.511452085668601 ], [ 172.733419282276742, -43.511495013976216 ], [ 172.733432260309144, -43.51152125048403 ], [ 172.733435376374558, -43.511556993544815 ], [ 172.733441849671948, -43.511573685340814 ], [ 172.733461416364889, -43.51159040765917 ], [ 172.733471110602494, -43.511619018893605 ], [ 172.733461164742408, -43.511647584345695 ], [ 172.733480626629245, -43.511688130279772 ], [ 172.733509751372452, -43.511764434526576 ], [ 172.733538855226016, -43.511845503488843 ], [ 172.733548444731099, -43.51189793833408 ], [ 172.733558118097164, -43.511931314283501 ], [ 172.733558002810753, -43.511957520263515 ], [ 172.733564413302162, -43.511988506222444 ], [ 172.733590464027486, -43.512019537943729 ], [ 172.733626355854199, -43.512045827813381 ], [ 172.733649185646726, -43.51206494008634 ], [ 172.733652354251262, -43.51208877132931 ], [ 172.733645660820542, -43.512122109143718 ], [ 172.733648818949462, -43.51214832274831 ], [ 172.733658523840376, -43.512174551602783 ], [ 172.733671512596942, -43.512198405719204 ], [ 172.733687764270343, -43.512224649819963 ], [ 172.733704026432747, -43.512248511556642 ], [ 172.733707216017734, -43.512267578073988 ], [ 172.733707090319655, -43.512296166414494 ], [ 172.733729909757784, -43.512317661032469 ], [ 172.733749424403925, -43.512346295108649 ], [ 172.733775506793847, -43.512370179701442 ], [ 172.733785201302908, -43.512398790906062 ], [ 172.733765435280958, -43.5124273335163 ], [ 172.733784960450834, -43.512453585224328 ], [ 172.733801201770234, -43.512482211669727 ], [ 172.733804391397797, -43.512501278183692 ], [ 172.733801013288172, -43.512525094179153 ], [ 172.733820454740908, -43.51257040477369 ], [ 172.733852958429082, -43.512622892927922 ], [ 172.733872473231145, -43.512651526981941 ], [ 172.73387563148475, -43.512677740578184 ], [ 172.733901703599344, -43.512704007502869 ], [ 172.73391468209752, -43.512730243951573 ], [ 172.733927650140515, -43.512758862760244 ], [ 172.73392754547703, -43.512782686375736 ], [ 172.733933987641194, -43.512806525225571 ], [ 172.733947018503159, -43.512820849862592 ], [ 172.733956744560089, -43.512842313966225 ], [ 172.733953356025296, -43.512868512326342 ], [ 172.733949998884015, -43.512887563601758 ], [ 172.733962977442076, -43.512913800044288 ], [ 172.733985776274636, -43.512940059332699 ], [ 172.733995470973099, -43.512968670517097 ], [ 172.734011722992136, -43.512994914569198 ], [ 172.734021375860493, -43.513033055197013 ], [ 172.734008198449686, -43.513052083629162 ], [ 172.733988484638246, -43.513068714467238 ], [ 172.734004684363754, -43.513106870327022 ], [ 172.734027451899067, -43.513140276690713 ], [ 172.734037146648802, -43.513168887870734 ], [ 172.734079533916002, -43.513207104630339 ], [ 172.734112163679242, -43.513231004369914 ], [ 172.734134941778677, -43.513262028350368 ], [ 172.734147826375533, -43.513309706022888 ], [ 172.73416403672249, -43.51334547949758 ], [ 172.734160648248093, -43.513371677861684 ], [ 172.734144197361275, -43.513390698697521 ], [ 172.734147355769551, -43.513416912283276 ], [ 172.734170113042353, -43.513452700978554 ], [ 172.734196269265254, -43.513459908943261 ], [ 172.734199396331775, -43.513493269611189 ], [ 172.734209091218446, -43.513521880775201 ], [ 172.734225353932459, -43.51354574243372 ], [ 172.73424159575066, -43.513574368812407 ], [ 172.734261100587645, -43.513605385157838 ], [ 172.734254386412516, -43.513643487721929 ], [ 172.734260797434587, -43.51367447363404 ], [ 172.734286849238543, -43.513705505190295 ], [ 172.734312890617588, -43.513738919101748 ], [ 172.734329090724913, -43.513777074912078 ], [ 172.734361449201771, -43.513862915969959 ], [ 172.734416722099979, -43.513948810244287 ], [ 172.734461997134872, -43.514075181823756 ], [ 172.734497587667022, -43.514170559885997 ], [ 172.734500600046658, -43.514230126513624 ], [ 172.734503643764668, -43.514282546057508 ], [ 172.734510107200407, -43.514301620147585 ], [ 172.734542716836359, -43.514330284483705 ], [ 172.73455246422921, -43.514346983810135 ], [ 172.734568685531883, -43.514380374861268 ], [ 172.734578349409134, -43.51441613307329 ], [ 172.734581445409248, -43.51445664080876 ], [ 172.734591130187709, -43.514487634297375 ], [ 172.734604057161533, -43.514525782466087 ], [ 172.734630025990896, -43.514575872828381 ], [ 172.734642932129987, -43.514618785714035 ], [ 172.734659143116403, -43.514654559111982 ], [ 172.734675354121862, -43.514690332507421 ], [ 172.734691575583383, -43.514723723539532 ], [ 172.734707807499149, -43.514754732208331 ], [ 172.734720765910339, -43.51478573327983 ], [ 172.734714114506744, -43.514809541698362 ], [ 172.734733526062257, -43.514861999205642 ], [ 172.734749747601398, -43.514895390228695 ], [ 172.734769232253171, -43.514931171203671 ], [ 172.734798454057398, -43.514986033839989 ], [ 172.7348374234993, -43.515057595769015 ], [ 172.73485037161015, -43.515090979185295 ], [ 172.734840415390551, -43.515121927100921 ], [ 172.734837068831268, -43.51513859603449 ], [ 172.734836995811207, -43.515155272559589 ], [ 172.734843459443795, -43.515174346628413 ], [ 172.734866249074969, -43.51520298809475 ], [ 172.734875975836587, -43.51522445211306 ], [ 172.73489552324304, -43.515245938900748 ], [ 172.734908429710941, -43.515288851752274 ], [ 172.734901820040676, -43.515303130736953 ], [ 172.734914736953471, -43.515343661226723 ], [ 172.734934263556596, -43.515369912728787 ], [ 172.734960378991588, -43.515386649961258 ], [ 172.734989528208132, -43.515458189069776 ], [ 172.735031625803657, -43.515563111563623 ], [ 172.735077070068428, -43.515651365101391 ], [ 172.735099797460947, -43.515694300682839 ], [ 172.735112777113358, -43.515720536984766 ], [ 172.735099495242679, -43.515763389138364 ], [ 172.735105865232129, -43.515803904435302 ], [ 172.735135056499075, -43.51586591406052 ], [ 172.735144814720229, -43.515880230972549 ], [ 172.735170826247185, -43.515920791760884 ], [ 172.735193574641841, -43.515958962601175 ], [ 172.735206481470669, -43.516001875414617 ], [ 172.735209567549816, -43.516044765483514 ], [ 172.73521265363317, -43.516087655552056 ], [ 172.735215770971479, -43.516123398539008 ], [ 172.735218940397232, -43.516147229723749 ], [ 172.73524174098614, -43.516173488751392 ], [ 172.735254741632616, -43.516194960314685 ], [ 172.735257900662077, -43.516221173858455 ], [ 172.735267554820126, -43.516259314362834 ], [ 172.73527725064838, -43.516287925424855 ], [ 172.735296767297683, -43.516316559222162 ], [ 172.735326115194596, -43.516342833389466 ], [ 172.735352137452054, -43.516381011773824 ], [ 172.735384665319827, -43.516428734745638 ], [ 172.735400908453443, -43.516457360948571 ], [ 172.735420414806555, -43.516488377084499 ], [ 172.735436699606339, -43.516507473841045 ], [ 172.735436564297771, -43.516538444524514 ], [ 172.735456008249457, -43.516583754815549 ], [ 172.735459115348021, -43.516621880153437 ], [ 172.735472032911105, -43.516662410572529 ], [ 172.735491528960011, -43.51669580905569 ], [ 172.735510993813818, -43.516736354615951 ], [ 172.735530489907831, -43.516769753092177 ], [ 172.735530365050749, -43.516798341414287 ], [ 172.735533524229766, -43.516824554948066 ], [ 172.735559567631014, -43.516857968562512 ], [ 172.735559442787263, -43.516886556884273 ], [ 172.735575634110262, -43.516927094861238 ], [ 172.735601646372544, -43.516967655546033 ], [ 172.735604805590896, -43.516993869077154 ], [ 172.735621048978999, -43.517022495246621 ], [ 172.73563734438568, -43.517039209613237 ], [ 172.735653598201282, -43.517065453417857 ], [ 172.735679641771839, -43.517098867003973 ], [ 172.735699179667705, -43.517122736009576 ], [ 172.735715381544338, -43.517160891605428 ], [ 172.735725046534924, -43.51719664970598 ], [ 172.735734721933738, -43.517230025445507 ], [ 172.73572801866959, -43.517265745713239 ], [ 172.735731167560516, -43.51729434159968 ], [ 172.73574413742989, -43.517322960184153 ], [ 172.735744012671262, -43.517351548503996 ], [ 172.735753542558058, -43.517418277280548 ], [ 172.73578284960513, -43.517454080767244 ], [ 172.73581545114186, -43.517485127090353 ], [ 172.735834968429231, -43.517513760791438 ], [ 172.735834854105718, -43.517539966750597 ], [ 172.735844540011669, -43.517570960119222 ], [ 172.73585098343122, -43.517594798844279 ], [ 172.735860679746168, -43.517623409851367 ], [ 172.735906272216653, -43.517678309996647 ], [ 172.735912684501585, -43.517709295797474 ], [ 172.735912539040726, -43.51774264883548 ], [ 172.735932046067148, -43.51777366487886 ], [ 172.735958121259301, -43.517799931319118 ], [ 172.735964502419165, -43.517838064195914 ], [ 172.735961135238995, -43.517859497874518 ], [ 172.735973928745807, -43.517928616547103 ], [ 172.735999837835067, -43.517993000733625 ], [ 172.736012776820928, -43.518028766364083 ], [ 172.7360224421233, -43.51806452443487 ], [ 172.736038685993918, -43.518093150540857 ], [ 172.736058234734998, -43.518114637122409 ], [ 172.73608104680892, -43.518138513616734 ], [ 172.736103848518098, -43.518164772466164 ], [ 172.736126681392449, -43.51818388423186 ], [ 172.736146209431865, -43.518210135517592 ], [ 172.736172222623964, -43.51825069606582 ], [ 172.736204835166575, -43.51827935991551 ], [ 172.736224342514532, -43.51831037590695 ], [ 172.73623721943494, -43.518360435668477 ], [ 172.736256643811259, -43.518410510531162 ], [ 172.736266257435545, -43.518458180377571 ], [ 172.736285681866889, -43.518508255234643 ], [ 172.736275663553471, -43.518553497414608 ], [ 172.736272286066168, -43.518577313459431 ], [ 172.736272213432613, -43.518593989976374 ], [ 172.736265520706979, -43.518627327907964 ], [ 172.73629154453252, -43.518665506067222 ], [ 172.736291347397895, -43.518710770898252 ], [ 172.736297728860904, -43.518748903751167 ], [ 172.736307415194375, -43.518779897075071 ], [ 172.7363072388207, -43.518820397186303 ], [ 172.736330020135455, -43.518851420707321 ], [ 172.736349569223677, -43.518872907237103 ], [ 172.736349434370851, -43.518903877909999 ], [ 172.736326331426113, -43.518946707535733 ], [ 172.736335997057694, -43.518982465575078 ], [ 172.736378358714887, -43.519027828535904 ], [ 172.736401171257626, -43.519051704963744 ], [ 172.736417384458008, -43.519087478090285 ], [ 172.736430386142615, -43.519108949511619 ], [ 172.736440155559308, -43.5191208839477 ], [ 172.736459621820813, -43.519161429332868 ], [ 172.736478984425077, -43.519225798307929 ], [ 172.736488681294475, -43.519254409254998 ], [ 172.73649180990796, -43.519287769830349 ], [ 172.736498233026708, -43.519316373231511 ], [ 172.736501361648493, -43.51934973380623 ], [ 172.736527417030686, -43.519380764830323 ], [ 172.736530535305377, -43.519416507763204 ], [ 172.736510789002637, -43.519440286091829 ], [ 172.736530338344267, -43.519461772589125 ], [ 172.736536771865445, -43.51948799362809 ], [ 172.736533384060635, -43.519514192036063 ], [ 172.736559501721217, -43.519530928896835 ], [ 172.736579009651223, -43.519561944822449 ], [ 172.736565769421759, -43.519595267681225 ], [ 172.736588571887125, -43.519621526429219 ], [ 172.736614658519812, -43.519645410354791 ], [ 172.73661129146609, -43.519666844046085 ], [ 172.736594818899619, -43.519690629929435 ], [ 172.736598009775861, -43.519709696344592 ], [ 172.736627401327127, -43.519726440731326 ], [ 172.736633866005235, -43.519745514686349 ], [ 172.736630498952536, -43.5197669483778 ], [ 172.736653322233678, -43.519788442394066 ], [ 172.736663039996955, -43.519812288605721 ], [ 172.736662936383965, -43.519836112196941 ], [ 172.736669390723705, -43.519857568508762 ], [ 172.736669287113045, -43.519881392099819 ], [ 172.73666590970393, -43.519905208150902 ], [ 172.736688722689252, -43.519929084518843 ], [ 172.736688577644571, -43.519962437545914 ], [ 172.736711359581903, -43.519993460986356 ], [ 172.736717772518517, -43.520024446731142 ], [ 172.736734006881022, -43.520055455089761 ], [ 172.73672085985956, -43.520067336732268 ], [ 172.736707692113669, -43.520083983091283 ], [ 172.736737001008692, -43.520119786321409 ], [ 172.736769666607955, -43.520136538208831 ], [ 172.736792510789996, -43.520153267478399 ], [ 172.736798923784619, -43.520184253217884 ], [ 172.736811936193988, -43.52020334223365 ], [ 172.736795473915407, -43.52022474578456 ], [ 172.736801897274972, -43.520253349164541 ], [ 172.736814888989045, -43.520277202897688 ], [ 172.736831144178211, -43.520303446523549 ], [ 172.736853957378116, -43.520327322857391 ], [ 172.736866897361125, -43.520363088379128 ], [ 172.736883090478699, -43.520403626150838 ], [ 172.736886219365914, -43.520436986709392 ], [ 172.736899180095548, -43.5204679875091 ], [ 172.736902298642605, -43.520503730425744 ], [ 172.736934912740253, -43.520532394059856 ], [ 172.73695118874997, -43.520553872950011 ], [ 172.736977244878346, -43.520584903866961 ], [ 172.737016272208677, -43.520644553204711 ], [ 172.737039064916047, -43.520673194218404 ], [ 172.73706512114066, -43.520704225114926 ], [ 172.737081355861875, -43.520735233421433 ], [ 172.737100854100305, -43.520768631611958 ], [ 172.737136731937994, -43.520799685074117 ], [ 172.737156240569817, -43.520830700896163 ], [ 172.737185560431101, -43.52086412164941 ], [ 172.737221417689284, -43.520899939802284 ], [ 172.737237569829944, -43.520950006956035 ], [ 172.737266858779805, -43.520990574764248 ], [ 172.737286264167324, -43.521045414150734 ], [ 172.737299245904239, -43.521071650185192 ], [ 172.737285850677694, -43.521140708499196 ], [ 172.737272693189738, -43.52115497256127 ], [ 172.737262809562452, -43.521169244144801 ], [ 172.737266000724816, -43.52118831053712 ], [ 172.737265918020256, -43.521207369406419 ], [ 172.737275636250047, -43.521231215561279 ], [ 172.737278765394109, -43.521264576104905 ], [ 172.737301558457887, -43.52129321706407 ], [ 172.737311214697371, -43.521331357367323 ], [ 172.737314374874643, -43.521357570833608 ], [ 172.737324000124687, -43.521402858211175 ], [ 172.737314075123663, -43.52142665923278 ], [ 172.737313930415922, -43.521460012252746 ], [ 172.737330155129882, -43.521493402879237 ], [ 172.737346400531749, -43.521522028786173 ], [ 172.737352793282042, -43.521557779205345 ], [ 172.737375338476738, -43.521643596752888 ], [ 172.737398131728099, -43.521672237691355 ], [ 172.737411082649004, -43.521705620786136 ], [ 172.737414232555864, -43.521734216606582 ], [ 172.737420635700204, -43.521767584662328 ], [ 172.737430323084425, -43.521798577877412 ], [ 172.737453013110468, -43.52185104238869 ], [ 172.737459457611067, -43.521874881007996 ], [ 172.737462669532704, -43.521889182675885 ], [ 172.737429827155665, -43.521912931081573 ], [ 172.737403573901332, -43.521927165082445 ], [ 172.73739692275376, -43.521950973627924 ], [ 172.737413064983343, -43.522003423107073 ], [ 172.737419375163768, -43.522058232386421 ], [ 172.737435579431263, -43.522096387711613 ], [ 172.737455098962016, -43.522125021118761 ], [ 172.737468039679527, -43.522160786563063 ], [ 172.737490874486696, -43.522179898047881 ], [ 172.737510363083942, -43.522215678520155 ], [ 172.737529810391834, -43.52226098842204 ], [ 172.737536213654295, -43.522294356468528 ], [ 172.737549164782791, -43.522327739544551 ], [ 172.737568705094588, -43.522351608215004 ], [ 172.73758490953395, -43.522389763517531 ], [ 172.737607723813994, -43.522413639695003 ], [ 172.737620726629956, -43.522435110971344 ], [ 172.737630445194412, -43.522458957091786 ], [ 172.737646711642412, -43.522482818235837 ], [ 172.737666272688074, -43.522501922172786 ], [ 172.737685823424044, -43.522523408464544 ], [ 172.737698815969623, -43.522547262089901 ], [ 172.737731503783323, -43.522559248983079 ], [ 172.737754318184869, -43.5225831251309 ], [ 172.737767300451338, -43.522609361106525 ], [ 172.737790114885854, -43.522633237247078 ], [ 172.737796569918771, -43.522654693486501 ], [ 172.737816100116248, -43.522680944471958 ], [ 172.737832397645747, -43.522697658514566 ], [ 172.737848653921475, -43.522723901987405 ], [ 172.737841982227849, -43.522752475271929 ], [ 172.737845153022079, -43.522776306359688 ], [ 172.737861399009091, -43.5228049321885 ], [ 172.737890761467611, -43.522828823320431 ], [ 172.737926682178085, -43.522850347095265 ], [ 172.737962602914081, -43.522871870858793 ], [ 172.737978869603438, -43.52289573195447 ], [ 172.73803441353752, -43.522922065426236 ], [ 172.738050669960728, -43.522948308869672 ], [ 172.738063600896737, -43.522986456600826 ], [ 172.738086333138199, -43.523029391545805 ], [ 172.738102476248486, -43.52308184091995 ], [ 172.738125218857988, -43.523122393498639 ], [ 172.738125084893511, -43.523153364152854 ], [ 172.738115149611446, -43.523179547594758 ], [ 172.73811503625231, -43.523205753532665 ], [ 172.738124734523865, -43.523234364324608 ], [ 172.738144265049698, -43.523260615252177 ], [ 172.738167090180752, -43.523282108957829 ], [ 172.738196422084172, -43.523313147084011 ], [ 172.738228945594727, -43.523363251561783 ], [ 172.738261530957089, -43.523399061882444 ], [ 172.738277715512595, -43.523441981797447 ], [ 172.738329625689516, -43.523551690156893 ], [ 172.738362077367043, -43.523618471100335 ], [ 172.738413936377782, -43.523740091207955 ], [ 172.738469162233713, -43.523840277558804 ], [ 172.738508100507943, -43.52392136758224 ], [ 172.738543548800635, -43.52405247961709 ], [ 172.738553237120158, -43.524083472726993 ], [ 172.738549849920872, -43.524109671175168 ], [ 172.738543188691011, -43.524135862136426 ], [ 172.73853650687704, -43.524166817812493 ], [ 172.738539667727082, -43.524193031233615 ], [ 172.738555893843142, -43.524226421673752 ], [ 172.738598301964913, -43.52426225435341 ], [ 172.73861782273994, -43.524290887554351 ], [ 172.738630774887298, -43.524324270498795 ], [ 172.738643737333831, -43.524355271083977 ], [ 172.738660014972197, -43.524376749720638 ], [ 172.738682809855362, -43.524405390393468 ], [ 172.738679432977079, -43.524429206486509 ], [ 172.738672740915774, -43.524462544526607 ], [ 172.738695525554078, -43.52449356755411 ], [ 172.738705255151501, -43.524515031218932 ], [ 172.738705142042505, -43.524541237151915 ], [ 172.73869519649736, -43.52456980299543 ], [ 172.738708189876519, -43.524593656499654 ], [ 172.738724519011015, -43.5246032233389 ], [ 172.738737522690229, -43.524624694482213 ], [ 172.738760348544474, -43.524646188066143 ], [ 172.73879291435037, -43.524686762944839 ], [ 172.738789516940358, -43.524715343754991 ], [ 172.738792708765317, -43.524734410094545 ], [ 172.738828600091665, -43.524763080654914 ], [ 172.738831709709387, -43.524801205852917 ], [ 172.738821753902471, -43.524832154063617 ], [ 172.738838042009064, -43.52485125031621 ], [ 172.738864111222114, -43.524879898429496 ], [ 172.738880399354883, -43.524898994675937 ], [ 172.738883560390605, -43.524925208084689 ], [ 172.73890303013809, -43.524965753021498 ], [ 172.738896348414386, -43.524996708714319 ], [ 172.738906057613235, -43.525022937075278 ], [ 172.738909300864577, -43.52503009162384 ], [ 172.738889543377041, -43.525056252694945 ], [ 172.738889327589817, -43.52510628219926 ], [ 172.738892468088807, -43.525137260321486 ], [ 172.738892355058425, -43.525163466252003 ], [ 172.738895475011077, -43.525199209088449 ], [ 172.738924839035718, -43.525223099948747 ], [ 172.738934568830501, -43.525244563591812 ], [ 172.738944267811689, -43.525273174305852 ], [ 172.738963778801633, -43.525304189801126 ], [ 172.738973416171859, -43.525347094655984 ], [ 172.738989663377197, -43.525375720314685 ], [ 172.739012376623634, -43.52542341977599 ], [ 172.73904163810559, -43.52547113417792 ], [ 172.73906446438582, -43.52549262769903 ], [ 172.739100304951876, -43.525533209957779 ], [ 172.73913625849238, -43.52554758627597 ], [ 172.739155800464431, -43.525571454665922 ], [ 172.739165479072085, -43.525604830074286 ], [ 172.739181726436982, -43.525633455704813 ], [ 172.739197973817198, -43.525662081332946 ], [ 172.739207683252204, -43.525688309665853 ], [ 172.739214098056351, -43.52571929524445 ], [ 172.739233629852009, -43.525745545977706 ], [ 172.739249897809913, -43.525769406883803 ], [ 172.739253059049304, -43.525795620278835 ], [ 172.739275813702108, -43.525833790256783 ], [ 172.739278954434894, -43.525864768365039 ], [ 172.739291907279778, -43.525898151227139 ], [ 172.739295078803735, -43.525921982263412 ], [ 172.739317802753078, -43.525967299303503 ], [ 172.739350215773044, -43.526043609372387 ], [ 172.739366371027643, -43.526093676188175 ], [ 172.739382618617753, -43.526122301788284 ], [ 172.739408575822694, -43.526177155700012 ], [ 172.73941821364437, -43.526220060511932 ], [ 172.739437673908242, -43.526262987707391 ], [ 172.73946372350369, -43.526296400393029 ], [ 172.739489773127815, -43.526329813072621 ], [ 172.739515781775054, -43.52637275517386 ], [ 172.73954186221178, -43.52639902077054 ], [ 172.739558150965252, -43.526418116916936 ], [ 172.739577642138443, -43.526453897016808 ], [ 172.739570991339377, -43.526477705670743 ], [ 172.739570796603232, -43.526522970451538 ], [ 172.739603456189116, -43.526542103878164 ], [ 172.739642602635001, -43.526575546348013 ], [ 172.739701168721979, -43.526661445380228 ], [ 172.7397336645368, -43.526718696478746 ], [ 172.739759560861728, -43.526787844447298 ], [ 172.739762599470879, -43.526842646105663 ], [ 172.739749349138009, -43.526878351647667 ], [ 172.739716443476624, -43.526916394825271 ], [ 172.739739280782402, -43.526935505851469 ], [ 172.739748918956792, -43.526978410630711 ], [ 172.739771664122173, -43.52701896286068 ], [ 172.739797611820165, -43.527076199034013 ], [ 172.739817041906264, -43.52712627322984 ], [ 172.739856076225578, -43.527185921547598 ], [ 172.739875516632452, -43.527233613376133 ], [ 172.739914336121245, -43.52734329116187 ], [ 172.739950024828062, -43.52741960849395 ], [ 172.739989008300597, -43.527491168546817 ], [ 172.740011661727436, -43.527553161935046 ], [ 172.740037650804396, -43.527600868623651 ], [ 172.740057132408367, -43.527639030992532 ], [ 172.740070116747859, -43.527665266688658 ], [ 172.740073237517947, -43.527701009479372 ], [ 172.740092749863834, -43.527732024772256 ], [ 172.740115546682119, -43.527760665147468 ], [ 172.740131733704743, -43.527803584773473 ], [ 172.740154418073672, -43.527858431061439 ], [ 172.740167371823134, -43.527891813814989 ], [ 172.740190066482512, -43.527944277738776 ], [ 172.740193166886399, -43.527984785237436 ], [ 172.740215963846936, -43.528013425591737 ], [ 172.740238730158353, -43.528049213010497 ], [ 172.740258171141051, -43.528096904768184 ], [ 172.740267840531658, -43.528132662427346 ], [ 172.740290545589062, -43.528182743973119 ], [ 172.740326337462335, -43.528235237616023 ], [ 172.740375277499368, -43.528275849205997 ], [ 172.740427410126586, -43.528335527058559 ], [ 172.740476268597888, -43.528395197455076 ], [ 172.740498922858137, -43.528457190739047 ], [ 172.740518364175529, -43.528504882449965 ], [ 172.740531318262583, -43.52853826515932 ], [ 172.740553941998115, -43.528607405499692 ], [ 172.740563550377885, -43.528657457268338 ], [ 172.740569874287246, -43.528709883962641 ], [ 172.740553288470181, -43.528759876293712 ], [ 172.740530256186986, -43.528786030200109 ], [ 172.740517087578468, -43.52880267697023 ], [ 172.740520065689424, -43.528871772727506 ], [ 172.740532927944571, -43.528926596639252 ], [ 172.740529480046263, -43.528967089261528 ], [ 172.740545728951986, -43.528995714685252 ], [ 172.740568506036311, -43.529029119677595 ], [ 172.740584734556478, -43.529062509807567 ], [ 172.740607583153064, -43.529079238299886 ], [ 172.74063363460013, -43.529112650707162 ], [ 172.740656452606714, -43.529136526257595 ], [ 172.740679219598235, -43.52917231358331 ], [ 172.740702037645207, -43.529196189124484 ], [ 172.740718307103805, -43.529220049810988 ], [ 172.740718174437632, -43.529251020438416 ], [ 172.740721305872739, -43.529284380846732 ], [ 172.7407277320292, -43.529312983967827 ], [ 172.740740727219617, -43.529336837225834 ], [ 172.740793044756373, -43.529353632497454 ], [ 172.74081917803278, -43.529367986014073 ], [ 172.740819065819835, -43.529394191929164 ], [ 172.740786241073977, -43.529413176548935 ], [ 172.740782925949901, -43.529422698549226 ], [ 172.740802439210825, -43.52945371371397 ], [ 172.740828419519886, -43.52950380256641 ], [ 172.740847892029706, -43.529544347146462 ], [ 172.740867374764832, -43.529582509367145 ], [ 172.74087375002577, -43.52962302425793 ], [ 172.740883420019856, -43.529658781857009 ], [ 172.740896374552335, -43.529692164519403 ], [ 172.740902831427945, -43.529713620561587 ], [ 172.7409223346462, -43.529747018060434 ], [ 172.740915653415158, -43.529777973846578 ], [ 172.740915531044891, -43.529806562115702 ], [ 172.740908829408056, -43.529842282612577 ], [ 172.740898853424369, -43.529877995688814 ], [ 172.740888897826068, -43.529908944052515 ], [ 172.740875678074559, -43.529937502638774 ], [ 172.740872291540398, -43.529963701130541 ], [ 172.740918020176252, -43.529990010925445 ], [ 172.740950692251545, -43.530006761605733 ], [ 172.740960403134721, -43.530032989773467 ], [ 172.740986546938359, -43.530044960895331 ], [ 172.740999572969628, -43.530061667054511 ], [ 172.741005999338427, -43.530090270156613 ], [ 172.741009181943241, -43.530111718774435 ], [ 172.741022187608166, -43.530133189642179 ], [ 172.741067967395452, -43.530147587598627 ], [ 172.741094111269831, -43.530159558695807 ], [ 172.741116919661465, -43.530185816507064 ], [ 172.741133189548066, -43.53020967713146 ], [ 172.741156048916537, -43.530224023156649 ], [ 172.741165780298843, -43.530245486595028 ], [ 172.741178765673283, -43.530271722155881 ], [ 172.741195005047132, -43.530302729838048 ], [ 172.741191588069455, -43.530336075404684 ], [ 172.741181652918755, -43.530362259080412 ], [ 172.741175002313412, -43.53038606781184 ], [ 172.741168341515021, -43.53041225889833 ], [ 172.741158426718016, -43.530433677860572 ], [ 172.741158314647834, -43.530459883771428 ], [ 172.741158243330375, -43.530476560260098 ], [ 172.741164669817266, -43.530505163351521 ], [ 172.741171086122506, -43.530536148797957 ], [ 172.741174258620873, -43.530559979765179 ], [ 172.741180695311471, -43.530586200499826 ], [ 172.741193690951604, -43.530610053702169 ], [ 172.741200117469162, -43.530638656790984 ], [ 172.741236023612316, -43.530664944222217 ], [ 172.741268706323439, -43.530679312455305 ], [ 172.741275122699932, -43.530710297895119 ], [ 172.741278295248179, -43.530734128858874 ], [ 172.741307652708485, -43.530760401448596 ], [ 172.741340355850468, -43.530770004950277 ], [ 172.741356707425354, -43.530774806697622 ], [ 172.741386075118811, -43.530798696911731 ], [ 172.741405578950889, -43.530832094323344 ], [ 172.741438160019271, -43.53087028606204 ], [ 172.741451064229921, -43.530915580432875 ], [ 172.741454185974135, -43.530951323167976 ], [ 172.741457348428412, -43.530977536481338 ], [ 172.741476913412242, -43.530996639747826 ], [ 172.741516145160148, -43.53101102271706 ], [ 172.741532425598336, -43.531032500926806 ], [ 172.741545380779598, -43.531065883509243 ], [ 172.741538720065165, -43.531092074614435 ], [ 172.741535354098176, -43.531113508410442 ], [ 172.741528713721806, -43.531134934804143 ], [ 172.741528479722518, -43.531189728976116 ], [ 172.741528357635701, -43.531218317239535 ], [ 172.741547831161085, -43.531258861690787 ], [ 172.741547688736716, -43.531292214664425 ], [ 172.741557318699961, -43.531337501618623 ], [ 172.74158006670288, -43.531378053465005 ], [ 172.741589696703727, -43.531423340415927 ], [ 172.741586300220689, -43.531451921277771 ], [ 172.741576385399327, -43.531473340272299 ], [ 172.741592635468123, -43.531501965537615 ], [ 172.741638355407844, -43.531530657396168 ], [ 172.741657920626892, -43.531549760630426 ], [ 172.741661093368293, -43.531573591580553 ], [ 172.741657696910181, -43.531602172443833 ], [ 172.741677282494749, -43.531616510964334 ], [ 172.741696817251466, -43.531642761257146 ], [ 172.741693430973754, -43.53166895976608 ], [ 172.741673713179921, -43.531685591864957 ], [ 172.74166713380049, -43.531692724133876 ], [ 172.741670286215736, -43.531721319793363 ], [ 172.741689821003035, -43.531747570086957 ], [ 172.741706091532791, -43.531771430624936 ], [ 172.741712528580223, -43.531797651324979 ], [ 172.741732022745936, -43.53183343103138 ], [ 172.741741713925819, -43.531864423836033 ], [ 172.741751394950199, -43.531897798994791 ], [ 172.741774214443552, -43.531921674314219 ], [ 172.741810172410794, -43.531936049786637 ], [ 172.74183307323915, -43.531940866254033 ], [ 172.741846181203385, -43.531938513472547 ], [ 172.741878956189794, -43.531931440334738 ], [ 172.741911670214165, -43.531938661317817 ], [ 172.741934571051672, -43.531943477764926 ], [ 172.741947597751277, -43.531960183812195 ], [ 172.741944231879302, -43.531981617617255 ], [ 172.741947384439925, -43.532010213268002 ], [ 172.741943967775796, -43.532043558847924 ], [ 172.741917680696048, -43.532064940916634 ], [ 172.741897962834116, -43.532081573052849 ], [ 172.741911020030614, -43.532091132039028 ], [ 172.741937032854537, -43.53213407355662 ], [ 172.741949968176783, -43.532172220797854 ], [ 172.741966208451572, -43.532203228362427 ], [ 172.741989038300574, -43.532224721283271 ], [ 172.742005248142846, -43.532262875906888 ], [ 172.74202154939934, -43.53227958933369 ], [ 172.742027966327299, -43.532310574723937 ], [ 172.742040942360632, -43.532339192534344 ], [ 172.742053969174293, -43.532355898568646 ], [ 172.742063691061361, -43.532379744279119 ], [ 172.742070118174269, -43.532408347311694 ], [ 172.742086389030561, -43.53243220779359 ], [ 172.742086287506737, -43.532456031342292 ], [ 172.742089480767248, -43.532475097567577 ], [ 172.742112320913634, -43.53249420810829 ], [ 172.742128581658818, -43.532520450938776 ], [ 172.742148137201497, -43.532541936441852 ], [ 172.742148045851621, -43.532563377635391 ], [ 172.742138131044925, -43.532584796674499 ], [ 172.742147873301519, -43.532603877667441 ], [ 172.742124870687945, -43.532622884811047 ], [ 172.742101868059933, -43.532641891949908 ], [ 172.742105000424488, -43.53267525230283 ], [ 172.742108102337568, -43.532715759719778 ], [ 172.742107939911477, -43.532753877395848 ], [ 172.742111072284899, -43.532787237747961 ], [ 172.742127322956748, -43.53281586293221 ], [ 172.742159956291687, -43.532842142682171 ], [ 172.742186030504485, -43.532870790010492 ], [ 172.742212043856341, -43.532913731460972 ], [ 172.74222498966347, -43.532949496312042 ], [ 172.74226397936016, -43.533021055535528 ], [ 172.742290043554391, -43.533052085194186 ], [ 172.742319382287889, -43.53308312222665 ], [ 172.742342212593115, -43.533104615074798 ], [ 172.74237160208574, -43.533123740320526 ], [ 172.742387863111361, -43.533149983111954 ], [ 172.742407408808702, -43.533173850923681 ], [ 172.742420344646803, -43.533211998106047 ], [ 172.742430076953411, -43.533233461427926 ], [ 172.7424299654229, -43.533259667328529 ], [ 172.74244950103369, -43.533285917487319 ], [ 172.742475555299336, -43.533319329457349 ], [ 172.742491775875266, -43.533355101651601 ], [ 172.742530968851355, -43.533379013689363 ], [ 172.742573355319962, -43.533421991922765 ], [ 172.742599460375004, -43.533443492091344 ], [ 172.742612406523108, -43.533479256896101 ], [ 172.742635196556847, -43.533510279102991 ], [ 172.742638359651266, -43.533536492373543 ], [ 172.742631678869941, -43.533567448240539 ], [ 172.742647889473403, -43.533605602765967 ], [ 172.742677218528314, -43.533639022059198 ], [ 172.742696693595519, -43.53367956630143 ], [ 172.74272589105351, -43.533743956189767 ], [ 172.742748579976677, -43.533798801917357 ], [ 172.742764810967572, -43.533832191716179 ], [ 172.742771187933386, -43.533872706475258 ], [ 172.742793917445596, -43.533918022775303 ], [ 172.742852414086144, -43.534022978946531 ], [ 172.742894619051896, -43.53410883943566 ], [ 172.74291076924149, -43.534161288046825 ], [ 172.742933468606736, -43.534213751380214 ], [ 172.742946415115085, -43.534249516143213 ], [ 172.742965870320546, -43.534294825044711 ], [ 172.742985335672614, -43.534337751588346 ], [ 172.742971974277026, -43.534399663354058 ], [ 172.742971802267306, -43.534440163375649 ], [ 172.742981484375861, -43.534473538417892 ], [ 172.743010844383889, -43.534499810559439 ], [ 172.743046763714432, -43.534523715057702 ], [ 172.743066299998702, -43.534549965106997 ], [ 172.743072758154312, -43.534571421011563 ], [ 172.743075951834157, -43.534590487203225 ], [ 172.743095508379412, -43.534611972539004 ], [ 172.743124696595089, -43.534678744671311 ], [ 172.743183063108688, -43.53481467126575 ], [ 172.743235001952087, -43.534921994871823 ], [ 172.743264170255941, -43.534993531673699 ], [ 172.74329340936896, -43.535048391989349 ], [ 172.743322567697447, -43.535122311129037 ], [ 172.743351685682654, -43.535205759676309 ], [ 172.743354808758937, -43.535241502335971 ], [ 172.743371010159422, -43.535282039103883 ], [ 172.743406859385658, -43.535322619964681 ], [ 172.743406738168602, -43.535351208211573 ], [ 172.743423060842559, -43.535363156724756 ], [ 172.743429438405741, -43.535403671437749 ], [ 172.743429327299538, -43.535429877330415 ], [ 172.743445559099683, -43.535463267025065 ], [ 172.74346182121559, -43.535489509655704 ], [ 172.743474828898684, -43.535510980229262 ], [ 172.743484521551835, -43.535541972869922 ], [ 172.743513882295076, -43.535568244879208 ], [ 172.743536734151803, -43.535584972775226 ], [ 172.743559565830168, -43.5356064653743 ], [ 172.743572533192918, -43.535637465351712 ], [ 172.743588785316092, -43.535666090317534 ], [ 172.7436050475483, -43.535692332927162 ], [ 172.743611455547523, -43.535725700566708 ], [ 172.743617903926804, -43.535749538790647 ], [ 172.743630861257031, -43.535782921114567 ], [ 172.743650388107113, -43.53581155341363 ], [ 172.743650267003005, -43.535840141658625 ], [ 172.743659929523062, -43.535878281344175 ], [ 172.743682700810893, -43.535914068040256 ], [ 172.743708736703866, -43.535952244425822 ], [ 172.743738107831518, -43.535976134022661 ], [ 172.74375767514573, -43.535995236887956 ], [ 172.74378045662209, -43.536028641210407 ], [ 172.743793454446944, -43.536052494099927 ], [ 172.743780143925818, -43.536102494174287 ], [ 172.743802975885245, -43.536123986723503 ], [ 172.743806129530981, -43.536152582304936 ], [ 172.743815802283876, -43.536188339621965 ], [ 172.743825485133442, -43.536221714584364 ], [ 172.743828628709508, -43.536252692518353 ], [ 172.743854654755296, -43.536293251222574 ], [ 172.743861123457606, -43.536312324723625 ], [ 172.743867571996731, -43.536336162931406 ], [ 172.743880549755175, -43.536364780517147 ], [ 172.743903291108637, -43.536407714227671 ], [ 172.743935886822811, -43.536443522875118 ], [ 172.743965076840709, -43.53651029477593 ], [ 172.74400733549632, -43.536584243057646 ], [ 172.744026772084396, -43.536634316470824 ], [ 172.744036394657911, -43.536681985534024 ], [ 172.744059156392723, -43.536720154504849 ], [ 172.744078673670685, -43.536751169080773 ], [ 172.744104760543848, -43.53677743360489 ], [ 172.744114443645572, -43.53681080853999 ], [ 172.744120841967515, -43.536846558498858 ], [ 172.744130555309482, -43.536872786372058 ], [ 172.7441435030874, -43.536908550985977 ], [ 172.74416624483024, -43.536951484641101 ], [ 172.744179222860708, -43.536980102190505 ], [ 172.744172441759957, -43.53703488166331 ], [ 172.744198508653938, -43.537065910871803 ], [ 172.74420821199385, -43.537094521090872 ], [ 172.744234278931771, -43.537125550291002 ], [ 172.744240707564643, -43.537154153181532 ], [ 172.744266794681238, -43.537180417667436 ], [ 172.744289607084227, -43.537206674823452 ], [ 172.744309164902518, -43.537228159944931 ], [ 172.744328692537209, -43.537256792122839 ], [ 172.744371133309642, -43.537287857904133 ], [ 172.744384081317577, -43.537323622488806 ], [ 172.744387124598859, -43.537378423934726 ], [ 172.744383658643244, -43.537423681324832 ], [ 172.744386732119551, -43.537471335710215 ], [ 172.744409182425557, -43.53758335755559 ], [ 172.74445122102307, -43.537709717431113 ], [ 172.744460793794246, -43.537769298216276 ], [ 172.744512988886953, -43.537817062371587 ], [ 172.744548890661292, -43.537845731096581 ], [ 172.744574988265072, -43.537869613156964 ], [ 172.74461082977038, -43.53791257598072 ], [ 172.744636887211698, -43.537945987439038 ], [ 172.74466618930154, -43.537986553263686 ], [ 172.744685667088476, -43.538027097142965 ], [ 172.744715009453614, -43.53805813354267 ], [ 172.744731252712484, -43.538089140689905 ], [ 172.744754025460765, -43.538124927162386 ], [ 172.744760444394274, -43.538155912372538 ], [ 172.744766813089939, -43.538198809347008 ], [ 172.744776366150035, -43.538263154807495 ], [ 172.744812218077584, -43.538303735213148 ], [ 172.744825206747549, -43.538329970330999 ], [ 172.744825076141183, -43.538360940918885 ], [ 172.74483152527489, -43.538384779065211 ], [ 172.744857643312741, -43.538403896353913 ], [ 172.74486739740118, -43.538420594747194 ], [ 172.744864032192879, -43.53844202861557 ], [ 172.744883550435219, -43.538473043047141 ], [ 172.744909608267335, -43.538506454440991 ], [ 172.744919292085541, -43.53853982929958 ], [ 172.74492900604227, -43.538566057098691 ], [ 172.744954993648008, -43.538616144951582 ], [ 172.744967942281846, -43.538651909463368 ], [ 172.744997315213567, -43.538675798729912 ], [ 172.745029983063063, -43.538694930586217 ], [ 172.745049501471641, -43.538725944988506 ], [ 172.74506906004882, -43.538747429976162 ], [ 172.745052565495911, -43.538775981699345 ], [ 172.745072043793641, -43.538816525508466 ], [ 172.745085012612236, -43.538847525300476 ], [ 172.745081637419815, -43.538871341526558 ], [ 172.74512081491568, -43.538900017370274 ], [ 172.74513697833018, -43.538950083278145 ], [ 172.745159711505636, -43.538995399076626 ], [ 172.745169335338915, -43.539043068027858 ], [ 172.745192078605697, -43.539086001466643 ], [ 172.745205037511056, -43.539119383596564 ], [ 172.745201682414347, -43.539138435119796 ], [ 172.745201592125454, -43.539159876293624 ], [ 172.745224395645977, -43.539188515609503 ], [ 172.745221000426056, -43.53921709654356 ], [ 172.745224144865148, -43.539248074425061 ], [ 172.745243693641953, -43.539271941734057 ], [ 172.745269822221559, -43.539288676574294 ], [ 172.745289280771061, -43.539333985048678 ], [ 172.74530551463593, -43.53936737446157 ], [ 172.745311863785957, -43.539415036102952 ], [ 172.745318313221929, -43.539438874218177 ], [ 172.745318182862917, -43.539469844801218 ], [ 172.745324582170184, -43.539505594678502 ], [ 172.745327676540285, -43.539548484318281 ], [ 172.745347125189255, -43.539596175133589 ], [ 172.745376388448506, -43.539646270177499 ], [ 172.745412241594551, -43.539686850388208 ], [ 172.745454654556823, -43.539725062816984 ], [ 172.745464328845799, -43.539760819975974 ], [ 172.745477257979843, -43.539801349129078 ], [ 172.745513161385446, -43.539830017545313 ], [ 172.745526180742957, -43.53984910552083 ], [ 172.745535845074556, -43.539887245025568 ], [ 172.745574993388942, -43.539923067767887 ], [ 172.745597707221378, -43.539973148177985 ], [ 172.745626950837988, -43.540028007860165 ], [ 172.745652979703067, -43.54006856613519 ], [ 172.745672478843517, -43.540104345130203 ], [ 172.74570179268008, -43.540142528326058 ], [ 172.745724556758546, -43.540180696947978 ], [ 172.745747350898597, -43.540211718508282 ], [ 172.745770125041787, -43.540247504768487 ], [ 172.745786359415092, -43.540280894108996 ], [ 172.745802573788524, -43.540319048151602 ], [ 172.745808983478213, -43.540352415645124 ], [ 172.745821942992222, -43.540385797699201 ], [ 172.745864286656655, -43.540440686438814 ], [ 172.745899970512596, -43.540521766480403 ], [ 172.745945549248262, -43.540586191875967 ], [ 172.745974753465617, -43.540650580873425 ], [ 172.745994212976797, -43.540695889219435 ], [ 172.746039841941581, -43.540748402815339 ], [ 172.746082296034302, -43.540777085598521 ], [ 172.746121325288698, -43.540841496375734 ], [ 172.74614086493628, -43.540867745878913 ], [ 172.74615381474743, -43.540903510245187 ], [ 172.746143869989709, -43.540932076656688 ], [ 172.746127395335407, -43.54095586381964 ], [ 172.746130560317283, -43.540982076963999 ], [ 172.746159844881106, -43.54102740709444 ], [ 172.746179354622285, -43.541060803646431 ], [ 172.746198934339503, -43.54107752373082 ], [ 172.746198824410868, -43.541103729603044 ], [ 172.746224944051846, -43.541122846574254 ], [ 172.746237903958615, -43.541156228577627 ], [ 172.746227969190926, -43.541182412643195 ], [ 172.74624750899423, -43.541208662126955 ], [ 172.746273648677032, -43.541223014382872 ], [ 172.746273518798944, -43.541253984958516 ], [ 172.746270153926304, -43.541275418858476 ], [ 172.746289663807801, -43.541308815390565 ], [ 172.746319058525614, -43.541327939607001 ], [ 172.746312408714715, -43.541351748593478 ], [ 172.74630576888805, -43.541373175227541 ], [ 172.746315463917398, -43.541404167602245 ], [ 172.746348073728001, -43.541437593188867 ], [ 172.746364338698328, -43.541463835386224 ], [ 172.746374023785251, -43.541497210107458 ], [ 172.746393543781124, -43.541528224268951 ], [ 172.746406533823261, -43.54155445919573 ], [ 172.746416258888303, -43.541578304505521 ], [ 172.746442328881898, -43.541609333185392 ], [ 172.746455259060838, -43.541649862217355 ], [ 172.74645840425265, -43.541680840053566 ], [ 172.746451714522095, -43.541714178453958 ], [ 172.746454889666296, -43.541738009234514 ], [ 172.746484224749338, -43.541771427518427 ], [ 172.746493880004493, -43.541811949283293 ], [ 172.746516635225333, -43.541852500090876 ], [ 172.746549235407855, -43.541888307970112 ], [ 172.746565390812691, -43.541940756006426 ], [ 172.746588166086553, -43.541976542095647 ], [ 172.746614216384216, -43.542012335438208 ], [ 172.746633716714911, -43.54204811426002 ], [ 172.746685767582647, -43.542131612676059 ], [ 172.746728053408276, -43.542200795193821 ], [ 172.746757289146501, -43.542258036922242 ], [ 172.746747414254202, -43.542269926918237 ], [ 172.746750569598646, -43.542298522391846 ], [ 172.746770100015908, -43.542327154134206 ], [ 172.746799525290328, -43.542339131170486 ], [ 172.746812575499945, -43.542351071938647 ], [ 172.746822221096409, -43.54239397602403 ], [ 172.746848301616581, -43.542422622256694 ], [ 172.746858036961839, -43.542444085174466 ], [ 172.746861172431466, -43.542477445347451 ], [ 172.746874132976302, -43.54251082727238 ], [ 172.746893693420191, -43.542532311938253 ], [ 172.746913223980215, -43.542560943655346 ], [ 172.746932754558713, -43.542589575368993 ], [ 172.746952255262528, -43.542625354133769 ], [ 172.746968500884691, -43.542656360944171 ], [ 172.746978196456382, -43.542687353257023 ], [ 172.746997727106191, -43.542715984959123 ], [ 172.747010787398125, -43.542725543352695 ], [ 172.747010667852663, -43.542754131570462 ], [ 172.747020433193711, -43.542768447419022 ], [ 172.747046464164839, -43.542809005362528 ], [ 172.747066014806023, -43.542832872349621 ], [ 172.747065905246217, -43.542859078215514 ], [ 172.747095291002381, -43.542880584581077 ], [ 172.747105006591426, -43.542906812179375 ], [ 172.747111427225519, -43.542937797235744 ], [ 172.747124437794582, -43.542959267373156 ], [ 172.747150558527437, -43.542978384129356 ], [ 172.747163549206704, -43.543004618965028 ], [ 172.74719295497826, -43.543021360602424 ], [ 172.747215790752676, -43.543042852453439 ], [ 172.747235321629148, -43.543071484113746 ], [ 172.747251487893124, -43.543121549693055 ], [ 172.747254543991801, -43.543173968662671 ], [ 172.747247864483739, -43.54320492475027 ], [ 172.747260845301014, -43.543233541925353 ], [ 172.747263951174716, -43.543274049137246 ], [ 172.747273607187509, -43.543314570827469 ], [ 172.747289813352637, -43.543355106994397 ], [ 172.747325650071275, -43.543400451289735 ], [ 172.747351701415198, -43.543436244457901 ], [ 172.747384273099158, -43.543479199146127 ], [ 172.747423375094598, -43.543526932997501 ], [ 172.747462278258979, -43.543622313859331 ], [ 172.747488270116975, -43.543672401102491 ], [ 172.747501211374811, -43.543710547653134 ], [ 172.747510867614949, -43.54375106932077 ], [ 172.747514023394331, -43.543779664766987 ], [ 172.747536809859213, -43.543813068307649 ], [ 172.74756936199546, -43.543860787643332 ], [ 172.747582353044237, -43.543887022428265 ], [ 172.747601864486654, -43.543920418724994 ], [ 172.747618130664108, -43.543946660735536 ], [ 172.747637662021077, -43.543975292323729 ], [ 172.747650633249179, -43.544006291802631 ], [ 172.747663634301063, -43.544030144226753 ], [ 172.747683195514696, -43.544051628753742 ], [ 172.747715857177099, -43.544073142184843 ], [ 172.747738653797313, -43.54410416333306 ], [ 172.747748369859579, -43.544130390872219 ], [ 172.747774431698929, -43.544163801589853 ], [ 172.747793913540676, -43.544204344905665 ], [ 172.747806874966216, -43.544237726716922 ], [ 172.747796900637923, -43.544273440309006 ], [ 172.747816332875033, -43.544325895375209 ], [ 172.747832529741629, -43.544368813810536 ], [ 172.74786178742275, -43.544421290538033 ], [ 172.747864913614364, -43.544457033024415 ], [ 172.747894211077664, -43.544499980339388 ], [ 172.74792351850931, -43.544540545295717 ], [ 172.747936509856487, -43.544566780038018 ], [ 172.747949481363321, -43.544597779480497 ], [ 172.747965737947368, -43.544626403790168 ], [ 172.747982004471339, -43.544652645746531 ], [ 172.747985170442973, -43.544678858825044 ], [ 172.748004662514091, -43.544717019751211 ], [ 172.748017644010872, -43.544745636834456 ], [ 172.748040441037915, -43.544776657919861 ], [ 172.748050137493976, -43.544807650132469 ], [ 172.748066423945488, -43.544829127374626 ], [ 172.748072894876884, -43.544848200614318 ], [ 172.748062970210327, -43.544872002472026 ], [ 172.748053095145053, -43.544883892574887 ], [ 172.748043160542579, -43.544910076781491 ], [ 172.748036441552074, -43.544950562309211 ], [ 172.748042753730658, -43.545007753161862 ], [ 172.748036074418906, -43.545038709286032 ], [ 172.748019609304748, -43.545060114352886 ], [ 172.748003164026613, -43.5450767547159 ], [ 172.747999779699654, -43.545102953354721 ], [ 172.748019341378011, -43.545124437821279 ], [ 172.748048788103432, -43.545131649832769 ], [ 172.748107701414881, -43.545141309131679 ], [ 172.748153474404688, -43.54516046894652 ], [ 172.74818610708175, -43.545189129292972 ], [ 172.748218769535953, -43.54521064257807 ], [ 172.748251362614468, -43.545248832308438 ], [ 172.748306743188692, -43.545320425410175 ], [ 172.748375145340475, -43.545411106122124 ], [ 172.748404304910991, -43.545487406209467 ], [ 172.74842697361936, -43.545549397772312 ], [ 172.748466107487133, -43.545589984203396 ], [ 172.748485560532743, -43.545637674445061 ], [ 172.748511593713431, -43.545678232039982 ], [ 172.748576612457612, -43.545795111278643 ], [ 172.748605911070712, -43.54583805840398 ], [ 172.748618714892388, -43.545909557722858 ], [ 172.748634902848352, -43.545954858385493 ], [ 172.748664082802009, -43.546026393699911 ], [ 172.748696547939829, -43.54609555385472 ], [ 172.748719306237149, -43.546136104200983 ], [ 172.748745389262723, -43.546164749988222 ], [ 172.748774579341188, -43.546233902922069 ], [ 172.748784236829749, -43.546274424467292 ], [ 172.748790628994016, -43.546312556464976 ], [ 172.748810092417983, -43.546357864296304 ], [ 172.748832821214478, -43.546405561669381 ], [ 172.748862140084412, -43.546443744025083 ], [ 172.748884967850074, -43.54646761788468 ], [ 172.748911051096513, -43.54649626363301 ], [ 172.748927269090416, -43.546534417199744 ], [ 172.748940211860344, -43.546572563572077 ], [ 172.748966295178008, -43.546601209307454 ], [ 172.748979228100694, -43.546641738025215 ], [ 172.748998701656035, -43.546684663472227 ], [ 172.749014899986122, -43.546727581725889 ], [ 172.749034334058877, -43.546780036566965 ], [ 172.749047267064867, -43.546820565275972 ], [ 172.749053659451107, -43.546858697255836 ], [ 172.749043675535603, -43.546896793291133 ], [ 172.749059923368122, -43.546927799786559 ], [ 172.749095822809096, -43.546958849406487 ], [ 172.749118561935376, -43.547004164368744 ], [ 172.749134849354732, -43.547025641452812 ], [ 172.749160932959171, -43.547054287142188 ], [ 172.749200097921658, -43.547087726264714 ], [ 172.749209844722429, -43.547106806618487 ], [ 172.749226112448923, -43.547133048389377 ], [ 172.749252156641262, -43.547171223457781 ], [ 172.749278200866343, -43.547209398520067 ], [ 172.749294379786164, -43.54725708143102 ], [ 172.749310637716377, -43.547285705539387 ], [ 172.749310538985128, -43.547309529039339 ], [ 172.74933641548003, -43.547388204037112 ], [ 172.749375462307796, -43.547450231297724 ], [ 172.74941123392, -43.547512251365951 ], [ 172.749433983357335, -43.547555183912252 ], [ 172.749456713091888, -43.547602881153573 ], [ 172.749469676155428, -43.547636262760413 ], [ 172.749485875071713, -43.547679180941628 ], [ 172.749492317153369, -43.547705401142863 ], [ 172.749495474067317, -43.547733996517323 ], [ 172.749527990387975, -43.547791244670748 ], [ 172.749553995597665, -43.547838949066389 ], [ 172.749573479805804, -43.547879492058627 ], [ 172.749583157812737, -43.547915248827053 ], [ 172.749602651926665, -43.547953409464114 ], [ 172.749622185509452, -43.547982040698614 ], [ 172.749645004293285, -43.548008296751895 ], [ 172.749654721802102, -43.548034524114634 ], [ 172.749661163994176, -43.548060744304969 ], [ 172.74967414698574, -43.548089361187031 ], [ 172.749687110272447, -43.548122742766921 ], [ 172.749706614376123, -43.548158521035496 ], [ 172.749729403692072, -43.548191924120488 ], [ 172.749765284513842, -43.548227738225364 ], [ 172.749784739423461, -43.5482754282285 ], [ 172.749784591601497, -43.548311163473457 ], [ 172.74978443392439, -43.548349281067829 ], [ 172.749800702232221, -43.548375522752664 ], [ 172.749813675503077, -43.548406521967244 ], [ 172.74980376078463, -43.548427941611855 ], [ 172.749810232644023, -43.548447014743438 ], [ 172.749826500989116, -43.548473256424259 ], [ 172.749846024992337, -43.548504269968149 ], [ 172.749859018017702, -43.548530504477846 ], [ 172.74987855190713, -43.548559135666395 ], [ 172.749901311917171, -43.548599685764032 ], [ 172.749917521244555, -43.54864022152865 ], [ 172.749927248821251, -43.548664066516324 ], [ 172.749956559623286, -43.548704630930111 ], [ 172.749972798558105, -43.548738019637796 ], [ 172.749989007970072, -43.548778555391507 ], [ 172.750008532154567, -43.548809568906435 ], [ 172.750021525315418, -43.548835803396564 ], [ 172.750037744631015, -43.548873956793365 ], [ 172.750060445800528, -43.548928800954336 ], [ 172.750109310643666, -43.548993231781274 ], [ 172.750141877422465, -43.549038568003482 ], [ 172.750151555947923, -43.549074324717793 ], [ 172.750174326173266, -43.549112492408931 ], [ 172.750183965372059, -43.549157778517618 ], [ 172.750200184875609, -43.549195931889656 ], [ 172.750209853621925, -43.549234070947527 ], [ 172.750226053486557, -43.549276989014139 ], [ 172.750242273048315, -43.549315142379562 ], [ 172.750271594211483, -43.549353324359934 ], [ 172.750297620344298, -43.549396263877803 ], [ 172.750336777614052, -43.549432084951697 ], [ 172.750362734999783, -43.549491700899289 ], [ 172.750388613784878, -43.549570375634381 ], [ 172.750414502467294, -43.549646668013487 ], [ 172.750440469850275, -43.549703901592359 ], [ 172.750456640516489, -43.549753966671005 ], [ 172.750489247273322, -43.549789773393186 ], [ 172.750505506445023, -43.549818397321935 ], [ 172.750525011575633, -43.549854175442754 ], [ 172.750538044485779, -43.549870880473932 ], [ 172.750567366103809, -43.549909062375839 ], [ 172.750577005721254, -43.549954348446079 ], [ 172.750589930606992, -43.549997259311262 ], [ 172.750616025999705, -43.550023522309417 ], [ 172.750638885268984, -43.550040248761526 ], [ 172.750632187073563, -43.550075969710051 ], [ 172.750641846408939, -43.55011649107557 ], [ 172.750664646795769, -43.550147511616636 ], [ 172.750687437386063, -43.550180914502107 ], [ 172.750703598563319, -43.550233361891458 ], [ 172.7507524258709, -43.55030732182901 ], [ 172.750807804199695, -43.550381296023112 ], [ 172.750827290060414, -43.550421838787628 ], [ 172.750856631753521, -43.550455255914834 ], [ 172.750869625632959, -43.550481490302779 ], [ 172.750875999919714, -43.550524386857838 ], [ 172.750875911606414, -43.55054582799815 ], [ 172.750856190152888, -43.550562461616742 ], [ 172.750885561366545, -43.550588731689224 ], [ 172.750891974923547, -43.5506220988471 ], [ 172.750891837555628, -43.550655451731487 ], [ 172.750894975655228, -43.550688811752181 ], [ 172.750914520539368, -43.550715060406908 ], [ 172.75092097336892, -43.550738898167111 ], [ 172.750933957526286, -43.550767514895497 ], [ 172.750956787735561, -43.550791388329259 ], [ 172.750982913054401, -43.550810504194779 ], [ 172.751015589340597, -43.550829634320586 ], [ 172.751018747131184, -43.550858229639438 ], [ 172.751028416654918, -43.550896368618844 ], [ 172.751047824380407, -43.550955970133145 ], [ 172.751064015490442, -43.551001270419377 ], [ 172.751057366465034, -43.551025079643374 ], [ 172.751076842893781, -43.55106800471043 ], [ 172.75109312229327, -43.551091863853244 ], [ 172.751096270329555, -43.551122841517511 ], [ 172.751096133071883, -43.551156194399461 ], [ 172.751109068382789, -43.551196722849745 ], [ 172.751125289011355, -43.551234876079633 ], [ 172.751144755753046, -43.551280183482454 ], [ 172.751167566635587, -43.551308821569954 ], [ 172.751183797131631, -43.551344592442319 ], [ 172.751200057047072, -43.551373216266306 ], [ 172.751226114099893, -43.551409008515449 ], [ 172.751248856481908, -43.551454323026576 ], [ 172.751274933192803, -43.551485350567056 ], [ 172.751297724621423, -43.551518753325041 ], [ 172.751310718918774, -43.551544987658986 ], [ 172.751349809615448, -43.551597484817194 ], [ 172.751369149324915, -43.551673762710664 ], [ 172.751404964631035, -43.551726252726077 ], [ 172.751421038713914, -43.551800141138763 ], [ 172.751443693271824, -43.551866896744968 ], [ 172.751466367459017, -43.551928887649112 ], [ 172.751489080848188, -43.551981349154495 ], [ 172.751498633382141, -43.55204807626869 ], [ 172.751521356631287, -43.552098155418349 ], [ 172.751540872879616, -43.55213155100639 ], [ 172.751557094028925, -43.552169704170026 ], [ 172.751589692949494, -43.552207892916279 ], [ 172.751609179917807, -43.552248435537237 ], [ 172.751622115803059, -43.552288963923075 ], [ 172.75163180549896, -43.552322338146737 ], [ 172.751625146765605, -43.552348529746723 ], [ 172.751631590263315, -43.552374749809374 ], [ 172.751660943126581, -43.552405784373796 ], [ 172.751667337735512, -43.552443916175584 ], [ 172.751686746580788, -43.552503517567928 ], [ 172.751729094229887, -43.552560786400413 ], [ 172.751774394860263, -43.552696679818929 ], [ 172.751810025365842, -43.552794434315267 ], [ 172.751842370623336, -43.552894564037665 ], [ 172.751858601940199, -43.552930334806277 ], [ 172.751881247625278, -43.552999472662755 ], [ 172.75191033705579, -43.553094830558202 ], [ 172.751942692409386, -43.553192577899701 ], [ 172.751962238553205, -43.553218826366837 ], [ 172.751965416452322, -43.553242656952946 ], [ 172.751965279663835, -43.553276009824707 ], [ 172.751971713635754, -43.553304612212479 ], [ 172.751984718375866, -43.55332846411526 ], [ 172.751968193763219, -43.55336416380522 ], [ 172.751938576443337, -43.553397452717576 ], [ 172.751872946858128, -43.553425898734773 ], [ 172.751849831815434, -43.553471113580422 ], [ 172.751859424074894, -43.553528311257168 ], [ 172.751875694667206, -43.553554552628448 ], [ 172.75190509709131, -43.553573675386268 ], [ 172.751954211912647, -43.553578546690304 ], [ 172.752006612135887, -43.553581042730436 ], [ 172.7520392120976, -43.55361923134155 ], [ 172.75206859507162, -43.553643118752987 ], [ 172.752088092585353, -43.55368127893616 ], [ 172.752113985149435, -43.553757570884827 ], [ 172.75212686310482, -43.553812393291125 ], [ 172.752139623915866, -43.553895803868535 ], [ 172.752149304387444, -43.553931560387973 ], [ 172.752162094543223, -43.554007823918155 ], [ 172.752191331324468, -43.554067446512335 ], [ 172.752201011853629, -43.55410320302645 ], [ 172.752207426500547, -43.554136570092609 ], [ 172.752223668124316, -43.554169958455269 ], [ 172.752252924563209, -43.554224816337104 ], [ 172.752272471173512, -43.554251064747554 ], [ 172.752292056833113, -43.554267783764161 ], [ 172.752330974514109, -43.55436316282475 ], [ 172.75234048931668, -43.554439419234107 ], [ 172.752369346030974, -43.554591953332213 ], [ 172.752404881064024, -43.554713531090215 ], [ 172.752433952627626, -43.554813653522523 ], [ 172.752485671395846, -43.55498291366213 ], [ 172.752505111101556, -43.555035367850913 ], [ 172.752501650146314, -43.555080625359118 ], [ 172.752491647519378, -43.555123486337109 ], [ 172.752507879812924, -43.555159257001925 ], [ 172.752527270848248, -43.555223622921822 ], [ 172.752543356961723, -43.555295128789673 ], [ 172.752579165671904, -43.555350000758729 ], [ 172.752588719924262, -43.555416727746568 ], [ 172.75259510568165, -43.555457241825671 ], [ 172.752621019127162, -43.555528768944811 ], [ 172.752604406566633, -43.555585909836559 ], [ 172.752627200265863, -43.555619312310988 ], [ 172.752636891042101, -43.555652686432595 ], [ 172.752643247621762, -43.555700347548715 ], [ 172.752642955279271, -43.555771817960739 ], [ 172.752649253408578, -43.555833773157737 ], [ 172.752675079385597, -43.555926741383431 ], [ 172.7526845461432, -43.556014909479636 ], [ 172.752690785881356, -43.55609115875346 ], [ 172.752690308473319, -43.556207893751711 ], [ 172.752686565032207, -43.556322239314888 ], [ 172.752686087612148, -43.556438974308364 ], [ 172.752689178271396, -43.556484245982922 ], [ 172.752692268935164, -43.556529517657061 ], [ 172.752692083816356, -43.556574782245001 ], [ 172.752688505988516, -43.55664862790718 ], [ 172.752668685593676, -43.556689085283821 ], [ 172.752645521161867, -43.556746211996163 ], [ 172.752615717371611, -43.556824765646837 ], [ 172.75257299549466, -43.556858026347406 ], [ 172.752546662340137, -43.556888940136169 ], [ 172.75253344213067, -43.556917499934265 ], [ 172.752530059079476, -43.556943698655878 ], [ 172.752549626181491, -43.556965182315786 ], [ 172.752572459358731, -43.556989055408103 ], [ 172.75262144056336, -43.557027279280732 ], [ 172.752650835162797, -43.557048784186243 ], [ 172.75266375327007, -43.557094077117291 ], [ 172.752653750418403, -43.557136938093798 ], [ 172.75263398831234, -43.557163101381718 ], [ 172.752627290486771, -43.557198822403443 ], [ 172.752637010748742, -43.557225049477047 ], [ 172.752659863547422, -43.557244157858285 ], [ 172.752686001928339, -43.557260890974547 ], [ 172.752676018552279, -43.557298987258896 ], [ 172.752649675512231, -43.557332283415064 ], [ 172.752649529336594, -43.557368018610958 ], [ 172.752652697972309, -43.557394231508191 ], [ 172.752649344180412, -43.557413283192098 ], [ 172.752665606409209, -43.557441906782792 ], [ 172.752662203895682, -43.557472870198652 ], [ 172.752649003102078, -43.557496665314353 ], [ 172.752662009003672, -43.557520517125361 ], [ 172.752684813202904, -43.557551537232492 ], [ 172.752678164083221, -43.557575346523194 ], [ 172.752648515844783, -43.557615782629689 ], [ 172.752648369666986, -43.557651517823828 ], [ 172.752605676462451, -43.557677631491664 ], [ 172.752572742528031, -43.557720442835361 ], [ 172.752559473403664, -43.557760914362909 ], [ 172.752546136016491, -43.557818062311874 ], [ 172.752542557929957, -43.557891907952786 ], [ 172.752525944635977, -43.557949048807707 ], [ 172.752522561521772, -43.557975247524219 ], [ 172.752525759383502, -43.557994313383823 ], [ 172.752538784841875, -43.558013400514717 ], [ 172.752522259263145, -43.558049100253129 ], [ 172.752472701913888, -43.558151434760319 ], [ 172.752390307572938, -43.558272757069957 ], [ 172.752347360128255, -43.558360811631431 ], [ 172.752288042875591, -43.55844644834248 ], [ 172.752228793788646, -43.558515408600307 ], [ 172.752179411309442, -43.55857486074563 ], [ 172.752123467169923, -43.558636681010078 ], [ 172.752047789350883, -43.558717517386668 ], [ 172.751988569038161, -43.558779330478352 ], [ 172.751929377926018, -43.558833996501498 ], [ 172.751847167327185, -43.55891005383404 ], [ 172.751666365901087, -43.559062132741019 ], [ 172.75150870067597, -43.559164231944507 ], [ 172.751390453856658, -43.559240210616025 ], [ 172.751226167215862, -43.559358971594584 ], [ 172.751134176220603, -43.559423095292466 ], [ 172.751048776154335, -43.559477703800937 ], [ 172.750996174645536, -43.559522854216048 ], [ 172.7509204843943, -43.559606072172706 ], [ 172.750802147604361, -43.55970349133181 ], [ 172.750683780962902, -43.559808057400893 ], [ 172.750594995886161, -43.559888864215324 ], [ 172.750519422581846, -43.559943493759583 ], [ 172.75046351480438, -43.559995783810201 ], [ 172.750404291617912, -43.560057596060453 ], [ 172.750341871027018, -43.560100342367022 ], [ 172.750295820407672, -43.560145506759341 ], [ 172.750272721274797, -43.560185956534191 ], [ 172.750220089044291, -43.560238253618003 ], [ 172.750183905563318, -43.560273910055578 ], [ 172.75015100787283, -43.560307191295763 ], [ 172.750114804617937, -43.560347612400193 ], [ 172.750088429293328, -43.56038805497576 ], [ 172.750055492094816, -43.560430865566097 ], [ 172.750022613947266, -43.560459382078797 ], [ 172.749992962513033, -43.560499817468454 ], [ 172.749966616595714, -43.560533112980757 ], [ 172.749966498373567, -43.560561701115617 ], [ 172.749923801954708, -43.560587813760868 ], [ 172.749904076952191, -43.560604447177333 ], [ 172.749848069464605, -43.560680560363188 ], [ 172.749765764994663, -43.560778057262027 ], [ 172.749729590783204, -43.560811331206587 ], [ 172.749660537988149, -43.560873121544972 ], [ 172.749558566938617, -43.560972957593449 ], [ 172.749446737844806, -43.561079919043607 ], [ 172.74939410411983, -43.561132215735327 ], [ 172.749282373230329, -43.561215353578589 ], [ 172.749233084452442, -43.561250980969334 ], [ 172.749210043475244, -43.561277136454152 ], [ 172.74918701236092, -43.561300909590017 ], [ 172.749150837517675, -43.561334183346865 ], [ 172.749104814725086, -43.561372200213022 ], [ 172.74907850748582, -43.561395966137241 ], [ 172.749009611594488, -43.561419638568381 ], [ 172.748957056330795, -43.561452876302091 ], [ 172.748920940630228, -43.561471855920821 ], [ 172.74887821343188, -43.561505115200696 ], [ 172.748828934076585, -43.561538360070294 ], [ 172.748759988427082, -43.561573944069472 ], [ 172.748671465569799, -43.56159042606744 ], [ 172.748602559392367, -43.561616480595475 ], [ 172.748533653155675, -43.561642535081695 ], [ 172.748438508627146, -43.561675678894176 ], [ 172.748363040209824, -43.561704101203958 ], [ 172.748284285737839, -43.561734898594707 ], [ 172.748212073398662, -43.561768092704355 ], [ 172.748166089378884, -43.561796579812622 ], [ 172.748113573025819, -43.561820287779646 ], [ 172.748051218489962, -43.561846356408189 ], [ 172.748005264123748, -43.561867696420045 ], [ 172.747946294817467, -43.561867566431459 ], [ 172.747877487359403, -43.561869797083297 ], [ 172.747805453510892, -43.561860108749187 ], [ 172.747703964865906, -43.561843208278304 ], [ 172.747654923232147, -43.561819276391006 ], [ 172.747622252035427, -43.561797762986025 ], [ 172.747605991035414, -43.561769138702857 ], [ 172.747576615842007, -43.561742867829572 ], [ 172.747534066780304, -43.561733244418015 ], [ 172.747484985502979, -43.561718841832295 ], [ 172.747435834585389, -43.561721115630881 ], [ 172.74741288222819, -43.561725829656517 ], [ 172.747373619223481, -43.561713831079352 ], [ 172.747331149863527, -43.561685148843431 ], [ 172.747285434356598, -43.561649312319545 ], [ 172.747167745239551, -43.561589492980183 ], [ 172.747066336961154, -43.561553533195045 ], [ 172.746951864474198, -43.561508014942788 ], [ 172.746873368869444, -43.561476870427711 ], [ 172.746807937636959, -43.561455284253952 ], [ 172.746729502053341, -43.56140984557841 ], [ 172.746687053175634, -43.561376398415732 ], [ 172.746644544446809, -43.561357245298979 ], [ 172.746605381680382, -43.561321423021887 ], [ 172.746484577665427, -43.561223478219809 ], [ 172.746393308293591, -43.561113686976299 ], [ 172.746318219464115, -43.561051578878676 ], [ 172.7462988332029, -43.560987211983161 ], [ 172.746272794965591, -43.56094665398075 ], [ 172.746253288806543, -43.560910875201522 ], [ 172.74621755257391, -43.560839324904414 ], [ 172.746191664464419, -43.560763031726012 ], [ 172.74614939637928, -43.560686702173228 ], [ 172.746107018357037, -43.560636578386202 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2018-02-17", "DSASDate": "17/02/2018", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "MAX", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.5, "Total_UNCY": "1.46690149635209", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_17FEB2018.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747003692081478, -43.552123427082513 ], [ 172.747029717073673, -43.552166367320666 ], [ 172.74704594534748, -43.552202138769616 ], [ 172.747062103896553, -43.552254586648665 ], [ 172.747061954445343, -43.552290321861172 ], [ 172.747071651586339, -43.552321314117677 ], [ 172.747094490813367, -43.552342805966376 ], [ 172.747107393805692, -43.552390481897369 ], [ 172.747117130830986, -43.552411944759733 ], [ 172.747133409025025, -43.552435804457808 ], [ 172.747143146066776, -43.552457267317834 ], [ 172.74715285323569, -43.552485877219226 ], [ 172.747162530535121, -43.552521634161963 ], [ 172.747165706506991, -43.552545464879678 ], [ 172.747168902399949, -43.552564530902437 ], [ 172.747168792847503, -43.552590736723758 ], [ 172.747168663376243, -43.552621707239709 ], [ 172.74717185927409, -43.552640773262134 ], [ 172.747188097716588, -43.552674162341098 ], [ 172.747194539323573, -43.552700382647686 ], [ 172.747204226639326, -43.55273375723835 ], [ 172.747213933880914, -43.552762367133369 ], [ 172.74721708997032, -43.552790962543369 ], [ 172.747220275934723, -43.55281241091123 ], [ 172.747216880862851, -43.552840991836717 ], [ 172.747213505703002, -43.552864808067376 ], [ 172.74719376256914, -43.552886205737693 ], [ 172.747196888780167, -43.552921948189393 ], [ 172.747200024953059, -43.552955308293541 ], [ 172.747203191003621, -43.552981521355726 ], [ 172.747196520321239, -43.553010095037131 ], [ 172.747189909384389, -43.55302437463471 ], [ 172.747202892260049, -43.553052991772219 ], [ 172.747219190574384, -43.553072086761496 ], [ 172.747228917790892, -43.553095931959355 ], [ 172.747235399287177, -43.553112622873115 ], [ 172.747231854849474, -43.553176939004963 ], [ 172.747231576051917, -43.553243644724866 ], [ 172.747224835652048, -43.553288894836321 ], [ 172.747231177768043, -43.553338938609109 ], [ 172.747207999544656, -43.553398446590968 ], [ 172.747184900947218, -43.553438895791096 ], [ 172.747171649091683, -43.553474602023201 ], [ 172.747158387260356, -43.553512690600471 ], [ 172.747141879672512, -43.553543624890636 ], [ 172.747105678480665, -43.553584045095171 ], [ 172.747079413712839, -43.553598281210476 ], [ 172.747030060114554, -43.553650584139618 ], [ 172.747003765401416, -43.553671967277978 ], [ 172.746977510538699, -43.553683821022574 ], [ 172.746957806924883, -43.55369568926065 ], [ 172.746915084164328, -43.553728947863085 ], [ 172.746852577919299, -43.553793133443577 ], [ 172.746822847871414, -43.553852626835614 ], [ 172.74677020822682, -43.553907304742367 ], [ 172.746733956683642, -43.553959636559192 ], [ 172.74669774499111, -43.554002438977065 ], [ 172.746668144421363, -43.554030961819109 ], [ 172.746648310889356, -43.554073800509528 ], [ 172.746621926024517, -43.55411662467759 ], [ 172.74659881677681, -43.554159456099235 ], [ 172.746575667563263, -43.554211816902203 ], [ 172.746559109565737, -43.554254662836144 ], [ 172.746545907082265, -43.554278457256416 ], [ 172.74652614327843, -43.554304619497501 ], [ 172.746506349499413, -43.554337928774643 ], [ 172.746493186923061, -43.554352193802274 ], [ 172.746479944443934, -43.554385517600458 ], [ 172.746469997593721, -43.554414083967664 ], [ 172.746453529358604, -43.554435488766153 ], [ 172.746430489792317, -43.554461643725489 ], [ 172.74641406148902, -43.554473519132188 ], [ 172.746413981571351, -43.554492577903858 ], [ 172.746423688717243, -43.554521187856921 ], [ 172.746439917257561, -43.55455695937777 ], [ 172.746449584472543, -43.55459509871406 ], [ 172.746433136158601, -43.554611738815957 ], [ 172.746426544843388, -43.554621253671719 ], [ 172.746436281982255, -43.554642716583977 ], [ 172.746429640718361, -43.55466414317177 ], [ 172.746422759703137, -43.554742746071817 ], [ 172.746422450029428, -43.554816598808195 ], [ 172.746409007607667, -43.554897569520968 ], [ 172.746392469283563, -43.554935650732354 ], [ 172.746398930762666, -43.554957106380598 ], [ 172.74637908674211, -43.555002327362367 ], [ 172.746359262675838, -43.555042783647828 ], [ 172.746339448575867, -43.555080857583349 ], [ 172.746322940137901, -43.555111791744679 ], [ 172.746329411604052, -43.555130865050018 ], [ 172.746312823195751, -43.555180857978769 ], [ 172.746269859133008, -43.555271292634764 ], [ 172.746246699208285, -43.555326035705249 ], [ 172.746230160663657, -43.555364116889741 ], [ 172.746213602102245, -43.555406962763605 ], [ 172.746200319241638, -43.555449815906336 ], [ 172.746180514906399, -43.555485507465008 ], [ 172.746180434912304, -43.555504566232941 ], [ 172.746163946276283, -43.555530735676577 ], [ 172.746150683353875, -43.555568824120549 ], [ 172.746140736150977, -43.555597390452348 ], [ 172.746124227469295, -43.555628324581576 ], [ 172.746124137455524, -43.555649765694852 ], [ 172.746114200228561, -43.555675949677955 ], [ 172.746117355943426, -43.555704545102785 ], [ 172.746100777202855, -43.555752155649053 ], [ 172.74608427846124, -43.555780707425662 ], [ 172.746090749922701, -43.555799780742255 ], [ 172.746084128413798, -43.555816442613384 ], [ 172.746070915396189, -43.555842619316792 ], [ 172.746064203841371, -43.555880722298909 ], [ 172.746054186515011, -43.555925965041922 ], [ 172.746057342214016, -43.555954560467121 ], [ 172.746067109445846, -43.555968876368695 ], [ 172.746063703640942, -43.555999839588075 ], [ 172.746060267819928, -43.556037949844416 ], [ 172.746073260804451, -43.556064184749623 ], [ 172.74607971228545, -43.556088022757379 ], [ 172.74606645919016, -43.55612372884174 ], [ 172.74604998033945, -43.556147515919854 ], [ 172.746040063007683, -43.556168935202592 ], [ 172.746030165679741, -43.556185589792996 ], [ 172.746010401026041, -43.556211751934121 ], [ 172.74601672242008, -43.556266560438175 ], [ 172.746023083848314, -43.556311839558909 ], [ 172.746029515324494, -43.55634044225971 ], [ 172.746032711054085, -43.556359508301156 ], [ 172.746055521415883, -43.556388147381803 ], [ 172.746065238696218, -43.556414375010533 ], [ 172.746068384420823, -43.556445352778638 ], [ 172.746074765913534, -43.556485867204124 ], [ 172.746081187428757, -43.556516852246794 ], [ 172.74608767897351, -43.556531160870193 ], [ 172.746090774699553, -43.556574050364702 ], [ 172.746103737803452, -43.556607432300822 ], [ 172.746116660912861, -43.556650343617299 ], [ 172.74611328510025, -43.556674159797986 ], [ 172.746116330840238, -43.556728961018116 ], [ 172.746129043947633, -43.55682190158651 ], [ 172.746145172913259, -43.556881496589931 ], [ 172.746164477711631, -43.556964922317214 ], [ 172.746180486752081, -43.557053105458479 ], [ 172.746219206588137, -43.557193751094168 ], [ 172.746235375731004, -43.557243816700385 ], [ 172.746241777412308, -43.557279566420839 ], [ 172.746241637447611, -43.557312919254322 ], [ 172.74624468333343, -43.557367720465244 ], [ 172.746267364219307, -43.557427329987419 ], [ 172.746293450926004, -43.55745597628642 ], [ 172.74628673932753, -43.557494079270725 ], [ 172.746273386079167, -43.557553608821323 ], [ 172.746279857787442, -43.557572682121886 ], [ 172.746273066196295, -43.55762984386552 ], [ 172.746266394551725, -43.557658417466975 ], [ 172.746269520448095, -43.557694159913353 ], [ 172.746275872214653, -43.557741821354611 ], [ 172.746285529829976, -43.557782343029494 ], [ 172.746291991570587, -43.557803798673717 ], [ 172.746288565781384, -43.557839526579926 ], [ 172.746317728636797, -43.557915827041363 ], [ 172.746333918039738, -43.557961127938036 ], [ 172.746353343356446, -43.558015965479576 ], [ 172.746366326896492, -43.55804458268868 ], [ 172.746369402907249, -43.558092236854812 ], [ 172.746385682324501, -43.558116096638614 ], [ 172.746395400022379, -43.558142324232364 ], [ 172.74641164949, -43.558173331047058 ], [ 172.746421357217571, -43.558201940983295 ], [ 172.746444188434367, -43.558225815289532 ], [ 172.746444078546205, -43.558252021083341 ], [ 172.746457072168738, -43.558278255936294 ], [ 172.746466789923375, -43.558304483523393 ], [ 172.74646991596984, -43.558340225960613 ], [ 172.746476367846014, -43.558364063937475 ], [ 172.746505760900305, -43.558385570414103 ], [ 172.746512212795324, -43.558409408388798 ], [ 172.746499029354169, -43.558428438094381 ], [ 172.746515248989908, -43.558466591927555 ], [ 172.746521670936573, -43.558497576935771 ], [ 172.746541226413257, -43.558521443958902 ], [ 172.746557456085782, -43.558557215440807 ], [ 172.746573705747124, -43.558588222230675 ], [ 172.746583413617088, -43.558616832151422 ], [ 172.7465931614326, -43.558635912692232 ], [ 172.746602889286805, -43.558659757921646 ], [ 172.746609331265461, -43.558685978234628 ], [ 172.746596147794094, -43.558705007950415 ], [ 172.746589446228285, -43.55874072859956 ], [ 172.746589366353959, -43.558759787357197 ], [ 172.74658914669925, -43.558812198940359 ], [ 172.746572587436361, -43.558855044838609 ], [ 172.746549556214518, -43.558878817453007 ], [ 172.746516617342223, -43.558921627031005 ], [ 172.746454235147922, -43.558954841841292 ], [ 172.746414754324491, -43.558995254514763 ], [ 172.746401520765204, -43.559026195929526 ], [ 172.74638503125729, -43.559052365386755 ], [ 172.7463751435414, -43.55906663765316 ], [ 172.746365235834332, -43.559085674607701 ], [ 172.746335712563905, -43.559095138575636 ], [ 172.746315977070878, -43.559114153720699 ], [ 172.74630281340481, -43.559128418711786 ], [ 172.746276546034466, -43.559142654622377 ], [ 172.746240450876087, -43.559156868714439 ], [ 172.746187956070116, -43.559175811122813 ], [ 172.746128859363864, -43.559206650680991 ], [ 172.746056518802703, -43.559270813925636 ], [ 172.746010535676135, -43.559299300181578 ], [ 172.745977616209672, -43.559337344910936 ], [ 172.745947972638703, -43.559375396909886 ], [ 172.745934788808256, -43.55939442654622 ], [ 172.745918208898786, -43.559442037032355 ], [ 172.745891851193591, -43.559477713951757 ], [ 172.745855645596862, -43.559518133707591 ], [ 172.745881783067716, -43.559534868370577 ], [ 172.745888154739532, -43.559577765129205 ], [ 172.745884768655827, -43.559603963634522 ], [ 172.745920653935116, -43.559639778885312 ], [ 172.745956569285539, -43.559668447092172 ], [ 172.74596959302491, -43.559687534961654 ], [ 172.745979290774216, -43.559718527272089 ], [ 172.745988978525105, -43.559751901925765 ], [ 172.746011820160589, -43.559773393968705 ], [ 172.746034581760199, -43.559813944760322 ], [ 172.74606395534849, -43.559840216034694 ], [ 172.746073713200303, -43.559856914271641 ], [ 172.746086717008069, -43.559880766815624 ], [ 172.7460800350174, -43.559911722738242 ], [ 172.746060269159784, -43.559937884867914 ], [ 172.746069916969248, -43.559980788889995 ], [ 172.746076328839877, -43.560014156258944 ], [ 172.746099140593003, -43.560042795316008 ], [ 172.74611540041812, -43.56007141981928 ], [ 172.746098900495355, -43.560099971573472 ], [ 172.746101996400284, -43.560142861041307 ], [ 172.746072232448199, -43.5602095011944 ], [ 172.746045814459706, -43.56025947220774 ], [ 172.746032570425342, -43.560292795915771 ], [ 172.746032470357619, -43.560316619355291 ], [ 172.746045404203215, -43.560357148309798 ], [ 172.746055092091297, -43.560390522954449 ], [ 172.746048349989763, -43.560435772935676 ], [ 172.746044993944622, -43.560454824410186 ], [ 172.746041657910354, -43.560469111196738 ], [ 172.746048119846989, -43.560490566845125 ], [ 172.746051305789564, -43.560512015216574 ], [ 172.74606431973379, -43.560533485416833 ], [ 172.746083855674641, -43.560562117198543 ], [ 172.746083745621348, -43.560588322980863 ], [ 172.746096799610768, -43.560600263801859 ], [ 172.746106567597309, -43.560614579690267 ], [ 172.746106507573529, -43.560628873753267 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2003-01-29", "DSASDate": "29/01/2003", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "Max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.383401604740997", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_29JAN2003.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731295914792554, -43.506468264636567 ], [ 172.731360647219987, -43.506632801545244 ], [ 172.731402743027616, -43.506735343141543 ], [ 172.731447953642117, -43.506873627861502 ], [ 172.731515780507266, -43.507078672539173 ], [ 172.731577188280113, -43.507255113442241 ], [ 172.731596584171285, -43.507309953901547 ], [ 172.731616053984311, -43.507348117813578 ], [ 172.731683913600421, -43.507546015287438 ], [ 172.731700205381088, -43.507562730233452 ], [ 172.73182949579342, -43.507932303675169 ], [ 172.731806488812026, -43.507953691204314 ], [ 172.73178677606424, -43.507970321680382 ], [ 172.731806330591724, -43.507989426651442 ], [ 172.731816012931205, -43.508020420403845 ], [ 172.731841902862385, -43.508087187984948 ], [ 172.731870950011114, -43.508180169228936 ], [ 172.731887157653773, -43.508215943051503 ], [ 172.731906659571052, -43.50824695982007 ], [ 172.731922877796109, -43.508280351274237 ], [ 172.731955177249517, -43.508378104894327 ], [ 172.731964785932718, -43.508425775173279 ], [ 172.731987508429739, -43.508468711414956 ], [ 172.732016640301964, -43.508542633713255 ], [ 172.732074956947116, -43.508678566470813 ], [ 172.732117055369969, -43.508781107774205 ], [ 172.73214627182864, -43.508835971133514 ], [ 172.732149408074406, -43.508866949518193 ], [ 172.732155849129271, -43.508890788481672 ], [ 172.732158985382654, -43.508921766865789 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2003-01-29", "DSASDate": "29/01/2003", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "2.45230503812229", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_29JAN2003.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.732158985382654, -43.508921766865789 ], [ 172.732185097276044, -43.50893850474182 ], [ 172.73220465224054, -43.508957609642657 ], [ 172.732234100557775, -43.508960060996678 ], [ 172.732247109131549, -43.508979150559497 ], [ 172.732250308621587, -43.508995834763979 ], [ 172.732256770791082, -43.509014908995795 ], [ 172.732276304742982, -43.509038778609813 ], [ 172.732289302817435, -43.50906025053041 ], [ 172.732315393749673, -43.509081753102087 ], [ 172.732328318151787, -43.509119901557547 ], [ 172.732337979881351, -43.509155659986284 ], [ 172.732360766074521, -43.509184301973235 ], [ 172.732380289595881, -43.509210553931773 ], [ 172.732393256167626, -43.509239172928282 ], [ 172.732402981104428, -43.509260637174627 ], [ 172.732412695523436, -43.509284483782821 ], [ 172.732435387086213, -43.509334567018755 ], [ 172.732487337829838, -43.509429984067125 ], [ 172.73250685096383, -43.509458618365912 ], [ 172.732539414973701, -43.509496812739023 ], [ 172.732552287007962, -43.509546872980124 ], [ 172.73256520113847, -43.509587403768926 ], [ 172.732578083731227, -43.50963508164385 ], [ 172.732607385153386, -43.50967088597865 ], [ 172.732633476460848, -43.50969238847641 ], [ 172.73265956778684, -43.509713890968186 ], [ 172.732695447332986, -43.509742563498627 ], [ 172.732731148203726, -43.509811736181305 ], [ 172.73279264633149, -43.509969117463548 ], [ 172.732805550202102, -43.510012030585351 ], [ 172.732818517144722, -43.510040649530595 ], [ 172.732828210833873, -43.510069260825873 ], [ 172.732841198815549, -43.510093115043432 ], [ 172.732857365508352, -43.510138418169042 ], [ 172.732879994716001, -43.51020279548554 ], [ 172.732918927322686, -43.510281505201732 ], [ 172.732944924466153, -43.510324448888547 ], [ 172.732961091297511, -43.51036975199802 ], [ 172.732970701081058, -43.510417422178698 ], [ 172.732983689192878, -43.510441276378927 ], [ 172.733003150376021, -43.51048182240104 ], [ 172.733016033500576, -43.5105295002205 ], [ 172.733054777494061, -43.510651092407784 ], [ 172.733070787004237, -43.510732130933221 ], [ 172.733060820103788, -43.510765461079259 ], [ 172.733057462801725, -43.510784512335043 ], [ 172.733054052997545, -43.510815475401692 ], [ 172.733060431613666, -43.51085360848063 ], [ 172.733079966472388, -43.510877477952022 ], [ 172.733086387106198, -43.510906081580529 ], [ 172.733112447620982, -43.510934731052622 ], [ 172.733151590920443, -43.510965793438736 ], [ 172.733161295408848, -43.510992022339785 ], [ 172.733184103668691, -43.511015899431982 ], [ 172.733213458582895, -43.511039791794801 ], [ 172.733219837322366, -43.511077924863699 ], [ 172.733226184589739, -43.511123205018293 ], [ 172.733242477754459, -43.511139919737673 ], [ 172.733255455634833, -43.511166156266775 ], [ 172.733252098371111, -43.511185207527078 ], [ 172.733252014432367, -43.51120426642369 ], [ 172.733222376098638, -43.51124469784687 ], [ 172.733215766477343, -43.511258976744344 ], [ 172.733218945364342, -43.51128042564013 ], [ 172.733235186103883, -43.511309052170311 ], [ 172.733244880190142, -43.511337663424953 ], [ 172.733257774176025, -43.511382958849005 ], [ 172.73326093210008, -43.511409172467197 ], [ 172.733267352874549, -43.51143777608322 ], [ 172.733280351811544, -43.511459247884389 ], [ 172.733303191764804, -43.511475977865558 ], [ 172.733322768877628, -43.511490317845777 ], [ 172.733355439373184, -43.511504688357491 ], [ 172.733361891666675, -43.511526144882005 ], [ 172.733368302013048, -43.511557130853895 ], [ 172.733377996201369, -43.511585742096273 ], [ 172.733394216123571, -43.511619133326597 ], [ 172.733407204657794, -43.511642987474787 ], [ 172.733433244669328, -43.511676401595111 ], [ 172.733462547579705, -43.511712205701805 ], [ 172.733485282844839, -43.511752759265136 ], [ 172.733494945670287, -43.511788517582474 ], [ 172.733465453989112, -43.51179559599813 ], [ 172.733442435624568, -43.511819366201514 ], [ 172.73344233077367, -43.511843189819977 ], [ 172.733445457345624, -43.511876550516689 ], [ 172.733458498377217, -43.511888492849067 ], [ 172.733484611906192, -43.511905230423871 ], [ 172.733523808431556, -43.511924380870326 ], [ 172.733543354297723, -43.511945867897616 ], [ 172.733536723711808, -43.511964911535522 ], [ 172.733539902748362, -43.51198636042011 ], [ 172.733559448640165, -43.51200784744448 ], [ 172.733579025985193, -43.51202218738009 ], [ 172.733608392020102, -43.512043697277207 ], [ 172.733624601712876, -43.512079470834593 ], [ 172.73362121307872, -43.512105669188117 ], [ 172.733617793006658, -43.51213901462669 ], [ 172.73362423498159, -43.512162853496179 ], [ 172.733637213244549, -43.512189089978264 ], [ 172.733660053570986, -43.512205819886972 ], [ 172.73368601015747, -43.512258292841125 ], [ 172.733682621539458, -43.512284491195729 ], [ 172.733702062827206, -43.512329801811859 ], [ 172.733721514618196, -43.512372730062772 ], [ 172.733714800244172, -43.512410832602889 ], [ 172.733724463308363, -43.512446590897312 ], [ 172.733743957046215, -43.512479989697134 ], [ 172.733763482223594, -43.512506241408602 ], [ 172.733779713074739, -43.512537250218436 ], [ 172.733795964885303, -43.512563494302618 ], [ 172.733818428455493, -43.512665989196172 ], [ 172.73384427020892, -43.512744668088033 ], [ 172.733850565764953, -43.512801860003997 ], [ 172.733843830483892, -43.512844727271904 ], [ 172.733863188318736, -43.512909096748835 ], [ 172.733872872485762, -43.512940090305101 ], [ 172.733892355995266, -43.51297587143879 ], [ 172.733898787698166, -43.51300209265127 ], [ 172.73391810377359, -43.51307599156307 ], [ 172.733940913113344, -43.513099868498372 ], [ 172.733944040021555, -43.513133229174997 ], [ 172.733943945829026, -43.513154670427546 ], [ 172.733950398504049, -43.513176126913635 ], [ 172.733963356193271, -43.513207128077696 ], [ 172.733989418108706, -43.513235777342018 ], [ 172.734018784876241, -43.513257287131033 ], [ 172.734028552878272, -43.513269221781755 ], [ 172.734044815453643, -43.513293083466635 ], [ 172.734074192729395, -43.513312210879981 ], [ 172.734090434413929, -43.51334083728095 ], [ 172.734083772463777, -43.513367028029975 ], [ 172.734100014167439, -43.513395654429338 ], [ 172.73411951887465, -43.513426670799589 ], [ 172.734145465919795, -43.513481526001897 ], [ 172.734138793519293, -43.513510099114754 ], [ 172.734141910098373, -43.51354584214517 ], [ 172.734164667416024, -43.513581630840832 ], [ 172.734177646214476, -43.513607867256432 ], [ 172.734164426897365, -43.5136364251494 ], [ 172.734180658254132, -43.513667433897481 ], [ 172.734206689102507, -43.513703230194373 ], [ 172.734193511602996, -43.513722258645409 ], [ 172.734203227434733, -43.513746105086469 ], [ 172.734216164463362, -43.513781870941791 ], [ 172.734238848731593, -43.513834336149699 ], [ 172.734245238856943, -43.513870086783975 ], [ 172.734251670805804, -43.513896307973127 ], [ 172.73426136578081, -43.513924919130929 ], [ 172.734274428319111, -43.513932096645256 ], [ 172.734290774788207, -43.513936899404094 ], [ 172.73430382688062, -43.513946459276212 ], [ 172.734303659648816, -43.513984577054131 ], [ 172.734306818155801, -43.514010790632994 ], [ 172.734329439881321, -43.514077549987711 ], [ 172.73435216615789, -43.514120485726728 ], [ 172.734384702479645, -43.514165826635718 ], [ 172.734404238923389, -43.514189695871096 ], [ 172.734420407865031, -43.514234998749011 ], [ 172.734452965191565, -43.514275574915942 ], [ 172.734456092439444, -43.514308935572572 ], [ 172.734462482741804, -43.514344686192189 ], [ 172.734472177887255, -43.514373297330287 ], [ 172.734478641322596, -43.514392371421842 ], [ 172.734485062981918, -43.514420974956835 ], [ 172.734498062986489, -43.514442446611092 ], [ 172.73451433650385, -43.514463925864632 ], [ 172.734520726856573, -43.514499676480149 ], [ 172.734533695561112, -43.514528295212941 ], [ 172.734553232179934, -43.514552164421794 ], [ 172.73454986468883, -43.514573598070356 ], [ 172.734552971119854, -43.514611723444546 ], [ 172.734578960826241, -43.514657049095881 ], [ 172.734585372119227, -43.514688034984999 ], [ 172.734588499460244, -43.514721395635824 ], [ 172.734594973409685, -43.514738087358971 ], [ 172.734614510120025, -43.514761956556718 ], [ 172.734627531122271, -43.514778663473621 ], [ 172.734637247292596, -43.514802509874251 ], [ 172.734643689947262, -43.514826348676955 ], [ 172.734666395849217, -43.51487404907077 ], [ 172.734676091174634, -43.514902660189414 ], [ 172.734702112407092, -43.514940838728648 ], [ 172.734701934983462, -43.514981338861915 ], [ 172.734711630342588, -43.515009949977063 ], [ 172.734718093920407, -43.515029024053312 ], [ 172.734737630772656, -43.515052893229196 ], [ 172.734747357464812, -43.515074357258825 ], [ 172.734760284660553, -43.515112505406542 ], [ 172.734760190750478, -43.515133946653037 ], [ 172.734773138834782, -43.515167330077546 ], [ 172.734772982325239, -43.515203065488052 ], [ 172.73476960444043, -43.51522688150142 ], [ 172.734749848386969, -43.515253041905822 ], [ 172.734749754472745, -43.515274483151785 ], [ 172.734736535057465, -43.515303041102328 ], [ 172.734736430702895, -43.515326864708719 ], [ 172.734739620770483, -43.515345931188236 ], [ 172.734749378814826, -43.515360248134854 ], [ 172.734772220641304, -43.515376977815976 ], [ 172.734798315168234, -43.515398479806542 ], [ 172.734827704132897, -43.515415224661879 ], [ 172.734853850850442, -43.515424814836692 ], [ 172.734866778187069, -43.515462962970396 ], [ 172.734876484130154, -43.515489191708944 ], [ 172.734869853569705, -43.515508235412433 ], [ 172.734863223005021, -43.515527279115439 ], [ 172.734879403072512, -43.515570199559065 ], [ 172.734885845902795, -43.515594038345341 ], [ 172.734921750833053, -43.515617945438272 ], [ 172.734957676645365, -43.515637087798773 ], [ 172.734983708794857, -43.515672883909737 ], [ 172.735009636726488, -43.515732503619887 ], [ 172.735029017557821, -43.515792108151402 ], [ 172.735032124349317, -43.515830233505376 ], [ 172.735048388003634, -43.515854095039607 ], [ 172.735054789237608, -43.515887463257293 ], [ 172.735038348367482, -43.515904101851888 ], [ 172.735025181070853, -43.515920748030432 ], [ 172.735031613571124, -43.515946969167715 ], [ 172.735034803763426, -43.515966035637241 ], [ 172.735047752174921, -43.515999419026627 ], [ 172.735063984612026, -43.516030427639286 ], [ 172.735086732980136, -43.516068598500027 ], [ 172.735116038982767, -43.5161044021634 ], [ 172.735138818671032, -43.516135425932347 ], [ 172.735164871978441, -43.516166457279034 ], [ 172.735177810085617, -43.51620222301316 ], [ 172.735174411465238, -43.516230803755271 ], [ 172.73518403431757, -43.516276091347471 ], [ 172.735206845356885, -43.516299968021237 ], [ 172.735223140455474, -43.516316682448213 ], [ 172.735239393898837, -43.516342926314074 ], [ 172.735239300154348, -43.516364367556783 ], [ 172.735216291155922, -43.516385755735236 ], [ 172.735232534198389, -43.516414381962065 ], [ 172.735281430048758, -43.516462142863958 ], [ 172.735323632968203, -43.516543241632668 ], [ 172.735333297630461, -43.51657899976933 ], [ 172.735346277571949, -43.516605236041443 ], [ 172.735355983903588, -43.516631464735063 ], [ 172.735368838933169, -43.516686289326714 ], [ 172.735375261251221, -43.516714892801936 ], [ 172.735378420358899, -43.516741106340184 ], [ 172.735401252468932, -43.516760218253545 ], [ 172.735417547744532, -43.516776932651922 ], [ 172.73543370771776, -43.516824617729881 ], [ 172.735449690780797, -43.516912802927202 ], [ 172.735475671731564, -43.516960510720786 ], [ 172.735494949346759, -43.517043938763358 ], [ 172.735527321605957, -43.517127397090817 ], [ 172.735553229881191, -43.517191781385463 ], [ 172.73556940047385, -43.517237084081337 ], [ 172.73560185615483, -43.517301483505669 ], [ 172.735608226637368, -43.517341998764955 ], [ 172.73562768137387, -43.517384926661435 ], [ 172.735627514955354, -43.517423044420433 ], [ 172.735643779269424, -43.517446905865 ], [ 172.735669833397139, -43.517477937091627 ], [ 172.735692624281597, -43.517506578384925 ], [ 172.735705479798128, -43.517561402931591 ], [ 172.735711808784799, -43.51761144762299 ], [ 172.735744431162686, -43.517637729245898 ], [ 172.735757380318802, -43.517671112547049 ], [ 172.735750718603612, -43.517697303373907 ], [ 172.735773488817387, -43.51773070936995 ], [ 172.735763543024575, -43.517759274991889 ], [ 172.73578629247848, -43.51779744570468 ], [ 172.735802453010791, -43.517845130723444 ], [ 172.735825150553438, -43.517895213226929 ], [ 172.73582822676741, -43.517940485626028 ], [ 172.735844480905882, -43.517966729400193 ], [ 172.735850934759355, -43.517988185763983 ], [ 172.735880138223763, -43.518047812820178 ], [ 172.735909279403472, -43.5181217340266 ], [ 172.735938410264708, -43.51819803758449 ], [ 172.735970794132982, -43.518279113413044 ], [ 172.736013030390495, -43.518353064828212 ], [ 172.73603245457889, -43.518403139728576 ], [ 172.736045237893904, -43.51847464074671 ], [ 172.736071209594627, -43.518524730754393 ], [ 172.736090633885539, -43.51857480564361 ], [ 172.73611658490168, -43.518629660359345 ], [ 172.736158634726564, -43.51874649418798 ], [ 172.736187880374985, -43.518796591721546 ], [ 172.7362008507788, -43.518825210248039 ], [ 172.736210526695913, -43.518858585939107 ], [ 172.736229951207974, -43.518908660802325 ], [ 172.736252514596231, -43.51898971388573 ], [ 172.73628816268112, -43.519073179526224 ], [ 172.736320588978657, -43.519144725808303 ], [ 172.736353150204963, -43.519185301409287 ], [ 172.736356309859815, -43.51921151491058 ], [ 172.736366006668874, -43.519240125867995 ], [ 172.736391968588805, -43.519292598156895 ], [ 172.736404897709207, -43.519330746095406 ], [ 172.736417785362647, -43.519378423469306 ], [ 172.736424239567469, -43.519399879796318 ], [ 172.73644049435336, -43.51942612348072 ], [ 172.736456697306949, -43.519464278958885 ], [ 172.736476184425868, -43.519500059620668 ], [ 172.736466269776372, -43.519521478217342 ], [ 172.736479209360226, -43.51955724378697 ], [ 172.736488854441717, -43.519597766528449 ], [ 172.736505140410713, -43.519616863125393 ], [ 172.736514868455373, -43.519638326990979 ], [ 172.736514785518864, -43.519657385864313 ], [ 172.736530988580483, -43.519695541330691 ], [ 172.73655354229453, -43.51977897670443 ], [ 172.736592661967705, -43.519817184960871 ], [ 172.736599033369941, -43.519857700149451 ], [ 172.736605477325753, -43.519881538823817 ], [ 172.736615163995282, -43.519912532116379 ], [ 172.736621556148236, -43.51994828258497 ], [ 172.736621421429504, -43.519979253252714 ], [ 172.736634371564122, -43.520012636443369 ], [ 172.736650626604444, -43.520038880095704 ], [ 172.736679914722515, -43.520079448058624 ], [ 172.736692864910566, -43.520112831242216 ], [ 172.736712279859802, -43.520165288373505 ], [ 172.736731684483715, -43.520220127860092 ], [ 172.73675108914253, -43.520274967342949 ], [ 172.736783537337971, -43.520341748763833 ], [ 172.736829008422234, -43.520425236829261 ], [ 172.736893853453438, -43.520570711408652 ], [ 172.736932673672754, -43.520678007951332 ], [ 172.736952068308284, -43.520735229755324 ], [ 172.736974757525388, -43.520787694369211 ], [ 172.737007206239866, -43.520854475721947 ], [ 172.737033086624564, -43.520926006723499 ], [ 172.737052512472559, -43.520976081432238 ], [ 172.737084847576284, -43.521069068706801 ], [ 172.737110779864082, -43.521128687895242 ], [ 172.737126973347415, -43.521169225627929 ], [ 172.73713013343675, -43.521195439099849 ], [ 172.737120177362556, -43.521226387181244 ], [ 172.73713642259392, -43.521255013118932 ], [ 172.737142835878643, -43.521285998833903 ], [ 172.737136132984205, -43.521321719159758 ], [ 172.737155631440203, -43.521355117338061 ], [ 172.737165339307865, -43.521381345860178 ], [ 172.73719144760571, -43.521400464932192 ], [ 172.737194618075506, -43.521424296042824 ], [ 172.73718469302014, -43.521448097052968 ], [ 172.737200938341061, -43.521476722980594 ], [ 172.737230351594434, -43.521488702492682 ], [ 172.737249870833409, -43.521517335937176 ], [ 172.737253062009529, -43.521536402328721 ], [ 172.737272591612509, -43.521562653410626 ], [ 172.737285439066483, -43.521619860105012 ], [ 172.737291831790827, -43.521655610526885 ], [ 172.73729167673244, -43.521691345903932 ], [ 172.737301302017329, -43.521736633280852 ], [ 172.737307736109614, -43.521762854267429 ], [ 172.737324033252492, -43.521779568384225 ], [ 172.737340278727572, -43.521808194290799 ], [ 172.737353260649826, -43.521834430316083 ], [ 172.737369495819138, -43.521865438576697 ], [ 172.737382436431318, -43.521901204032055 ], [ 172.737392144483692, -43.521927432532891 ], [ 172.737408390030396, -43.521956058429211 ], [ 172.737460173400137, -43.52209435550462 ], [ 172.737482832572056, -43.522153967082517 ], [ 172.737492478730928, -43.522194489723617 ], [ 172.737511936347488, -43.522237417270389 ], [ 172.737531373335486, -43.522285109530102 ], [ 172.73754102987499, -43.522323249808103 ], [ 172.737550707081112, -43.522356625368566 ], [ 172.737560415278637, -43.522382853853401 ], [ 172.737579955612517, -43.52240672252173 ], [ 172.737592886137634, -43.522444870308689 ], [ 172.737605785703465, -43.522490165168549 ], [ 172.737625336414112, -43.52251165147063 ], [ 172.737628527759426, -43.522530717848824 ], [ 172.737612075457122, -43.522549739149468 ], [ 172.737598876436152, -43.522573532677576 ], [ 172.737595540539701, -43.522587819312868 ], [ 172.737608533063366, -43.522611672948166 ], [ 172.737624789219012, -43.522637916452901 ], [ 172.737647613931415, -43.522659410263557 ], [ 172.737683493166173, -43.522690463547406 ], [ 172.737699790661509, -43.522707177608829 ], [ 172.737712824535919, -43.522721501799516 ], [ 172.737722563823382, -43.52274058319491 ], [ 172.737709437052104, -43.522747700228329 ], [ 172.737712628436014, -43.522766766603461 ], [ 172.737742011457016, -43.522785893057367 ], [ 172.737758288355565, -43.522807371826438 ], [ 172.73776477435257, -43.522821680992784 ], [ 172.737794033602057, -43.522869395730062 ], [ 172.737816786242576, -43.522907566012805 ], [ 172.7378362443161, -43.522950493500169 ], [ 172.737845942415476, -43.522979104316619 ], [ 172.737875181175013, -43.523031583748192 ], [ 172.737888029503722, -43.523088790362358 ], [ 172.737894371164799, -43.52313645253254 ], [ 172.737913880932581, -43.52316746821549 ], [ 172.737920336065457, -43.523188924446195 ], [ 172.737939876800198, -43.523212793050668 ], [ 172.737952890216235, -43.523231881929014 ], [ 172.737978948005065, -43.523262912607372 ], [ 172.737985423792082, -43.52327960411823 ], [ 172.737991858341559, -43.523305825060412 ], [ 172.738001556570651, -43.523334435862196 ], [ 172.738021087075055, -43.5233606868103 ], [ 172.738020963365329, -43.523389275105046 ], [ 172.738030630695022, -43.523425032977663 ], [ 172.738059993520153, -43.523448924064439 ], [ 172.738059880136092, -43.523475130000996 ], [ 172.738053198149657, -43.523506085651988 ], [ 172.738069434122053, -43.523537093806141 ], [ 172.73809882793509, -43.523553837809175 ], [ 172.738147711182563, -43.523606362161651 ], [ 172.738196275141718, -43.523732739584645 ], [ 172.738254496537991, -43.523897257193696 ], [ 172.738319400165238, -43.524030819105874 ], [ 172.738400344798947, -43.524240653877982 ], [ 172.738429286134789, -43.524362221528676 ], [ 172.738455262312726, -43.524412310954553 ], [ 172.738471488440354, -43.524445701405398 ], [ 172.738484450830953, -43.524476702007838 ], [ 172.738503930458506, -43.524514864657235 ], [ 172.738546277017264, -43.524564991499815 ], [ 172.738562379776312, -43.524626970226862 ], [ 172.738585133557223, -43.524665140347864 ], [ 172.738588294453308, -43.524691353765483 ], [ 172.738643254043922, -43.52485348131102 ], [ 172.73871452260849, -43.525029940381174 ], [ 172.738750259856403, -43.525094346324835 ], [ 172.73876318140492, -43.525134876322085 ], [ 172.738785956061378, -43.52516828168595 ], [ 172.738805456657559, -43.525201679565861 ], [ 172.738811932877496, -43.525218371025332 ], [ 172.738824895606143, -43.525249371585865 ], [ 172.738837837792602, -43.525285136859296 ], [ 172.738860571439261, -43.525328071636622 ], [ 172.738873452005578, -43.52537813104896 ], [ 172.73888631204133, -43.525432955173869 ], [ 172.738905740851976, -43.525483029535764 ], [ 172.738948088417573, -43.525533156223545 ], [ 172.738977380718325, -43.525573723569572 ], [ 172.738967455674981, -43.525597524717192 ], [ 172.738986894876916, -43.525645216707005 ], [ 172.73900639573651, -43.525678614550486 ], [ 172.739016135903512, -43.525697695828036 ], [ 172.739025834994862, -43.525726306533166 ], [ 172.739025742560813, -43.525747747747054 ], [ 172.7390550658248, -43.525781168000783 ], [ 172.739071354259067, -43.525800264217771 ], [ 172.739071241303492, -43.525826470145617 ], [ 172.739071128347803, -43.525852676073356 ], [ 172.739084122148199, -43.525876529530564 ], [ 172.739119901352666, -43.525931405923259 ], [ 172.739132782259531, -43.525981465301953 ], [ 172.739132648797181, -43.526012435943102 ], [ 172.739142327461451, -43.526045811351004 ], [ 172.739138950669286, -43.526069627451001 ], [ 172.739096304806424, -43.526088589189683 ], [ 172.739083054248056, -43.526124294658644 ], [ 172.73907961581719, -43.526162404898109 ], [ 172.739086010068348, -43.526198155195104 ], [ 172.739105429019389, -43.526250611874275 ], [ 172.739138036979909, -43.52628165721849 ], [ 172.739137893252604, -43.526315010214901 ], [ 172.739137790590092, -43.526338833783647 ], [ 172.739150743457202, -43.526372216659027 ], [ 172.739153863621283, -43.526407959481382 ], [ 172.739137410737641, -43.526426980987139 ], [ 172.739120875707897, -43.526465061344965 ], [ 172.739120731970218, -43.52649841434026 ], [ 172.739133674595166, -43.526534179573474 ], [ 172.739159765200327, -43.526558062899554 ], [ 172.739215251423701, -43.526598689931205 ], [ 172.739310078977951, -43.52662749474004 ], [ 172.73932628564765, -43.52666564977288 ], [ 172.739319511615378, -43.526718046692039 ], [ 172.739319347467301, -43.526756164399821 ], [ 172.739332300522847, -43.526789547252683 ], [ 172.739345274109127, -43.52681816539048 ], [ 172.739351709616756, -43.526844386242281 ], [ 172.73938103358941, -43.526877806407782 ], [ 172.739430074446801, -43.526894594840783 ], [ 172.739508613688884, -43.526904303321658 ], [ 172.739544404132261, -43.526956797217451 ], [ 172.739580215135732, -43.527004526388367 ], [ 172.739612598292496, -43.527087983441191 ], [ 172.739638576609678, -43.527138072579689 ], [ 172.739654722144536, -43.527190521703076 ], [ 172.739684005471275, -43.527233471216086 ], [ 172.739703466246226, -43.527276398359987 ], [ 172.739703353558497, -43.527302604282347 ], [ 172.739722886074276, -43.527328854926573 ], [ 172.739739164890835, -43.527350333401436 ], [ 172.739752149031062, -43.527376569134482 ], [ 172.739748741674191, -43.527407532316971 ], [ 172.739761725830704, -43.527433768048724 ], [ 172.739784542862822, -43.527457643777716 ], [ 172.739797547526962, -43.527479114792229 ], [ 172.739807206308058, -43.527517254849769 ], [ 172.739813611368533, -43.527550622742531 ], [ 172.739826616062771, -43.527572093753449 ], [ 172.739833041618283, -43.527600696931913 ], [ 172.73981322224401, -43.52764115228846 ], [ 172.739809743220803, -43.52768879196644 ], [ 172.739822614825727, -43.527741233610783 ], [ 172.739832212226986, -43.527793667802982 ], [ 172.739845186262812, -43.52782228588017 ], [ 172.739864626863067, -43.527869977705706 ], [ 172.739887392912919, -43.527905765194646 ], [ 172.739906966648249, -43.527922486379971 ], [ 172.739942972973665, -43.527924950660783 ], [ 172.739965872135571, -43.527929767501355 ], [ 172.740004999210583, -43.52796797455445 ], [ 172.740011343031796, -43.528015636571915 ], [ 172.740007946002549, -43.528044217402588 ], [ 172.740024102327681, -43.528094284110594 ], [ 172.74002392838338, -43.528134784167605 ], [ 172.7400303029317, -43.528175299113897 ], [ 172.740030149454725, -43.52821103445784 ], [ 172.740036554709718, -43.528244402334565 ], [ 172.740042949740371, -43.52828015256695 ], [ 172.740033004203241, -43.52830871850815 ], [ 172.740019815098208, -43.528330129934716 ], [ 172.740009890007144, -43.528353931161242 ], [ 172.740006503190273, -43.528380129633909 ], [ 172.739999821645313, -43.528411085373172 ], [ 172.740025974790967, -43.52842067435963 ], [ 172.740042346089751, -43.528420711582719 ], [ 172.740058707157743, -43.528423131159649 ], [ 172.740071701894834, -43.528446984496256 ], [ 172.740097855067404, -43.5284565734663 ], [ 172.74008137123019, -43.528482742168869 ], [ 172.740081207551782, -43.528520859867164 ], [ 172.740077830986166, -43.528544675985131 ], [ 172.740048250044566, -43.528570814908122 ], [ 172.74003831469318, -43.528596998492098 ], [ 172.740048014726113, -43.528625609098341 ], [ 172.740044679066926, -43.52863989579054 ], [ 172.740060948117502, -43.528663756571859 ], [ 172.740093670387694, -43.528668595718202 ], [ 172.740129605568228, -43.528687736433568 ], [ 172.740185217100787, -43.528699774713097 ], [ 172.740221172777837, -43.528714150687556 ], [ 172.740247295419152, -43.528730886691562 ], [ 172.740260331187869, -43.528745210581498 ], [ 172.740273315850629, -43.528771446250289 ], [ 172.740282913801565, -43.528823880396601 ], [ 172.740259830262318, -43.528861946027995 ], [ 172.740256423077881, -43.528892909218001 ], [ 172.740269377102351, -43.528926291954633 ], [ 172.740269285098464, -43.52894773315861 ], [ 172.740285544097873, -43.528973976263103 ], [ 172.74032141819643, -43.529007411053648 ], [ 172.740347469454491, -43.529040823526088 ], [ 172.740347336599399, -43.529071794153566 ], [ 172.740363503694681, -43.529119478450063 ], [ 172.740356852906615, -43.529143287138623 ], [ 172.740386137670612, -43.529186236460745 ], [ 172.740418758080835, -43.529214899073452 ], [ 172.74044814508045, -43.529234024820347 ], [ 172.740454611964367, -43.529253098533133 ], [ 172.740467586604353, -43.529281716533916 ], [ 172.740496912368883, -43.529315136403469 ], [ 172.740519699758494, -43.529346159048032 ], [ 172.740555584417905, -43.529377211407919 ], [ 172.740571864077936, -43.529398689758608 ], [ 172.740581564489929, -43.529427300316534 ], [ 172.740581431752815, -43.529458270942499 ], [ 172.740600944921681, -43.529489286141185 ], [ 172.740633565596568, -43.529517948691783 ], [ 172.740630138147367, -43.529553676601353 ], [ 172.740659525377993, -43.529572802293366 ], [ 172.740695359212594, -43.52961576638765 ], [ 172.74069509385285, -43.52967770763793 ], [ 172.740721145604311, -43.52971112002254 ], [ 172.740734079648973, -43.529749267414317 ], [ 172.740743729171726, -43.529789789735695 ], [ 172.740782847733016, -43.529830378870159 ], [ 172.740785999637552, -43.529858974562046 ], [ 172.740802248902185, -43.529887599945738 ], [ 172.740808664957825, -43.529918585415231 ], [ 172.740808542536399, -43.529947173683425 ], [ 172.740815009609179, -43.529966247373913 ], [ 172.740841081951459, -43.529994895018653 ], [ 172.740854138531859, -43.530004454127464 ], [ 172.740870398066903, -43.530030697145271 ], [ 172.740876752977357, -43.530075976744122 ], [ 172.740892981945706, -43.530109366825357 ], [ 172.740902682621908, -43.530137977353121 ], [ 172.740925511316732, -43.53015947049122 ], [ 172.740935150834872, -43.530202375149614 ], [ 172.740967721073076, -43.530242949380529 ], [ 172.740967629312365, -43.530264390580733 ], [ 172.740954368734748, -43.530302478596447 ], [ 172.740944453880275, -43.530323897540399 ], [ 172.740937792989172, -43.53035008861351 ], [ 172.740944260145113, -43.530369162295571 ], [ 172.740953981279091, -43.53039300810682 ], [ 172.740973474547303, -43.530428787949091 ], [ 172.740986429292349, -43.530462170597325 ], [ 172.741009258138718, -43.530483663717838 ], [ 172.741032076808068, -43.53050753918923 ], [ 172.741028690308553, -43.530533737683129 ], [ 172.741035137126346, -43.530557576070464 ], [ 172.741038278993386, -43.530588554107617 ], [ 172.741041471827856, -43.530607620367306 ], [ 172.741057802950564, -43.530617186868241 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2003-01-29", "DSASDate": "29/01/2003", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.63395226368458", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_29JAN2003.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.741051264385391, -43.530614789681408 ], [ 172.741067605703421, -43.530621973825504 ], [ 172.741087190831649, -43.530636312448401 ], [ 172.741106796349726, -43.530645886357071 ], [ 172.741132848743121, -43.53067929864379 ], [ 172.741119639126367, -43.530705474898866 ], [ 172.741129340004022, -43.530734085404923 ], [ 172.741135807260832, -43.530753159075111 ], [ 172.741161890280694, -43.530779424288603 ], [ 172.741165103540027, -43.530793725833547 ], [ 172.741161768022465, -43.530808012553287 ], [ 172.741168235297295, -43.530827086221414 ], [ 172.741184515562651, -43.530848564480955 ], [ 172.74119427761525, -43.530862880848758 ], [ 172.74118763714614, -43.530884307223353 ], [ 172.741203846127689, -43.530922461967378 ], [ 172.741223309155345, -43.530965388830516 ], [ 172.74122967461031, -43.531008286047907 ], [ 172.74123282678471, -43.531036881722265 ], [ 172.741249056204879, -43.531070271748483 ], [ 172.74127843418222, -43.531091779633961 ], [ 172.74129470437444, -43.531115640232343 ], [ 172.741297897316741, -43.5311347064834 ], [ 172.741307618711687, -43.531158552262028 ], [ 172.741317329932116, -43.53118478039503 ], [ 172.74131390278734, -43.531220508315435 ], [ 172.741330132301044, -43.53125389832929 ], [ 172.741352971747915, -43.531273009024034 ], [ 172.741395274476616, -43.53133504654587 ], [ 172.741434374114363, -43.531380400160401 ], [ 172.741447329315037, -43.531413782751976 ], [ 172.741457030459628, -43.531442393227358 ], [ 172.74147328046368, -43.53147101850962 ], [ 172.741479707202899, -43.531499621578973 ], [ 172.741492652278396, -43.531535386519998 ], [ 172.741472903944583, -43.531559165649995 ], [ 172.741476076613594, -43.531582996605003 ], [ 172.741489103109274, -43.531599702705073 ], [ 172.74151194273648, -43.531618813367359 ], [ 172.741534843420879, -43.531623629894426 ], [ 172.741551103683179, -43.531649872809815 ], [ 172.741554235695332, -43.531683233182747 ], [ 172.741570455292219, -43.531719005515491 ], [ 172.74159648805832, -43.531757182402245 ], [ 172.741609382402601, -43.531804859103993 ], [ 172.741638801542905, -43.531816837475141 ], [ 172.74166493608152, -43.531831190795451 ], [ 172.74168444039779, -43.531864588154676 ], [ 172.741697385671387, -43.531900353070704 ], [ 172.741707076844079, -43.531931345877936 ], [ 172.741716737526332, -43.531969485749201 ], [ 172.741732967461417, -43.532002875702574 ], [ 172.741739424876471, -43.53202433169016 ], [ 172.741752400712471, -43.532052949534247 ], [ 172.741755583681766, -43.53207439812482 ], [ 172.741771803501535, -43.532110170427124 ], [ 172.741778230448404, -43.532138773477023 ], [ 172.74178138293837, -43.532167369131365 ], [ 172.74179434866079, -43.532198369325023 ], [ 172.741830154361111, -43.532248480114497 ], [ 172.741849638578742, -43.532286642153437 ], [ 172.741878956395652, -43.532322444011363 ], [ 172.741868970407324, -43.532360539511998 ], [ 172.741878682061639, -43.532386767592868 ], [ 172.74189820699317, -43.532415400203426 ], [ 172.741914437146903, -43.532448790128946 ], [ 172.741940470442046, -43.532486966933838 ], [ 172.741973012107138, -43.532534687931339 ], [ 172.741999075943596, -43.53256571765808 ], [ 172.742008696287371, -43.532613386920296 ], [ 172.74203141460481, -43.532661085734091 ], [ 172.742050909234962, -43.532696865381865 ], [ 172.742060621021437, -43.532723093446073 ], [ 172.742073607310743, -43.532749328896209 ], [ 172.742083237894406, -43.532794615796114 ], [ 172.742099427643041, -43.532837535112513 ], [ 172.742112332761423, -43.532882829395398 ], [ 172.742131817359535, -43.532920991382973 ], [ 172.742144824022319, -43.532942462114939 ], [ 172.742180579706314, -43.533004484563257 ], [ 172.742180478217563, -43.53302830810977 ], [ 172.742206491632629, -43.533071249560479 ], [ 172.742222742425326, -43.53309987473002 ], [ 172.742239013526529, -43.533123735187942 ], [ 172.742245461092466, -43.533147573498091 ], [ 172.742261711923902, -43.533176198661828 ], [ 172.742274607089627, -43.533223875278757 ], [ 172.742300630799264, -43.533264434352404 ], [ 172.742313627451495, -43.533288287418785 ], [ 172.742313505726599, -43.533316875673464 ], [ 172.742342763459021, -43.533366971535095 ], [ 172.74237839790004, -43.533457582172133 ], [ 172.742375052377582, -43.533474251275415 ], [ 172.742374879973909, -43.533514751301681 ], [ 172.742374748135546, -43.533545721909817 ], [ 172.742387673890505, -43.533586251447993 ], [ 172.742410524689035, -43.533602979572251 ], [ 172.742446493944044, -43.533614972488749 ], [ 172.742482371978383, -43.533648406583907 ], [ 172.742553884939554, -43.533772451246215 ], [ 172.742579726668708, -43.533855892632332 ], [ 172.742602425633379, -43.533908356033265 ], [ 172.742612107454391, -43.533941731109202 ], [ 172.74261525029624, -43.533972709087081 ], [ 172.742618413405268, -43.533998922356055 ], [ 172.742621586648823, -43.534022753270555 ], [ 172.742631258366913, -43.53405851069855 ], [ 172.742637685922745, -43.534087113691889 ], [ 172.742660526848738, -43.534106224119633 ], [ 172.742676788261804, -43.534132466866417 ], [ 172.742683215846881, -43.534161069856907 ], [ 172.742696222970039, -43.534182540522636 ], [ 172.742696111551084, -43.534208746419445 ], [ 172.742692715427779, -43.534237327301121 ], [ 172.742686085242298, -43.534256371396225 ], [ 172.742686014336357, -43.534273047875793 ], [ 172.742692482457102, -43.534292121448239 ], [ 172.742718618312949, -43.53430647452479 ], [ 172.742751333721117, -43.534313695268068 ], [ 172.742767615481426, -43.534335173292796 ], [ 172.74277735821596, -43.534354254227416 ], [ 172.742796863953487, -43.534387651385664 ], [ 172.742816359588176, -43.534423430894627 ], [ 172.742825980864438, -43.534471100074903 ], [ 172.742842222199982, -43.534502107505212 ], [ 172.742871501183487, -43.534547438515403 ], [ 172.742871399961246, -43.53457126205673 ], [ 172.742861444587419, -43.534602210567307 ], [ 172.742887530009028, -43.534628475375413 ], [ 172.742890693268947, -43.534654688634248 ], [ 172.742920043204606, -43.53468334315248 ], [ 172.742952728483402, -43.534697710900502 ], [ 172.742978834221816, -43.534719210979375 ], [ 172.743017876524078, -43.534778858158305 ], [ 172.743066621350636, -43.534867115648382 ], [ 172.743102368995238, -43.534931520146714 ], [ 172.743111879333782, -43.535005395193416 ], [ 172.74311826676464, -43.53504352757173 ], [ 172.743140986860908, -43.535091226149142 ], [ 172.7431473844305, -43.535126976171384 ], [ 172.743157056632867, -43.535162733549186 ], [ 172.743173298322205, -43.5351937409296 ], [ 172.743186285619544, -43.535219976244491 ], [ 172.743218880272053, -43.535255785101157 ], [ 172.743218779184048, -43.535279608640188 ], [ 172.743225207144718, -43.535308211595371 ], [ 172.743254537339851, -43.53534163073342 ], [ 172.74327083976749, -43.535358343976007 ], [ 172.743332613258474, -43.535463307233393 ], [ 172.743361792038996, -43.535532461650689 ], [ 172.743387716441276, -43.535596844002754 ], [ 172.74341368130348, -43.535651696933272 ], [ 172.743423404250166, -43.535675542517048 ], [ 172.743426547593316, -43.535706520464437 ], [ 172.743446104622109, -43.535728005737226 ], [ 172.743459172947553, -43.535735182189313 ], [ 172.74347540484527, -43.535768571878187 ], [ 172.743494871028332, -43.535811498326069 ], [ 172.743514306946764, -43.535861571831518 ], [ 172.743530448037745, -43.535916402695221 ], [ 172.743556352590673, -43.535985549712912 ], [ 172.743562730306763, -43.536026064414429 ], [ 172.743585390551033, -43.536088057018922 ], [ 172.743601582236153, -43.536130976102669 ], [ 172.743611305333047, -43.536154821668823 ], [ 172.743620988064436, -43.536188196648425 ], [ 172.743627426402867, -43.536214417223611 ], [ 172.743646983666395, -43.536235902460717 ], [ 172.74365673707365, -43.53625260096193 ], [ 172.7436763044511, -43.53627170384037 ], [ 172.743669633983245, -43.536300277400173 ], [ 172.743669533069038, -43.53632410093568 ], [ 172.743679195677089, -43.536362240616583 ], [ 172.743711720605432, -43.536414725802409 ], [ 172.74373128805243, -43.5364338286711 ], [ 172.743763913941905, -43.536462490306661 ], [ 172.743757263670062, -43.536486299163684 ], [ 172.743760397136384, -43.536519659451535 ], [ 172.743769999307034, -43.536572093244445 ], [ 172.743792801179268, -43.53660073285473 ], [ 172.743802494167312, -43.536631725463366 ], [ 172.743805678096663, -43.536653173982039 ], [ 172.743802282354665, -43.536681754885379 ], [ 172.743798866436521, -43.536715100495293 ], [ 172.743844631691985, -43.536734262044213 ], [ 172.743880603091611, -43.536746254508273 ], [ 172.743883807220755, -43.536762938317644 ], [ 172.743893520446619, -43.536789166211079 ], [ 172.743919607255549, -43.536815430777096 ], [ 172.743919456029062, -43.536851166077774 ], [ 172.743909490728072, -43.536884497020992 ], [ 172.743935486854355, -43.536932202763154 ], [ 172.743941905244867, -43.536963188024373 ], [ 172.743984295216507, -43.537006165716427 ], [ 172.744020266805364, -43.537018158136455 ], [ 172.74402987935585, -43.537068209550412 ], [ 172.744055946190883, -43.537099238791093 ], [ 172.744085368387317, -43.537111216529205 ], [ 172.7440885423662, -43.537135047391821 ], [ 172.74410799934526, -43.537180356080455 ], [ 172.744114478295245, -43.537197047211379 ], [ 172.744127416058404, -43.5372351941785 ], [ 172.7441502384942, -43.537259069008712 ], [ 172.744173121379561, -43.537268649714896 ], [ 172.744199087664782, -43.537323502454512 ], [ 172.744205526372326, -43.537349722992815 ], [ 172.744205435736092, -43.537371164171738 ], [ 172.744221698690893, -43.537397406687596 ], [ 172.74423144237295, -43.537416487490447 ], [ 172.744234576146511, -43.537449847760627 ], [ 172.744250798859184, -43.537485619684759 ], [ 172.744276845850578, -43.537521413579825 ], [ 172.744289854256721, -43.537542884054808 ], [ 172.744302902939751, -43.537554825115649 ], [ 172.744299507379907, -43.537583406029711 ], [ 172.744289552233113, -43.537614354648845 ], [ 172.744279546736664, -43.537657215032461 ], [ 172.744285975446246, -43.537685817917961 ], [ 172.744292454498833, -43.53770250903758 ], [ 172.74430547301597, -43.537721597157145 ], [ 172.744311921877824, -43.537745435334784 ], [ 172.744305291811884, -43.537764479512404 ], [ 172.744318310346358, -43.537783567630335 ], [ 172.744363996056961, -43.53782178779457 ], [ 172.744386788615259, -43.537852809635019 ], [ 172.744432444235429, -43.537898176830737 ], [ 172.744464990758814, -43.537945897085812 ], [ 172.74449102801438, -43.537984073282999 ], [ 172.744513770404751, -43.538027006862528 ], [ 172.744539737321332, -43.538081859519068 ], [ 172.744565754568697, -43.538124800404496 ], [ 172.744585202164217, -43.538172491358701 ], [ 172.744611249647562, -43.538208285174484 ], [ 172.744627482838752, -43.538241674688535 ], [ 172.744620832707625, -43.538265483588717 ], [ 172.744630586708467, -43.538282182002391 ], [ 172.744643605456361, -43.53830127008208 ], [ 172.744656624212411, -43.53832035816027 ], [ 172.744669632923888, -43.538341828589786 ], [ 172.744666267650075, -43.538363262452485 ], [ 172.744662872214718, -43.538391843373581 ], [ 172.744685715400692, -43.538410953387967 ], [ 172.744701988892928, -43.5384348134791 ], [ 172.744721476897524, -43.538472974996679 ], [ 172.744721366339007, -43.538499180877871 ], [ 172.744714706164956, -43.538525372135261 ], [ 172.74471132079421, -43.538551570704229 ], [ 172.744714565450096, -43.53855872507463 ], [ 172.744704600301077, -43.538592056077547 ], [ 172.744720853747509, -43.538620680870928 ], [ 172.744730587731908, -43.53864214398078 ], [ 172.74474026142255, -43.538677901206327 ], [ 172.744749995422922, -43.538699364314361 ], [ 172.744766248919433, -43.53872798910087 ], [ 172.744798926771495, -43.538744738670204 ], [ 172.744825135374924, -43.538742414790782 ], [ 172.744857783114639, -43.538766311401517 ], [ 172.744877251233845, -43.538809237596304 ], [ 172.744886925037491, -43.53884499480867 ], [ 172.744916217684562, -43.538887942917043 ], [ 172.744929216566618, -43.538911795668092 ], [ 172.744902967718531, -43.538923648981879 ], [ 172.744925771008951, -43.538952288357891 ], [ 172.744902716623642, -43.538983207798736 ], [ 172.744909085504531, -43.539026104759529 ], [ 172.744921963896246, -43.539078545742491 ], [ 172.744941351821751, -43.539140530745193 ], [ 172.744977204377278, -43.539181111094415 ], [ 172.745003302724029, -43.53920499305331 ], [ 172.745029461324805, -43.5392145808907 ], [ 172.745065494658093, -43.539212278865456 ], [ 172.745094928117425, -43.539221873989796 ], [ 172.745104692438161, -43.539236190008324 ], [ 172.745137370658171, -43.539252939480335 ], [ 172.745127455801139, -43.539274358753424 ], [ 172.745124060530372, -43.539302939684063 ], [ 172.745137059582902, -43.539326792410208 ], [ 172.745150028543009, -43.53935779219244 ], [ 172.745156477909148, -43.539381630316882 ], [ 172.745166121867101, -43.53942453456024 ], [ 172.745175805971428, -43.539457909392468 ], [ 172.745165860993211, -43.539486475725589 ], [ 172.745172350512576, -43.539500784438651 ], [ 172.745198418976798, -43.539531813409653 ], [ 172.745214682939263, -43.539558055776865 ], [ 172.745227672050646, -43.53958429084431 ], [ 172.745224316934639, -43.539603342366618 ], [ 172.745237326121583, -43.539624812727894 ], [ 172.745263444821489, -43.539643929921368 ], [ 172.745296093219622, -43.539667826404788 ], [ 172.745318866892291, -43.539703612757172 ], [ 172.745335151006998, -43.539725090401795 ], [ 172.745354699980879, -43.539748957690314 ], [ 172.74534151024335, -43.539770369686295 ], [ 172.745338145125629, -43.539791803563787 ], [ 172.745344614664816, -43.539810876971295 ], [ 172.74537398830617, -43.539834766137957 ], [ 172.745413176586766, -43.539861059526167 ], [ 172.745426155825243, -43.539889676922428 ], [ 172.745448949703075, -43.539920698543163 ], [ 172.745481658451666, -43.539930300858799 ], [ 172.74548814809296, -43.539944609553103 ], [ 172.745491272662946, -43.539980352128453 ], [ 172.7455173114366, -43.540018528082072 ], [ 172.745533495512632, -43.540063829220976 ], [ 172.745533355241548, -43.540097182153431 ], [ 172.745529970134015, -43.540123380740084 ], [ 172.745520025211988, -43.54015194710081 ], [ 172.74552644474818, -43.540182932258446 ], [ 172.745555838678541, -43.540202056672932 ], [ 172.745572102975046, -43.540228298987032 ], [ 172.74558837730288, -43.540252158946465 ], [ 172.745594766833477, -43.540290291156552 ], [ 172.745611031170398, -43.540316533464811 ], [ 172.745591211449351, -43.540356989731954 ], [ 172.745591091243057, -43.540385577958446 ], [ 172.745607315537541, -43.540421349675604 ], [ 172.745620284970869, -43.54045234939975 ], [ 172.745629969487766, -43.540485724188471 ], [ 172.74564297900713, -43.540507194501131 ], [ 172.745691982575778, -43.54053589200057 ], [ 172.745731251541656, -43.540543126460761 ], [ 172.745737741307039, -43.540557435139661 ], [ 172.745744150985644, -43.5405908026354 ], [ 172.745740755929376, -43.54061938357831 ], [ 172.74574712557137, -43.540662280481989 ], [ 172.745753575309578, -43.540686118568217 ], [ 172.745786334568209, -43.540683809035976 ], [ 172.745819033774467, -43.540695793607085 ], [ 172.745818933691083, -43.540719617128168 ], [ 172.745805773931011, -43.540733882117664 ], [ 172.745825243350112, -43.54077680813942 ], [ 172.745841507917021, -43.540803050413224 ], [ 172.745847927685446, -43.540834035549828 ], [ 172.745870702120726, -43.540869821786842 ], [ 172.745886956726451, -43.540898446405897 ], [ 172.745886846663353, -43.540924652278299 ], [ 172.745883441649084, -43.540955615575911 ], [ 172.745889861454856, -43.540986600709452 ], [ 172.745909391043512, -43.541015232603357 ], [ 172.745935520558533, -43.541031967288667 ], [ 172.745935420519828, -43.541055790808585 ], [ 172.745955000167868, -43.541072510934583 ], [ 172.745967969917501, -43.541103510616509 ], [ 172.746007169277391, -43.541127421445978 ], [ 172.746036583817585, -43.541141781031264 ], [ 172.746056133523865, -43.541165648195729 ], [ 172.746049443630056, -43.541198986575182 ], [ 172.746049333636194, -43.541225192446561 ], [ 172.746078658249104, -43.541260993188253 ], [ 172.746114562803484, -43.54128966141117 ], [ 172.746107832939089, -43.541332529200972 ], [ 172.746104448008623, -43.541358727799398 ], [ 172.746127302763398, -43.541375455167817 ], [ 172.746156707457288, -43.541392197073847 ], [ 172.746176287275034, -43.541408917161384 ], [ 172.746172882380478, -43.541439880465262 ], [ 172.746169487477118, -43.541468461417026 ], [ 172.746185762372221, -43.541492321287649 ], [ 172.746208637186413, -43.5415042839359 ], [ 172.746215017243571, -43.54154479845608 ], [ 172.746250912038931, -43.541575848987144 ], [ 172.746270402024152, -43.541614010224585 ], [ 172.746260437220542, -43.541647341346092 ], [ 172.746266867282259, -43.541675944103574 ], [ 172.746292967210991, -43.541699825761533 ], [ 172.7462928673107, -43.541723649279305 ], [ 172.746289472447444, -43.541752230233307 ], [ 172.746289372545618, -43.541776053750844 ], [ 172.746276182693151, -43.541797465846777 ], [ 172.746285937716351, -43.541814164111422 ], [ 172.746325197594388, -43.541823780719923 ], [ 172.746367732472095, -43.541833404580039 ], [ 172.746367622613661, -43.541859610449102 ], [ 172.746354432770431, -43.541881022553753 ], [ 172.746373922918423, -43.54191918377191 ], [ 172.746406582965847, -43.541940697581133 ], [ 172.746406443166904, -43.541974050504848 ], [ 172.746360483378055, -43.542000154669097 ], [ 172.746320943687351, -43.542057243918968 ], [ 172.746294633802393, -43.54208339165276 ], [ 172.746294483950919, -43.542119126926991 ], [ 172.746297659053653, -43.542142957710112 ], [ 172.746323749206198, -43.54216922171122 ], [ 172.746349839381395, -43.542195485706308 ], [ 172.746372654571019, -43.542221742430492 ], [ 172.746424994791965, -43.54223615276684 ], [ 172.746457704946806, -43.542245754802813 ], [ 172.746506790162243, -43.542255393136053 ], [ 172.746519770426914, -43.54228401039871 ], [ 172.746536085600951, -43.542298340810632 ], [ 172.746575325874744, -43.542312722036463 ], [ 172.746611331064059, -43.542317566584444 ], [ 172.746637461334785, -43.54233430110736 ], [ 172.746656931854346, -43.542377226978168 ], [ 172.746656852046925, -43.542396285790659 ], [ 172.74670916256531, -43.542417843051702 ], [ 172.746768043104311, -43.542434650093149 ], [ 172.7467417432199, -43.542458415576625 ], [ 172.746744908543519, -43.542484628697942 ], [ 172.746777598941378, -43.542498995345483 ], [ 172.746790599327426, -43.542522847873556 ], [ 172.746754514224307, -43.542537062194057 ], [ 172.74677403474854, -43.542568076286223 ], [ 172.746819875157428, -43.542570560177218 ], [ 172.746829620485386, -43.542589640745405 ], [ 172.746819675765636, -43.54261820720734 ], [ 172.74682930147037, -43.542665875993194 ], [ 172.746822651710715, -43.542689685003907 ], [ 172.746842212193769, -43.542711169678 ], [ 172.746829002392673, -43.542737346537074 ], [ 172.746825657570639, -43.542754015745189 ], [ 172.746828773099026, -43.542792140620101 ], [ 172.74684832364872, -43.542816007644262 ], [ 172.746861334098298, -43.542837477811773 ], [ 172.746887345058042, -43.542882800493587 ], [ 172.746897070523886, -43.542906645757945 ], [ 172.74691990614977, -43.542928137668113 ], [ 172.74693613190567, -43.54296390918438 ], [ 172.746962252580772, -43.542983025983446 ], [ 172.746985108185044, -43.542999753177725 ], [ 172.746984968699849, -43.543033106096757 ], [ 172.747017599678969, -43.543061766783246 ], [ 172.747040375639671, -43.543097552777049 ], [ 172.747030440896225, -43.543123736903496 ], [ 172.747063061985443, -43.543154779928038 ], [ 172.747079307805393, -43.543185786720308 ], [ 172.747108614057083, -43.54322635189196 ], [ 172.747101924509792, -43.543259690321833 ], [ 172.747105109947057, -43.543281138727437 ], [ 172.747131171066826, -43.543314549594903 ], [ 172.747157311867767, -43.543328901646248 ], [ 172.747183472592155, -43.543338488989093 ], [ 172.747206368210158, -43.543345686733531 ], [ 172.747209573597843, -43.543362370433499 ], [ 172.74718329339251, -43.543381371311625 ], [ 172.747192969278387, -43.54341712830535 ], [ 172.747209195325723, -43.543452899780505 ], [ 172.747228706422959, -43.543486296142568 ], [ 172.747261248188551, -43.543536397918892 ], [ 172.747248018480576, -43.543567339524934 ], [ 172.747251174126518, -43.543595934978967 ], [ 172.74723134446262, -43.543638773858383 ], [ 172.74724429550443, -43.543674538086798 ], [ 172.74725074614858, -43.54369837607819 ], [ 172.747253931660993, -43.543719824478188 ], [ 172.747257117175678, -43.543741272877995 ], [ 172.747237287467811, -43.54378411175724 ], [ 172.747237237699977, -43.543796023512634 ], [ 172.747283019348373, -43.543812801326226 ], [ 172.747309150449496, -43.543829535693298 ], [ 172.747325436375803, -43.543851013043394 ], [ 172.747351537657863, -43.543874894453928 ], [ 172.747413684945229, -43.543894090750634 ], [ 172.747423490349632, -43.543898877158355 ], [ 172.747443021598997, -43.543927508779774 ], [ 172.747472417951315, -43.543946632694926 ], [ 172.747518179893945, -43.543968175116447 ], [ 172.747527885896773, -43.543996785025733 ], [ 172.747514666165983, -43.54402534430919 ], [ 172.7475210970685, -43.544053946986267 ], [ 172.747547178632317, -43.544082593053723 ], [ 172.747537234002408, -43.544111159570797 ], [ 172.747524004308417, -43.544142101205708 ], [ 172.747540260569423, -43.544170725577359 ], [ 172.747595867930158, -43.544187524960279 ], [ 172.747605574004467, -43.544216134862033 ], [ 172.747612014908839, -43.54424235518222 ], [ 172.747605315584622, -43.544278075986945 ], [ 172.747618296799061, -43.544306693117051 ], [ 172.747624688025923, -43.544344825190784 ], [ 172.747617998636343, -43.544378163644694 ], [ 172.747650580951245, -43.544418735900756 ], [ 172.747689663889105, -43.544471234356962 ], [ 172.747705930251698, -43.544497476352923 ], [ 172.747738472953245, -43.544547577986847 ], [ 172.747748159284555, -43.544580952576695 ], [ 172.747764356170222, -43.544623871019795 ], [ 172.747783788490239, -43.544676326088506 ], [ 172.747803270501691, -43.544716869399501 ], [ 172.747829312761468, -43.544755044803452 ], [ 172.747848784898764, -43.544797970457026 ], [ 172.747835455908387, -43.544852735631792 ], [ 172.747867979048891, -43.54490760192791 ], [ 172.747897276731123, -43.544950549239239 ], [ 172.747916778760697, -43.544986327827957 ], [ 172.747965479345822, -43.545088877213153 ], [ 172.748007639680367, -43.545189029788759 ], [ 172.748092198856824, -43.545332158475077 ], [ 172.748140909933909, -43.545432325430205 ], [ 172.748144066095222, -43.545460920851504 ], [ 172.748173364239932, -43.545503868089071 ], [ 172.748212527655198, -43.545537307555172 ], [ 172.748232049888998, -43.545568321386313 ], [ 172.748244952358249, -43.545615997244269 ], [ 172.748261120128717, -43.545666062662193 ], [ 172.748290329240547, -43.545730451022877 ], [ 172.748293386360785, -43.545782869943253 ], [ 172.748312908714809, -43.54581388375955 ], [ 172.748322635208922, -43.545837728892884 ], [ 172.74835201294502, -43.54586161727925 ], [ 172.748378155134731, -43.545875969048453 ], [ 172.748401032038004, -43.545887931254001 ], [ 172.748427085083762, -43.545923724165696 ], [ 172.748446548111389, -43.545969032061031 ], [ 172.748475836810087, -43.546014361568751 ], [ 172.748488828710634, -43.546040596242847 ], [ 172.748498495882131, -43.5460787354627 ], [ 172.74850817297002, -43.546114492331149 ], [ 172.748517909492904, -43.546135955096588 ], [ 172.74853417665966, -43.546162196969064 ], [ 172.748570035769802, -43.546202776157742 ], [ 172.74859935437587, -43.546240958581549 ], [ 172.748612356278556, -43.546264810890527 ], [ 172.748628623520744, -43.546291052749126 ], [ 172.748641566050821, -43.546329199156311 ], [ 172.748654518495727, -43.546364963211559 ], [ 172.748667381872536, -43.546422168417358 ], [ 172.748680344250062, -43.546455550118942 ], [ 172.748680205682746, -43.546488903022066 ], [ 172.748683352254261, -43.546519880774163 ], [ 172.74866688696315, -43.546541285928242 ], [ 172.748679819672475, -43.546581814679783 ], [ 172.748689546433468, -43.546605659779367 ], [ 172.748702489068364, -43.546643806177791 ], [ 172.748738457425617, -43.546658179459556 ], [ 172.748780817998977, -43.546710684725689 ], [ 172.748787229992985, -43.546744052020493 ], [ 172.748813273741547, -43.546782227190391 ], [ 172.748836091723263, -43.546808483408711 ], [ 172.748852329534742, -43.546841872283878 ], [ 172.748855505884706, -43.546865702979311 ], [ 172.748868517912058, -43.546887172907034 ], [ 172.748884775541853, -43.546915797077091 ], [ 172.748894512326217, -43.546937259808097 ], [ 172.748920576001922, -43.546970670252477 ], [ 172.74894009905853, -43.547001683956942 ], [ 172.748956346865754, -43.547032690466445 ], [ 172.748962758990018, -43.547066057749852 ], [ 172.748959374963221, -43.547092256408654 ], [ 172.748952725546644, -43.547116065525628 ], [ 172.748978789331147, -43.547149475955983 ], [ 172.748991801462921, -43.547170945868849 ], [ 172.749017865292558, -43.547204356290088 ], [ 172.749034093425706, -43.547240127487605 ], [ 172.74902743413773, -43.547266318958314 ], [ 172.749030620462378, -43.547287767297362 ], [ 172.749060009063498, -43.547309273148208 ], [ 172.749069745972776, -43.547330735863099 ], [ 172.749072892785676, -43.547361713600509 ], [ 172.74907928524371, -43.547399845575484 ], [ 172.749089022174275, -43.547421308288449 ], [ 172.749111870158828, -43.547440417399976 ], [ 172.749160910618258, -43.547461966345772 ], [ 172.749173883367121, -43.547492965636636 ], [ 172.749186866007307, -43.547521582576003 ], [ 172.749186747470304, -43.547550170774478 ], [ 172.749196464707552, -43.54757639817759 ], [ 172.749215958468994, -43.547614558881982 ], [ 172.749222370796701, -43.547647926147924 ], [ 172.749228812760833, -43.547674146363867 ], [ 172.749222104124726, -43.547712249593026 ], [ 172.749222015233897, -43.547733690741225 ], [ 172.749238293009171, -43.547757550158138 ], [ 172.749254630050189, -43.54776711547396 ], [ 172.749287333770468, -43.547779099049244 ], [ 172.749313526375516, -43.547781538853378 ], [ 172.749329725219326, -43.547824457055441 ], [ 172.749336127759193, -43.547860206663742 ], [ 172.74936203413364, -43.547931734599572 ], [ 172.749391156669788, -43.548017563806297 ], [ 172.749420338502489, -43.548089098906452 ], [ 172.749446225337209, -43.548165391520115 ], [ 172.749452627981157, -43.548201141120018 ], [ 172.749439339151422, -43.548246377052287 ], [ 172.749416313112675, -43.548270150300986 ], [ 172.749399827861225, -43.54829632025271 ], [ 172.749393139002478, -43.548329658788674 ], [ 172.749402836713216, -43.548360650870336 ], [ 172.749415859123644, -43.548379738381819 ], [ 172.749455074421405, -43.548401265663891 ], [ 172.749491073600922, -43.548408491658783 ], [ 172.74952048263944, -43.548425232689652 ], [ 172.749543301545316, -43.548451488761486 ], [ 172.74956614019797, -43.548472980129624 ], [ 172.749582447895278, -43.548489692446658 ], [ 172.749601902743905, -43.548537382478578 ], [ 172.749627928052178, -43.548580322153036 ], [ 172.749657258332689, -43.548616121944562 ], [ 172.749676880886398, -43.548623312021483 ], [ 172.749722706292715, -43.54863055945647 ], [ 172.749755440140547, -43.548635395848862 ], [ 172.749774964159201, -43.548666409404049 ], [ 172.749784681828828, -43.548692636753088 ], [ 172.749817356593354, -43.548711767224759 ], [ 172.749840234852513, -43.548723729139688 ], [ 172.749843382129313, -43.548754706849429 ], [ 172.749820306786773, -43.548790391924619 ], [ 172.749826729423006, -43.548821376801449 ], [ 172.749836427433763, -43.548852368844386 ], [ 172.749869092449103, -43.548873881650429 ], [ 172.749898442715278, -43.548904916680087 ], [ 172.749878662422901, -43.548935844232005 ], [ 172.749836013608672, -43.548952427519971 ], [ 172.749835915078592, -43.54897625101389 ], [ 172.7498390919244, -43.549000081674293 ], [ 172.749861930888642, -43.549021572982014 ], [ 172.749861812664477, -43.549050161174435 ], [ 172.749874825515889, -43.549071630981409 ], [ 172.749891163011966, -43.549081196205186 ], [ 172.749923838019697, -43.549100326645714 ], [ 172.749927064153837, -43.549112245556529 ], [ 172.749910647842711, -43.549121739132644 ], [ 172.749881100440035, -43.549138351093795 ], [ 172.749867939795053, -43.54915261652765 ], [ 172.749841638192208, -43.549176382692032 ], [ 172.749841519957812, -43.549204970883636 ], [ 172.749844637700875, -43.549243095638637 ], [ 172.749867417647152, -43.549278881040195 ], [ 172.749873840358305, -43.549309865911894 ], [ 172.749913026870985, -43.549338540082978 ], [ 172.74994244632677, -43.549352898654718 ], [ 172.749984947685761, -43.549372050567676 ], [ 172.750017681955939, -43.549376886885412 ], [ 172.750037245727782, -43.549398370995689 ], [ 172.750053514425531, -43.549424612640685 ], [ 172.750069842201157, -43.549436560187871 ], [ 172.750096006027235, -43.549446146861548 ], [ 172.750115579691482, -43.549465248609074 ], [ 172.750095838697206, -43.549486646798456 ], [ 172.750085894369704, -43.549515213510922 ], [ 172.750082441782808, -43.549558088636921 ], [ 172.750095405606089, -43.549591470163243 ], [ 172.750124815386272, -43.549608211036976 ], [ 172.750134434942282, -43.549658261844314 ], [ 172.75015062502473, -43.549703562267695 ], [ 172.75017021846935, -43.549717899306984 ], [ 172.75019629388126, -43.549748927099778 ], [ 172.750258477614977, -43.549760974799817 ], [ 172.750274835029728, -43.549765775269961 ], [ 172.7502812580002, -43.549796760116749 ], [ 172.750304077751736, -43.549823016032512 ], [ 172.750310510577748, -43.549851618528294 ], [ 172.750333369697501, -43.549868345041631 ], [ 172.750326710677257, -43.549894536576566 ], [ 172.750323336911322, -43.549918352914723 ], [ 172.750336330444867, -43.549944587364919 ], [ 172.750342812465789, -43.549961278113017 ], [ 172.750323032052393, -43.549992205735805 ], [ 172.750309782812309, -43.550027912359532 ], [ 172.75031930424305, -43.550101786638237 ], [ 172.750338789686737, -43.550142329486974 ], [ 172.750361560429411, -43.550180497134953 ], [ 172.750381085254446, -43.550211510580183 ], [ 172.750400619930701, -43.550240141672994 ], [ 172.75040704301486, -43.550271126510445 ], [ 172.750423331766967, -43.550292603401871 ], [ 172.750423213802918, -43.550321191589113 ], [ 172.750442748534255, -43.550349822674313 ], [ 172.750472158778791, -43.550366563457622 ], [ 172.750488427923983, -43.550392805037355 ], [ 172.75049818548689, -43.550409502923621 ], [ 172.75047186392527, -43.55043803392482 ], [ 172.750514307252871, -43.55047147973292 ], [ 172.750540334035747, -43.550514419188708 ], [ 172.750533665206575, -43.550542993081656 ], [ 172.75054010804206, -43.550569213212512 ], [ 172.750549826345718, -43.550595440489303 ], [ 172.750546452627248, -43.55061925683124 ], [ 172.750559466057041, -43.550640726555805 ], [ 172.750592171588636, -43.550652709756186 ], [ 172.75064127410883, -43.550659963969544 ], [ 172.750628044553252, -43.550690905928427 ], [ 172.750601772046878, -43.550707525213966 ], [ 172.750604949282348, -43.5507313558468 ], [ 172.750627798992781, -43.550750464648488 ], [ 172.750670331012287, -43.550762469258494 ], [ 172.750647324137191, -43.550781478045913 ], [ 172.750637350388018, -43.550817191846271 ], [ 172.750653619725313, -43.550843433400914 ], [ 172.750663318479582, -43.550874425364491 ], [ 172.750705840773833, -43.550888812310021 ], [ 172.750728690575471, -43.55090792109123 ], [ 172.750738428650976, -43.550929383653333 ], [ 172.750764612862667, -43.550934205475855 ], [ 172.750790816710719, -43.550934262594907 ], [ 172.750810400889605, -43.550950981871452 ], [ 172.75084305756863, -43.550974876743616 ], [ 172.750849500583485, -43.551001096855487 ], [ 172.750852599422075, -43.551043986270173 ], [ 172.750875292323855, -43.551101212600912 ], [ 172.750907811747908, -43.551158460335643 ], [ 172.75092073712193, -43.551201371155557 ], [ 172.750923826209714, -43.551246642915586 ], [ 172.750940066355213, -43.551280031473901 ], [ 172.75097596933702, -43.551311080488389 ], [ 172.751005311541576, -43.551344497573474 ], [ 172.751034516485674, -43.551411267531229 ], [ 172.751034379192589, -43.551444620411324 ], [ 172.75105390476827, -43.551475633736601 ], [ 172.751057092026684, -43.551497082005625 ], [ 172.751079922558773, -43.551520955412514 ], [ 172.751109284529662, -43.551549607772998 ], [ 172.75113525337963, -43.551606841178526 ], [ 172.751203519844495, -43.551733255353057 ], [ 172.75123929584683, -43.551795274813394 ], [ 172.751265323710555, -43.551838214096826 ], [ 172.751271737606515, -43.551871581226884 ], [ 172.751284633998125, -43.551921639046547 ], [ 172.751294225483775, -43.551978836784379 ], [ 172.751316860376136, -43.552050357110168 ], [ 172.751326530275122, -43.552088496057308 ], [ 172.751339426757568, -43.552138553869106 ], [ 172.751345860314757, -43.552167156296811 ], [ 172.751319469813552, -43.552212363921619 ], [ 172.751296482181516, -43.55222660813741 ], [ 172.751296364622192, -43.552255196316828 ], [ 172.75130612270658, -43.552271894129952 ], [ 172.751338780292912, -43.552295788857201 ], [ 172.751345213866216, -43.552324391284166 ], [ 172.751348401271315, -43.552345839542241 ], [ 172.751371222443851, -43.552372095236692 ], [ 172.751377646246937, -43.552403080009775 ], [ 172.751377499344841, -43.552438815233167 ], [ 172.751393789022501, -43.55246029198041 ], [ 172.751423200554939, -43.552477032515974 ], [ 172.751465704576162, -43.552496183874425 ], [ 172.751498362346496, -43.552520078555602 ], [ 172.751491664377113, -43.552555799539491 ], [ 172.751491556697772, -43.55258200536953 ], [ 172.75150424786051, -43.5526820924701 ], [ 172.751510583668988, -43.552734518367359 ], [ 172.751536631701413, -43.552772692887174 ], [ 172.751546321426446, -43.552806067115313 ], [ 172.751569162429888, -43.552827558072593 ], [ 172.751555942655898, -43.552856117779037 ], [ 172.751552481122644, -43.552901375274395 ], [ 172.751555521831193, -43.552958558745381 ], [ 172.751581560202283, -43.552999115601779 ], [ 172.751601106126941, -43.553025364131017 ], [ 172.751623937448414, -43.55304923742478 ], [ 172.751597654402246, -43.553068239278467 ], [ 172.75160406860897, -43.553101606383464 ], [ 172.751607217006949, -43.553132584023629 ], [ 172.751639894742624, -43.553151713966713 ], [ 172.751665962600043, -43.553185123758965 ], [ 172.751669120816132, -43.55321371904909 ], [ 172.751678849811412, -43.553237563872003 ], [ 172.751695159372588, -43.553254275878231 ], [ 172.751681978690954, -43.55327330620532 ], [ 172.751691668575148, -43.553306680418594 ], [ 172.751717756088425, -43.553335325502587 ], [ 172.75172417038911, -43.553368692599513 ], [ 172.751720767632349, -43.553399656008878 ], [ 172.751727201501438, -43.553428258409554 ], [ 172.751740108375884, -43.553475933818007 ], [ 172.751756349565596, -43.55350932224988 ], [ 172.751769276036896, -43.553552232958815 ], [ 172.751795148589082, -43.553633289675922 ], [ 172.751811272529238, -43.553695266272548 ], [ 172.751833781579137, -43.553797756998094 ], [ 172.751859781396007, -43.553847843177316 ], [ 172.751895725463953, -43.553869362502937 ], [ 172.751931747734574, -43.55387182303555 ], [ 172.751971006566379, -43.553883820053812 ], [ 172.751977430833989, -43.553914804786082 ], [ 172.752000155174386, -43.553964883826822 ], [ 172.752012808382801, -43.554074500240006 ], [ 172.752041654332373, -43.55422941677574 ], [ 172.752080542294379, -43.554331942963891 ], [ 172.75210959360939, -43.554436830178673 ], [ 172.752151737967637, -43.554544128136577 ], [ 172.752187174911711, -43.554689529436395 ], [ 172.75219681648835, -43.554734815336829 ], [ 172.752206555695494, -43.554756277762202 ], [ 172.752229212213706, -43.554823033182863 ], [ 172.752268169185754, -43.554908882866826 ], [ 172.752329704930474, -43.555080546713221 ], [ 172.752361905919969, -43.555216411462084 ], [ 172.75238425062625, -43.555359401957602 ], [ 172.75240343675722, -43.55547379718606 ], [ 172.75242929146421, -43.555559618430564 ], [ 172.752425898693303, -43.555588199502509 ], [ 172.752438396955029, -43.55573593339264 ], [ 172.752451090323405, -43.555836020338099 ], [ 172.752463978770436, -43.555888460341258 ], [ 172.752473552481064, -43.555950422638439 ], [ 172.75249626823944, -43.556002883912448 ], [ 172.752499192976757, -43.556088655492552 ], [ 172.752511789016381, -43.556212565893965 ], [ 172.752507889232902, -43.556365028999018 ], [ 172.752517229063017, -43.556484167609469 ], [ 172.752520251348926, -43.556546115714909 ], [ 172.75251671231328, -43.556610431984865 ], [ 172.752483769149308, -43.556655625658834 ], [ 172.752444323113053, -43.556688893404122 ], [ 172.752421265761711, -43.556719814257782 ], [ 172.752397984027283, -43.556805529078069 ], [ 172.752384656457707, -43.556860294671367 ], [ 172.752364806521456, -43.556907899032751 ], [ 172.752348193334171, -43.556965039871962 ], [ 172.752347764034425, -43.557069863117022 ], [ 172.75235411077341, -43.557119906583623 ], [ 172.752370011812104, -43.557236677034361 ], [ 172.75233017502859, -43.557365238589931 ], [ 172.752270507373936, -43.557536639774867 ], [ 172.752210712466962, -43.557739011422761 ], [ 172.752141284879485, -43.557893714805175 ], [ 172.752065393116482, -43.558026962818758 ], [ 172.752002438404816, -43.558200739082466 ], [ 172.751913413096247, -43.558341105600114 ], [ 172.751827731707948, -43.558464802734385 ], [ 172.751709300792328, -43.558586046318062 ], [ 172.751623687139244, -43.558693066872699 ], [ 172.751485335549916, -43.558878590846106 ], [ 172.75133391861354, -43.559054556763002 ], [ 172.751146387119888, -43.559249502805805 ], [ 172.751037692828078, -43.559392208168298 ], [ 172.750892952791162, -43.559537217258779 ], [ 172.750689058233434, -43.559727362148003 ], [ 172.750577282586022, -43.559822413012789 ], [ 172.75049830558504, -43.559908005881383 ], [ 172.750343774440012, -43.560043463430318 ], [ 172.750228761050749, -43.560128977413626 ], [ 172.750117003628048, -43.56021926312868 ], [ 172.750087440998186, -43.560238257442514 ], [ 172.750028325532071, -43.56027386370225 ], [ 172.749965894600535, -43.560318992145369 ], [ 172.7498573335792, -43.560428343523029 ], [ 172.749765339505075, -43.560492466100023 ], [ 172.749729165464998, -43.560525740046529 ], [ 172.749702799666835, -43.560563800186529 ], [ 172.749676463425288, -43.56059471328664 ], [ 172.749650146885472, -43.560620861691483 ], [ 172.749630333010913, -43.560658936160657 ], [ 172.749604006556922, -43.560687466898898 ], [ 172.749564477358291, -43.560739792372225 ], [ 172.749521681945851, -43.560789728309722 ], [ 172.749449402307391, -43.560839599621367 ], [ 172.749393413778421, -43.56091094789079 ], [ 172.749357209654789, -43.560951368748931 ], [ 172.749317670191772, -43.561006076477824 ], [ 172.749294579952448, -43.561044143702347 ], [ 172.749232088391267, -43.561103565800686 ], [ 172.749186125122662, -43.561127288636541 ], [ 172.749117110953506, -43.561179549264395 ], [ 172.749090764256891, -43.561212844568999 ], [ 172.749028331655154, -43.56125797248869 ], [ 172.748998728614225, -43.561286495891835 ], [ 172.748975628175344, -43.56132694539339 ], [ 172.748900012032664, -43.561391103221595 ], [ 172.74886061040749, -43.561412457970462 ], [ 172.748827780647161, -43.561429062411982 ], [ 172.748794871682151, -43.561464725595833 ], [ 172.748771810635446, -43.561495645678605 ], [ 172.748735625546573, -43.561531301646042 ], [ 172.748702775883402, -43.561552670738948 ], [ 172.748656812065889, -43.561576393358813 ], [ 172.748614104459563, -43.561604887851068 ], [ 172.748574623337674, -43.56164530125087 ], [ 172.748531905735177, -43.561676178055727 ], [ 172.748466225907009, -43.561714151425463 ], [ 172.748403841890422, -43.561747367278819 ], [ 172.748334885836385, -43.561785333362906 ], [ 172.748275886852298, -43.56179235057575 ], [ 172.748216808484813, -43.561818426507919 ], [ 172.748128225574789, -43.561849202145517 ], [ 172.748029903712649, -43.561858514961436 ], [ 172.747931611617986, -43.561860680661766 ], [ 172.747872652253676, -43.561858168291572 ], [ 172.74774491526486, -43.561850739432181 ], [ 172.747636874511471, -43.561833824445223 ], [ 172.747574738581136, -43.56180748125405 ], [ 172.747486384212976, -43.561783462490951 ], [ 172.747443894847237, -43.561759544984263 ], [ 172.74740800741111, -43.561723730219548 ], [ 172.747375386125782, -43.561690305025898 ], [ 172.747323138379642, -43.561649689352073 ], [ 172.747270930537468, -43.56159954427973 ], [ 172.747241695006011, -43.561539920509048 ], [ 172.74722212832117, -43.561518435958966 ], [ 172.747143841794013, -43.561437262411985 ], [ 172.747081836042042, -43.561379948484621 ], [ 172.74696093143109, -43.561305827621865 ], [ 172.746843233328548, -43.561248390291013 ], [ 172.746745131789453, -43.561205290443475 ], [ 172.746715727303439, -43.561186166379152 ], [ 172.746647160167527, -43.561131220043499 ], [ 172.746585075317938, -43.561092964595446 ], [ 172.746473970000437, -43.561026012031689 ], [ 172.746353036860341, -43.560959037556309 ], [ 172.746232133985757, -43.560884915921683 ], [ 172.746157085613561, -43.560813278341776 ], [ 172.746062371346767, -43.560743979399994 ], [ 172.746003653346747, -43.560684289817594 ], [ 172.745977555382893, -43.56065802580941 ], [ 172.745941629426426, -43.560631739956484 ], [ 172.745912235485264, -43.560610233341073 ], [ 172.745866681846081, -43.56053627874612 ], [ 172.745837338050563, -43.560502860392141 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2003-01-29", "DSASDate": "29/01/2003", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "Max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.599999999999971, "Total_UNCY": "1.503928189775019", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_29JAN2003.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747120824758838, -43.552311893410725 ], [ 172.747127156729164, -43.552364319544871 ], [ 172.747133548474153, -43.552402451593494 ], [ 172.747139990029098, -43.552428671904259 ], [ 172.747136594941622, -43.552457252829257 ], [ 172.747136455493944, -43.552490605693301 ], [ 172.747142877138714, -43.552521590698333 ], [ 172.747152574357727, -43.552552582946895 ], [ 172.747162261627039, -43.552585957541858 ], [ 172.747171928988536, -43.552624096830577 ], [ 172.747175005378352, -43.552671751021229 ], [ 172.747181327473044, -43.552726559496627 ], [ 172.747181128295324, -43.552774206443104 ], [ 172.747184324204909, -43.552793272464683 ], [ 172.747197356820209, -43.552809977867355 ], [ 172.7472038482355, -43.552824286436369 ], [ 172.747207044154806, -43.552843352457188 ], [ 172.747210230118327, -43.552864800825127 ], [ 172.74720029382442, -43.552890984917688 ], [ 172.747200174326139, -43.552919573084843 ], [ 172.74720655621627, -43.552960087473153 ], [ 172.747209692396353, -43.552993447576846 ], [ 172.747212828579791, -43.553026807680261 ], [ 172.747215944851376, -43.553064932477803 ], [ 172.747228917790892, -43.553095931959376 ], [ 172.747241870830351, -43.55313169613369 ], [ 172.747251598065304, -43.553155541329396 ], [ 172.74725805966213, -43.553176996936067 ], [ 172.747264521263531, -43.553198452542304 ], [ 172.747257900365895, -43.553215114490477 ], [ 172.747244718298901, -43.553234144302742 ], [ 172.747244598820203, -43.553262732468276 ], [ 172.747237938082606, -43.553288923803521 ], [ 172.747234562905248, -43.553312740032901 ], [ 172.747231177768043, -43.55333893860918 ], [ 172.747227802585144, -43.553362754838119 ], [ 172.747227703012442, -43.553386578308832 ], [ 172.747224337782825, -43.553408012190424 ], [ 172.747207860131738, -43.55343179944969 ], [ 172.747201229234321, -43.553450843740862 ], [ 172.747197903825565, -43.553462748233301 ], [ 172.747174685683802, -43.55353178559487 ], [ 172.747161443761541, -43.55356510947815 ], [ 172.747131853586069, -43.553591250096559 ], [ 172.747128458426999, -43.55361983101529 ], [ 172.747118521972112, -43.553646015096881 ], [ 172.747088971589818, -43.553662626315976 ], [ 172.747049614233788, -43.553674451092775 ], [ 172.746993868750366, -43.553688621960823 ], [ 172.746961062618709, -43.553700461204087 ], [ 172.746918379734865, -43.553724190420255 ], [ 172.746885463889527, -43.553762235457071 ], [ 172.746852508113932, -43.553809809871375 ], [ 172.746813010983459, -43.553854987421339 ], [ 172.746766932585786, -43.553907297487271 ], [ 172.74675044464189, -43.553933467024507 ], [ 172.746727355510046, -43.553971533780427 ], [ 172.74668137673936, -43.554000020343352 ], [ 172.746655061790733, -43.554026168092904 ], [ 172.746638523862231, -43.554064249346673 ], [ 172.74662203581974, -43.554090418864426 ], [ 172.746582408554758, -43.554166566837814 ], [ 172.746569156182375, -43.554202272994253 ], [ 172.746555953714363, -43.554226067415925 ], [ 172.746542741251403, -43.554252244182535 ], [ 172.74653935576012, -43.554278442733143 ], [ 172.746535990235543, -43.554299876590385 ], [ 172.746519522055053, -43.554321281398927 ], [ 172.746499728266883, -43.554354590674798 ], [ 172.746486425869819, -43.55440220855278 ], [ 172.746476459045425, -43.554435539613458 ], [ 172.746453379536405, -43.554471223963333 ], [ 172.746436881313315, -43.554499775798512 ], [ 172.746430200109245, -43.554530731772722 ], [ 172.746430070250995, -43.554561702276359 ], [ 172.746423319110733, -43.554609334674666 ], [ 172.746426484907772, -43.554635547750152 ], [ 172.746439507719202, -43.554654635580661 ], [ 172.746432846477063, -43.554680826861386 ], [ 172.746432736597569, -43.554707032671473 ], [ 172.746439178089304, -43.554733253010973 ], [ 172.74644887529675, -43.55476424530719 ], [ 172.746425615836529, -43.5548428118828 ], [ 172.746405731913114, -43.554897562255405 ], [ 172.746402276392757, -43.554940437222612 ], [ 172.74639885083883, -43.554976165150649 ], [ 172.746378966846805, -43.555030915517143 ], [ 172.746359062834387, -43.555090430571944 ], [ 172.746352371531486, -43.555123768884307 ], [ 172.746335833109214, -43.555161850085732 ], [ 172.746299540455794, -43.555223711135064 ], [ 172.746266433481225, -43.55530702055654 ], [ 172.746220203534733, -43.555395065575709 ], [ 172.746196943531203, -43.555473632094795 ], [ 172.746170507733495, -43.555528367875752 ], [ 172.746160480546195, -43.555575992977175 ], [ 172.746134074673762, -43.555623581710755 ], [ 172.746114170222739, -43.555683096715676 ], [ 172.746090909968956, -43.555761663208621 ], [ 172.746067719681122, -43.555823553274777 ], [ 172.746051000805437, -43.555904516653904 ], [ 172.746034211848126, -43.556002156449644 ], [ 172.746043819004825, -43.556054589884901 ], [ 172.746050240459425, -43.556085574931508 ], [ 172.746069774966429, -43.556114206734414 ], [ 172.746059837638711, -43.556140390710411 ], [ 172.746046634543887, -43.556164185063636 ], [ 172.746049740227932, -43.556204692216234 ], [ 172.746042958583928, -43.556259471614112 ], [ 172.746039472708816, -43.556309493596181 ], [ 172.746039172555214, -43.55638096396445 ], [ 172.746045463977538, -43.556442919502118 ], [ 172.746055091221365, -43.556490588241459 ], [ 172.746058216935666, -43.5565263307005 ], [ 172.746064638446626, -43.556557315743895 ], [ 172.746064488383524, -43.556593050926651 ], [ 172.746080727265024, -43.556626440140839 ], [ 172.746093680371359, -43.556662204423269 ], [ 172.746096816119888, -43.556695564534785 ], [ 172.74609010448421, -43.556733667512546 ], [ 172.746093260240542, -43.556762262932843 ], [ 172.746106243390955, -43.556790880176798 ], [ 172.746109389155265, -43.556821857941813 ], [ 172.746115840729971, -43.556845695944638 ], [ 172.74612220229136, -43.556890975055587 ], [ 172.746131849668728, -43.556933879094302 ], [ 172.746144792869131, -43.556972025714614 ], [ 172.746167533511709, -43.557017341188036 ], [ 172.746180496751919, -43.557050723113178 ], [ 172.746190134196155, -43.557096009491246 ], [ 172.746209309140397, -43.557210405696829 ], [ 172.74622868411609, -43.5572771549922 ], [ 172.746235035808155, -43.557324816438999 ], [ 172.746247949164484, -43.557370110081038 ], [ 172.746257646690424, -43.557401102379934 ], [ 172.746273915882398, -43.557427344527156 ], [ 172.746286889263956, -43.557458344093021 ], [ 172.746286769314821, -43.557486932235214 ], [ 172.746276811860298, -43.557517880913778 ], [ 172.746263548567242, -43.557555969356677 ], [ 172.746269770360783, -43.557634601285905 ], [ 172.746285979645165, -43.557675137501114 ], [ 172.746285839702921, -43.557708490332395 ], [ 172.746285609797269, -43.557763284269079 ], [ 172.746278848177923, -43.557813298975987 ], [ 172.746288575777186, -43.557837144234938 ], [ 172.746294977551173, -43.557872893948918 ], [ 172.746304625204601, -43.557915797966352 ], [ 172.746304525252384, -43.55793962141631 ], [ 172.746343575728332, -43.558001649606666 ], [ 172.74635652928103, -43.558037413851821 ], [ 172.746359645256177, -43.558075538638484 ], [ 172.74637916056372, -43.558108935070351 ], [ 172.746408483521293, -43.558147117987019 ], [ 172.746414835443318, -43.55819477941715 ], [ 172.746440762710023, -43.558261543197851 ], [ 172.746473321704201, -43.55830926274168 ], [ 172.746502594880099, -43.558359357357531 ], [ 172.746505770887751, -43.558383188069293 ], [ 172.746535213893281, -43.558392782814117 ], [ 172.746535094057634, -43.558421370952203 ], [ 172.746554509717299, -43.558478590800753 ], [ 172.746567453510693, -43.558516737364364 ], [ 172.746635887849067, -43.558602654247707 ], [ 172.74665203774498, -43.558657484473919 ], [ 172.746645346199585, -43.558690822782012 ], [ 172.746635378744884, -43.558724153829942 ], [ 172.746615563601409, -43.558762227786161 ], [ 172.746598874579888, -43.558836044169482 ], [ 172.746582375224932, -43.558864596001008 ], [ 172.746539628620752, -43.5589026191128 ], [ 172.746506789604439, -43.558921605241594 ], [ 172.746467388751142, -43.558942959176782 ], [ 172.746434469766598, -43.558981004041243 ], [ 172.746401600699414, -43.559007137173104 ], [ 172.746385111196787, -43.559033306630418 ], [ 172.746381765330227, -43.559049975775402 ], [ 172.74637185762802, -43.559069012730589 ], [ 172.746345650263805, -43.559068954590167 ], [ 172.746316146988818, -43.559073653864047 ], [ 172.746293135574916, -43.559092661736415 ], [ 172.74628322783775, -43.559111698683687 ], [ 172.746260176409407, -43.559140235927167 ], [ 172.74622079532449, -43.559156825087058 ], [ 172.746171576438769, -43.559175774759375 ], [ 172.74610263193324, -43.559211357173581 ], [ 172.746059914798025, -43.559242233069114 ], [ 172.746033617302146, -43.559263615956532 ], [ 172.746004103900702, -43.55927069749383 ], [ 172.745987634170262, -43.559292102203294 ], [ 172.74594819285349, -43.559322985334525 ], [ 172.745905315377286, -43.559391978680445 ], [ 172.745878947673958, -43.559430037941517 ], [ 172.745859231954398, -43.559444288317415 ], [ 172.745816534560191, -43.559470399431518 ], [ 172.745800044677452, -43.5594965688014 ], [ 172.745777012907098, -43.559520341256146 ], [ 172.745763808956895, -43.559544135560522 ], [ 172.745744083155103, -43.559560768260347 ], [ 172.745721061356988, -43.559582158359262 ], [ 172.745704581421762, -43.5596059453705 ], [ 172.745684775421608, -43.559641636813168 ], [ 172.745681319103369, -43.559684511721002 ], [ 172.74569755859531, -43.559717900973027 ], [ 172.745700704295501, -43.559748878733274 ], [ 172.745707166035317, -43.559770334403126 ], [ 172.745723405564348, -43.559803723651086 ], [ 172.745746267160484, -43.559820451058528 ], [ 172.745765832773031, -43.559841935864938 ], [ 172.745788704411524, -43.559856280919725 ], [ 172.74581482197911, -43.559877780285511 ], [ 172.745844285628948, -43.559882610519089 ], [ 172.745873779322153, -43.559880293712808 ], [ 172.745896741108595, -43.55987319764909 ], [ 172.74592290877672, -43.559882785269693 ], [ 172.745922778634394, -43.559913755743018 ], [ 172.745906308699006, -43.559935160437846 ], [ 172.745906228606032, -43.559954219190473 ], [ 172.745912680429115, -43.559978057192275 ], [ 172.745919132257143, -43.560001895193615 ], [ 172.745912450167083, -43.560032851105532 ], [ 172.745896000219489, -43.560049491110263 ], [ 172.745886132249097, -43.560058998643136 ], [ 172.745882736124031, -43.560087579490101 ], [ 172.745872808067332, -43.560111381085775 ], [ 172.745866065861549, -43.56015663105822 ], [ 172.745852831764807, -43.560187572401887 ], [ 172.74583952755404, -43.560235190151438 ], [ 172.745829529352591, -43.560275668150162 ], [ 172.74583596115005, -43.560304270842778 ], [ 172.74584243301058, -43.560323344159279 ], [ 172.745861978792249, -43.56034959363565 ], [ 172.745858612679712, -43.560371027448717 ], [ 172.745845438616783, -43.560387674726925 ], [ 172.745828928464874, -43.560418608783927 ], [ 172.74582552227676, -43.560449571971141 ], [ 172.745835210057976, -43.560482946633627 ], [ 172.745844947920943, -43.560504409575969 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "Seawall", "Source": "max", "CPS": "2", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.452687804966147", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731261981150993, -43.506283661767377 ], [ 172.731287838034575, -43.506357576581856 ], [ 172.731294267920674, -43.506383797966492 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.452687804966147", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731300792918205, -43.506388578077342 ], [ 172.731330176552234, -43.506405323844142 ], [ 172.731343194861694, -43.506422031152468 ], [ 172.731352950674506, -43.506436348405515 ], [ 172.731366000691196, -43.506445908620108 ], [ 172.731385586287956, -43.506457866575516 ], [ 172.731408402710741, -43.506479361670934 ], [ 172.731447447211252, -43.506531865927982 ], [ 172.731489638136566, -43.506612966221546 ], [ 172.731525187981021, -43.506715492400964 ], [ 172.731589879068167, -43.506889558629226 ], [ 172.73165774864583, -43.507085073769524 ], [ 172.731660842341711, -43.507125581630071 ], [ 172.73165090693081, -43.507151764583462 ], [ 172.731601673090637, -43.50718262007193 ], [ 172.731565531644321, -43.507213506276322 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "seawall", "Source": "max", "CPS": "1", "Proxy": "7", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.32751717830594", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731562237418586, -43.507218263318933 ], [ 172.731601071408903, -43.507318414785964 ], [ 172.731672299048711, -43.507494878680959 ], [ 172.731740211763309, -43.50768086430103 ], [ 172.731779056890019, -43.507778633337786 ], [ 172.731788728633688, -43.507812009456757 ], [ 172.731795201081695, -43.507828701354718 ], [ 172.731804893938204, -43.507857312745678 ], [ 172.731808135440303, -43.507864467512604 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "max", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "2.421219085233173", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.731808135440303, -43.507864467512604 ], [ 172.731824511718798, -43.5078621235348 ], [ 172.731853970033853, -43.507862192622582 ], [ 172.731873566729263, -43.507871768129682 ], [ 172.731902972328214, -43.507883749020849 ], [ 172.731922526864679, -43.507902853972318 ], [ 172.73193880826409, -43.507921951246914 ], [ 172.731941986529392, -43.507943400189106 ], [ 172.731951700558, -43.507967246840948 ], [ 172.731977811983711, -43.507983984765879 ], [ 172.732000671350988, -43.507995950286755 ], [ 172.732016910640908, -43.508024577002665 ], [ 172.732026614172526, -43.508050806011049 ], [ 172.73203944332576, -43.508110395773194 ], [ 172.73205569320271, -43.50813664012005 ], [ 172.732071900943112, -43.508172413916952 ], [ 172.732084877686304, -43.508198650589598 ], [ 172.732101117069959, -43.508227277292811 ], [ 172.732107579111613, -43.508246351535277 ], [ 172.732120534814413, -43.508277352929767 ], [ 172.732130248966314, -43.508301199565359 ], [ 172.732130143612181, -43.508325023195979 ], [ 172.732143152017755, -43.50834411277232 ], [ 172.732159328261901, -43.508387033644908 ], [ 172.732168926573252, -43.508437086270085 ], [ 172.732178577568163, -43.50847522707906 ], [ 172.732198079717762, -43.508506243797164 ], [ 172.73221763454751, -43.50852534869685 ], [ 172.732220802410239, -43.508549179992343 ], [ 172.73222068655889, -43.508575385985075 ], [ 172.732233684514966, -43.508596857913467 ], [ 172.732249829297501, -43.508646925860539 ], [ 172.732282455888395, -43.508670826133105 ], [ 172.732279066871882, -43.508697024461497 ], [ 172.732282234767467, -43.508720855754667 ], [ 172.732278877337109, -43.508739906994094 ], [ 172.732265689790239, -43.508761317603671 ], [ 172.732265595017964, -43.508782758869756 ], [ 172.732278593034124, -43.5088042307924 ], [ 172.732285044662888, -43.508825687386093 ], [ 172.73230789387938, -43.508840035207641 ], [ 172.73233070099576, -43.508863912476102 ], [ 172.732327364628247, -43.508878198990764 ], [ 172.732337089484332, -43.508899663243866 ], [ 172.732359875581409, -43.508928305232033 ], [ 172.732372863135936, -43.508952159506428 ], [ 172.732421803350775, -43.508988009858008 ], [ 172.732454324963641, -43.509035733709005 ], [ 172.732483626024276, -43.509071538078324 ], [ 172.732499855307481, -43.509102547084417 ], [ 172.73250955921884, -43.509128776047838 ], [ 172.732519305220194, -43.509145475559194 ], [ 172.732548616891364, -43.509178897548637 ], [ 172.732535376744352, -43.509212220001515 ], [ 172.732548353909124, -43.509238456617894 ], [ 172.732561299528641, -43.50927184032092 ], [ 172.732574234644062, -43.509307606385072 ], [ 172.732580675912288, -43.509331445323333 ], [ 172.73256749886076, -43.509350473602716 ], [ 172.732583770332838, -43.509371953144893 ], [ 172.732590232646942, -43.509391027356969 ], [ 172.732590169540657, -43.509405321533151 ], [ 172.732599884056356, -43.509429168125088 ], [ 172.732603010046148, -43.509462528857433 ], [ 172.732615997810086, -43.509486383102519 ], [ 172.732628943519245, -43.509519766796693 ], [ 172.73264516248031, -43.509553158142857 ], [ 172.732661423519119, -43.509577020036041 ], [ 172.732667906908773, -43.509591329517889 ], [ 172.732677558398393, -43.509629470278313 ], [ 172.732687241442051, -43.509660463949899 ], [ 172.732703492012718, -43.509686708199339 ], [ 172.732709901832038, -43.509717694216768 ], [ 172.7327163431965, -43.509741533145956 ], [ 172.732732593801387, -43.509767777390984 ], [ 172.732752086136543, -43.50980117637193 ], [ 172.732774872767322, -43.509829818274255 ], [ 172.732761716689737, -43.509844081849153 ], [ 172.732774694086686, -43.509870318437542 ], [ 172.732787734555615, -43.509882260849146 ], [ 172.732804048285885, -43.509894210908413 ], [ 172.732803911662415, -43.509925181621242 ], [ 172.732803848605357, -43.509939475796344 ], [ 172.732823372560944, -43.509965727676892 ], [ 172.732829803487476, -43.509991948961286 ], [ 172.732842791453322, -43.510015803178931 ], [ 172.732865609728719, -43.510037297974968 ], [ 172.732885154755166, -43.51005878511971 ], [ 172.732898100733621, -43.51009216878073 ], [ 172.732920835017467, -43.510132722465272 ], [ 172.732943516811105, -43.510185187957283 ], [ 172.732962977885876, -43.510225733987753 ], [ 172.732972713684489, -43.51024481582045 ], [ 172.732979134202054, -43.510273419457832 ], [ 172.732979050180063, -43.510292478357059 ], [ 172.732988743984833, -43.510321089637792 ], [ 172.733001711079567, -43.510349708561094 ], [ 172.733017982972683, -43.510371188038768 ], [ 172.733024445528741, -43.510390262223602 ], [ 172.733024340518654, -43.510414085847245 ], [ 172.733040622937324, -43.51043318295919 ], [ 172.733053621579984, -43.510454654789157 ], [ 172.733053537580929, -43.510473713687894 ], [ 172.733056642872157, -43.510511839127169 ], [ 172.733079419414054, -43.510542863328624 ], [ 172.733098828202913, -43.510595321145459 ], [ 172.733095439427615, -43.510621519489852 ], [ 172.733111700928873, -43.51064538131574 ], [ 172.733111574956808, -43.510673969662996 ], [ 172.73313745694071, -43.51074311928857 ], [ 172.73317331633055, -43.510776556390503 ], [ 172.73316010766078, -43.510802731819716 ], [ 172.733173043452609, -43.510838497808294 ], [ 172.733182716445327, -43.510871873794692 ], [ 172.733215145219731, -43.510941038677288 ], [ 172.733231385867271, -43.510969665209487 ], [ 172.733250826399853, -43.511014975910847 ], [ 172.733270308927644, -43.511050757160049 ], [ 172.733312536884767, -43.511124709644896 ], [ 172.733325420387303, -43.51117238742512 ], [ 172.733331809700076, -43.511208138124999 ], [ 172.733348050473808, -43.511236764639598 ], [ 172.73337080646067, -43.511272553504305 ], [ 172.733380458655972, -43.511310694195991 ], [ 172.733377017523452, -43.511348804355876 ], [ 172.733376891673515, -43.511377392700219 ], [ 172.733376818260979, -43.511394069234356 ], [ 172.733379986724515, -43.511417900487317 ], [ 172.733379871363098, -43.511444106469334 ], [ 172.733369967440382, -43.511463142466397 ], [ 172.733376430222251, -43.511482216628281 ], [ 172.733402512094187, -43.51150610130842 ], [ 172.73342534161327, -43.511525213627166 ], [ 172.733415416719367, -43.511549014351793 ], [ 172.733425163357055, -43.51156571378052 ], [ 172.733444698588102, -43.511589583187565 ], [ 172.73345773955802, -43.511601525520483 ], [ 172.733467496699774, -43.511615842583559 ], [ 172.733457592776261, -43.511634878587621 ], [ 172.733444373555216, -43.51166343640746 ], [ 172.733473718401228, -43.511689711063767 ], [ 172.733476918368865, -43.511706395227229 ], [ 172.733489885987893, -43.511735014089595 ], [ 172.733496306904357, -43.511763617691528 ], [ 172.733509285027139, -43.511789854189601 ], [ 172.733525599412246, -43.511801804143595 ], [ 172.733535356602118, -43.511816121200503 ], [ 172.73353530419493, -43.511828033009841 ], [ 172.733551597633834, -43.51184474768381 ], [ 172.73355476618886, -43.511868578930304 ], [ 172.733548146096098, -43.511885240207292 ], [ 172.733548062248445, -43.511904299102014 ], [ 172.733564324270276, -43.511928160859512 ], [ 172.733587195916755, -43.511937743697757 ], [ 172.733600216031618, -43.511954450737605 ], [ 172.733600121721224, -43.511975891993984 ], [ 172.733600079805456, -43.511985421441267 ], [ 172.733619594283795, -43.51201405554081 ], [ 172.733609690342291, -43.512033091556667 ], [ 172.733616163737935, -43.512049783341666 ], [ 172.733625910510966, -43.512066482752161 ], [ 172.733652034639846, -43.512080837926753 ], [ 172.733661791904296, -43.512095154972357 ], [ 172.733645309778183, -43.512121322826466 ], [ 172.73363871063728, -43.512133219384467 ], [ 172.733638626817395, -43.512152278278492 ], [ 172.733661404270777, -43.512183302357471 ], [ 172.733674445410827, -43.512195244664852 ], [ 172.733687413226875, -43.512223863502889 ], [ 172.733697118146438, -43.512250092353796 ], [ 172.733710075510118, -43.51228109355074 ], [ 172.733716391842336, -43.512333520754929 ], [ 172.733729317811537, -43.512371669034316 ], [ 172.733712835638727, -43.512397836896803 ], [ 172.733712720417373, -43.512424042875004 ], [ 172.733719193882735, -43.512440734653204 ], [ 172.733758453665729, -43.512445590848635 ], [ 172.733781315066125, -43.512457556009394 ], [ 172.733804145062294, -43.512476668250599 ], [ 172.733817123469862, -43.512502904711155 ], [ 172.733813766306582, -43.512521955983736 ], [ 172.733826734257718, -43.512550574804671 ], [ 172.733839733630276, -43.512572046539191 ], [ 172.733855943599792, -43.512607820061177 ], [ 172.733862343841992, -43.512641188362025 ], [ 172.733875332778069, -43.512665042453825 ], [ 172.733894889474669, -43.512684147057598 ], [ 172.733907909834045, -43.51270085406086 ], [ 172.733917625391371, -43.512724700529738 ], [ 172.733924088478489, -43.512743774657245 ], [ 172.733930551569699, -43.512762848784341 ], [ 172.733923921014707, -43.512781892442035 ], [ 172.733920584802377, -43.512796178993803 ], [ 172.733933626125065, -43.512808121270808 ], [ 172.733946688384094, -43.51281529882327 ], [ 172.733966276546056, -43.512827256329928 ], [ 172.733988928852114, -43.51288686867926 ], [ 172.733985550792738, -43.51291068467868 ], [ 172.733965847486218, -43.512924933151865 ], [ 172.733972310609602, -43.512944007276083 ], [ 172.733991898818175, -43.512955964778193 ], [ 172.734014749994088, -43.512970312253323 ], [ 172.734021192212168, -43.512994151097615 ], [ 172.733991647684519, -43.51301314145347 ], [ 172.733975207307282, -43.513029779904855 ], [ 172.733971829234235, -43.51305359590323 ], [ 172.733968451158546, -43.513077411901413 ], [ 172.733981419300534, -43.513106030702502 ], [ 172.73401410128605, -43.513118018663185 ], [ 172.734023827414063, -43.513139482760174 ], [ 172.734020438890951, -43.513165681120981 ], [ 172.734030144103855, -43.513191909940062 ], [ 172.734046448506604, -43.51320624217945 ], [ 172.734056226967368, -43.513215794466504 ], [ 172.734095445440374, -43.513230179992497 ], [ 172.734124854078061, -43.513242160308863 ], [ 172.734124770407902, -43.513261219199919 ], [ 172.734121423757102, -43.513277888117784 ], [ 172.734137686371412, -43.513301749789505 ], [ 172.734144055466288, -43.513342265155188 ], [ 172.734121099530313, -43.513351741319831 ], [ 172.734117731955138, -43.513373174959945 ], [ 172.734127437243018, -43.51339940377003 ], [ 172.734127343114523, -43.513420845021912 ], [ 172.734130543351426, -43.513437529162708 ], [ 172.73414028002972, -43.513456610887523 ], [ 172.734176246142312, -43.51346622405169 ], [ 172.734189308571814, -43.513473401576036 ], [ 172.734169584215152, -43.513492414805143 ], [ 172.734166237563585, -43.51350908372364 ], [ 172.734166164362932, -43.513525760252605 ], [ 172.734179164063647, -43.513547231945708 ], [ 172.734198773419621, -43.513554424689197 ], [ 172.734224929689873, -43.51356163264736 ], [ 172.734241234237942, -43.513575964858404 ], [ 172.734221499408903, -43.513597360457382 ], [ 172.734195269930837, -43.513606829027211 ], [ 172.734214785209815, -43.513635463019121 ], [ 172.7342277326768, -43.513668846512559 ], [ 172.734243964074608, -43.513699855251588 ], [ 172.734247174812168, -43.513714157027238 ], [ 172.734237281241519, -43.513730810730387 ], [ 172.734233892776416, -43.513757009094924 ], [ 172.734243629538184, -43.513776090810097 ], [ 172.734250030114424, -43.513809459083284 ], [ 172.734279449516492, -43.513819056998287 ], [ 172.734285986001282, -43.513821454574057 ], [ 172.734292480677055, -43.513833381594168 ], [ 172.734292417962706, -43.513847675761191 ], [ 172.734285776948354, -43.513869101797404 ], [ 172.734292240271884, -43.513888175900874 ], [ 172.734305313257892, -43.513892971050574 ], [ 172.7343347327093, -43.513902568951352 ], [ 172.73434775345055, -43.513919275901934 ], [ 172.734370563276087, -43.513943152749285 ], [ 172.734380268763715, -43.51396938153578 ], [ 172.734393258186429, -43.513993235564456 ], [ 172.734409500203071, -43.514021861917541 ], [ 172.734425763129451, -43.514045723545998 ], [ 172.734435489550918, -43.514067187605256 ], [ 172.734448489462523, -43.51408865926625 ], [ 172.734438574991998, -43.514110077707876 ], [ 172.734441723117101, -43.514138673643664 ], [ 172.734448134286282, -43.514169659542951 ], [ 172.734444766779944, -43.514191093189801 ], [ 172.734434873184966, -43.514207746908582 ], [ 172.734431505671779, -43.514229180554885 ], [ 172.734457641368948, -43.514241153181842 ], [ 172.734464052556859, -43.514272139079743 ], [ 172.734480273790837, -43.514305530143659 ], [ 172.734480169339122, -43.514329353753745 ], [ 172.734476843616221, -43.514341257956964 ], [ 172.734486559657768, -43.514365104371919 ], [ 172.734499580539818, -43.514381811304247 ], [ 172.73447986642833, -43.514398442222372 ], [ 172.734499382095322, -43.514427076162747 ], [ 172.734515634721419, -43.514453320138067 ], [ 172.734531918691118, -43.514472417028131 ], [ 172.734528572083747, -43.51448908595448 ], [ 172.734538288169148, -43.514512932364518 ], [ 172.734548046032472, -43.514527249329937 ], [ 172.734561056524143, -43.51454633861583 ], [ 172.734560993871668, -43.514560632781368 ], [ 172.734564173402845, -43.514582081629008 ], [ 172.734580457422339, -43.51460117851186 ], [ 172.734583636962498, -43.51462262735884 ], [ 172.734570480263216, -43.514636891128262 ], [ 172.734576964640297, -43.514651200491755 ], [ 172.734603079667181, -43.514667937806891 ], [ 172.734612827130547, -43.514684637127381 ], [ 172.734609480533408, -43.514701306055485 ], [ 172.734599534696514, -43.514729871591214 ], [ 172.734625691521899, -43.514737079457639 ], [ 172.734642017358112, -43.514746646887936 ], [ 172.734658322322872, -43.514760979037632 ], [ 172.734661522775127, -43.514777663160231 ], [ 172.734671259834357, -43.514796744836353 ], [ 172.734694028368779, -43.514830151059989 ], [ 172.734710333368241, -43.514844483202133 ], [ 172.734720060017594, -43.51486594723476 ], [ 172.73471988260647, -43.514906447368631 ], [ 172.734716442101274, -43.514944557546407 ], [ 172.734716369048442, -43.514961234071905 ], [ 172.734713022464121, -43.514977903002283 ], [ 172.734703128813265, -43.51499455674184 ], [ 172.734696508690178, -43.515011218076133 ], [ 172.734722613469046, -43.515030337724156 ], [ 172.734752012669276, -43.515044700238725 ], [ 172.734761739365211, -43.515066164267175 ], [ 172.734764960730217, -43.515078083664626 ], [ 172.734758288442265, -43.515106656805948 ], [ 172.734781098875004, -43.515130533567969 ], [ 172.734797372676667, -43.515152012779353 ], [ 172.734810383380335, -43.515171102035339 ], [ 172.734810289487797, -43.515192543281728 ], [ 172.734800374962447, -43.515213961750455 ], [ 172.734816586199571, -43.515249735122985 ], [ 172.734842555512472, -43.51529982543186 ], [ 172.734862029917593, -43.515337988749621 ], [ 172.734888061882742, -43.515373784883771 ], [ 172.734901030946247, -43.51540240357145 ], [ 172.734913916593797, -43.515450081142482 ], [ 172.734933411947395, -43.515483479726115 ], [ 172.734943086640385, -43.51551685554081 ], [ 172.73495600362574, -43.515557386024582 ], [ 172.734969004039527, -43.515578857622074 ], [ 172.734995140424758, -43.515590830125113 ], [ 172.735014635868083, -43.515624228694293 ], [ 172.735017836463072, -43.515640912804756 ], [ 172.735027532075691, -43.51566952389048 ], [ 172.735047048408774, -43.515698157732722 ], [ 172.735053533011012, -43.515712467067118 ], [ 172.735066533492443, -43.515733938653113 ], [ 172.73506318696073, -43.515750607591606 ], [ 172.735072861767293, -43.515783983394044 ], [ 172.735082526162444, -43.515819741555994 ], [ 172.735092180147177, -43.515857882077412 ], [ 172.735108381306389, -43.515896037765877 ], [ 172.735111488152882, -43.515934163117173 ], [ 172.735114657528072, -43.51595799430546 ], [ 172.735134153154632, -43.515991392852598 ], [ 172.735147101626325, -43.516024776230736 ], [ 172.735166534779296, -43.516072468934475 ], [ 172.735192494313765, -43.516124941518719 ], [ 172.735205369924614, -43.516175001412243 ], [ 172.735221571239038, -43.516213157082952 ], [ 172.735247499633886, -43.516272776734674 ], [ 172.735263617680118, -43.516329991281452 ], [ 172.735273251029383, -43.516372896505281 ], [ 172.735286210072587, -43.516403897505555 ], [ 172.735299169129007, -43.516434898504222 ], [ 172.735308823346514, -43.516473039003849 ], [ 172.735325066456028, -43.516501665217248 ], [ 172.735338098438632, -43.516515989689339 ], [ 172.735347804752621, -43.516542218384046 ], [ 172.73536733192779, -43.516568469808092 ], [ 172.735383585500841, -43.51659471365263 ], [ 172.735380186954586, -43.516623294399075 ], [ 172.735383335649345, -43.51665189029783 ], [ 172.735399578841623, -43.516680516500003 ], [ 172.735412506786588, -43.516718664565147 ], [ 172.735431992411918, -43.516754445418258 ], [ 172.735444951617183, -43.516785446398863 ], [ 172.735448069126534, -43.516821189375555 ], [ 172.735467429918458, -43.516885558543649 ], [ 172.735483621179526, -43.51692609653351 ], [ 172.735503127724854, -43.516957112653259 ], [ 172.735525918335497, -43.5169857539817 ], [ 172.735538867233345, -43.517019137310754 ], [ 172.735538763188202, -43.51704296091151 ], [ 172.735548469672523, -43.51706918958719 ], [ 172.735558186569023, -43.517093035901873 ], [ 172.735577734818065, -43.517114522568072 ], [ 172.735571031474478, -43.517150242827121 ], [ 172.735574211495077, -43.51717169163819 ], [ 172.735590465318552, -43.517197935451179 ], [ 172.735606719156095, -43.517224179261795 ], [ 172.735636067625819, -43.51725045334684 ], [ 172.735652331897285, -43.517274314790797 ], [ 172.73566858578198, -43.517300558592389 ], [ 172.735671745046005, -43.517326772120235 ], [ 172.735671620253186, -43.517355360439915 ], [ 172.735671516259032, -43.517379184039527 ], [ 172.735700854433532, -43.517407840467442 ], [ 172.735726970957415, -43.517424577521659 ], [ 172.735730140650048, -43.517448408687478 ], [ 172.735736594408593, -43.517469865059418 ], [ 172.735746332235806, -43.517488946636966 ], [ 172.735752744419273, -43.517519932447534 ], [ 172.735765724742407, -43.517546168668659 ], [ 172.735791830949012, -43.517565288067743 ], [ 172.735798232769127, -43.517598656235307 ], [ 172.735814445227987, -43.517634429454539 ], [ 172.735814299713411, -43.51766778249273 ], [ 172.735827238521011, -43.517703548145747 ], [ 172.735833681947582, -43.517727386871258 ], [ 172.73583683091141, -43.517755982752689 ], [ 172.735839927913418, -43.51779649043295 ], [ 172.735830013320992, -43.517817908981002 ], [ 172.735820098721518, -43.51783932752808 ], [ 172.735826552553021, -43.517860783893667 ], [ 172.735839522587497, -43.517889402464917 ], [ 172.735862334490548, -43.517913279003373 ], [ 172.73586549386917, -43.517939492523382 ], [ 172.735875200636968, -43.517965721167919 ], [ 172.735888170716748, -43.517994339733207 ], [ 172.735894634979473, -43.518013413734742 ], [ 172.735901057683691, -43.518042017174757 ], [ 172.735920585579692, -43.518068268499277 ], [ 172.735943418359767, -43.518087380301651 ], [ 172.735956430051516, -43.518106469419962 ], [ 172.735972694677713, -43.518130330815708 ], [ 172.735966012227891, -43.518161286372504 ], [ 172.735979013554896, -43.518182757847697 ], [ 172.736001867169932, -43.518197104918855 ], [ 172.736021467861093, -43.518206679707966 ], [ 172.73602140554533, -43.518220973866022 ], [ 172.736031153967645, -43.518237673057655 ], [ 172.736047439428233, -43.51825676972306 ], [ 172.736073577181145, -43.518268741977451 ], [ 172.736109494545502, -43.518290266331796 ], [ 172.736151876312562, -43.518330864661067 ], [ 172.736164815459517, -43.518366630272617 ], [ 172.736161396417401, -43.518399975753326 ], [ 172.736174345964571, -43.518433359003815 ], [ 172.736184042564787, -43.518461969980009 ], [ 172.73618066504676, -43.518485786022417 ], [ 172.736160950053915, -43.518502417216176 ], [ 172.736154278039123, -43.518530990422505 ], [ 172.736154194992338, -43.518550049299044 ], [ 172.736170449434667, -43.518576293024822 ], [ 172.736183450922709, -43.518597764475651 ], [ 172.736196431661483, -43.518624000644003 ], [ 172.736202864950712, -43.518650221705009 ], [ 172.736196224076821, -43.518671647834523 ], [ 172.73620593110391, -43.5186978764483 ], [ 172.736212354026293, -43.518726479867929 ], [ 172.736238460881481, -43.518745599162749 ], [ 172.736261314770019, -43.518759946181319 ], [ 172.73627434745805, -43.518774270542828 ], [ 172.736264432857354, -43.518795689124865 ], [ 172.736270855817565, -43.518824292540835 ], [ 172.736296890105876, -43.518860088338336 ], [ 172.736306576456457, -43.518891081661771 ], [ 172.736299904466591, -43.518919654874729 ], [ 172.736286726480529, -43.518938683548406 ], [ 172.736289917221256, -43.518957749974319 ], [ 172.736312760827104, -43.518974479341722 ], [ 172.736312677828892, -43.518993538216961 ], [ 172.736332226956591, -43.519015024749258 ], [ 172.736345249342548, -43.519031731461645 ], [ 172.736351703485241, -43.519053187793908 ], [ 172.736354914998628, -43.51906748949893 ], [ 172.736361358775611, -43.519091328189887 ], [ 172.736374350068758, -43.5191151819769 ], [ 172.736393930372373, -43.519129521420275 ], [ 172.736406900944218, -43.519158139922169 ], [ 172.736423093435178, -43.519198677765992 ], [ 172.736432759163421, -43.519234435795845 ], [ 172.736448982800425, -43.519267826557623 ], [ 172.736452142500895, -43.51929404005601 ], [ 172.736445470534392, -43.519322613275506 ], [ 172.736442103439316, -43.519344046962907 ], [ 172.736451841787698, -43.519363128475433 ], [ 172.736471391083569, -43.519384614982968 ], [ 172.736497519038892, -43.51939896949883 ], [ 172.736520321401116, -43.519425228261078 ], [ 172.736529987222326, -43.519460986281523 ], [ 172.736542968294714, -43.519487222407449 ], [ 172.736536306715493, -43.519513413272094 ], [ 172.736552561580282, -43.519539656940239 ], [ 172.736545879267709, -43.51957061252363 ], [ 172.736568640255484, -43.519606400712426 ], [ 172.736588168942717, -43.519632651917803 ], [ 172.736601150076751, -43.51965888803646 ], [ 172.736607583649146, -43.519685109070664 ], [ 172.736617322104081, -43.519704190568213 ], [ 172.736623776413836, -43.519725646883032 ], [ 172.736640052097471, -43.519747125819677 ], [ 172.736646475333998, -43.519775729210487 ], [ 172.736639730869513, -43.519820978952879 ], [ 172.736639658333985, -43.519837655466702 ], [ 172.736655934053175, -43.519859134400775 ], [ 172.736668935986927, -43.519880605792707 ], [ 172.73668515992577, -43.519913996517964 ], [ 172.7366948466412, -43.519944989803719 ], [ 172.73670129064385, -43.51996882847245 ], [ 172.736714271898364, -43.519995064577024 ], [ 172.736730537327418, -43.520018925859127 ], [ 172.736750035143302, -43.520052324112569 ], [ 172.73676623845779, -43.520090479543605 ], [ 172.736782462505971, -43.520123870254125 ], [ 172.736795402403828, -43.520159635784999 ], [ 172.736811636842049, -43.52019064413205 ], [ 172.736827850586963, -43.520226417194642 ], [ 172.736847244980765, -43.520283639020313 ], [ 172.736863407003398, -43.520331323872149 ], [ 172.736869747579277, -43.520378986119383 ], [ 172.736885971761183, -43.520412376813859 ], [ 172.736895627600887, -43.520450517157073 ], [ 172.736905314508647, -43.520481510422584 ], [ 172.736931370582539, -43.520512541350222 ], [ 172.736944362402824, -43.52053639506785 ], [ 172.73695734388329, -43.520562631142816 ], [ 172.736957219683404, -43.520591219449209 ], [ 172.736973423271166, -43.520629374847985 ], [ 172.736992921416174, -43.520662773057296 ], [ 172.737009145741354, -43.520696163732985 ], [ 172.737018822398397, -43.52072953934659 ], [ 172.737005633893006, -43.520750950455437 ], [ 172.737018636140931, -43.520772421805063 ], [ 172.737034912244496, -43.520793900682648 ], [ 172.737064273404428, -43.520817792031899 ], [ 172.737077254996649, -43.520844028092228 ], [ 172.737093489761293, -43.52087503639639 ], [ 172.737096629132139, -43.520906014588007 ], [ 172.73711288461115, -43.520932258171655 ], [ 172.737116013650876, -43.52096561872122 ], [ 172.73712892289322, -43.521008531286178 ], [ 172.737145157728037, -43.521039539582269 ], [ 172.737154813829221, -43.521077679900088 ], [ 172.737170976303247, -43.521125364702975 ], [ 172.737187149143722, -43.521170667144574 ], [ 172.737200027457533, -43.521220726776143 ], [ 172.7372096836217, -43.521258867088264 ], [ 172.737225928904081, -43.521287493013183 ], [ 172.73723888998785, -43.521318493770664 ], [ 172.737232249183023, -43.521339919950513 ], [ 172.737238714221633, -43.521358993866862 ], [ 172.737264832871318, -43.521375730563648 ], [ 172.737271266910142, -43.521401951553798 ], [ 172.737261352226909, -43.521423370212212 ], [ 172.737244900112103, -43.521442391464205 ], [ 172.737261145460025, -43.521471017383362 ], [ 172.737283959267586, -43.521494893628102 ], [ 172.737297003120688, -43.521506835509769 ], [ 172.737283793867931, -43.521533011364667 ], [ 172.737296744696295, -43.521566394472956 ], [ 172.737309695538897, -43.521599777579652 ], [ 172.737325899615882, -43.521637932922992 ], [ 172.737358390507723, -43.521695184734412 ], [ 172.737374584306707, -43.521735722428794 ], [ 172.737400599826373, -43.521776282678481 ], [ 172.737406992634817, -43.521812033093163 ], [ 172.73741341644822, -43.521840636432017 ], [ 172.737436199459751, -43.521871659720567 ], [ 172.737442643955887, -43.521895498340719 ], [ 172.737422959190297, -43.521904982665014 ], [ 172.737406506994546, -43.521924003938452 ], [ 172.737399897180808, -43.521938283050616 ], [ 172.737376886815753, -43.521959671639479 ], [ 172.737363636159671, -43.521995376934761 ], [ 172.737373292548142, -43.522033517228458 ], [ 172.737383010951305, -43.522057363371168 ], [ 172.737402478779586, -43.522097908578964 ], [ 172.737405618368967, -43.522128886756022 ], [ 172.737412000883921, -43.522167019526606 ], [ 172.737415171479284, -43.522190850628228 ], [ 172.737431427438878, -43.52221709416191 ], [ 172.737434587712585, -43.522243307621068 ], [ 172.737434484394413, -43.522267131203598 ], [ 172.737447487117635, -43.52228860249997 ], [ 172.737460531173326, -43.52230054436184 ], [ 172.737486691608638, -43.522307751573429 ], [ 172.737502999276188, -43.522322083305355 ], [ 172.737522518911163, -43.522350716700124 ], [ 172.737545353806894, -43.522369828173666 ], [ 172.737558366918392, -43.522388917098972 ], [ 172.73756152725565, -43.522415130553988 ], [ 172.737564697922437, -43.5224389616506 ], [ 172.737574426791781, -43.522460425417542 ], [ 172.737590703543844, -43.522481904211318 ], [ 172.737616843423581, -43.522493876109479 ], [ 172.737636445759193, -43.522503450618771 ], [ 172.73766253404267, -43.522527334297408 ], [ 172.737695159908384, -43.522553615350049 ], [ 172.737711498654448, -43.522560799977406 ], [ 172.737747429461962, -43.522579941450815 ], [ 172.737744042001395, -43.522606139881361 ], [ 172.737750507334624, -43.522625213765288 ], [ 172.737776606033947, -43.522646715059508 ], [ 172.737760133108026, -43.522670501097409 ], [ 172.737776420300776, -43.52268959750613 ], [ 172.737802539671918, -43.522706334078009 ], [ 172.737831881426814, -43.52273498994154 ], [ 172.737815387864373, -43.522763540703259 ], [ 172.737805431878456, -43.522794488836062 ], [ 172.737828256713982, -43.522815982610361 ], [ 172.737857608849311, -43.522842256108795 ], [ 172.737886971324343, -43.522866147241579 ], [ 172.737903237982295, -43.522890008347957 ], [ 172.737932631435825, -43.52290675239469 ], [ 172.737952172084931, -43.522930620998032 ], [ 172.737955384177809, -43.522944922649884 ], [ 172.737961859924695, -43.522961614162931 ], [ 172.737948681574125, -43.522980643013739 ], [ 172.737951842110135, -43.523006856455751 ], [ 172.737955023272036, -43.523028305181548 ], [ 172.737964772996094, -43.523045004197563 ], [ 172.7379647008174, -43.523061680703705 ], [ 172.737961334045622, -43.523083114422633 ], [ 172.737954713923017, -43.52309977592197 ], [ 172.737961158751858, -43.523123614508627 ], [ 172.73797414122285, -43.523149850458772 ], [ 172.737996955941782, -43.523173726556514 ], [ 172.738019760369525, -43.523199985007651 ], [ 172.73803922898847, -43.523240530100907 ], [ 172.738052159978764, -43.523278677831549 ], [ 172.73806840619747, -43.523307303629018 ], [ 172.738074851092819, -43.523331142208569 ], [ 172.738074706794549, -43.523364495219447 ], [ 172.738087699672491, -43.523388348797944 ], [ 172.73812687416256, -43.523414644724213 ], [ 172.738126750502573, -43.523443233018959 ], [ 172.738126616537386, -43.523474203671427 ], [ 172.738123239494087, -43.523498019751514 ], [ 172.738132958425268, -43.523521865825714 ], [ 172.738168869328888, -43.523545771880954 ], [ 172.738194989177202, -43.523562508361898 ], [ 172.738224372736198, -43.523581634690544 ], [ 172.738250399913568, -43.523619812379344 ], [ 172.738269920318118, -43.523648445641975 ], [ 172.738299231854342, -43.523684248456 ], [ 172.738328564019497, -43.523715286546775 ], [ 172.738364238312187, -43.523793986769626 ], [ 172.738380350978616, -43.523853583171935 ], [ 172.738406388664799, -43.523889378466222 ], [ 172.738412782284541, -43.523925128813495 ], [ 172.738415953362704, -43.523948959881253 ], [ 172.738425631307138, -43.523982335360067 ], [ 172.738438572990219, -43.524018100685353 ], [ 172.738441713204764, -43.524049078825144 ], [ 172.738451442641406, -43.524070542512824 ], [ 172.738448127446986, -43.524080064454154 ], [ 172.73840876709329, -43.52409665107777 ], [ 172.738398872955145, -43.524113305109282 ], [ 172.738405276887846, -43.524146673097981 ], [ 172.738415016620962, -43.524165754430754 ], [ 172.738421461742632, -43.524189592987746 ], [ 172.738434434346544, -43.524218211239457 ], [ 172.738453872690485, -43.524265903329258 ], [ 172.738460276669173, -43.524299271314078 ], [ 172.738469913525819, -43.524342176217601 ], [ 172.73846646452364, -43.524382668807377 ], [ 172.738495827983911, -43.524406559779841 ], [ 172.738535034176579, -43.524425708491052 ], [ 172.73855135294977, -43.524437657712689 ], [ 172.738554524108366, -43.524461488774662 ], [ 172.738544629950212, -43.524478142817671 ], [ 172.738541314747806, -43.524487664760997 ], [ 172.738554328625895, -43.52450675356782 ], [ 172.73855747921229, -43.524535349344482 ], [ 172.7385573557508, -43.524563937634575 ], [ 172.738570297634482, -43.524599702941813 ], [ 172.738583270395793, -43.524628321174959 ], [ 172.738602760420804, -43.524664101449325 ], [ 172.738612438580674, -43.524697476908678 ], [ 172.738628675156519, -43.524728484978503 ], [ 172.738641668543153, -43.524752338489662 ], [ 172.738661312909073, -43.524752383391949 ], [ 172.738677518673086, -43.524790538526936 ], [ 172.738687176327204, -43.524828678694213 ], [ 172.738696895691874, -43.524852524716025 ], [ 172.738719670206223, -43.524885930094392 ], [ 172.738739160394118, -43.524921710344302 ], [ 172.738768441980454, -43.52496466010443 ], [ 172.738787963060958, -43.524993293273582 ], [ 172.738794357019657, -43.52502904359347 ], [ 172.738810604055544, -43.52505766927878 ], [ 172.738820323505223, -43.525081515289386 ], [ 172.73882020016552, -43.525110103577312 ], [ 172.738833203986729, -43.52513157470819 ], [ 172.738846187262567, -43.525157810552145 ], [ 172.738869003079145, -43.525181686470283 ], [ 172.738862362420463, -43.525203112730665 ], [ 172.738875376552699, -43.525222201499197 ], [ 172.738868705062401, -43.52525077483164 ], [ 172.738891500371636, -43.525279415459529 ], [ 172.738914305977062, -43.525305673725541 ], [ 172.738930522321198, -43.525341446464523 ], [ 172.738950043599175, -43.525370079604585 ], [ 172.738963026976364, -43.525396315434442 ], [ 172.738969472442676, -43.525420153956283 ], [ 172.738975917914019, -43.525443992477669 ], [ 172.738985627218199, -43.525470220830123 ], [ 172.739001853919518, -43.525503611200946 ], [ 172.73902138555377, -43.525529861971073 ], [ 172.73902450560044, -43.525565604801947 ], [ 172.739037478781484, -43.525594222979784 ], [ 172.739056948845189, -43.525634767886409 ], [ 172.739073185898064, -43.525665775889244 ], [ 172.739082864475023, -43.525699151303989 ], [ 172.739092573865975, -43.525725379646396 ], [ 172.73911204400838, -43.525765924542931 ], [ 172.739141418658477, -43.525787432989056 ], [ 172.73915769685641, -43.525808911550911 ], [ 172.739157532611699, -43.525847029264298 ], [ 172.739160724610571, -43.525866095590224 ], [ 172.739186804675597, -43.525892361269271 ], [ 172.739199757475461, -43.525925744141531 ], [ 172.739209466952985, -43.525951972473187 ], [ 172.739222409515151, -43.52598773769963 ], [ 172.739232098487435, -43.526018730743189 ], [ 172.739235239207034, -43.526049708851602 ], [ 172.739235218682353, -43.526054473565623 ], [ 172.739274364610168, -43.526087916163085 ], [ 172.739280800010931, -43.526114137021956 ], [ 172.739283951020582, -43.526142732771639 ], [ 172.739313346432766, -43.52615947645883 ], [ 172.739309949182427, -43.526188057277494 ], [ 172.739329501687337, -43.526209543278817 ], [ 172.739352359120488, -43.52622388966978 ], [ 172.739352143707009, -43.526273919165654 ], [ 172.739338944549957, -43.52629771287878 ], [ 172.739351928292933, -43.52632394866113 ], [ 172.73937148085642, -43.526345434654907 ], [ 172.739381210988228, -43.52636689825659 ], [ 172.739384351801334, -43.526397876359269 ], [ 172.739410462958347, -43.526416994915024 ], [ 172.739413624299743, -43.526443208302908 ], [ 172.739410186057881, -43.526481318550637 ], [ 172.73942318012584, -43.526505171967401 ], [ 172.73942957461523, -43.526540922243633 ], [ 172.739413091015138, -43.526567090859217 ], [ 172.73941300897107, -43.526586149713808 ], [ 172.739448983718688, -43.526595761219156 ], [ 172.739504521430945, -43.526624476326688 ], [ 172.739550287954557, -43.526641257248862 ], [ 172.739579642686209, -43.526667530294169 ], [ 172.739599113455228, -43.526708075102654 ], [ 172.739618594497699, -43.526746237550796 ], [ 172.739638096058144, -43.526779635281883 ], [ 172.739644541935121, -43.526803473760957 ], [ 172.739641165296774, -43.526827289873012 ], [ 172.739627966131508, -43.526851083617146 ], [ 172.73961804113182, -43.526874884816046 ], [ 172.739617948903827, -43.52689632602663 ], [ 172.73963092264799, -43.526924944131878 ], [ 172.739640611977308, -43.526955937136627 ], [ 172.739653555006242, -43.526991702309161 ], [ 172.739676259131386, -43.527041783984593 ], [ 172.73967937963846, -43.527077526789277 ], [ 172.739705358006546, -43.527127615912839 ], [ 172.739731418362993, -43.527158646177114 ], [ 172.739750817693135, -43.527215867453293 ], [ 172.73977023754307, -43.527268324012439 ], [ 172.739776693764725, -43.527289780125692 ], [ 172.739802743986814, -43.527323192729646 ], [ 172.739805885062964, -43.527354170816224 ], [ 172.739792685846453, -43.527377964577063 ], [ 172.739786024787549, -43.527404155596152 ], [ 172.739815379990176, -43.527430428578661 ], [ 172.73982837442, -43.527454281946284 ], [ 172.739847896800001, -43.527482914925272 ], [ 172.739864175702138, -43.527504393381939 ], [ 172.7398804853282, -43.527518724766701 ], [ 172.739883667403149, -43.527540173424164 ], [ 172.739883534317727, -43.527571144058683 ], [ 172.739903077234459, -43.527595012314833 ], [ 172.739922568987453, -43.527630792350003 ], [ 172.739942111938717, -43.527654660599303 ], [ 172.739945232632721, -43.527690403393379 ], [ 172.739954922243783, -43.527721396368051 ], [ 172.739974424301607, -43.5277547940373 ], [ 172.7399972517712, -43.527776287366613 ], [ 172.740006961887588, -43.527802515623641 ], [ 172.740013397784622, -43.527828736434671 ], [ 172.740036255990134, -43.527843082686779 ], [ 172.740039427905486, -43.527866913695291 ], [ 172.740029472203844, -43.527897861994781 ], [ 172.740022872580994, -43.527909758887155 ], [ 172.740039182353428, -43.527924090248625 ], [ 172.740062009909622, -43.527945583564566 ], [ 172.740084837482016, -43.527967076875925 ], [ 172.740088019652234, -43.527988525526261 ], [ 172.740068210550163, -43.528026598568026 ], [ 172.740081184747112, -43.52805521661768 ], [ 172.740087630932152, -43.528079055067188 ], [ 172.740090802879678, -43.528102886073356 ], [ 172.740100533546411, -43.528124349608596 ], [ 172.740123350971487, -43.528148225268069 ], [ 172.740126553620598, -43.528164909204136 ], [ 172.740132979379467, -43.528193512363273 ], [ 172.740152491913562, -43.528224527643758 ], [ 172.740181868123557, -43.528246035817254 ], [ 172.740214590177914, -43.528250874928766 ], [ 172.740234184562667, -43.528262831345032 ], [ 172.740260307013415, -43.5282795673469 ], [ 172.740243823294861, -43.528305736073968 ], [ 172.740246964645394, -43.528336714143784 ], [ 172.74027626938809, -43.528374898786467 ], [ 172.740315345842646, -43.52842501751271 ], [ 172.74034130487135, -43.528479871195138 ], [ 172.740386797146186, -43.528560975398157 ], [ 172.740415948833657, -43.528634895346372 ], [ 172.740418998338583, -43.528687314615134 ], [ 172.740402545228648, -43.528706336294775 ], [ 172.740392610007802, -43.528732519909262 ], [ 172.740385938838472, -43.528761093313463 ], [ 172.740392323910925, -43.528799225879808 ], [ 172.740356194416393, -43.528825350012333 ], [ 172.740356041128308, -43.528861085353107 ], [ 172.740369015638493, -43.528889703366701 ], [ 172.740388538734379, -43.528918336247962 ], [ 172.74040141109748, -43.528970777817769 ], [ 172.740401298705251, -43.528996983733805 ], [ 172.740430634512194, -43.529028021265589 ], [ 172.740473128814841, -43.52904479438314 ], [ 172.740512328420238, -43.529066324765928 ], [ 172.740548182275461, -43.52910452419718 ], [ 172.740577497788564, -43.529140326402974 ], [ 172.74065555016864, -43.529264387185563 ], [ 172.740694372356984, -43.529374064674258 ], [ 172.740707265491437, -43.529421741494623 ], [ 172.740723361527813, -43.529486102229214 ], [ 172.740765437896215, -43.529600551826817 ], [ 172.740788041885679, -43.529674456821212 ], [ 172.740794478316474, -43.529700677581033 ], [ 172.740794315080194, -43.529738795273332 ], [ 172.74081386925414, -43.529760281011647 ], [ 172.740820315906348, -43.529784119413918 ], [ 172.740839808901029, -43.529819899282096 ], [ 172.740836432558893, -43.529843715417641 ], [ 172.740855905182372, -43.529884259994198 ], [ 172.740872215682458, -43.529898591233703 ], [ 172.740865585406397, -43.52991763523751 ], [ 172.740858955126129, -43.529936679240855 ], [ 172.740885098868063, -43.529948650385954 ], [ 172.740878468590495, -43.529967694390336 ], [ 172.740911089653906, -43.529996356860288 ], [ 172.740920820913033, -43.530017820320076 ], [ 172.740933795935888, -43.530046438265082 ], [ 172.740956624607435, -43.53006793139722 ], [ 172.740969671026363, -43.530079872848439 ], [ 172.74097280264084, -43.530113233245466 ], [ 172.740982513550449, -43.530139461410918 ], [ 172.741005281109523, -43.530175248666843 ], [ 172.741024743758402, -43.530218175568443 ], [ 172.741044216627444, -43.530258720110915 ], [ 172.74105715099131, -43.530296867463292 ], [ 172.741073380117967, -43.530330257518003 ], [ 172.741089639835025, -43.530356500503629 ], [ 172.74110265577113, -43.530375589005928 ], [ 172.741099228547739, -43.530411316924763 ], [ 172.741112183358496, -43.530444699559006 ], [ 172.741121853622474, -43.530480457133429 ], [ 172.741121741536233, -43.530506663044015 ], [ 172.741121649829239, -43.530528104243487 ], [ 172.741131401626347, -43.530544802972777 ], [ 172.741154138859656, -43.530587737263552 ], [ 172.741170429243766, -43.530606833170324 ], [ 172.741193278583779, -43.530623561542946 ], [ 172.741203010042852, -43.530645024976856 ], [ 172.741199643982668, -43.530666458764451 ], [ 172.741219229156627, -43.530680797364724 ], [ 172.741255176070894, -43.530697555368043 ], [ 172.741326713600387, -43.530814453780785 ], [ 172.741404505015197, -43.531000455264191 ], [ 172.741479185309259, -43.531148331601536 ], [ 172.741537738053751, -43.531238994352336 ], [ 172.741566841560427, -43.531324825755384 ], [ 172.74158610153998, -43.531415399659039 ], [ 172.741569566671387, -43.531453480338122 ], [ 172.741566241384675, -43.531465384712966 ], [ 172.741566170177094, -43.531482061199235 ], [ 172.741582460930914, -43.531501157045248 ], [ 172.74159221301079, -43.531517855733078 ], [ 172.741618276216201, -43.531548885550571 ], [ 172.741644349617758, -43.531577533006867 ], [ 172.741640942981888, -43.531608496224756 ], [ 172.741634312757611, -43.531627540267564 ], [ 172.741673514446347, -43.531649070247731 ], [ 172.741683256407072, -43.531668151282631 ], [ 172.741656938892135, -43.531696680358294 ], [ 172.741650278155248, -43.531722871467011 ], [ 172.741646881683295, -43.531751452329182 ], [ 172.741659867586549, -43.53177768782983 ], [ 172.741682707334689, -43.531796798457691 ], [ 172.741718695705913, -43.531804026893731 ], [ 172.741731681651515, -43.531830262386073 ], [ 172.741744525289448, -43.531889850847492 ], [ 172.741750799719398, -43.531954189225246 ], [ 172.741767049998828, -43.531982814463873 ], [ 172.741825888526506, -43.532006771117317 ], [ 172.741838874561722, -43.532033006596748 ], [ 172.741835508647114, -43.532054440398234 ], [ 172.741871446386256, -43.532073580561217 ], [ 172.741894306632304, -43.532087926436311 ], [ 172.741926908999091, -43.532121353319837 ], [ 172.741930031083172, -43.532157096035249 ], [ 172.741943078143095, -43.532169037372647 ], [ 172.741949545807756, -43.532188110993019 ], [ 172.741949454388646, -43.53220955218756 ], [ 172.741975548543763, -43.532233434856238 ], [ 172.741988575316753, -43.532250140898206 ], [ 172.742011323949157, -43.532290692653866 ], [ 172.7420046632989, -43.53231688378073 ], [ 172.741981670906512, -43.532333508541726 ], [ 172.741952160028632, -43.532342971453133 ], [ 172.741942275663234, -43.532357243411369 ], [ 172.741919293397274, -43.532371485804752 ], [ 172.741912683494206, -43.532385765151432 ], [ 172.74191914101317, -43.53240722112772 ], [ 172.741928832379443, -43.532438213913871 ], [ 172.741951672461084, -43.53245732448665 ], [ 172.741984305526927, -43.532483604287705 ], [ 172.741987427662593, -43.532519346999422 ], [ 172.742000413876809, -43.532545582458617 ], [ 172.74203304701129, -43.53257186224554 ], [ 172.74205916166207, -43.532590980184487 ], [ 172.742072087004601, -43.532631509764116 ], [ 172.742085063126922, -43.532660127568093 ], [ 172.742084931144205, -43.532691098180152 ], [ 172.74209135829949, -43.532719701210056 ], [ 172.742094480509934, -43.532755443917566 ], [ 172.742074732011702, -43.532779223146015 ], [ 172.742081199782234, -43.532798296757164 ], [ 172.742103999440218, -43.532826936717633 ], [ 172.742130093921531, -43.532850819349278 ], [ 172.742136541415931, -43.532874657666525 ], [ 172.742136450060883, -43.532896098858821 ], [ 172.742165819088427, -43.532919988867093 ], [ 172.742201737149202, -43.532943893634275 ], [ 172.742208225272691, -43.532958202528505 ], [ 172.742240879012257, -43.532979717545643 ], [ 172.742273441468114, -43.533022673745457 ], [ 172.742279889037036, -43.533046512054106 ], [ 172.74225037785726, -43.533055975040554 ], [ 172.742253540762135, -43.533082188323334 ], [ 172.742279594832212, -43.533115600338725 ], [ 172.742289276350277, -43.533148975445833 ], [ 172.74232845896978, -43.533175269907979 ], [ 172.742348024936462, -43.533194373020493 ], [ 172.742341354187943, -43.533222946517512 ], [ 172.742360889748454, -43.533249196691493 ], [ 172.742383750553671, -43.533263542467189 ], [ 172.74238361872105, -43.533294513076683 ], [ 172.7423802630681, -43.533313564535185 ], [ 172.742393198918535, -43.533351711719725 ], [ 172.742412744682781, -43.533375579529888 ], [ 172.742422406036241, -43.533413719333566 ], [ 172.742448480618521, -43.53344236660007 ], [ 172.742454877609134, -43.533478116669919 ], [ 172.742448217017625, -43.533504307817317 ], [ 172.742444770125161, -43.533544800467382 ], [ 172.742457746617646, -43.533573418225409 ], [ 172.742493634770511, -43.533604469962803 ], [ 172.742522973875083, -43.533635506940961 ], [ 172.742539214832959, -43.533666514417881 ], [ 172.742568553990907, -43.533697551384144 ], [ 172.742607726953992, -43.53372622810366 ], [ 172.742637056044799, -43.53375964740659 ], [ 172.742669649589118, -43.533795456426219 ], [ 172.742715300872135, -43.533840824329047 ], [ 172.742744518680922, -43.533900449502291 ], [ 172.74274759070039, -43.53394810395752 ], [ 172.742783509600116, -43.533972008539727 ], [ 172.742793211781276, -43.534000618891497 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "max", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.586915832266275", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.742793211781276, -43.534000618891497 ], [ 172.742806208784657, -43.534024471899691 ], [ 172.742799517909219, -43.534057810128246 ], [ 172.742805925295272, -43.534091177820962 ], [ 172.742809118866404, -43.534110244021434 ], [ 172.742825410716762, -43.53412933968432 ], [ 172.742854800858794, -43.534148464804055 ], [ 172.742857913467276, -43.534186589837347 ], [ 172.742867605595364, -43.534217582536172 ], [ 172.742867453761392, -43.534253317850201 ], [ 172.742854233983707, -43.534281876643441 ], [ 172.742854102387156, -43.53431284724855 ], [ 172.742867048869471, -43.534348612019848 ], [ 172.742879985245139, -43.534386759143693 ], [ 172.74287004002872, -43.534415325301921 ], [ 172.742860145415989, -43.534431979688179 ], [ 172.742876396880632, -43.53446060475968 ], [ 172.742922099419474, -43.534494060805464 ], [ 172.742948255655364, -43.534503649121 ], [ 172.742967822245703, -43.534522752124587 ], [ 172.742970965298468, -43.53455373009006 ], [ 172.74296108080938, -43.534568002130527 ], [ 172.742957674671402, -43.534598965372659 ], [ 172.742967397271059, -43.534622810998741 ], [ 172.742986963905764, -43.534641913998755 ], [ 172.743006550786703, -43.534656252287157 ], [ 172.743003144666829, -43.534687215530219 ], [ 172.743009623048096, -43.534703906729618 ], [ 172.743029169490143, -43.534727774430451 ], [ 172.74305202089613, -43.534744502424672 ], [ 172.743084716353309, -43.534756487780882 ], [ 172.743048543987044, -43.534792142147161 ], [ 172.743051707324923, -43.534818355400972 ], [ 172.743074508199641, -43.534846995160812 ], [ 172.743097339436218, -43.534868487853856 ], [ 172.743120170688996, -43.534889980542317 ], [ 172.743159375016546, -43.534911510007305 ], [ 172.743181973774426, -43.534987796825867 ], [ 172.743204704009486, -43.535033113037201 ], [ 172.743217620524945, -43.53507602482712 ], [ 172.743243716412536, -43.53509990719872 ], [ 172.743266497269985, -43.535133311627284 ], [ 172.74328601363311, -43.535164326344827 ], [ 172.743302275600001, -43.535190568999184 ], [ 172.743311937798779, -43.535228708717675 ], [ 172.743324814012936, -43.535281149909977 ], [ 172.743370285052322, -43.535369399913577 ], [ 172.743402718268214, -43.535443326379266 ], [ 172.743432048626715, -43.535476745471364 ], [ 172.74345487012755, -43.535500620445404 ], [ 172.743477530067054, -43.535562613076209 ], [ 172.743464249692494, -43.535605466056282 ], [ 172.743451029897756, -43.535634024911694 ], [ 172.743441104943287, -43.535657826405945 ], [ 172.743470485921648, -43.535679333718377 ], [ 172.743490002564215, -43.535710348398844 ], [ 172.743519423973964, -43.535722326283576 ], [ 172.743565127819068, -43.535755782068193 ], [ 172.74358793938282, -43.535782039368655 ], [ 172.743584533494243, -43.53581300262352 ], [ 172.743597511007692, -43.535841620243382 ], [ 172.743626851758961, -43.535872656930195 ], [ 172.74363001540172, -43.53589887016382 ], [ 172.743626619620812, -43.535927451065646 ], [ 172.743623274302195, -43.535944120198721 ], [ 172.743642801200338, -43.535972752498424 ], [ 172.743649209249384, -43.536006120134353 ], [ 172.743668705905606, -43.536041899490357 ], [ 172.743681622962242, -43.53608481122162 ], [ 172.743681491780848, -43.536115781818935 ], [ 172.743707578208614, -43.536142046435508 ], [ 172.743723830530143, -43.536170671380106 ], [ 172.743730198288318, -43.53621356842492 ], [ 172.743736606410408, -43.536246936054717 ], [ 172.743736525700314, -43.536265994883394 ], [ 172.743756052755259, -43.536294627162498 ], [ 172.743772274878239, -43.536330399160292 ], [ 172.743798321092072, -43.536366193169698 ], [ 172.743817828037209, -43.53639959014501 ], [ 172.74384390456143, -43.536428237083129 ], [ 172.743860126771807, -43.536464009067828 ], [ 172.743863320796947, -43.536483075232063 ], [ 172.74387307430348, -43.536499773714354 ], [ 172.743863139287384, -43.536525957595167 ], [ 172.743856468879102, -43.536554531164732 ], [ 172.743885789941459, -43.536590332489354 ], [ 172.74389215785726, -43.536633229522394 ], [ 172.743895351901159, -43.536652295685222 ], [ 172.743901750077271, -43.536688045656966 ], [ 172.743937610569759, -43.536726243990877 ], [ 172.74398340611549, -43.536738258424052 ], [ 172.744006228307796, -43.536762133284512 ], [ 172.744038884735289, -43.536783647780496 ], [ 172.74404210906394, -43.536795566878602 ], [ 172.744051832440192, -43.536819412405201 ], [ 172.744090867072032, -43.536881441555138 ], [ 172.744110273600739, -43.536938662012091 ], [ 172.744126516251526, -43.5369696692498 ], [ 172.744142839503155, -43.53698161765827 ], [ 172.744149268077848, -43.537010220554507 ], [ 172.744162236040438, -43.537041220458903 ], [ 172.744188262646816, -43.537081779082996 ], [ 172.744214178514994, -43.537148543587328 ], [ 172.744243439660778, -43.537198638937454 ], [ 172.744279330873724, -43.53722969010223 ], [ 172.744302062765797, -43.537275006081721 ], [ 172.744347466261075, -43.537379932145711 ], [ 172.744376667244438, -43.537444321579514 ], [ 172.744383106041568, -43.537470542107485 ], [ 172.74437976084397, -43.537487211258508 ], [ 172.74436006201222, -43.537499079094459 ], [ 172.744379549502298, -43.537537240675306 ], [ 172.744382622980709, -43.537584895059823 ], [ 172.74438906179509, -43.537611115586877 ], [ 172.744408619778795, -43.537632600690245 ], [ 172.744418323307769, -43.537661210889127 ], [ 172.744428016783758, -43.537692203440137 ], [ 172.74443446569083, -43.537716041611134 ], [ 172.744457238123914, -43.53775182814428 ], [ 172.744473420807253, -43.537797129447767 ], [ 172.744509141490738, -43.537868680540342 ], [ 172.7445384032265, -43.537918775810112 ], [ 172.744564490800684, -43.537945040225715 ], [ 172.744587394122675, -43.537949856142561 ], [ 172.744607042781723, -43.537949900033851 ], [ 172.744620101669483, -43.537959458705004 ], [ 172.744616746454739, -43.537978510214657 ], [ 172.744633070074713, -43.53799045855191 ], [ 172.744642813981272, -43.538009539318274 ], [ 172.744639478878497, -43.538023826122412 ], [ 172.744659016977863, -43.538050075887966 ], [ 172.744681809773141, -43.538081097668929 ], [ 172.744698113330458, -43.53809781070278 ], [ 172.744688158301443, -43.538128759354166 ], [ 172.744710991345414, -43.538150251717099 ], [ 172.74473052951646, -43.538176501470026 ], [ 172.744759741337504, -43.538238508446042 ], [ 172.744798707271144, -43.538317213813386 ], [ 172.744821359583, -43.538381588506148 ], [ 172.744837582890142, -43.53841736034267 ], [ 172.744860355823988, -43.538453146792364 ], [ 172.744873364636192, -43.538474617198467 ], [ 172.744961071435142, -43.538643961515774 ], [ 172.744977294894596, -43.538679733331165 ], [ 172.745000078049088, -43.53871313739905 ], [ 172.744999977650195, -43.53873696092694 ], [ 172.744990102991181, -43.538748850779051 ], [ 172.744999837091541, -43.538770313865811 ], [ 172.745019365547904, -43.538798945920057 ], [ 172.745038873945873, -43.5388323426764 ], [ 172.745064962129902, -43.538858606975097 ], [ 172.745077930953755, -43.538889606767725 ], [ 172.745068016135889, -43.53891102603712 ], [ 172.745087524596585, -43.538944422784674 ], [ 172.745087414194785, -43.538970628664437 ], [ 172.745110117233764, -43.539023091530602 ], [ 172.745155744174923, -43.539075605489742 ], [ 172.745188372159561, -43.539104266710751 ], [ 172.745185017058503, -43.539123318233571 ], [ 172.745201240777703, -43.539159090014842 ], [ 172.745230493675336, -43.539211567451737 ], [ 172.745227108488024, -43.539237766033295 ], [ 172.745220468512713, -43.539259192611901 ], [ 172.745226937958648, -43.539278266027608 ], [ 172.745246436594272, -43.539314045098962 ], [ 172.745262770727805, -43.539323610992163 ], [ 172.745279064750065, -43.539342706293347 ], [ 172.745292073900828, -43.5393641766493 ], [ 172.745308277691322, -43.539404713119303 ], [ 172.745311482351667, -43.539421396882204 ], [ 172.74528846809838, -43.539442786988133 ], [ 172.745288347752876, -43.539471375218547 ], [ 172.745291482210405, -43.539504735449427 ], [ 172.745307625869316, -43.53955956603361 ], [ 172.745327084533329, -43.53960487449973 ], [ 172.745343368624532, -43.539626352143522 ], [ 172.745385781500914, -43.539664564598063 ], [ 172.745398730611157, -43.539700329055648 ], [ 172.745414944586003, -43.539738483156121 ], [ 172.745441063391183, -43.539757600308874 ], [ 172.745454112777566, -43.539769541235486 ], [ 172.74545073767726, -43.539793357468817 ], [ 172.745463716919119, -43.539821974861155 ], [ 172.745476716216274, -43.539845827547126 ], [ 172.745493010446012, -43.539864922816577 ], [ 172.745519099270723, -43.539891187008486 ], [ 172.745538668408898, -43.539910289560375 ], [ 172.74556150242509, -43.539931781749175 ], [ 172.745571206863247, -43.539960391840935 ], [ 172.745574381571714, -43.539984222652187 ], [ 172.74559064581814, -43.540010464964531 ], [ 172.745610194984721, -43.540034332208627 ], [ 172.745619929509985, -43.540055795238779 ], [ 172.745642693504351, -43.540093963877382 ], [ 172.745649113097414, -43.540124949028588 ], [ 172.745665367399653, -43.540153573682112 ], [ 172.745675132004976, -43.540167889650313 ], [ 172.745675031866767, -43.54019171317335 ], [ 172.745694551085705, -43.540222727459366 ], [ 172.745681351350612, -43.540246521845098 ], [ 172.745691075921712, -43.540270367220835 ], [ 172.745694240680024, -43.540296580379888 ], [ 172.745703925213235, -43.540329955163337 ], [ 172.745710374899602, -43.540353793253225 ], [ 172.745739708902988, -43.540387211733616 ], [ 172.74578216260025, -43.540415894629071 ], [ 172.745798437061154, -43.540439754558136 ], [ 172.745821251352481, -43.540466011398195 ], [ 172.745853900413778, -43.540489907720563 ], [ 172.745860330162714, -43.540518510505912 ], [ 172.745886369399614, -43.540556686373016 ], [ 172.74590263393435, -43.540582928639068 ], [ 172.745922193412326, -43.540604413476025 ], [ 172.74593513303472, -43.540642560220405 ], [ 172.745941582844978, -43.540666398296267 ], [ 172.745954562504664, -43.540695015629566 ], [ 172.745970767091649, -43.540735551998182 ], [ 172.745987021709027, -43.540764176603687 ], [ 172.74601633606224, -43.540802359715798 ], [ 172.746039170583742, -43.540823851807076 ], [ 172.746062015120259, -43.540842961541671 ], [ 172.746081514750273, -43.540878740463256 ], [ 172.746091249577404, -43.540900203450867 ], [ 172.746091099611988, -43.540935938731955 ], [ 172.746087714697239, -43.540962137331711 ], [ 172.746094134608342, -43.540993122454005 ], [ 172.746110359361836, -43.54102889409711 ], [ 172.746110279385988, -43.541047952913303 ], [ 172.74612658413443, -43.541064665737736 ], [ 172.746152663754401, -43.541093312133498 ], [ 172.746162398640962, -43.541114775114387 ], [ 172.746185233331886, -43.541136267175773 ], [ 172.746204793088395, -43.54115775196297 ], [ 172.746214518010817, -43.541181597291235 ], [ 172.74624062769837, -43.541203096610658 ], [ 172.746260157522727, -43.541231728444181 ], [ 172.746240457835768, -43.5412435965942 ], [ 172.746243642864698, -43.541265045030372 ], [ 172.746256642777098, -43.54128889762314 ], [ 172.746269642699758, -43.541312750214338 ], [ 172.746279357681914, -43.541338977888508 ], [ 172.7463021625301, -43.541367616981731 ], [ 172.746308602571759, -43.541393837386309 ], [ 172.746311787632521, -43.541415285820115 ], [ 172.746314962706435, -43.541439116605652 ], [ 172.746334432711848, -43.541482042536849 ], [ 172.746350707675731, -43.54150590238411 ], [ 172.746380102508397, -43.541525026584452 ], [ 172.74638975765518, -43.541565548359593 ], [ 172.746409277681011, -43.541596562518123 ], [ 172.746425552705063, -43.541620422354384 ], [ 172.746438542780737, -43.541646657277177 ], [ 172.746441677979703, -43.541680017465652 ], [ 172.746444883070353, -43.541696701191185 ], [ 172.746428408324618, -43.541720488394084 ], [ 172.746428278523467, -43.541751458967404 ], [ 172.746441278612394, -43.54177531153757 ], [ 172.746454238776721, -43.541808693513275 ], [ 172.746460708880733, -43.541827766852265 ], [ 172.746454079037221, -43.541846811141404 ], [ 172.74645393926491, -43.541880164065823 ], [ 172.746473449441424, -43.541913560563735 ], [ 172.746486449582704, -43.541937413128217 ], [ 172.746499529590039, -43.541942206877458 ], [ 172.746532279520892, -43.541942279485333 ], [ 172.746548624546193, -43.541949462840932 ], [ 172.74656819467296, -43.541968565212159 ], [ 172.746568084900815, -43.541994771081008 ], [ 172.746587595177118, -43.542028167559025 ], [ 172.746571150334091, -43.542044807725965 ], [ 172.746580805690286, -43.542085329481814 ], [ 172.746593775975583, -43.542116329088564 ], [ 172.746616471512311, -43.542171173984435 ], [ 172.74663592201162, -43.542218864563132 ], [ 172.746655382517389, -43.542264172786609 ], [ 172.746684727940021, -43.542295208665301 ], [ 172.74671091806411, -43.542297649061894 ], [ 172.746730528246388, -43.542307221998136 ], [ 172.746750108518114, -43.542323941985849 ], [ 172.746753273838664, -43.542350155107556 ], [ 172.746762979223433, -43.542378765088344 ], [ 172.746782569498208, -43.542393102718798 ], [ 172.74679227490364, -43.542421712696921 ], [ 172.746808590179342, -43.542436043069863 ], [ 172.746818305573498, -43.542462270694067 ], [ 172.746837895888405, -43.542476608314935 ], [ 172.746847561459333, -43.542514747694234 ], [ 172.746847471743081, -43.542536188858094 ], [ 172.74687027730937, -43.542564827833779 ], [ 172.746912812795159, -43.542574451491355 ], [ 172.746909448073296, -43.542595885405532 ], [ 172.74689956318889, -43.542610157765409 ], [ 172.746912593544664, -43.542626863224775 ], [ 172.746919063879602, -43.542645936535692 ], [ 172.74694518441251, -43.542665053339377 ], [ 172.746941739978354, -43.542705546066045 ], [ 172.746977605943357, -43.54274374341967 ], [ 172.746997146573648, -43.542769992770154 ], [ 172.747016756954167, -43.542779565657014 ], [ 172.747023207414799, -43.542803403664529 ], [ 172.747036198001553, -43.542829638515236 ], [ 172.747036068506532, -43.542860609083959 ], [ 172.747022868717949, -43.542884403613435 ], [ 172.747032584276184, -43.542910631217772 ], [ 172.747065195292038, -43.542944056594031 ], [ 172.747081460975807, -43.542970298684189 ], [ 172.74708465635041, -43.542989364740016 ], [ 172.747100922054699, -43.543015606827282 ], [ 172.747100812509302, -43.543041812692387 ], [ 172.747117078234652, -43.543068054777152 ], [ 172.747143238840039, -43.543077642129361 ], [ 172.747136579200514, -43.543103833508141 ], [ 172.747146304799799, -43.543127678750693 ], [ 172.747188800904269, -43.543146831711063 ], [ 172.747188651575385, -43.543182566981081 ], [ 172.747208013256937, -43.543251698617645 ], [ 172.747237200186049, -43.543320851971572 ], [ 172.747266486704291, -43.543366181804757 ], [ 172.74729580311967, -43.54340436457646 ], [ 172.747305528829514, -43.543428209804468 ], [ 172.747328354847042, -43.543452083983183 ], [ 172.747347925704474, -43.543471186217694 ], [ 172.74735108139285, -43.543499781669574 ], [ 172.747347736671401, -43.543516450891012 ], [ 172.747360737499378, -43.543540303351065 ], [ 172.747367227968823, -43.543554611931732 ], [ 172.747370403566975, -43.543578442680278 ], [ 172.747402915658398, -43.543635691469404 ], [ 172.747432222344003, -43.54367625655599 ], [ 172.747461419676966, -43.54374302749752 ], [ 172.747487341979649, -43.543809791197788 ], [ 172.747519844362728, -43.543869422303011 ], [ 172.747549081650078, -43.543926663816045 ], [ 172.747591469106425, -43.543972022487587 ], [ 172.747597919918633, -43.543995860458544 ], [ 172.747607606085438, -43.544029235063128 ], [ 172.747636853470397, -43.544084094201466 ], [ 172.747679032440402, -43.544179482210851 ], [ 172.747714770587663, -43.544248649889354 ], [ 172.747727771716512, -43.544272502305375 ], [ 172.74773748780072, -43.544298729844726 ], [ 172.74775044921509, -43.544332111661802 ], [ 172.747773206219421, -43.544372662205745 ], [ 172.747789422931817, -43.544410815944943 ], [ 172.747808954518831, -43.544439447502128 ], [ 172.747838311514727, -43.544468100726036 ], [ 172.747848057467223, -43.544487181202591 ], [ 172.747834837779152, -43.54451574052068 ], [ 172.747854319773694, -43.544556283824086 ], [ 172.747867350810253, -43.544572989170639 ], [ 172.747867291236105, -43.544587283275852 ], [ 172.747925945893485, -43.544658883790134 ], [ 172.747965078851024, -43.544699470396786 ], [ 172.7479910418119, -43.544756704570773 ], [ 172.748017024668115, -43.544809174036828 ], [ 172.748043096868969, -43.544840202339529 ], [ 172.748042997646962, -43.544864025847382 ], [ 172.748026542505926, -43.544883048565246 ], [ 172.748032953894693, -43.544916415911558 ], [ 172.748042650368944, -43.544947408124081 ], [ 172.748081763749298, -43.544992759390873 ], [ 172.748094755261377, -43.545018994113491 ], [ 172.74810120638179, -43.545042832052445 ], [ 172.748071640639523, -43.545064208262936 ], [ 172.748087917246835, -43.545088067851957 ], [ 172.748100869101847, -43.545123831976241 ], [ 172.748117046542717, -43.545171515067594 ], [ 172.74815618987671, -43.545209719255695 ], [ 172.748205109197642, -43.545259856822383 ], [ 172.74825710549672, -43.545357648591775 ], [ 172.748283168143161, -43.545391059188219 ], [ 172.748302730015098, -43.545412543605664 ], [ 172.748305886251927, -43.54544113902282 ], [ 172.748328753065692, -43.545455483593884 ], [ 172.74833519441313, -43.545481703868724 ], [ 172.74833505566022, -43.545515056776679 ], [ 172.748367629156093, -43.54555801117354 ], [ 172.74840997873298, -43.545612898935055 ], [ 172.748419645787578, -43.545651038164152 ], [ 172.748455454988118, -43.545703529143985 ], [ 172.748491214726243, -43.545767931864752 ], [ 172.748504147154847, -43.545808460640956 ], [ 172.748513784587544, -43.545853746912343 ], [ 172.748526816084421, -43.545870452181056 ], [ 172.748520127019191, -43.545903790679624 ], [ 172.748536423834338, -43.545922885501405 ], [ 172.748559300786752, -43.545934847675291 ], [ 172.748569007593602, -43.545963457488277 ], [ 172.748578734212572, -43.545987302599528 ], [ 172.748608131923163, -43.546006426219087 ], [ 172.748617799164521, -43.546044565429234 ], [ 172.74862423079918, -43.546073168035925 ], [ 172.748630642640876, -43.546106535342865 ], [ 172.74865670581471, -43.546139945851088 ], [ 172.748669727514454, -43.54615903345325 ], [ 172.748695810526357, -43.546187679251652 ], [ 172.74871206788788, -43.546216303449121 ], [ 172.748724980767321, -43.546261596898397 ], [ 172.748721616476161, -43.546283030853132 ], [ 172.748728097663388, -43.546299721701438 ], [ 172.748757475783577, -43.546323609982643 ], [ 172.74877046787222, -43.546349844623776 ], [ 172.748760543230787, -43.546373646535876 ], [ 172.748763729415231, -43.546395094885384 ], [ 172.748776721521779, -43.546421329525522 ], [ 172.748789753212947, -43.546438034763078 ], [ 172.748799470101488, -43.546464262204196 ], [ 172.74881572758585, -43.546492886385828 ], [ 172.74882219892919, -43.546511959578552 ], [ 172.748828670276623, -43.546531032770872 ], [ 172.74886137324475, -43.54654301646876 ], [ 172.748877660449239, -43.546564493590665 ], [ 172.748890672420146, -43.546585963516861 ], [ 172.74889382899363, -43.546614558912722 ], [ 172.74889371032188, -43.546643147115098 ], [ 172.748900152038487, -43.546669367353552 ], [ 172.74891963543476, -43.546709910463541 ], [ 172.748939148519781, -43.546743306519538 ], [ 172.748968457733241, -43.546783871196411 ], [ 172.748984705497094, -43.546814877702971 ], [ 172.748994373102903, -43.546853016876753 ], [ 172.748974642455892, -43.546872032533365 ], [ 172.748948400822229, -43.54688150440272 ], [ 172.748954892022482, -43.54689581288666 ], [ 172.748931816870765, -43.546931497794624 ], [ 172.748944759727351, -43.546969644164001 ], [ 172.749006930469136, -43.546984074893125 ], [ 172.749052675487548, -43.547010381396049 ], [ 172.749085368877189, -43.547024747379666 ], [ 172.74909834149463, -43.547055746681153 ], [ 172.749108038852967, -43.547086738793872 ], [ 172.749121021375686, -43.547115355742463 ], [ 172.749150340769859, -43.547153538020801 ], [ 172.749156762892795, -43.547184522942899 ], [ 172.749169666430163, -43.547232198685556 ], [ 172.749205546353039, -43.547268012969937 ], [ 172.749244652223751, -43.547315746176196 ], [ 172.749264096557539, -43.54736581862381 ], [ 172.749283689036645, -43.547380155818523 ], [ 172.749296632210019, -43.547418302145836 ], [ 172.749319391403674, -43.547458852365445 ], [ 172.749332295126834, -43.547506528087915 ], [ 172.749335422338504, -43.547542270517276 ], [ 172.749364801300459, -43.547566158639256 ], [ 172.749381088957847, -43.547587635686718 ], [ 172.749390786545177, -43.54761862777309 ], [ 172.749393963146758, -43.547642458450923 ], [ 172.749407005139687, -43.547656781265744 ], [ 172.749416742227567, -43.547678243950209 ], [ 172.7494362953706, -43.547702110517747 ], [ 172.749442757169334, -43.547723566021936 ], [ 172.749462330071822, -43.547742667885196 ], [ 172.749458887017425, -43.547783160655058 ], [ 172.749468555074316, -43.547821299783372 ], [ 172.74948155765702, -43.547845151988589 ], [ 172.749494599714183, -43.547859474793029 ], [ 172.749514093754357, -43.547897635445416 ], [ 172.749530361824156, -43.54792387717022 ], [ 172.749540029948236, -43.547962016291727 ], [ 172.749553012861497, -43.547990633187808 ], [ 172.749552884631754, -43.548021603734469 ], [ 172.749562621829597, -43.548043066405413 ], [ 172.749565719613599, -43.548085955874619 ], [ 172.749581928579801, -43.548126491689615 ], [ 172.749594872098896, -43.548164637979006 ], [ 172.749607874804667, -43.548188490168712 ], [ 172.74960119593473, -43.548219446368122 ], [ 172.749594536782382, -43.548245637867659 ], [ 172.749613942255309, -43.548305239647568 ], [ 172.749643252674105, -43.548345804143295 ], [ 172.749652920935659, -43.548383943252759 ], [ 172.74964624206666, -43.548414899453753 ], [ 172.749652605414411, -43.548460178439512 ], [ 172.74965577230185, -43.548486391456471 ], [ 172.749665489891186, -43.548512618816289 ], [ 172.749691594102529, -43.54853649968021 ], [ 172.749737350447646, -43.548560423556083 ], [ 172.749766749772704, -43.548579546873029 ], [ 172.749809181555918, -43.548615375299214 ], [ 172.749838511960803, -43.548651175044327 ], [ 172.749890681257085, -43.548708466084676 ], [ 172.749910274318665, -43.548722803170079 ], [ 172.749942732467218, -43.54879434529478 ], [ 172.749952302504227, -43.548856307871191 ], [ 172.749984869091918, -43.548901644138738 ], [ 172.750027153547649, -43.548973207724266 ], [ 172.750046599056276, -43.549023280027086 ], [ 172.750066074128853, -43.549066205278095 ], [ 172.750088854140273, -43.5491019906368 ], [ 172.750108339110312, -43.54914253353077 ], [ 172.750114732404398, -43.549180665438016 ], [ 172.750124420777894, -43.549214039804369 ], [ 172.750147230401694, -43.549242678102772 ], [ 172.750156987686182, -43.549259376020828 ], [ 172.750150348339275, -43.549280802849644 ], [ 172.750130646783902, -43.549292671648686 ], [ 172.75011747632189, -43.549309319460235 ], [ 172.750114102507268, -43.549333135794534 ], [ 172.750133607250859, -43.549368913984225 ], [ 172.750156446458675, -43.54939040523233 ], [ 172.750172715206077, -43.549416646860536 ], [ 172.750202144600451, -43.549428623016205 ], [ 172.750218413377894, -43.549454864637802 ], [ 172.750208498629092, -43.549476284313499 ], [ 172.750237908384833, -43.549493025158426 ], [ 172.750273859128384, -43.549512162653485 ], [ 172.750277046009842, -43.549533610950704 ], [ 172.750290029606077, -43.549562227756887 ], [ 172.750306259118588, -43.549597998762408 ], [ 172.750315977166622, -43.549624226062917 ], [ 172.75031913456607, -43.549652821406191 ], [ 172.750345219859781, -43.549681466816317 ], [ 172.750354918272308, -43.54971245881157 ], [ 172.750381042935857, -43.549731574816647 ], [ 172.750397361027751, -43.549745904665919 ], [ 172.750403833213596, -43.549764977760297 ], [ 172.750426594026294, -43.54980552774677 ], [ 172.750436263011181, -43.549843666781996 ], [ 172.750442715560752, -43.549867504572163 ], [ 172.750452423881683, -43.549896114209204 ], [ 172.750468712549548, -43.549917591095372 ], [ 172.750478411062687, -43.5499485830791 ], [ 172.750481588211045, -43.549972413718287 ], [ 172.750501171994017, -43.549989133049671 ], [ 172.750517470530667, -43.550008227579575 ], [ 172.750530523123757, -43.550020167913097 ], [ 172.750543526594527, -43.550044019990466 ], [ 172.750546684122554, -43.550072615325675 ], [ 172.750546546566881, -43.550105968212392 ], [ 172.750559481287866, -43.550146496730868 ], [ 172.750562658478174, -43.550170327367091 ], [ 172.750595255697732, -43.550208516406137 ], [ 172.750608269057182, -43.550229986126517 ], [ 172.750624528402653, -43.550258610036558 ], [ 172.75064735829838, -43.550282483533465 ], [ 172.750637423920466, -43.550308667941259 ], [ 172.750650368566482, -43.550346814099306 ], [ 172.750676454315226, -43.55037545943145 ], [ 172.750686211927359, -43.550392157301836 ], [ 172.750689359720411, -43.550423134980491 ], [ 172.750708904429843, -43.550449383671165 ], [ 172.7507088258767, -43.550468442462567 ], [ 172.750715249142559, -43.550499427281899 ], [ 172.750741413530648, -43.550509013807471 ], [ 172.750754436823598, -43.550528101161447 ], [ 172.750747797546893, -43.550549528020376 ], [ 172.750734617160987, -43.550568558247974 ], [ 172.750734548433797, -43.550585234690139 ], [ 172.750760644141963, -43.550611497653371 ], [ 172.750763850886273, -43.55062818123573 ], [ 172.750773500579697, -43.550671084935452 ], [ 172.750799566894756, -43.550704494936042 ], [ 172.750809304963042, -43.55072595749283 ], [ 172.750822269435218, -43.550759338931478 ], [ 172.750851552406544, -43.550807050151242 ], [ 172.75087442184909, -43.550821394206018 ], [ 172.750894006014789, -43.550838113468544 ], [ 172.750900458849173, -43.550861951229422 ], [ 172.750916718501685, -43.550890575095472 ], [ 172.750923122296228, -43.55092632459872 ], [ 172.750945883891035, -43.550966874475463 ], [ 172.750952238661995, -43.551014535720341 ], [ 172.750971705203739, -43.551059843153901 ], [ 172.750984650219323, -43.551097989269955 ], [ 172.75100752961086, -43.551109950949041 ], [ 172.75098451290026, -43.551131342151798 ], [ 172.750981178556657, -43.551145629109918 ], [ 172.750997457939064, -43.551169488265984 ], [ 172.751000625546027, -43.551195701235017 ], [ 172.751000517659008, -43.551221907070314 ], [ 172.751013511764114, -43.55124814143894 ], [ 172.75102323038098, -43.551274368673134 ], [ 172.751036244120172, -43.551295838341694 ], [ 172.751055799066478, -43.551319704621513 ], [ 172.751088416823194, -43.551353128817226 ], [ 172.751068685358376, -43.551372144818259 ], [ 172.751088220732981, -43.551400775789439 ], [ 172.751107795341085, -43.551419877362832 ], [ 172.751114267927846, -43.551438950412354 ], [ 172.751127291537529, -43.551458037721531 ], [ 172.751156712311627, -43.551472395978678 ], [ 172.751196008634366, -43.551474863869629 ], [ 172.751218868611261, -43.551491590203234 ], [ 172.751248152247854, -43.5515393013169 ], [ 172.751290410640337, -43.551618011455837 ], [ 172.751326108302266, -43.551699089678458 ], [ 172.751348811689837, -43.55175393356182 ], [ 172.751361717914591, -43.551801609025418 ], [ 172.751387667524995, -43.551863607068839 ], [ 172.751403937467728, -43.551889848513362 ], [ 172.751410390613557, -43.551913686241775 ], [ 172.751429906741407, -43.551947081849555 ], [ 172.751442852233623, -43.551985227908979 ], [ 172.751436193456271, -43.552011419499422 ], [ 172.751445863424436, -43.552049558436906 ], [ 172.751435762650061, -43.552116242828411 ], [ 172.75143558641048, -43.552159125098811 ], [ 172.751435410170529, -43.552202007368869 ], [ 172.751432007334358, -43.55223297077579 ], [ 172.751431909421683, -43.552256794258895 ], [ 172.751425191859795, -43.552297279937086 ], [ 172.751425093944192, -43.552321103419921 ], [ 172.751460968420787, -43.552359299323292 ], [ 172.751496960407735, -43.552368907036112 ], [ 172.751506679412302, -43.552395134225002 ], [ 172.751522969124153, -43.552416610954097 ], [ 172.751535963710495, -43.552442845258987 ], [ 172.751539160976449, -43.552461911163235 ], [ 172.751552096859655, -43.552502439555511 ], [ 172.75156829854248, -43.552545357411745 ], [ 172.751584539389654, -43.552578745872637 ], [ 172.751590992678985, -43.552602583588353 ], [ 172.751607243338384, -43.552633589697585 ], [ 172.751620247791521, -43.552657441643923 ], [ 172.751616874375685, -43.552681258009564 ], [ 172.751616756965973, -43.552709846187433 ], [ 172.751639539258804, -43.552745631219828 ], [ 172.751668853176795, -43.552786195173141 ], [ 172.751675306521122, -43.55281003288335 ], [ 172.75169152793535, -43.552848186024022 ], [ 172.751710995615383, -43.552893493319907 ], [ 172.751724009944894, -43.552914962905525 ], [ 172.751743555904483, -43.552941211410882 ], [ 172.751743458112088, -43.552965034891592 ], [ 172.751736721118817, -43.553010285279456 ], [ 172.751733347728504, -43.553034101647121 ], [ 172.751752913288271, -43.553055585454373 ], [ 172.751779059390117, -43.553069936437304 ], [ 172.751795320047847, -43.553098560169794 ], [ 172.751788651520769, -43.553127134123706 ], [ 172.751778726941552, -43.553150936269638 ], [ 172.751772029066132, -43.553186657266238 ], [ 172.75179159468874, -43.553208141066477 ], [ 172.751814445707339, -43.553227249625856 ], [ 172.751840582122412, -43.553243982942462 ], [ 172.75185033074041, -43.553263063054935 ], [ 172.751869867092353, -43.553291693885434 ], [ 172.751873015635994, -43.553322671517584 ], [ 172.751840132447427, -43.55335357094782 ], [ 172.751862993310851, -43.553370297149272 ], [ 172.751875998022001, -43.553394149064069 ], [ 172.751852922094258, -43.553429834519086 ], [ 172.751836436478953, -43.553456004797596 ], [ 172.751823255797404, -43.553475035140295 ], [ 172.751806691941312, -43.55352026419704 ], [ 172.751813135640361, -43.553546484244563 ], [ 172.75185566008588, -43.553560870760911 ], [ 172.75186535988604, -43.55359186261029 ], [ 172.751868527991348, -43.553618075545337 ], [ 172.751858583812236, -43.553646642391669 ], [ 172.751888005823133, -43.553661000458071 ], [ 172.751914191309339, -43.55366582201809 ], [ 172.751930569455453, -43.553665857555295 ], [ 172.7519567744894, -43.553665914409947 ], [ 172.751973123324291, -43.55367309698449 ], [ 172.751999240436675, -43.553694594959687 ], [ 172.752028633199643, -43.553716100033334 ], [ 172.752051435647672, -43.553747120283269 ], [ 172.752057762270852, -43.553801928489591 ], [ 172.752080301076461, -43.553897272122562 ], [ 172.752096532800664, -43.553933042852087 ], [ 172.752096405846856, -43.553964013372415 ], [ 172.752109274064196, -43.554021218126458 ], [ 172.752131910674592, -43.554092738269425 ], [ 172.752161166993091, -43.55414759617517 ], [ 172.752190452650694, -43.554195307030128 ], [ 172.752226240872176, -43.554254943813213 ], [ 172.752242414217534, -43.554305008605802 ], [ 172.752252133852977, -43.554331235723922 ], [ 172.75227822207205, -43.554359880676579 ], [ 172.752297700431455, -43.554402805515181 ], [ 172.752333157158574, -43.554543442079016 ], [ 172.752336218193761, -43.554595860819767 ], [ 172.752336032820978, -43.554641125421874 ], [ 172.752355501555456, -43.55468643259632 ], [ 172.752368496986605, -43.554712666798174 ], [ 172.752371499529602, -43.554779379621024 ], [ 172.752381102239298, -43.554834194895186 ], [ 172.752394107467296, -43.554858046746155 ], [ 172.752390763492627, -43.554874716083752 ], [ 172.752406985906561, -43.554912869111497 ], [ 172.752413410504602, -43.554943853814486 ], [ 172.752416549655436, -43.554977213770897 ], [ 172.752436086825981, -43.555005844498019 ], [ 172.752452348311436, -43.555034468129328 ], [ 172.752461931630563, -43.555094048089103 ], [ 172.752471553973578, -43.555144098658381 ], [ 172.752474634659222, -43.55519175269572 ], [ 172.752490866960841, -43.555227523362539 ], [ 172.752507118781466, -43.555258529332406 ], [ 172.75250694328227, -43.55530141158259 ], [ 172.752500167590881, -43.555356191386487 ], [ 172.752513124228443, -43.555391954958083 ], [ 172.752529415100838, -43.5554134315353 ], [ 172.752552218442219, -43.555444451678255 ], [ 172.752555328450029, -43.555484958669659 ], [ 172.752555230968738, -43.555508782141189 ], [ 172.752561694696226, -43.555530237444373 ], [ 172.752581202871681, -43.555566015185903 ], [ 172.75258763737375, -43.555594617528797 ], [ 172.752577712699349, -43.555618419733577 ], [ 172.752574319995148, -43.555647000809806 ], [ 172.752574203025915, -43.555675588974843 ], [ 172.752587189015713, -43.555704205495118 ], [ 172.75259363328172, -43.555730425489962 ], [ 172.752600038567465, -43.555766174872552 ], [ 172.752586799137077, -43.555799499377144 ], [ 172.752593175185638, -43.555842395800724 ], [ 172.752599599975696, -43.55587338048867 ], [ 172.752629023244367, -43.555887738361825 ], [ 172.752638723808957, -43.555918730134813 ], [ 172.752625533093664, -43.555940142908071 ], [ 172.75264175593864, -43.555978295896423 ], [ 172.752657949571216, -43.556023595923129 ], [ 172.752693827013985, -43.556061791422003 ], [ 172.75271003044989, -43.556104709093887 ], [ 172.7527163676491, -43.556157134896218 ], [ 172.752712858073124, -43.556214304136581 ], [ 172.752715900031404, -43.55627148754651 ], [ 172.752709182870603, -43.556311973272628 ], [ 172.752692716319928, -43.55633337896672 ], [ 172.752679515789083, -43.556357174091303 ], [ 172.752669610512129, -43.556376211607059 ], [ 172.752676035396831, -43.556407196288028 ], [ 172.752702114965615, -43.556438223482942 ], [ 172.752705264092157, -43.556469201076467 ], [ 172.752698615101451, -43.556493010373195 ], [ 172.752698361787736, -43.556554951388634 ], [ 172.752698166930458, -43.556602598323131 ], [ 172.752701316063167, -43.556633575915889 ], [ 172.752694676795613, -43.556655002864986 ], [ 172.752655211386241, -43.556693035376654 ], [ 172.752622385231177, -43.556709640930208 ], [ 172.752586293010296, -43.55672385703884 ], [ 172.752569865295243, -43.556735733326789 ], [ 172.752556645130539, -43.55676429312841 ], [ 172.752553301092831, -43.556780962465027 ], [ 172.752526948462645, -43.55681664094292 ], [ 172.752487531598376, -43.556842761662253 ], [ 172.752480814219581, -43.556883247370365 ], [ 172.752497017721623, -43.556926165066429 ], [ 172.752464084122153, -43.556968976385257 ], [ 172.752473775021201, -43.557002350513073 ], [ 172.752480229125439, -43.557026188162098 ], [ 172.752489939544859, -43.557054797595264 ], [ 172.752480004838191, -43.557080982131289 ], [ 172.752460252427909, -43.557104763042837 ], [ 172.752450268935917, -43.557142859308222 ], [ 172.752443600263433, -43.557171433279755 ], [ 172.7524664432284, -43.557192924046056 ], [ 172.752486059145241, -43.55720249598393 ], [ 172.752515512282912, -43.557209706845157 ], [ 172.752548270496391, -43.55720977774952 ], [ 172.752574447823378, -43.557216981505547 ], [ 172.752584207055605, -43.557233679197822 ], [ 172.752600498446441, -43.557255155759208 ], [ 172.752629980860945, -43.557255219551692 ], [ 172.752656158217377, -43.557262423289053 ], [ 172.7526757449549, -43.557279142233675 ], [ 172.752672410665014, -43.557293429225872 ], [ 172.752662417530416, -43.55733390785516 ], [ 172.752649070591389, -43.557393438167246 ], [ 172.752688312362721, -43.557410199630375 ], [ 172.752721002489437, -43.557426946910134 ], [ 172.75273722578936, -43.557465099876097 ], [ 172.752714109834415, -43.557510314862292 ], [ 172.752717249277993, -43.557543674796136 ], [ 172.752713856527549, -43.557572255866724 ], [ 172.752723518433072, -43.557612777009318 ], [ 172.752700519328641, -43.557629403836067 ], [ 172.752657884631077, -43.557641223445941 ], [ 172.75262177236894, -43.55766020425466 ], [ 172.752569241856946, -43.557688678990878 ], [ 172.752536327390004, -43.55772672563149 ], [ 172.752523058239888, -43.55776719715471 ], [ 172.752529366194807, -43.557826769990662 ], [ 172.752548816590661, -43.557876841801985 ], [ 172.752548680101853, -43.557910194648059 ], [ 172.752564727946492, -43.557991229865429 ], [ 172.752574419062455, -43.558024603979263 ], [ 172.752577577950547, -43.558053199221639 ], [ 172.752580688101631, -43.558093706194178 ], [ 172.752587103371468, -43.558127073217193 ], [ 172.752554208174018, -43.558160355167395 ], [ 172.752521390943372, -43.558174578339681 ], [ 172.752465671834358, -43.558181604819531 ], [ 172.752426244297141, -43.558210107855245 ], [ 172.752399939741366, -43.558233874563335 ], [ 172.752380157653079, -43.558264802493156 ], [ 172.752366976087274, -43.55828383288037 ], [ 172.752370105621168, -43.558319575164809 ], [ 172.752356885012574, -43.558348134934363 ], [ 172.752320596582791, -43.558409997870605 ], [ 172.752300775359373, -43.55845045516898 ], [ 172.75228420072051, -43.558498066598872 ], [ 172.752251090408691, -43.558583760066838 ], [ 172.752165370305534, -43.558716986832671 ], [ 172.752112653092382, -43.558790725919557 ], [ 172.752079620519652, -43.55885736056721 ], [ 172.752040133741531, -43.558900157538773 ], [ 172.752020341479579, -43.558933467747394 ], [ 172.751993997363002, -43.558966763740322 ], [ 172.751954373630554, -43.5590429135191 ], [ 172.751937954933368, -43.559052407364064 ], [ 172.75189203338627, -43.559066601920414 ], [ 172.751796728498704, -43.559140248430381 ], [ 172.751734202239646, -43.559209201308704 ], [ 172.751701305982408, -43.559242483004653 ], [ 172.751678257056085, -43.559271021345921 ], [ 172.751596192353816, -43.559311343309233 ], [ 172.751546867335321, -43.559356501097831 ], [ 172.751536990575318, -43.559368391467359 ], [ 172.751510773280387, -43.559370716855945 ], [ 172.751487831921736, -43.559373049359166 ], [ 172.751448491283213, -43.559380110940843 ], [ 172.751409082073252, -43.559403848926131 ], [ 172.751399146508305, -43.559430033355369 ], [ 172.75135316576754, -43.55945852176508 ], [ 172.751323545109443, -43.559491810474505 ], [ 172.751310274755497, -43.559532281841562 ], [ 172.751300368523317, -43.559551319225797 ], [ 172.751303546482944, -43.559575149804019 ], [ 172.751296876995355, -43.559603723694494 ], [ 172.751296769205084, -43.55962992949172 ], [ 172.751290099708143, -43.55965850338152 ], [ 172.751296573222447, -43.559677576395451 ], [ 172.751250670652382, -43.559687006000807 ], [ 172.7512047190543, -43.559708347313432 ], [ 172.751161945336605, -43.55975351918876 ], [ 172.751151989996856, -43.559784468284718 ], [ 172.751138778295456, -43.559810645558827 ], [ 172.751115777917931, -43.559827272057291 ], [ 172.751102605418851, -43.559843919946665 ], [ 172.751095965227478, -43.559865346788612 ], [ 172.751082792714612, -43.559881994675557 ], [ 172.751056486901831, -43.559905761064549 ], [ 172.751049866305124, -43.559922423213486 ], [ 172.751043196658657, -43.559950997087043 ], [ 172.751023472171738, -43.559967630699738 ], [ 172.751003737863215, -43.559986646653961 ], [ 172.75098402316533, -43.560000897914705 ], [ 172.750941366834354, -43.560017481564685 ], [ 172.750901907935457, -43.560053131095778 ], [ 172.750882163745132, -43.560074529373509 ], [ 172.750859123930439, -43.560100685198869 ], [ 172.750849246913219, -43.5601125755068 ], [ 172.750816418403843, -43.560129180526189 ], [ 172.75078683639822, -43.560152939711571 ], [ 172.750763806332685, -43.560176713172332 ], [ 172.750737549372815, -43.560188567761791 ], [ 172.750701484099437, -43.560195636226112 ], [ 172.750678473631439, -43.560214644979673 ], [ 172.75064234938506, -43.560236007494225 ], [ 172.750612777085081, -43.560257384289038 ], [ 172.750586431614693, -43.560290679946661 ], [ 172.750566638094369, -43.560323989892439 ], [ 172.750507365537629, -43.560397713915727 ], [ 172.750461206658571, -43.560469084163785 ], [ 172.750428279512761, -43.560509512516738 ], [ 172.750372243264792, -43.560592772996344 ], [ 172.750296688554897, -43.560642637694819 ], [ 172.750217788816968, -43.560709171597324 ], [ 172.750148736636646, -43.560770962233164 ], [ 172.750102665667157, -43.560820891229767 ], [ 172.750056653711965, -43.560856526140441 ], [ 172.749974526666847, -43.560911140987272 ], [ 172.749925189276212, -43.560958680401846 ], [ 172.749879196822377, -43.560989550551 ], [ 172.749843012689212, -43.561025206874405 ], [ 172.749816715748835, -43.561046590626653 ], [ 172.749681984323445, -43.561146355089953 ], [ 172.74956044542327, -43.561224706998935 ], [ 172.749422614858418, -43.561281581780321 ], [ 172.749288060078953, -43.561338463578316 ], [ 172.749166678421489, -43.561378697558617 ], [ 172.749042040331574, -43.561414159530337 ], [ 172.748868231657411, -43.561456660468757 ], [ 172.748710852512232, -43.561487285425862 ], [ 172.748609195839691, -43.561510885605273 ], [ 172.748569853477335, -43.561517946189539 ], [ 172.748507558907534, -43.561529721006231 ], [ 172.748422351754584, -43.561536680642156 ], [ 172.748366658823983, -43.561536558079865 ], [ 172.748301127811857, -43.561538796198079 ], [ 172.748242119144493, -43.561548195738212 ], [ 172.748189612959465, -43.561569521397971 ], [ 172.748117529792353, -43.56157174497978 ], [ 172.74805203844403, -43.561564453579884 ], [ 172.747986507390806, -43.56156669151764 ], [ 172.747862007318417, -43.561568799386443 ], [ 172.747737497297948, -43.561573289463418 ], [ 172.747635919657085, -43.561577830026046 ], [ 172.747498295424919, -43.561584673260199 ], [ 172.747429498225699, -43.561584521299615 ], [ 172.747409812024301, -43.561591624905716 ], [ 172.747363996993613, -43.561579611849432 ], [ 172.747314925838396, -43.561562826847066 ], [ 172.74727892905608, -43.561553217821412 ], [ 172.747226512170499, -43.561553101945158 ], [ 172.74714796654871, -43.561533869336635 ], [ 172.74709561943763, -43.561517076994932 ], [ 172.747010452019509, -43.561514506203764 ], [ 172.746948346604512, -43.561481015641313 ], [ 172.746899325510498, -43.56145231874256 ], [ 172.746820810052952, -43.561425938878614 ], [ 172.746781597249367, -43.561402028380115 ], [ 172.746748966504981, -43.561370985350756 ], [ 172.746657446868454, -43.561320752910774 ], [ 172.746490818204734, -43.561213177101322 ], [ 172.746366678596701, -43.561129518971796 ], [ 172.746242599324773, -43.561031566644992 ], [ 172.746157832712782, -43.560933701472287 ], [ 172.746095998488101, -43.560835887165211 ], [ 172.746053700455036, -43.560766704609506 ], [ 172.746044002501975, -43.56073571231056 ], [ 172.746008106494088, -43.560702279447341 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "SouthNewBrighton", "Date": "2012-10-19", "DSASDate": "19/10/2012", "Digitiser": "TK", "Scale": "1000", "Notes": "eov", "Source": "max", "CPS": "2", "Proxy": "1", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.45662003755569502, "Total_UNCY": "1.452687804966147", "filename": "MaxarImagery/HighFreq/Canterbury/SouthNewBrighton/Shorelines/Newbrighton_19OCT2012.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.747062592101884, -43.552137851619548 ], [ 172.747075594654603, -43.552161704080248 ], [ 172.747075504988999, -43.552183145208161 ], [ 172.747078720760328, -43.552197446539466 ], [ 172.747085162270025, -43.552223666854161 ], [ 172.747085052682621, -43.552249872676882 ], [ 172.747081637654361, -43.552283218296097 ], [ 172.747081498177238, -43.552316571161029 ], [ 172.747097816179831, -43.552330901474527 ], [ 172.747101031964178, -43.552345202804858 ], [ 172.747097656787275, -43.552369019034145 ], [ 172.747104158093947, -43.552380945262271 ], [ 172.747120426313444, -43.552407187309747 ], [ 172.74713010358127, -43.552442944255624 ], [ 172.747136385770006, -43.552507282125227 ], [ 172.747146013262039, -43.55255495080619 ], [ 172.747155610889536, -43.552609766528128 ], [ 172.747171600334042, -43.552702714293389 ], [ 172.747177902510714, -43.552762287463288 ], [ 172.7471777830024, -43.552790875631047 ], [ 172.747190755864182, -43.552821875118269 ], [ 172.747200492987787, -43.552843337972149 ], [ 172.74720693461785, -43.552869558277287 ], [ 172.747200194242509, -43.552914808390334 ], [ 172.747200054827687, -43.552948161251848 ], [ 172.747209602775683, -43.553014888701853 ], [ 172.747219240361886, -43.553060175025536 ], [ 172.74722241638338, -43.553084005739571 ], [ 172.747219061126799, -43.553103057274988 ], [ 172.747228778391019, -43.553129284819903 ], [ 172.747228738562427, -43.55313881420858 ], [ 172.747241771264015, -43.553155519605397 ], [ 172.747241701567503, -43.553172196035526 ], [ 172.747244877603578, -43.553196026748466 ], [ 172.747241512390957, -43.553217460631345 ], [ 172.747234851657112, -43.553243651966639 ], [ 172.747231446609874, -43.553274615237463 ], [ 172.747224785865257, -43.553300806571883 ], [ 172.747214899293908, -43.553315078928087 ], [ 172.747195136095712, -43.553341241290738 ], [ 172.747175382839771, -43.553365021302753 ], [ 172.747175263327733, -43.553393609467463 ], [ 172.747181734881565, -43.553412682730503 ], [ 172.747158586461069, -43.553465043660296 ], [ 172.74715186590177, -43.553505529071487 ], [ 172.747135258702883, -43.553560286830553 ], [ 172.747079363896887, -43.553610192945222 ], [ 172.747023449067711, -43.553664863725743 ], [ 172.746970909443263, -43.553695718258638 ], [ 172.746882108488194, -43.553781286979991 ], [ 172.746789802224697, -43.553921642351789 ], [ 172.746714093288659, -43.554009622301898 ], [ 172.746681217075007, -43.554038137890551 ], [ 172.746664669179978, -43.554078601494716 ], [ 172.746635018652938, -43.554119036060953 ], [ 172.746602062484897, -43.554166610399122 ], [ 172.74658549453568, -43.554211838683898 ], [ 172.746565620950634, -43.554264206744641 ], [ 172.746545817222199, -43.55429989837549 ], [ 172.746526003485087, -43.554337972349167 ], [ 172.746512751041365, -43.554373678497818 ], [ 172.74651586693696, -43.554411803304511 ], [ 172.746479674792369, -43.55444984095589 ], [ 172.746456575303654, -43.554490289999258 ], [ 172.74644992407562, -43.554514098935329 ], [ 172.746449764262564, -43.554552216478406 ], [ 172.74644632877127, -43.554590326756852 ], [ 172.746446228886469, -43.554614150220964 ], [ 172.746436321937807, -43.554633187198391 ], [ 172.746442683514204, -43.554678466309106 ], [ 172.746448935227335, -43.554749951229063 ], [ 172.746442084193092, -43.554821407090174 ], [ 172.746432077317593, -43.554864267529517 ], [ 172.746415588966187, -43.554890437013107 ], [ 172.746415409149762, -43.554933319246089 ], [ 172.746408687925424, -43.554973804601566 ], [ 172.746392129598519, -43.555016650504776 ], [ 172.746378876925235, -43.555052356633077 ], [ 172.7463623785072, -43.555080908454116 ], [ 172.746352381523849, -43.555121386538119 ], [ 172.746332557400336, -43.555161842817995 ], [ 172.746319284672325, -43.555202313630595 ], [ 172.746309357598335, -43.555226115286985 ], [ 172.746296134813605, -43.55525467436582 ], [ 172.746269689206542, -43.555311792518346 ], [ 172.746233306420663, -43.555395094659112 ], [ 172.746200169264512, -43.555485551096446 ], [ 172.746176889200768, -43.555568882301969 ], [ 172.746153769078148, -43.555614095966547 ], [ 172.746137250397481, -43.555647412443491 ], [ 172.746133834646173, -43.55568075801277 ], [ 172.746107208657492, -43.555780758348256 ], [ 172.746093905632648, -43.555828376167142 ], [ 172.746077306832291, -43.555880751400473 ], [ 172.746070585273401, -43.555921236728501 ], [ 172.746070455224697, -43.555952207223712 ], [ 172.746070345183284, -43.555978413027226 ], [ 172.746060307836672, -43.556028420461459 ], [ 172.746069985046773, -43.556064177474227 ], [ 172.746069834989441, -43.556099912660109 ], [ 172.746086123758744, -43.556121390147581 ], [ 172.746095821004417, -43.556152382466266 ], [ 172.746082627924466, -43.556173794477957 ], [ 172.746062873301469, -43.556197574282592 ], [ 172.746039842896749, -43.556221346807398 ], [ 172.746033251343107, -43.556230861637204 ], [ 172.7460297854727, -43.556276118927897 ], [ 172.74603602684877, -43.556349986195258 ], [ 172.746055461388863, -43.556402441455369 ], [ 172.746071370086099, -43.55651444807534 ], [ 172.746080977354353, -43.556566881503038 ], [ 172.746093630355915, -43.556674116150695 ], [ 172.746106433440872, -43.556745615613345 ], [ 172.746122662384153, -43.556781387166303 ], [ 172.746125838162044, -43.55680521789462 ], [ 172.746148268696885, -43.556924386080425 ], [ 172.746167383507043, -43.557053076368177 ], [ 172.746183442573084, -43.55712934778122 ], [ 172.746199451683623, -43.557217530917455 ], [ 172.746218936632772, -43.55725807441658 ], [ 172.746225258320834, -43.557312882899765 ], [ 172.746234885841744, -43.557360551617414 ], [ 172.746251065038706, -43.557408234874877 ], [ 172.746277081756517, -43.557453557594009 ], [ 172.746290095127819, -43.557475027778665 ], [ 172.746290005167054, -43.557496468885283 ], [ 172.746266944364635, -43.557527388484878 ], [ 172.746260232741321, -43.557565491467116 ], [ 172.746256836938528, -43.557594072338475 ], [ 172.746273086189007, -43.557625079175303 ], [ 172.746282833748069, -43.55764415974523 ], [ 172.746282773772151, -43.557658453815868 ], [ 172.746276122121429, -43.557682262727589 ], [ 172.74625965292239, -43.557703667483494 ], [ 172.746269320517428, -43.557741806814917 ], [ 172.746272406433889, -43.557787078640935 ], [ 172.746272226497751, -43.557829960851663 ], [ 172.746285169975948, -43.557868107450787 ], [ 172.746317638684417, -43.557937268146382 ], [ 172.746350027519128, -43.558025487591841 ], [ 172.746388878257619, -43.558135162664676 ], [ 172.746411599534525, -43.558185242771629 ], [ 172.746421337236086, -43.558206705673129 ], [ 172.746427709155256, -43.55824960241231 ], [ 172.746437376942026, -43.558287741726332 ], [ 172.746466670055725, -43.558333071661757 ], [ 172.746489421435001, -43.558376004717339 ], [ 172.746515388809286, -43.558433239100111 ], [ 172.746531638416002, -43.558464245896531 ], [ 172.746557625838733, -43.558516715579415 ], [ 172.746560811861372, -43.558538163944291 ], [ 172.746586769387932, -43.558597780654345 ], [ 172.746586609638371, -43.5586358981705 ], [ 172.746583233896303, -43.558659714356956 ], [ 172.74658309411322, -43.558693067183235 ], [ 172.746579598550511, -43.558745471505873 ], [ 172.746566185396887, -43.558819295145668 ], [ 172.746533126730384, -43.558890692864722 ], [ 172.746490280194251, -43.55895253940384 ], [ 172.746434419814221, -43.558992915764136 ], [ 172.746408052618563, -43.55903097515111 ], [ 172.746388277199969, -43.559059519687125 ], [ 172.746371847635032, -43.559071395075101 ], [ 172.746342374343271, -43.559068947322167 ], [ 172.746309585151863, -43.559076021670819 ], [ 172.746296391504785, -43.559097433694802 ], [ 172.746289739698511, -43.559121242600916 ], [ 172.746273290103716, -43.559137882663471 ], [ 172.746230623100274, -43.559156846901175 ], [ 172.746204295703023, -43.559185376861777 ], [ 172.74614519899572, -43.559216216428325 ], [ 172.746109133772734, -43.55922328344532 ], [ 172.746079550367938, -43.559247041413073 ], [ 172.746030321358177, -43.559268373368333 ], [ 172.746017167598126, -43.559280255981534 ], [ 172.746017047513845, -43.559308844114007 ], [ 172.745990769989874, -43.559325462302496 ], [ 172.745961116423786, -43.559365896649282 ], [ 172.745938084766635, -43.559389669137325 ], [ 172.745921604969425, -43.559413456180991 ], [ 172.745901899276959, -43.559425324220044 ], [ 172.745875571607485, -43.559453854102919 ], [ 172.745849303995328, -43.559468089913949 ], [ 172.745849213871992, -43.559489531012346 ], [ 172.74581634427517, -43.559515663972277 ], [ 172.745799864395593, -43.559539450997683 ], [ 172.745780078506527, -43.559570377769042 ], [ 172.745763488409324, -43.559620370575054 ], [ 172.745756876404442, -43.559634650070613 ], [ 172.745760022130867, -43.559665627829709 ], [ 172.74577304580751, -43.559684715721438 ], [ 172.745769649650782, -43.559713296566848 ], [ 172.745769529447642, -43.559741884696599 ], [ 172.745789064994682, -43.559770516531685 ], [ 172.745805374677872, -43.55978722935928 ], [ 172.74582492027119, -43.559813478843964 ], [ 172.745851037833319, -43.559834978201607 ], [ 172.745886993315509, -43.559854117053071 ], [ 172.745903353106826, -43.55985891814602 ], [ 172.745932836775751, -43.559858983668569 ], [ 172.745959014453007, -43.559866188936816 ], [ 172.7459589143578, -43.559890012377984 ], [ 172.745932526448343, -43.559932836335797 ], [ 172.74592582435119, -43.559968556937037 ], [ 172.745922318129033, -43.560023343570315 ], [ 172.745915616015566, -43.560059064170375 ], [ 172.745925323806802, -43.560087674139417 ], [ 172.745925203675682, -43.560116262267613 ], [ 172.745915305664937, -43.560132916834895 ], [ 172.745915165506204, -43.560166269650828 ], [ 172.745908513430408, -43.560190078529637 ], [ 172.7459246831055, -43.560240144154825 ], [ 172.745914714994399, -43.560273475129264 ], [ 172.74590148089672, -43.560304416477926 ], [ 172.745901210574061, -43.560368739763604 ], [ 172.745907622391655, -43.560402107139609 ], [ 172.745917330233453, -43.560430717107749 ], [ 172.745930354123487, -43.560449804979527 ], [ 172.745930213971519, -43.560483157793641 ], [ 172.745920305890365, -43.560502194703979 ], [ 172.745926777798445, -43.560521268015165 ], [ 172.745936505689457, -43.560545113293493 ], [ 172.745946243598326, -43.560566576227096 ], [ 172.745955981514101, -43.560588039159796 ], [ 172.745965699417724, -43.560614266779211 ], [ 172.745978693335303, -43.56064050167641 ], [ 172.745988421265764, -43.560664346949942 ], [ 172.746007917181117, -43.560702508119093 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "RakaiaSouth", "Date": "2017-04-21", "DSASDate": "21/04/2017", "Digitiser": "MT", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "2", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.39058923721313499, "Total_UNCY": "1.433303859000853", "filename": "MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_21APR2017.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.14077951444952, -43.918604192345725 ], [ 172.140895019317156, -43.918593149796394 ], [ 172.140968028722369, -43.918557965592825 ], [ 172.141057548501948, -43.918520523246841 ], [ 172.141232915619383, -43.918471815019608 ], [ 172.141375090334805, -43.918439532557727 ], [ 172.141527321842744, -43.918395414440731 ], [ 172.141683122302481, -43.918332265273008 ], [ 172.141901531711, -43.91826958608452 ], [ 172.142027400623363, -43.918225269320757 ], [ 172.142117021926026, -43.918180680282774 ], [ 172.142219207981356, -43.918179065225431 ], [ 172.142315419509231, -43.918134525503511 ], [ 172.142444583050832, -43.918090233008499 ], [ 172.142553701458638, -43.918064847607198 ], [ 172.142715816796596, -43.918020802070508 ], [ 172.142825242739519, -43.917973978851975 ], [ 172.142964222801481, -43.9179345238217 ], [ 172.143119678709354, -43.917895192176374 ], [ 172.143305098846554, -43.917834645112329 ], [ 172.143474076786703, -43.917771592290507 ], [ 172.143596853302341, -43.917712957368089 ], [ 172.143775647854682, -43.917654742087073 ], [ 172.143904604373574, -43.917624739629353 ], [ 172.144023811791016, -43.917585135164934 ], [ 172.144132894479839, -43.917562130191968 ], [ 172.144212422828645, -43.917531757149597 ], [ 172.144298609742094, -43.917496669501155 ], [ 172.144497037546074, -43.917448128944386 ], [ 172.14463594705694, -43.917413435762207 ], [ 172.144692340462115, -43.917387653614355 ], [ 172.144741904624738, -43.917378495775353 ], [ 172.144844771587714, -43.917329239315002 ], [ 172.144953921725971, -43.917301469646361 ], [ 172.145086240292386, -43.917266726595265 ], [ 172.145169233454965, -43.917224467770083 ], [ 172.145251885507179, -43.91720602840833 ], [ 172.145358046923832, -43.917156796127657 ], [ 172.145467298786429, -43.917121880105405 ], [ 172.145593026337679, -43.917087087174814 ], [ 172.145725173665113, -43.917064253139721 ], [ 172.145811427181769, -43.917024400428893 ], [ 172.145927064425365, -43.917003824945525 ], [ 172.146003193768252, -43.916980571869885 ], [ 172.146102525406974, -43.91694796330416 ], [ 172.146188574137142, -43.916922402023459 ], [ 172.146290996387421, -43.916904109633336 ], [ 172.146364034639845, -43.916866539975828 ], [ 172.146499918985796, -43.9168127642603 ], [ 172.146622588461327, -43.916761271897393 ], [ 172.146685332401262, -43.916752211644578 ], [ 172.146811296737525, -43.916700743683776 ], [ 172.146937226826623, -43.916651657535624 ], [ 172.147026263667925, -43.916647557800921 ], [ 172.14713547961972, -43.916615022118989 ], [ 172.147268033555491, -43.91656360283681 ], [ 172.147364136717925, -43.916526204661935 ], [ 172.147513165916877, -43.916474908029656 ], [ 172.147625676422422, -43.91644239645705 ], [ 172.147751333318212, -43.916412365034404 ], [ 172.147857287321841, -43.916377422123404 ], [ 172.147973024605221, -43.916349698687824 ], [ 172.148112167485436, -43.916298327553726 ], [ 172.148231369517731, -43.91625871864656 ], [ 172.148347446149415, -43.916207175279943 ], [ 172.148503029982663, -43.916158308414026 ], [ 172.148615607292754, -43.916121031945707 ], [ 172.148728150504297, -43.916086137320221 ], [ 172.148814230848984, -43.91605819208408 ], [ 172.148926502217421, -43.916042352902807 ], [ 172.149052055796886, -43.916019465901485 ], [ 172.149131342026976, -43.916005763078225 ], [ 172.149198126608326, -43.915944322951916 ], [ 172.149274219416185, -43.915923449626924 ], [ 172.149353573338232, -43.915904982736663 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "RakaiaSouth", "Date": "2017-04-21", "DSASDate": "21/04/2017", "Digitiser": "MT", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "2", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.39058923721313499, "Total_UNCY": "1.433303859000853", "filename": "MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_21APR2017.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.149476272452063, -43.915851105311432 ], [ 172.149562080708478, -43.91584221515091 ], [ 172.149697790285614, -43.915800345359798 ], [ 172.149783835856766, -43.915774781340716 ], [ 172.149896343835167, -43.915742267507682 ], [ 172.150005522693732, -43.915712111007416 ], [ 172.150124654517782, -43.915677264013745 ], [ 172.150204143457358, -43.915649268702481 ], [ 172.150326366758293, -43.915628737739347 ], [ 172.150458848020946, -43.915582078619678 ], [ 172.150624279895368, -43.915535664283802 ], [ 172.150670546564726, -43.915526479356899 ], [ 172.150733729046834, -43.915486451428073 ], [ 172.150809820747639, -43.915465577069753 ], [ 172.15090245552426, -43.915440061175062 ], [ 172.15098856780881, -43.915409732325259 ], [ 172.151041729272066, -43.915379158600835 ], [ 172.151124275424053, -43.91536786082078 ], [ 172.151226795132715, -43.915342418096863 ], [ 172.151296262484891, -43.915323876416039 ], [ 172.151392496577444, -43.915276946980285 ], [ 172.151504867371585, -43.915253959374624 ], [ 172.151574402226288, -43.915230653608447 ], [ 172.151660446190959, -43.915205088160597 ], [ 172.15171326873903, -43.91519833369162 ], [ 172.151776314833683, -43.915167833005064 ], [ 172.151905431238021, -43.915125911641859 ], [ 172.152060907927051, -43.915084185748775 ], [ 172.152179766762373, -43.915068392250049 ], [ 172.152242846302357, -43.91503550934469 ], [ 172.152286020186068, -43.915012007564592 ], [ 172.152355385393093, -43.915000611106443 ], [ 172.152425054869525, -43.914967776985137 ], [ 172.152580564597088, -43.914923668419675 ], [ 172.152673062592442, -43.914907678906353 ], [ 172.152759308414659, -43.914867820873511 ], [ 172.152875209523529, -43.914828182632512 ], [ 172.15295761942906, -43.91482641135098 ], [ 172.153043763589409, -43.914793698975281 ], [ 172.153136295046551, -43.914775327125646 ], [ 172.153255524547546, -43.914733330956985 ], [ 172.153331850847366, -43.91469578119203 ], [ 172.153394828051262, -43.914670043516018 ], [ 172.15348406417715, -43.914651646968672 ], [ 172.153556858841881, -43.914630746351079 ], [ 172.153656115005134, -43.914602895058465 ], [ 172.153722251971402, -43.914586709440499 ], [ 172.153811589139764, -43.914561166758709 ], [ 172.153887746115316, -43.914535526411392 ], [ 172.154026778527225, -43.91449129386087 ], [ 172.154165810735265, -43.914447061139192 ], [ 172.15427518753836, -43.914402608760859 ], [ 172.154434158128055, -43.914346612236628 ], [ 172.15460597125994, -43.914314532596386 ], [ 172.154754752815109, -43.914279900122096 ], [ 172.154897180149703, -43.914228544995382 ], [ 172.155022896246663, -43.914193741578273 ], [ 172.155148679600813, -43.914154174101704 ], [ 172.155383636022265, -43.91408444479184 ], [ 172.155582178461174, -43.914026356952093 ], [ 172.155714483744617, -43.913991601465767 ], [ 172.155939419212274, -43.91393132580383 ], [ 172.156105010667233, -43.913872993646095 ], [ 172.156243804329364, -43.913845432091904 ], [ 172.156303383444737, -43.913826814343189 ], [ 172.156452230126717, -43.913787415716492 ], [ 172.156591090721435, -43.913755089815382 ], [ 172.1567530833494, -43.913718170036049 ], [ 172.156901929471701, -43.913678770818258 ], [ 172.15701802732957, -43.913624836559094 ], [ 172.157127400535614, -43.913580381415159 ], [ 172.157256274512548, -43.913555127666207 ], [ 172.157424889761046, -43.913515873566581 ], [ 172.157534396889332, -43.913461890181765 ], [ 172.157630152720174, -43.913448302877754 ], [ 172.157778997605789, -43.913408902505587 ], [ 172.157822201750065, -43.913383016638385 ], [ 172.157934398645438, -43.913371932463264 ], [ 172.158103248019358, -43.913316003619691 ], [ 172.158239046723594, -43.913266977685687 ], [ 172.158397708508033, -43.913232413242184 ], [ 172.158506979286216, -43.91319510264767 ], [ 172.158606197247622, -43.913169628973023 ], [ 172.158728781834895, -43.913122887362469 ], [ 172.15883791799925, -43.91309510429776 ], [ 172.158963730111651, -43.91305315061264 ], [ 172.159122357380795, -43.913020967116488 ], [ 172.159211555800539, -43.91300494801996 ], [ 172.159268140040751, -43.912964866797815 ], [ 172.15935411045632, -43.912944059419836 ], [ 172.159539364983829, -43.912893013557557 ], [ 172.159585728850573, -43.912876679099881 ], [ 172.159711405917818, -43.912844252434844 ], [ 172.159830526484512, -43.912809395213522 ], [ 172.160009290840463, -43.912751154237625 ], [ 172.160151475591221, -43.91271646622738 ], [ 172.160267267224469, -43.912683966291929 ], [ 172.160396137986965, -43.912658708971676 ], [ 172.160475785613272, -43.912618796610857 ], [ 172.160617568013492, -43.912612691581245 ], [ 172.160720313396808, -43.912570566509928 ], [ 172.160875877839828, -43.9125216826097 ], [ 172.16093858180335, -43.912514996434837 ], [ 172.161014900492972, -43.912477441462173 ], [ 172.161203647851778, -43.912412125281506 ], [ 172.161339241287948, -43.912377387404973 ], [ 172.161534343699628, -43.912328792789133 ], [ 172.161683116408426, -43.912294151210141 ], [ 172.161788653904466, -43.912287778809187 ], [ 172.161828460307447, -43.912269013125957 ], [ 172.161888303584931, -43.912231336715365 ], [ 172.162010716594409, -43.912196501364811 ], [ 172.162179592319717, -43.912138184464339 ], [ 172.162324935638736, -43.912113045743276 ], [ 172.162457366488184, -43.912068754512113 ], [ 172.162553352844895, -43.91203848929549 ], [ 172.162742030373721, -43.911977934475019 ], [ 172.162916993737269, -43.911955394239392 ], [ 172.163012745990841, -43.911941802392093 ], [ 172.163108531582935, -43.911925828498489 ], [ 172.163220824962991, -43.911907593202983 ], [ 172.163274210723841, -43.911860339933639 ], [ 172.163380314594036, -43.911813472635117 ], [ 172.163473172027693, -43.911771272683687 ], [ 172.163588960063606, -43.911738769347892 ], [ 172.163700986095336, -43.911739589304702 ], [ 172.163806855951321, -43.911709395367936 ], [ 172.16393585655814, -43.911674606157575 ], [ 172.164031708172814, -43.911653867551337 ], [ 172.164177449620723, -43.911600142859143 ], [ 172.164306416448369, -43.911567735192719 ], [ 172.164475054914419, -43.911526088627866 ], [ 172.164607149692614, -43.911505614545007 ], [ 172.16474280577404, -43.911466108658374 ], [ 172.164918266548199, -43.911407835834325 ], [ 172.165030791551203, -43.911372924976973 ], [ 172.16508707065455, -43.911354278522722 ], [ 172.165169608727496, -43.911342970522909 ], [ 172.165288590013375, -43.91131763542235 ], [ 172.165351325543838, -43.911308564843281 ], [ 172.165444147531417, -43.911268745236526 ], [ 172.16553008013102, -43.911250315136698 ], [ 172.165606161388098, -43.911229430825834 ], [ 172.165652422498312, -43.911220239780974 ], [ 172.165735659065035, -43.911158910050794 ], [ 172.165851211817738, -43.911143078173488 ], [ 172.165937310450602, -43.91111273792599 ], [ 172.166059619074275, -43.911085044097518 ], [ 172.166191712358966, -43.911064568169223 ], [ 172.166300608614904, -43.911053451685184 ], [ 172.166429273914844, -43.911042479313537 ], [ 172.166469344014274, -43.911004656246632 ], [ 172.166516070236639, -43.910962117295412 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Canterbury", "Site": "RakaiaSouth", "Date": "2017-04-21", "DSASDate": "21/04/2017", "Digitiser": "MT", "Scale": "1000", "Notes": null, "Source": "MAX", "CPS": "2", "Proxy": "2", "Photoscale": null, "Georef_ER": "1.17", "Pixel_Er": 0.39058923721313499, "Total_UNCY": "1.433303859000853", "filename": "MaxarImagery/HighFreq/Canterbury/RakaiaSouth/Shorelines/RakaiaSouth_21APR2017.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.166837730331395, -43.910816766035083 ], [ 172.16689021509174, -43.910833824184735 ], [ 172.166976046957586, -43.910822538892987 ], [ 172.167121285480562, -43.910804539929565 ], [ 172.167223358925497, -43.910810048309195 ], [ 172.167286591837609, -43.910765247130023 ], [ 172.167395786235573, -43.91073269187703 ], [ 172.167531637976879, -43.910678890832621 ], [ 172.167667257092234, -43.910641763407163 ], [ 172.16777964630657, -43.910616377690197 ], [ 172.16787902207821, -43.910578986041621 ], [ 172.168040999323296, -43.91054205011568 ], [ 172.168153388196004, -43.910516664027917 ], [ 172.168321888400556, -43.910484539610998 ], [ 172.168450552136136, -43.910473564949569 ], [ 172.168523469243951, -43.910443126822031 ], [ 172.168635957207925, -43.910410594347177 ], [ 172.168711903713273, -43.91039923582715 ], [ 172.168801493571181, -43.910354625548678 ], [ 172.168884129042766, -43.910336168937789 ], [ 172.1689667976095, -43.91031533029674 ], [ 172.169065907018563, -43.910296993363794 ], [ 172.169112465148601, -43.91026636317671 ], [ 172.169178593239792, -43.910250168529267 ], [ 172.169225283815649, -43.910210010414801 ], [ 172.169314574828149, -43.910186837458696 ], [ 172.169410190354569, -43.910182768093151 ], [ 172.169525939033775, -43.910152640652711 ] ] } }, @@ -11584,18 +11584,18 @@ { "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HokioBeach", "Date": "1985-12-29", "DSASDate": "29/12/1985", "Digitiser": "AF", "Scale": "1000", "Notes": "edge of veg", "Source": "RL", "CPS": "4", "Proxy": "10", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HokioBeach/Shorelines/HokioBeach_29DEC1985.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.195980750309815, -40.548637742448591 ], [ 175.19587706742962, -40.548811315023158 ], [ 175.195840687176769, -40.548845373646031 ], [ 175.19580649538554, -40.548850790476592 ], [ 175.195798451056959, -40.548891460339142 ], [ 175.195792984389186, -40.54891539775722 ], [ 175.195704766797292, -40.548988575525911 ], [ 175.195552289886365, -40.549198825748128 ], [ 175.195519887843687, -40.54925902545731 ], [ 175.195501930983454, -40.549283200321462 ], [ 175.19548327370336, -40.549285938372726 ], [ 175.195431513867817, -40.549327439296967 ], [ 175.195395210935004, -40.549363879657697 ], [ 175.195396533877641, -40.549404371412322 ], [ 175.195416047224882, -40.549427833920802 ], [ 175.195405736107602, -40.549494763668633 ], [ 175.195391135135736, -40.549526024759054 ], [ 175.195340620162682, -40.549605635533482 ], [ 175.19529337340515, -40.549785284741411 ], [ 175.195269171245485, -40.549809578291253 ], [ 175.195211399240776, -40.54985834344815 ], [ 175.195176963443714, -40.549951948580265 ], [ 175.195179297866588, -40.550023404620781 ], [ 175.195083879121341, -40.550258786408577 ], [ 175.195021475114373, -40.550548357569554 ], [ 175.19501069662104, -40.550600996076618 ], [ 175.195010297388166, -40.550684420809631 ], [ 175.194993273697463, -40.550737178019787 ], [ 175.194930811693496, -40.550833699119949 ], [ 175.19488864121368, -40.550977501455513 ], [ 175.194848892920533, -40.551099807615635 ], [ 175.194849670975827, -40.551123626296416 ], [ 175.194882219730289, -40.551163524561005 ], [ 175.19488408709708, -40.5512206893928 ], [ 175.194875886373779, -40.551256595461545 ], [ 175.194862374097028, -40.551321202644175 ], [ 175.194866897231918, -40.551364016917987 ], [ 175.194849951085672, -40.551419155976596 ], [ 175.194825514782394, -40.551436303842642 ], [ 175.194776330922593, -40.551461072087825 ], [ 175.194696444286137, -40.551693774984521 ], [ 175.194628969896854, -40.551923858589248 ], [ 175.194538069806754, -40.552202054255538 ], [ 175.194512144219345, -40.552269280634974 ], [ 175.194460225957584, -40.552306017442916 ], [ 175.194464593340655, -40.552344067994298 ], [ 175.194475828422469, -40.552401054810232 ], [ 175.194449046958653, -40.552442080627387 ], [ 175.194423587965105, -40.552523598198 ], [ 175.194373536487376, -40.55261749980847 ], [ 175.194341676404207, -40.552694372301765 ], [ 175.194312783351108, -40.552766421714544 ], [ 175.194290213399313, -40.552840734317947 ], [ 175.194218213742147, -40.553028003413921 ], [ 175.194198999671073, -40.553109402272092 ], [ 175.194180563433264, -40.553214619810056 ], [ 175.194170172879865, -40.553279167585636 ], [ 175.194150647544205, -40.553351038962873 ], [ 175.194143846379859, -40.553429818612805 ], [ 175.194179440828947, -40.553467275841868 ], [ 175.194204967067037, -40.553483474248559 ], [ 175.194212301549896, -40.553516701733599 ], [ 175.194188642226436, -40.553557668164245 ], [ 175.194171772834324, -40.55361518900083 ], [ 175.194145613031367, -40.553675269702005 ], [ 175.19409556037337, -40.553769171206973 ], [ 175.194100627760406, -40.553828658579512 ], [ 175.193969294570252, -40.554017054823959 ], [ 175.193964371386784, -40.554057665241437 ], [ 175.193980607360174, -40.55407642354465 ], [ 175.193948435077147, -40.554143768468123 ], [ 175.193918140985403, -40.554172944163653 ], [ 175.193914306696826, -40.554246900735002 ], [ 175.193866676060111, -40.554319306009702 ], [ 175.193846294576076, -40.554364976788243 ], [ 175.1938077987339, -40.554430058459147 ], [ 175.193757511753034, -40.554516814227924 ], [ 175.193666694597482, -40.554702057085954 ], [ 175.193665049520433, -40.554747371908043 ], [ 175.193660670533177, -40.55480465539312 ], [ 175.193643878193058, -40.554864558029351 ], [ 175.193641521288697, -40.554983770092136 ], [ 175.193637764462153, -40.555060108522134 ], [ 175.193632685482584, -40.55509595518911 ], [ 175.193599656907764, -40.55513709947391 ], [ 175.19357935278839, -40.555185152078899 ], [ 175.193535466125894, -40.55527655286069 ], [ 175.193531164783991, -40.555336218208183 ], [ 175.193462139974457, -40.55542332977064 ], [ 175.193448236831756, -40.555476027459093 ], [ 175.193446747147391, -40.555526106013744 ], [ 175.193439245138364, -40.555583448805528 ], [ 175.193425108647602, -40.555629000885723 ], [ 175.193424396623612, -40.555702898123968 ], [ 175.193386132956704, -40.555775125276199 ], [ 175.193355993440804, -40.555809064579051 ], [ 175.193332721666053, -40.555861940196351 ], [ 175.193328264599813, -40.555916841799281 ], [ 175.19331405020867, -40.555960011998714 ], [ 175.193214573757018, -40.5560715352416 ], [ 175.193202757458806, -40.55628387740996 ], [ 175.193173071765699, -40.556427441934879 ], [ 175.193129728123125, -40.556535515659519 ], [ 175.193122847843512, -40.556611913379868 ], [ 175.193114645643419, -40.556647819333961 ], [ 175.193085594232002, -40.556715104735098 ], [ 175.193087304919231, -40.55676750584351 ], [ 175.193095105837472, -40.55681502459823 ], [ 175.193055830379876, -40.556856287362798 ], [ 175.193016632631043, -40.556899931983615 ], [ 175.1929914037039, -40.556988594874831 ], [ 175.19301130733416, -40.557023967068645 ], [ 175.193006461186911, -40.557066959314987 ], [ 175.192883321333056, -40.557219448522034 ], [ 175.192848023676504, -40.557286852475457 ], [ 175.192809369802859, -40.557347170114028 ], [ 175.192776417416781, -40.557390696059009 ], [ 175.19275298919078, -40.557438807834487 ], [ 175.192732839332621, -40.557491624044239 ], [ 175.192672700563548, -40.557659600130066 ], [ 175.192677300660449, -40.55770479634004 ], [ 175.192682056258775, -40.557754756286947 ], [ 175.192682120970687, -40.557852472204722 ], [ 175.192654947635418, -40.557881588310813 ], [ 175.192634097870467, -40.557912967685986 ], [ 175.192611524571191, -40.557987279992872 ], [ 175.192567945889266, -40.55808820792268 ], [ 175.192538426907504, -40.558141201987894 ], [ 175.192524522567538, -40.558193899575507 ], [ 175.192451100210349, -40.558433628094271 ], [ 175.1924186135235, -40.558491445162723 ], [ 175.192401430596362, -40.558539438290964 ], [ 175.192354572839861, -40.558635661702446 ], [ 175.192374632143697, -40.558675797730523 ], [ 175.192385322586773, -40.558716111628335 ], [ 175.192368606017084, -40.558778395965227 ], [ 175.192325584142907, -40.558800662849428 ], [ 175.19228731766151, -40.558872889678035 ], [ 175.192247482825024, -40.558992813162689 ], [ 175.192225064253591, -40.559071889139553 ], [ 175.192196011000533, -40.559139174340977 ], [ 175.192148686173198, -40.559221106464143 ], [ 175.192114164117328, -40.55931232890827 ], [ 175.192085110658638, -40.559379614084754 ], [ 175.192064013191668, -40.55949918180761 ], [ 175.192009728532128, -40.559655129671199 ], [ 175.191962636319261, -40.559744207333871 ], [ 175.191958178014517, -40.559799108885407 ], [ 175.191940450377587, -40.559830428868459 ], [ 175.19189968172185, -40.559921769816128 ], [ 175.191896233788128, -40.560007635663879 ], [ 175.19188888557116, -40.560069742099188 ], [ 175.191838669899454, -40.560158878996589 ], [ 175.191830388936609, -40.560192402998865 ], [ 175.191809771278827, -40.560230927849545 ], [ 175.191771178433896, -40.560388961092926 ], [ 175.191658550570537, -40.56067233339332 ], [ 175.191645407965751, -40.560844183618357 ], [ 175.191621574891371, -40.560975719884063 ], [ 175.191593219744789, -40.561064441772537 ], [ 175.191558385225107, -40.561146136590992 ], [ 175.191556505610862, -40.561184305769608 ], [ 175.191563839802058, -40.561217533393936 ], [ 175.191509878096923, -40.561287674484149 ], [ 175.191447945857703, -40.561400867005453 ], [ 175.19132875806622, -40.56167483007917 ], [ 175.191317960545518, -40.561822802307049 ], [ 175.191260549383941, -40.561978809120021 ], [ 175.191211560010174, -40.562201389721317 ], [ 175.191137833302577, -40.562336255973058 ], [ 175.191039416932824, -40.562576457774753 ], [ 175.191024548067674, -40.562791240835296 ], [ 175.191002811195091, -40.562987087452768 ], [ 175.190991158153395, -40.563108859081076 ], [ 175.19097397316213, -40.563156852018331 ], [ 175.190984819007014, -40.563201929758577 ], [ 175.191033531489609, -40.563258205727521 ], [ 175.19099714121208, -40.563292263011917 ], [ 175.190976755302472, -40.563337933339312 ], [ 175.190974068125911, -40.563542951863653 ], [ 175.190964683450318, -40.563638463663267 ], [ 175.190868703893955, -40.563761835230245 ], [ 175.190789350075931, -40.563915874754393 ], [ 175.19070117012285, -40.564086765071686 ], [ 175.190699663036924, -40.564232177603635 ], [ 175.190582674186601, -40.56438216428338 ], [ 175.190458257283581, -40.564591875331189 ], [ 175.190436378818362, -40.56468762407912 ], [ 175.190380299937317, -40.564788788254631 ], [ 175.190295163456057, -40.564957237180387 ], [ 175.190279204468823, -40.565138673964363 ], [ 175.190213599832248, -40.565235252054272 ], [ 175.190163689060029, -40.565333915785466 ], [ 175.190128756943722, -40.565508562374688 ], [ 175.190074696540933, -40.565671655029142 ], [ 175.189998057405091, -40.565909059506083 ], [ 175.189925240125035, -40.566167841530969 ], [ 175.1898471242352, -40.566359990392989 ], [ 175.189781656583136, -40.566556666027068 ], [ 175.189759294001078, -40.566733457459641 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HokioBeach", "Date": "1985-12-29", "DSASDate": "29/12/1985", "Digitiser": "AF", "Scale": "1000", "Notes": "edge of veg", "Source": "RL", "CPS": "4", "Proxy": "10", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HokioBeach/Shorelines/HokioBeach_29DEC1985.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.189714463226863, -40.566796274512768 ], [ 175.189631419662788, -40.567029033487948 ], [ 175.18952986834978, -40.567269293366458 ], [ 175.189498540080052, -40.567362837755311 ], [ 175.189475882912177, -40.567434767638595 ], [ 175.189432915233567, -40.567554749471959 ], [ 175.189371983671066, -40.56769890531509 ], [ 175.189269714388786, -40.568013062178068 ], [ 175.189293752532791, -40.568079340007245 ], [ 175.189244476955395, -40.568101724328521 ], [ 175.18923743633934, -40.568173358080614 ], [ 175.189217358495853, -40.568228555610801 ], [ 175.189212276464929, -40.568264402094407 ], [ 175.189216409365457, -40.568295307186993 ], [ 175.189178056884913, -40.568365151231696 ], [ 175.189149152239366, -40.568437199489125 ], [ 175.189135476400878, -40.568497042315499 ], [ 175.189110238635436, -40.568585704439023 ], [ 175.189066803759346, -40.568691394929921 ], [ 175.188993920247924, -40.56885246053848 ], [ 175.188921968136441, -40.5690421085474 ], [ 175.188881250220504, -40.569231164429389 ], [ 175.188785068270647, -40.569540438746301 ], [ 175.188652102383514, -40.569871860272166 ], [ 175.188540360570869, -40.570279146304294 ], [ 175.188517372832706, -40.570436882545877 ], [ 175.188487535079332, -40.570480348212826 ], [ 175.188449568842344, -40.570562101393989 ], [ 175.188417228517409, -40.570624681205551 ], [ 175.188385276284777, -40.570699170360406 ], [ 175.188374179511214, -40.570742280814905 ], [ 175.188357146179385, -40.570795037143334 ], [ 175.188346437520124, -40.570850056946796 ], [ 175.1883354183297, -40.570895549268059 ], [ 175.188314562740175, -40.570926927954474 ], [ 175.188175965950592, -40.571277522343934 ], [ 175.18817548162292, -40.571358565128882 ], [ 175.18816133868728, -40.571404116627598 ], [ 175.188142190585666, -40.571487896434114 ], [ 175.188099528719107, -40.571617405303222 ], [ 175.188082572600166, -40.571672543465404 ], [ 175.188039211928498, -40.571780615481167 ], [ 175.188005299494279, -40.571890891787355 ], [ 175.187975131498064, -40.57202016385984 ], [ 175.187958640901684, -40.572089593227844 ], [ 175.187907635482588, -40.572154909906985 ], [ 175.18789013577188, -40.572193374950615 ], [ 175.187857154302037, -40.572332233662962 ], [ 175.187836996605739, -40.572385049107261 ], [ 175.187798330065675, -40.572445365263384 ], [ 175.187746839444628, -40.572591724659709 ], [ 175.187754871776434, -40.57264638931612 ], [ 175.18773298731881, -40.572742137595476 ], [ 175.187668225726213, -40.572864914983441 ], [ 175.187627133626449, -40.572946727104238 ], [ 175.187589863542257, -40.573049916868527 ], [ 175.187574769283913, -40.573162219857096 ], [ 175.187474754332328, -40.573450115532346 ], [ 175.187419440227899, -40.57357509713809 ], [ 175.187307200467075, -40.574063424861251 ], [ 175.187294375662702, -40.574149468064071 ], [ 175.187256018079722, -40.574219311542763 ], [ 175.187221482504413, -40.574310532675653 ], [ 175.187185550082177, -40.574358880127143 ], [ 175.187120553259206, -40.57447451163015 ], [ 175.18703553248497, -40.574743056157928 ], [ 175.186921348575112, -40.57517183676994 ], [ 175.186856020008008, -40.575373274651916 ], [ 175.186763100043521, -40.575687252027166 ], [ 175.18673073551625, -40.575845165410591 ], [ 175.186589638749695, -40.576119538229477 ], [ 175.186472812360449, -40.576467334828202 ], [ 175.186423953738654, -40.576694677305447 ], [ 175.186293389135983, -40.577004600411065 ], [ 175.186258421241774, -40.577274579905733 ], [ 175.186219341801149, -40.577418320226165 ], [ 175.186149023695407, -40.577562651990554 ], [ 175.18610878035048, -40.577670664212349 ], [ 175.186067761210211, -40.577754857711113 ], [ 175.186050237925059, -40.577888656491119 ], [ 175.186030077318321, -40.577941471652615 ], [ 175.185979531178901, -40.578021078808256 ], [ 175.185968974800488, -40.578080862149584 ], [ 175.185960844203635, -40.578119149509419 ], [ 175.185949589719229, -40.578157496009254 ], [ 175.185922560691125, -40.57819137446608 ], [ 175.185878262016274, -40.578270863302357 ], [ 175.185847953900151, -40.578300037139577 ], [ 175.185864504068832, -40.578328323902689 ], [ 175.185835979818137, -40.578412280773719 ], [ 175.185824570099072, -40.578445863520372 ], [ 175.185798549173001, -40.57851070627634 ], [ 175.18577673792683, -40.578608836087277 ], [ 175.185751027132, -40.578683206318331 ], [ 175.185746485609229, -40.578735725755578 ], [ 175.185748657251736, -40.578802418147738 ], [ 175.185725915157633, -40.578871965495374 ], [ 175.185703017904245, -40.578936749096641 ], [ 175.185664888795941, -40.579013737719869 ], [ 175.185594800626347, -40.579165214797193 ], [ 175.185538914051222, -40.579368856481494 ], [ 175.185442781674368, -40.579680510154411 ], [ 175.185415884934628, -40.579814486227868 ], [ 175.185361260166587, -40.579960903795275 ], [ 175.185331881656339, -40.580018659969973 ], [ 175.185210680856699, -40.580366895474725 ], [ 175.185173458684091, -40.580567800385438 ], [ 175.185132824456133, -40.580663902945396 ], [ 175.185093043067326, -40.580786206077555 ], [ 175.185055532612381, -40.580882249492653 ], [ 175.185052951383284, -40.58089898171184 ], [ 175.185018254672173, -40.580985438511057 ], [ 175.184970496528251, -40.581150792646028 ], [ 175.184900537223172, -40.581402367063745 ], [ 175.184866460361036, -40.581507878793303 ], [ 175.184819499561883, -40.581601717613573 ], [ 175.184818701525643, -40.581673232870841 ], [ 175.184799004133993, -40.581740339068119 ], [ 175.184752508281576, -40.581848469092847 ], [ 175.184683500768074, -40.58203329187775 ], [ 175.184658873016048, -40.582141008090417 ], [ 175.184590097559038, -40.582332976439666 ], [ 175.184567020104879, -40.582488330063903 ], [ 175.184549283446046, -40.582519649041807 ], [ 175.184516934168215, -40.582582227883186 ], [ 175.184479499514879, -40.582680653002122 ], [ 175.184417048781569, -40.582874884917707 ], [ 175.184356535738317, -40.583128663592042 ], [ 175.184187119483624, -40.58349413595289 ], [ 175.184158800239885, -40.583680572030822 ], [ 175.184085735102826, -40.583836871133954 ], [ 175.184050004469981, -40.583987697305005 ], [ 175.183960775394723, -40.584127618714859 ], [ 175.183916524445692, -40.584304822719837 ], [ 175.183915880560647, -40.584381101708921 ], [ 175.183898685691901, -40.584429093700223 ], [ 175.183755652565907, -40.584836966444662 ], [ 175.183687879615377, -40.585059898644303 ], [ 175.183670272805472, -40.585191315205776 ], [ 175.183653620092116, -40.585255980266744 ], [ 175.183633145618074, -40.58529926756573 ], [ 175.18349338847375, -40.585711844674222 ], [ 175.183387091041197, -40.58599985532868 ], [ 175.183327991194119, -40.586201173247488 ], [ 175.183250067916418, -40.586400463732346 ], [ 175.183186990696157, -40.586575640071842 ], [ 175.183163468762189, -40.58662136824433 ], [ 175.183156110620416, -40.586683474141992 ], [ 175.183132098928894, -40.586810245031437 ], [ 175.183046196282248, -40.587052586312232 ], [ 175.183026495763812, -40.587119692235468 ], [ 175.183019989794872, -40.587207998716117 ], [ 175.183003103582649, -40.587265518075384 ], [ 175.182991846092904, -40.587303864313675 ], [ 175.182981440915171, -40.587368411142869 ], [ 175.182941987073548, -40.587404907142513 ], [ 175.182924248446994, -40.58743622589904 ], [ 175.182899926182216, -40.587553469254971 ], [ 175.182867083145823, -40.587697090404049 ], [ 175.182794940749318, -40.587881971244023 ], [ 175.182745235993281, -40.587987777741361 ], [ 175.18260923804371, -40.588324015847547 ], [ 175.182492139989364, -40.588664663199246 ], [ 175.182427741942291, -40.58879934733816 ], [ 175.182392857553936, -40.588976373634843 ], [ 175.182291999149044, -40.589335780493734 ], [ 175.182263647038837, -40.589617550074138 ], [ 175.182216135135519, -40.589694714847759 ], [ 175.18213451226913, -40.589972724547671 ], [ 175.182046252581017, -40.590238942932409 ], [ 175.181953989542563, -40.59057435364776 ], [ 175.181922098993141, -40.590651223077273 ], [ 175.181951845800086, -40.590700710972754 ], [ 175.181954479330699, -40.590781694628518 ], [ 175.181940560998697, -40.590834391053995 ], [ 175.181949830776176, -40.590927165974321 ], [ 175.181972786560038, -40.590960098848804 ], [ 175.181984483765945, -40.591031377865932 ], [ 175.181942909757765, -40.591098896957767 ], [ 175.181894079756603, -40.591135569791014 ], [ 175.181855552636165, -40.591200647935629 ], [ 175.181823661706801, -40.591277517340799 ], [ 175.18185661069603, -40.591329328078011 ], [ 175.181880186228597, -40.591381315943195 ], [ 175.181832440354441, -40.59145133496429 ], [ 175.181841555195859, -40.591539346141623 ], [ 175.181852477835605, -40.591586806446067 ], [ 175.181889171180046, -40.59165761309692 ], [ 175.181924857644873, -40.591697455398972 ], [ 175.18193898235279, -40.591747238515772 ], [ 175.181885916739304, -40.591845958118768 ], [ 175.181827480234602, -40.591875662459096 ], [ 175.181751044628157, -40.592024873678213 ], [ 175.181740637720821, -40.592089420396192 ], [ 175.181711793368748, -40.592163848858263 ], [ 175.181643619998937, -40.592374870600871 ], [ 175.181643308054703, -40.592653726746839 ], [ 175.181721446763078, -40.592845300386962 ], [ 175.181930921058836, -40.593229825492884 ], [ 175.182153593270584, -40.593347167212897 ], [ 175.182404827137987, -40.593573602017976 ], [ 175.182670885887177, -40.593871256037318 ], [ 175.182856428820457, -40.594096548344332 ], [ 175.182965068704021, -40.594168377661397 ], [ 175.183082617681407, -40.594225738409207 ], [ 175.183139868681536, -40.594255639212406 ], [ 175.183221651746408, -40.594270776087917 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HokioBeach", "Date": "1985-12-29", "DSASDate": "29/12/1985", "Digitiser": "AF", "Scale": "1000", "Notes": "edge of veg", "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HokioBeach/Shorelines/HokioBeach_29DEC1985.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.183350835980377, -40.59473367921175 ], [ 175.183188826208379, -40.594799305372028 ], [ 175.183147625500538, -40.594854305304217 ], [ 175.183126658711728, -40.594978635148188 ], [ 175.183193313577931, -40.595201408168151 ], [ 175.18324452458225, -40.595333906489294 ], [ 175.183354359419383, -40.595634512876963 ], [ 175.183383751851153, -40.595865140422063 ], [ 175.183385457327461, -40.595917541514197 ], [ 175.183384246824517, -40.59607248110494 ], [ 175.183354395021723, -40.596115945646126 ], [ 175.183312431890556, -40.596171555882783 ], [ 175.183232351845277, -40.596208820231439 ], [ 175.182941960460994, -40.596316794524213 ], [ 175.182883753155352, -40.596353645071595 ], [ 175.182840447338663, -40.596464097201832 ], [ 175.182832831124671, -40.596614391225842 ], [ 175.182852664659009, -40.596647382911947 ], [ 175.182851142965717, -40.596792795037786 ], [ 175.182839602408535, -40.597014663259863 ], [ 175.182810369889978, -40.597077182619543 ], [ 175.182773003065762, -40.597177989096998 ], [ 175.182712318258865, -40.597427003082061 ], [ 175.18266542175067, -40.597523223019166 ], [ 175.182620099920882, -40.597571746498843 ], [ 175.182599543866331, -40.597612651774512 ], [ 175.18259727155754, -40.597638911399542 ], [ 175.182583197553924, -40.597686844131331 ], [ 175.182562331454477, -40.597718221927657 ], [ 175.18251974674132, -40.597754776957387 ], [ 175.182433544691946, -40.597892256491676 ], [ 175.182419005567425, -40.597925897994848 ], [ 175.182395169496715, -40.597962098569312 ], [ 175.182364308869126, -40.597974598588166 ], [ 175.182322266316447, -40.598027826630741 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2001-02-21", "DSASDate": "21/02/2001", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.39999999999995, "Total_UNCY": "3.828171887467941", "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_21FEB2001.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227240236465718, -40.377278764984155 ], [ 175.227136095025713, -40.378658376566214 ], [ 175.227053523367374, -40.379746797545003 ], [ 175.226935831568454, -40.38052605312361 ], [ 175.226887867816345, -40.381151427646721 ], [ 175.226796550499756, -40.38216374784664 ], [ 175.226733553946104, -40.383089719926886 ], [ 175.226652181272669, -40.38402557945372 ], [ 175.22654698666625, -40.38499526526833 ], [ 175.226499850337404, -40.385835129062741 ], [ 175.226448632956874, -40.38655113472489 ], [ 175.226372071858378, -40.387443999816036 ], [ 175.226280538296635, -40.388260884469275 ], [ 175.226212306722147, -40.388838980553018 ], [ 175.226149566800387, -40.389583808490151 ], [ 175.226063678327591, -40.390572188501693 ], [ 175.225997530493487, -40.391402884052987 ], [ 175.225958923910468, -40.392123412893014 ], [ 175.225911261626322, -40.392758313842734 ], [ 175.225900510802688, -40.393378203489561 ], [ 175.225854103107082, -40.39405121445553 ], [ 175.225812089024913, -40.394857610795952 ], [ 175.225839082816549, -40.395676978428867 ], [ 175.225943044312373, -40.396561598635124 ], [ 175.226519562714572, -40.397217843825288 ], [ 175.226624899915748, -40.397954666284321 ], [ 175.225902838319996, -40.398368984920069 ], [ 175.225500227606574, -40.398638911435654 ], [ 175.22526027383438, -40.39968269089389 ], [ 175.225130166150933, -40.400843524551576 ], [ 175.224977326634558, -40.402071530493195 ], [ 175.224915554326685, -40.403035609879957 ], [ 175.224751925736911, -40.404125586217781 ], [ 175.224713820590381, -40.405051075394127 ], [ 175.224591094565284, -40.405868557357934 ], [ 175.224466213915065, -40.406810016875866 ], [ 175.224364957923967, -40.407522216022322 ], [ 175.224334358422766, -40.407918447685255 ], [ 175.224198689644226, -40.408721877727672 ], [ 175.22407846305461, -40.409615579152977 ], [ 175.223995739356297, -40.410322654312438 ], [ 175.223844975071728, -40.411236010103131 ], [ 175.223760251471901, -40.412071826421474 ], [ 175.223627550516852, -40.412965767057422 ], [ 175.223445343961714, -40.414060864516223 ], [ 175.223373663328147, -40.414724825410914 ], [ 175.223289987157074, -40.415403317307927 ], [ 175.22315276835792, -40.416349778487316 ], [ 175.222973684679545, -40.417540150174332 ], [ 175.222850137377918, -40.418333811037087 ], [ 175.222637882195869, -40.419653522837926 ], [ 175.222511702671426, -40.420556869524439 ], [ 175.222404022043293, -40.421264422600267 ], [ 175.222235146304968, -40.422197190545248 ], [ 175.222137888532558, -40.422842574795332 ], [ 175.222038787146857, -40.423621463920398 ], [ 175.221923727282558, -40.424105120030781 ], [ 175.221807333405508, -40.424927242257709 ], [ 175.221696504119706, -40.425539519489952 ], [ 175.221595983746738, -40.426275534359633 ], [ 175.221447356339127, -40.427255579034259 ], [ 175.221212589035304, -40.428461317252022 ], [ 175.221011924768135, -40.429566297286719 ], [ 175.220916686072883, -40.430273609116512 ], [ 175.220773612113987, -40.431043808081391 ], [ 175.220625906017801, -40.432052434054526 ], [ 175.220443733182975, -40.432961619985342 ], [ 175.220246772288561, -40.433990258768816 ], [ 175.220066001053993, -40.434942317854023 ], [ 175.219862952266539, -40.43597583949348 ], [ 175.219639191690618, -40.437138461083272 ], [ 175.21940001157401, -40.438401480240039 ], [ 175.21919588144803, -40.439592324180538 ], [ 175.218965865261168, -40.440755064159333 ], [ 175.21881184922475, -40.441573137543593 ], [ 175.218619668926209, -40.442558779984807 ], [ 175.218403828808647, -40.443773680616879 ], [ 175.218189516852675, -40.444845548644039 ], [ 175.218000923633582, -40.445940756242408 ], [ 175.217784280947825, -40.44713183689845 ], [ 175.217447836128514, -40.448854325981259 ], [ 175.217207486691564, -40.450083994177689 ], [ 175.217033658465709, -40.451059747410909 ], [ 175.216819022324785, -40.452312754876765 ], [ 175.216546716751736, -40.453709870665548 ], [ 175.216357793148887, -40.454986217384629 ], [ 175.216122547094386, -40.456182417365227 ], [ 175.215935565207019, -40.456948683617973 ], [ 175.215775247648253, -40.457766872389016 ], [ 175.215665835828617, -40.458045442061078 ], [ 175.215463579158239, -40.458916868801417 ], [ 175.215336470741534, -40.459796387719258 ], [ 175.215149183821552, -40.460743794671302 ], [ 175.214896887407178, -40.461802082691328 ], [ 175.21466018285318, -40.463097693458472 ], [ 175.214474131461031, -40.464083209266256 ], [ 175.214340140183594, -40.464943791527105 ], [ 175.214188373379784, -40.465833314681177 ], [ 175.2140535934426, -40.46667007783519 ], [ 175.213865960660883, -40.467607955153618 ], [ 175.213787110125054, -40.468057539922263 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1953-04-15", "DSASDate": "15/04/1953", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_15APR1953.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227469380936668, -40.377299397547304 ], [ 175.227396266283449, -40.377878189006374 ], [ 175.227266908329113, -40.378405444873898 ], [ 175.227176506862946, -40.379067266235069 ], [ 175.227131665225528, -40.37954008701815 ], [ 175.227064130214302, -40.380241072367127 ], [ 175.226988845588664, -40.380575862931984 ], [ 175.226933353394429, -40.380725449915452 ], [ 175.226898481418402, -40.380976951887043 ], [ 175.226863717883106, -40.381231752147677 ], [ 175.22686353386365, -40.381357170745666 ], [ 175.226803326355508, -40.381625662757145 ], [ 175.226788346857347, -40.382088006764057 ], [ 175.226710451494768, -40.382343637882649 ], [ 175.226688593071913, -40.382466173613359 ], [ 175.226622256820605, -40.382810692662098 ], [ 175.226608188138329, -40.383038690963019 ], [ 175.226595824892655, -40.383187446915485 ], [ 175.22656428610938, -40.383409180947119 ], [ 175.226546697471775, -40.383792365597287 ], [ 175.226522589582402, -40.383977652112527 ], [ 175.226479121312707, -40.384361335244527 ], [ 175.226464248494381, -40.384826977383611 ], [ 175.226410523224473, -40.385161352110174 ], [ 175.226405982287872, -40.385547585713951 ], [ 175.226355483136899, -40.385848894302264 ], [ 175.226299431732912, -40.386374736589119 ], [ 175.226234426904227, -40.386890850085557 ], [ 175.226200451903452, -40.387300753271269 ], [ 175.226120332445618, -40.387751149898918 ], [ 175.226042461283441, -40.388138795679595 ], [ 175.22607771814188, -40.388553966162462 ], [ 175.226063386194738, -40.389036099535751 ], [ 175.226047468252091, -40.389208026525587 ], [ 175.226045827137455, -40.389551298951588 ], [ 175.226052595955593, -40.389887808603312 ], [ 175.225964204300084, -40.390480281157949 ], [ 175.225967963184786, -40.390856453440968 ], [ 175.225949936541355, -40.391226444488289 ], [ 175.225973014796807, -40.391664952093549 ], [ 175.225957998027212, -40.391995280436596 ], [ 175.22593372307557, -40.392830746884833 ], [ 175.225888867977403, -40.393303566617838 ], [ 175.225895093950641, -40.393623584597812 ], [ 175.226029572885835, -40.39403684380548 ], [ 175.226362450233637, -40.394707012062213 ], [ 175.227022354512968, -40.3958692370785 ], [ 175.227145537546676, -40.395939471985983 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1953-04-15", "DSASDate": "15/04/1953", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_15APR1953.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.226535304382082, -40.396284568751803 ], [ 175.226248766584604, -40.396365997373159 ], [ 175.225963087523127, -40.396866558148822 ], [ 175.225671818768774, -40.397459636737956 ], [ 175.225660929725109, -40.397915300055217 ], [ 175.225640651767975, -40.398348041427212 ], [ 175.22551553003558, -40.398743197032928 ], [ 175.225356436775485, -40.399155508546293 ], [ 175.225179387634057, -40.399809093847445 ], [ 175.225221928186528, -40.400445249596473 ], [ 175.225170392598727, -40.400977604187069 ], [ 175.225106271028181, -40.401652117670842 ], [ 175.225054408088255, -40.402174577271069 ], [ 175.224934926419706, -40.4027412436118 ], [ 175.224879865110921, -40.403428783944769 ], [ 175.224752837673009, -40.404028599141661 ], [ 175.224685357826644, -40.404208118940254 ], [ 175.224705176887454, -40.404547677158405 ], [ 175.224651136802436, -40.405004170595546 ], [ 175.22453979568013, -40.405818208535472 ], [ 175.22447921958053, -40.406469550332297 ], [ 175.224391668082944, -40.407088407401822 ], [ 175.224333557883767, -40.407683595026171 ], [ 175.224233711478973, -40.408322490827004 ], [ 175.224175599316879, -40.408917678319426 ], [ 175.224056596090975, -40.409761566324498 ], [ 175.224004799964376, -40.410155308708212 ], [ 175.223940523326263, -40.410694508069469 ], [ 175.223875328504931, -40.411468052191879 ], [ 175.223838539380182, -40.411924212900054 ], [ 175.223764899950197, -40.41257250482019 ], [ 175.223660402060659, -40.413201588117808 ], [ 175.22358038112111, -40.413787295362631 ], [ 175.223491155944117, -40.414224662444774 ], [ 175.223379781308097, -40.414513938424847 ], [ 175.223352457977768, -40.414864304501897 ], [ 175.223166419987052, -40.415115412114353 ], [ 175.223114043905269, -40.415360647873683 ], [ 175.223113044940305, -40.415723708980828 ], [ 175.223012063557178, -40.416197605948994 ], [ 175.222968968450346, -40.416462465365115 ], [ 175.22289840964072, -40.416942377749102 ], [ 175.222888641839432, -40.417170291866249 ], [ 175.222776174332722, -40.417426584414443 ], [ 175.222733620712631, -40.417707935191679 ], [ 175.222666071587781, -40.418148184922707 ], [ 175.222594612367033, -40.418469696130451 ], [ 175.222499105896503, -40.418847776213731 ], [ 175.222386907443706, -40.419374694277209 ], [ 175.222300681258588, -40.4197723979673 ], [ 175.222206121171212, -40.420048147815031 ], [ 175.222076113742474, -40.420558906080039 ], [ 175.221971156771019, -40.421174794627596 ], [ 175.221978567083653, -40.421531093011218 ], [ 175.221922111518893, -40.421915022388951 ], [ 175.221812808797466, -40.422398979135878 ], [ 175.221714171884713, -40.422813422766623 ], [ 175.221634968064706, -40.423293500249002 ], [ 175.221562223549228, -40.42370744592737 ], [ 175.221461955157565, -40.424072414993468 ], [ 175.221400610107111, -40.424307921031982 ], [ 175.221450281640131, -40.424504988807612 ], [ 175.2213498766817, -40.424734644917088 ], [ 175.221290675506737, -40.424904102132338 ], [ 175.221267981073026, -40.425264279442075 ], [ 175.221220667594224, -40.425532519406389 ], [ 175.22115687619501, -40.425956193763838 ], [ 175.221106114387766, -40.426250902952113 ], [ 175.220993244035384, -40.426758029913344 ], [ 175.220901383631997, -40.427116236031459 ], [ 175.220848174943626, -40.427599113518362 ], [ 175.220773794034272, -40.427963584321638 ], [ 175.220689260773725, -40.428282044908237 ], [ 175.220588113682368, -40.428620626936812 ], [ 175.22047773244941, -40.429203614069884 ], [ 175.220367541657851, -40.429661183155723 ], [ 175.220292095937793, -40.430124685276091 ], [ 175.220218795068831, -40.430522138621967 ], [ 175.220181601741473, -40.430704373829336 ], [ 175.22009869060048, -40.431072308349371 ], [ 175.220035298106296, -40.431377160695952 ], [ 175.21998808503551, -40.431648698425391 ], [ 175.219860429588664, -40.432232016647276 ], [ 175.219779227300677, -40.432520709083754 ], [ 175.219684339665804, -40.432918576669387 ], [ 175.219655474915896, -40.433222765496723 ], [ 175.219604702492774, -40.433517474000666 ], [ 175.219626525285889, -40.433655670493565 ], [ 175.219529790909576, -40.433997467034523 ], [ 175.219451840405753, -40.43438510792074 ], [ 175.219410133374396, -40.434692843670724 ], [ 175.219588397612796, -40.435253783342318 ], [ 175.219549379733905, -40.435511961862318 ], [ 175.219379780489049, -40.43573964476046 ], [ 175.219304191129822, -40.43606783341901 ], [ 175.219205390785504, -40.436346962213563 ], [ 175.219121252223829, -40.436546600416584 ], [ 175.219213597900108, -40.436990377119635 ], [ 175.219176530834403, -40.437307924688547 ], [ 175.218932007044231, -40.438015599694452 ], [ 175.218730709157597, -40.438461714830588 ], [ 175.218735504844716, -40.438738853923979 ], [ 175.218775571345589, -40.438906403502443 ], [ 175.218695984862734, -40.43924456952162 ], [ 175.218594510651656, -40.43970526944576 ], [ 175.218538436875065, -40.439970375721323 ], [ 175.218534403839982, -40.440373098352438 ], [ 175.218411103822064, -40.440695601563007 ], [ 175.218427634035351, -40.440804196417105 ], [ 175.218380929902509, -40.440960210481805 ], [ 175.218316979980017, -40.441248570416143 ], [ 175.218233614379926, -40.441603310438083 ], [ 175.218217041117214, -40.441887460405717 ], [ 175.218182549164396, -40.442152152130447 ], [ 175.218173221270916, -40.442525272956665 ], [ 175.218191639352369, -40.442953967396711 ], [ 175.218249344935884, -40.443395109054251 ], [ 175.218406758630607, -40.444372296456834 ], [ 175.218558056121282, -40.444900750851481 ], [ 175.218620625996238, -40.445358300608788 ], [ 175.218651155018875, -40.445892373989139 ], [ 175.218615190327824, -40.446374918221188 ], [ 175.218646897702058, -40.447470031285306 ], [ 175.21862410162862, -40.447958923286549 ], [ 175.218569239254464, -40.448392324733653 ], [ 175.218396396639974, -40.448785086608666 ], [ 175.218052375019084, -40.449227339542695 ], [ 175.217939754444615, -40.449612343907859 ], [ 175.217896233801582, -40.450128036403406 ], [ 175.217809103816478, -40.45063136446403 ], [ 175.217710473960949, -40.450785074415613 ], [ 175.217603619801167, -40.451476901696161 ], [ 175.217613599588276, -40.451780343753029 ], [ 175.217478689498932, -40.452538716612558 ], [ 175.217340022547148, -40.453445677750288 ], [ 175.21728139471287, -40.454027666978689 ], [ 175.217249540340276, -40.454635545257737 ], [ 175.217251709741902, -40.454701510903483 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1953-04-15", "DSASDate": "15/04/1953", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_15APR1953.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.216478702288782, -40.457472146068341 ], [ 175.216253724436768, -40.458120032534879 ], [ 175.215931271266555, -40.458825894243923 ], [ 175.215568322926259, -40.459483026148924 ], [ 175.215464761380872, -40.460013069949134 ], [ 175.215316842465967, -40.46063967464017 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2021-02-02", "DSASDate": "02/02/2021", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_Manawatu_2021_02FEB2021.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227016158011367, -40.377217169318278 ], [ 175.226991571348037, -40.377777407274905 ], [ 175.226911037828273, -40.378927757416648 ], [ 175.226776103866882, -40.380508167157757 ], [ 175.226702907394667, -40.381124494128812 ], [ 175.226684110002026, -40.381310761336358 ], [ 175.226675355710853, -40.381801910062421 ], [ 175.226590216768187, -40.382623439164362 ], [ 175.226522556917473, -40.38359716887885 ], [ 175.226478040812822, -40.384327346072858 ], [ 175.22643834147226, -40.385014529244003 ], [ 175.226372514432654, -40.385854753024731 ], [ 175.226329408682744, -40.386627803917023 ], [ 175.226247510439464, -40.387358700769049 ], [ 175.226204512905298, -40.387945844465307 ], [ 175.226162032699989, -40.388737950201076 ], [ 175.226060075329428, -40.389617003614816 ], [ 175.226071687946131, -40.389969522524567 ], [ 175.225989377017754, -40.390309549972116 ], [ 175.225937792412282, -40.390825356863367 ], [ 175.226052965591322, -40.391104379353614 ], [ 175.22597441976913, -40.391558737195929 ], [ 175.225849639451468, -40.392123621532726 ], [ 175.225770085903122, -40.39292597422844 ], [ 175.225732104461258, -40.393665557972156 ], [ 175.22559165498842, -40.394511984164509 ], [ 175.225542465546056, -40.395289917820961 ], [ 175.225518982916128, -40.396091190311097 ], [ 175.225500946334705, -40.396868523904928 ], [ 175.225564649271206, -40.397477445918469 ], [ 175.225584690551045, -40.397896537176862 ], [ 175.225629405428663, -40.397929043617282 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2021-02-02", "DSASDate": "02/02/2021", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_Manawatu_2021_02FEB2021.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.225568772268076, -40.399684388223811 ], [ 175.225158332530071, -40.400474043843253 ], [ 175.225126732033431, -40.401218270576244 ], [ 175.22505063642646, -40.401558177263986 ], [ 175.225026162009954, -40.402140196038374 ], [ 175.22492910811269, -40.402790346997577 ], [ 175.224921084554268, -40.403114642691676 ], [ 175.224833241551266, -40.403855185034281 ], [ 175.22472226379432, -40.40427203141796 ], [ 175.224589115530733, -40.405151682246768 ], [ 175.224504450013399, -40.406178169851266 ], [ 175.224379455302937, -40.407305535864154 ], [ 175.224266249149338, -40.408222936408876 ], [ 175.224246117224226, -40.408747669588351 ], [ 175.224160841425203, -40.409187854445925 ], [ 175.22412017397599, -40.409846452545921 ], [ 175.223997861560605, -40.410487554675413 ], [ 175.223925717887852, -40.411137224772915 ], [ 175.223856667431477, -40.411691499707082 ], [ 175.223790126307819, -40.412321994706375 ], [ 175.223718093065202, -40.412785758121274 ], [ 175.223648569166357, -40.413325741602684 ], [ 175.223548196217706, -40.413875852116654 ], [ 175.223493217442893, -40.414668194673453 ], [ 175.223381360651189, -40.415437797554148 ], [ 175.223295330835469, -40.416044833056034 ], [ 175.223253513232606, -40.416479414023279 ], [ 175.223208400824404, -40.416813956084759 ], [ 175.223148312707337, -40.417072517830718 ], [ 175.22314106638467, -40.417420631709511 ], [ 175.223084428751122, -40.41778399604037 ], [ 175.222985729828054, -40.418195837164738 ], [ 175.222868843587804, -40.418812999256374 ], [ 175.222828046769081, -40.419657502706457 ], [ 175.222770935526654, -40.420006575583862 ], [ 175.222650866528141, -40.420337792247039 ], [ 175.222552830357472, -40.420959358089462 ], [ 175.222433113254255, -40.421490772119377 ], [ 175.222321079713652, -40.422255609998814 ], [ 175.222230840128219, -40.422924693200784 ], [ 175.222184859398027, -40.423611992277792 ], [ 175.222045180947617, -40.424105655450063 ], [ 175.221949801398978, -40.424808204505659 ], [ 175.221877746030913, -40.425271966534375 ], [ 175.221810865091527, -40.425892932361428 ], [ 175.221621664339381, -40.426587751311793 ], [ 175.221443161827494, -40.427797175119842 ], [ 175.221323778400347, -40.428528785405419 ], [ 175.221254538393737, -40.42907829452632 ], [ 175.221209762422149, -40.429613033026641 ], [ 175.221071909894647, -40.42997319018837 ], [ 175.221124209348659, -40.430425027670879 ], [ 175.221121501642671, -40.430911289775679 ], [ 175.220909622299558, -40.431296703397507 ], [ 175.220933887849469, -40.431844414967678 ], [ 175.220791169327384, -40.432056895546111 ], [ 175.220808729968752, -40.432590435653204 ], [ 175.220683300921053, -40.432759682927937 ], [ 175.220550890164844, -40.433095900969491 ], [ 175.220447491049072, -40.433555497229044 ], [ 175.2204005124849, -40.434023542769594 ], [ 175.220470223583419, -40.434246241088559 ], [ 175.22033451698249, -40.434482420148015 ], [ 175.22021504042533, -40.434832689513904 ], [ 175.220137358176288, -40.435315625100721 ], [ 175.220104063676189, -40.43563087111368 ], [ 175.220021677251452, -40.435970894097707 ], [ 175.219904270091064, -40.43657376171609 ], [ 175.219734668724044, -40.437296800874236 ], [ 175.219537809280354, -40.4381395323419 ], [ 175.219316824375738, -40.439197230988263 ], [ 175.2192550153882, -40.439594059201575 ], [ 175.219144144766517, -40.440206333797576 ], [ 175.218992952674398, -40.44111015489343 ], [ 175.218856981201753, -40.441718144389021 ], [ 175.218761675359559, -40.442234784420116 ], [ 175.218726681769226, -40.442688298397265 ], [ 175.218651737171314, -40.442875641011966 ], [ 175.218606433451924, -40.443205417183961 ], [ 175.218470579349827, -40.44362750029741 ], [ 175.218349889825731, -40.444320997258203 ], [ 175.218196956846185, -40.445172416007971 ], [ 175.218008801632493, -40.446091245192157 ], [ 175.217822051807133, -40.447052947805929 ], [ 175.217683114418321, -40.447761094335306 ], [ 175.217548686877819, -40.448416719789691 ], [ 175.21738342207982, -40.44927314051791 ], [ 175.217336729474283, -40.449750711980407 ], [ 175.217237330746201, -40.450143493260363 ], [ 175.217213700309742, -40.450563421023766 ], [ 175.217133007372382, -40.450955843222125 ], [ 175.216985598569522, -40.451406746524604 ], [ 175.216814398258549, -40.452272813559013 ], [ 175.216638182439766, -40.452986440423651 ], [ 175.21651404442764, -40.453765802450384 ], [ 175.216358382059013, -40.454345565455121 ], [ 175.216208640247004, -40.454915681154162 ], [ 175.216133574582187, -40.455479597559602 ], [ 175.215979158286444, -40.456097470058403 ], [ 175.215855608101378, -40.456705216855113 ], [ 175.21574468535411, -40.457317488067751 ], [ 175.215775737492805, -40.457502795779178 ], [ 175.215631882021341, -40.457872594208908 ], [ 175.215542614069278, -40.458384348159669 ], [ 175.215419682903871, -40.459011149466249 ], [ 175.215368275987998, -40.459345807551685 ], [ 175.215246099198652, -40.45980575797261 ], [ 175.215197508887115, -40.460226163405352 ], [ 175.215107609125937, -40.460718862013081 ], [ 175.214998997842429, -40.461211919254097 ], [ 175.214841561691856, -40.461548609718683 ], [ 175.214694298114352, -40.462194943490069 ], [ 175.214495775171912, -40.463180698509909 ], [ 175.214257992948404, -40.46449134418215 ], [ 175.214096232608796, -40.465266656937466 ], [ 175.213936033872358, -40.466089606920242 ], [ 175.213877461904218, -40.46658647067575 ], [ 175.213810774019038, -40.467026288966053 ], [ 175.213774311121711, -40.467246257852402 ], [ 175.213726005529878, -40.467573646278247 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2016-03-21", "DSASDate": "21/03/2016", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_MWG15R_21MAR2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227053307366418, -40.377229365112285 ], [ 175.227014672355466, -40.377620946025317 ], [ 175.226969898139856, -40.378347647897748 ], [ 175.226942981671812, -40.378834248815778 ], [ 175.226906000428386, -40.3794064364373 ], [ 175.226879083425899, -40.379893037281377 ], [ 175.226815484482074, -40.380439462888717 ], [ 175.226786761592592, -40.381001638233741 ], [ 175.226728285435513, -40.381442866184329 ], [ 175.226695485925319, -40.382011688644084 ], [ 175.226666653839857, -40.382570581606679 ], [ 175.226646838330424, -40.383142438175497 ], [ 175.226586803784983, -40.383797177912378 ], [ 175.226553137833207, -40.384339742142863 ], [ 175.226493717856329, -40.384882802426695 ], [ 175.226455866823244, -40.385428731505932 ], [ 175.22639493175771, -40.385925840134952 ], [ 175.226375405990524, -40.386376170366333 ], [ 175.226326622735172, -40.386981427927651 ], [ 175.226260128418886, -40.387570604879535 ], [ 175.226226134967447, -40.388103322047129 ], [ 175.226169629776564, -40.388735002823793 ], [ 175.226136576137236, -40.389165887388643 ], [ 175.225992476394282, -40.390137541568087 ], [ 175.225940921170206, -40.390397996921166 ], [ 175.225919878756486, -40.390802375335682 ], [ 175.225933826404798, -40.391225785868244 ], [ 175.225893991244135, -40.391581261143521 ], [ 175.225807172050253, -40.392466418972617 ], [ 175.225849979975976, -40.392853145952436 ], [ 175.225809343126599, -40.393445108567157 ], [ 175.225785985382089, -40.394040022697197 ], [ 175.225729874014746, -40.394553459208232 ], [ 175.225655432910685, -40.395162494278374 ], [ 175.225573237827945, -40.395666579933845 ], [ 175.225556377877979, -40.396067593125906 ], [ 175.22559142249429, -40.396740206355354 ], [ 175.225661829616968, -40.397182235320585 ], [ 175.225889351860474, -40.397568689113854 ], [ 175.226035490963568, -40.39783190533808 ], [ 175.226125138539516, -40.397945130241609 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2016-03-21", "DSASDate": "21/03/2016", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_MWG15R_21MAR2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.225575898296057, -40.399528902442 ], [ 175.225405683553191, -40.399578160703193 ], [ 175.225253646175446, -40.399788000927082 ], [ 175.225250389365982, -40.400080369038434 ], [ 175.225189946111783, -40.400462515097594 ], [ 175.225138737590242, -40.40086418929296 ], [ 175.22502076741074, -40.401717101932654 ], [ 175.224962023432482, -40.402933434715635 ], [ 175.224882641782358, -40.403132022658426 ], [ 175.224860912611121, -40.403385334291826 ], [ 175.224832559170011, -40.404220099598732 ], [ 175.224744295477535, -40.404540378557847 ], [ 175.224708788973487, -40.404636307572382 ], [ 175.224700511203793, -40.405037154959125 ], [ 175.224638517124959, -40.405241976646707 ], [ 175.22457304757458, -40.405732601722939 ], [ 175.224541385805679, -40.406206154355893 ], [ 175.224466648195317, -40.406545878646966 ], [ 175.224455666505065, -40.406864669777477 ], [ 175.224427077527423, -40.407170662481171 ], [ 175.224378502636682, -40.407391647334208 ], [ 175.22434694736171, -40.407868482091018 ], [ 175.224317246015744, -40.408010279799527 ], [ 175.224286679701947, -40.408125819531691 ], [ 175.224292733719807, -40.408309625310586 ], [ 175.224219243058542, -40.40894819907237 ], [ 175.22416008555615, -40.409369731363654 ], [ 175.224106224565332, -40.409952093646588 ], [ 175.22405254881329, -40.41040964791884 ], [ 175.224002193479834, -40.410837579311895 ], [ 175.223938955739214, -40.411265758566373 ], [ 175.223853628759827, -40.411806029886215 ], [ 175.223838969035654, -40.412013224464012 ], [ 175.223789957051565, -40.412221080062537 ], [ 175.223755351744416, -40.412996846601665 ], [ 175.223681204308406, -40.413615726346556 ], [ 175.223564714044812, -40.414514588253951 ], [ 175.223480648703941, -40.414962873752053 ], [ 175.223364232939787, -40.415733645269682 ], [ 175.223257268220976, -40.416530509364492 ], [ 175.223138253939908, -40.41722250675965 ], [ 175.223047864199401, -40.417739884248427 ], [ 175.222962228833211, -40.418401680363857 ], [ 175.222888257821154, -40.418895751572357 ], [ 175.222819308263894, -40.419281343496785 ], [ 175.222732264386025, -40.419900470233536 ], [ 175.222667715783444, -40.420289261696922 ], [ 175.222576158904047, -40.420901906402904 ], [ 175.222477359929172, -40.42129464076752 ], [ 175.222488542818553, -40.421373249401235 ], [ 175.222450379862892, -40.421649866312201 ], [ 175.222374105164278, -40.421943637748555 ], [ 175.222350122316328, -40.422259393753862 ], [ 175.222287567282564, -40.422447803012588 ], [ 175.222218935757951, -40.422843241273426 ], [ 175.222204702400603, -40.423063564443055 ], [ 175.222159433299169, -40.423254925530003 ], [ 175.222169347253953, -40.423425519537446 ], [ 175.222105873554, -40.423847133062573 ], [ 175.222038292930847, -40.424144021350664 ], [ 175.221966308906872, -40.424437709939482 ], [ 175.221898322324989, -40.424852841438529 ], [ 175.221916285446753, -40.425006859068013 ], [ 175.221856725200269, -40.425155798629035 ], [ 175.221795355026813, -40.425380312301328 ], [ 175.221756782651738, -40.425775172218565 ], [ 175.221631176975848, -40.426398323381441 ], [ 175.221559756302469, -40.426839795161719 ], [ 175.22146966900155, -40.427367018005143 ], [ 175.221378716148365, -40.427867982840318 ], [ 175.221347542222105, -40.428226572782386 ], [ 175.221257667972822, -40.428760359918421 ], [ 175.221169088925137, -40.429333533868594 ], [ 175.221087370352961, -40.429854026770464 ], [ 175.221005084438247, -40.430226736213783 ], [ 175.221012780875952, -40.430591147490034 ], [ 175.220893565273371, -40.431017115691958 ], [ 175.220821462232124, -40.431307521329892 ], [ 175.220710752538139, -40.431861414188973 ], [ 175.220622922100802, -40.432457563348954 ], [ 175.220598713495122, -40.432766754294221 ], [ 175.220492594178239, -40.433199038951443 ], [ 175.220420944810087, -40.433633945454403 ], [ 175.220330276714634, -40.434013383969237 ], [ 175.220344700329917, -40.434190459863551 ], [ 175.220259813797355, -40.434484395006386 ], [ 175.22021047845638, -40.434813774477185 ], [ 175.220170680879818, -40.435041156889525 ], [ 175.220056637610497, -40.43562467178468 ], [ 175.219938920502187, -40.436096590410401 ], [ 175.219915331703845, -40.436294102472552 ], [ 175.219883475637033, -40.436501626293612 ], [ 175.219831977425173, -40.436765360790645 ], [ 175.219784990467616, -40.437035577223099 ], [ 175.219798225664192, -40.437176548485247 ], [ 175.219684044203234, -40.437625408655045 ], [ 175.219591771732553, -40.438086985104242 ], [ 175.219527408290247, -40.438482339099117 ], [ 175.219445211173223, -40.438848978372377 ], [ 175.219363641032857, -40.439214010590213 ], [ 175.219299986501198, -40.439531031042755 ], [ 175.219196209809439, -40.439932240324268 ], [ 175.219137626118282, -40.440284913972036 ], [ 175.219111076628366, -40.440544616402434 ], [ 175.219037079712166, -40.440784375453198 ], [ 175.21899903516254, -40.441050257046619 ], [ 175.218958954473777, -40.44137278298259 ], [ 175.218921965866286, -40.441552246752011 ], [ 175.218872621747209, -40.44183026216686 ], [ 175.218762437633529, -40.442392472101659 ], [ 175.218686540744102, -40.442930189746143 ], [ 175.218603885245187, -40.443262470654403 ], [ 175.21850585733938, -40.443720174029337 ], [ 175.218456922324691, -40.444129267170808 ], [ 175.218381980774183, -40.44457758947533 ], [ 175.218326503482643, -40.444906369106398 ], [ 175.218249679805581, -40.445178953274578 ], [ 175.218218739110426, -40.445423843539686 ], [ 175.218189736805584, -40.44560911212362 ], [ 175.218146692902991, -40.445723148912911 ], [ 175.218111169105754, -40.445947272558691 ], [ 175.218059567032782, -40.4461568087223 ], [ 175.218027548226218, -40.446368948158693 ], [ 175.217983739908163, -40.446578334668764 ], [ 175.217913552085633, -40.446934209410543 ], [ 175.217809561861031, -40.447329462804682 ], [ 175.217717281412376, -40.447843660213358 ], [ 175.217648363998421, -40.448238240245537 ], [ 175.217547014048733, -40.448713881659359 ], [ 175.217474001875559, -40.449102581695563 ], [ 175.217366146578684, -40.449736246478722 ], [ 175.217264009649654, -40.450188068904808 ], [ 175.217189348918339, -40.450645322414125 ], [ 175.217082253862259, -40.451183637178396 ], [ 175.216974257979558, -40.451575987297275 ], [ 175.216896070107765, -40.451926056295484 ], [ 175.216844478584619, -40.452254760397864 ], [ 175.216793963397606, -40.452616215234762 ], [ 175.216718870127806, -40.452823222143472 ], [ 175.216625498984087, -40.453304667885142 ], [ 175.21651557525513, -40.453875807658655 ], [ 175.216463099896913, -40.454177715500499 ], [ 175.216360168490326, -40.454605718409688 ], [ 175.216301445407197, -40.454836244741202 ], [ 175.216212928278395, -40.455228220365242 ], [ 175.216045529102161, -40.455949422968267 ], [ 175.215920887023429, -40.456547657284943 ], [ 175.215822255069241, -40.457106662766535 ], [ 175.21573130284699, -40.457543372905882 ], [ 175.215679408989359, -40.457863144430974 ], [ 175.21551054726271, -40.458658854559218 ], [ 175.215386858902065, -40.459167693314335 ], [ 175.215327769794442, -40.459624646595387 ], [ 175.215288251544536, -40.459965035099614 ], [ 175.21520603548197, -40.460193031984318 ], [ 175.215136311204958, -40.460563791728859 ], [ 175.215012617154827, -40.461072630094613 ], [ 175.214923401082928, -40.461443763364848 ], [ 175.214806243617886, -40.462032915001167 ], [ 175.214733498100031, -40.462430545295895 ], [ 175.214581397481908, -40.463380851624663 ], [ 175.21446606343369, -40.463788235675246 ], [ 175.214342569751267, -40.464422196377512 ], [ 175.214234079970936, -40.465037994059635 ], [ 175.214097029108785, -40.465615609153268 ], [ 175.214030298189442, -40.465840329112936 ], [ 175.213989807192604, -40.46627011202402 ], [ 175.213865816472264, -40.466889185500406 ], [ 175.213771543518703, -40.467463001152183 ], [ 175.213669570197453, -40.468039943448908 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1939-03-15", "DSASDate": "15/03/1939", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 10800.0, "Georef_ER": "2.09", "Pixel_Er": 1.7, "Total_UNCY": "3.397499080205926", "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_15MAR1939.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227667897448129, -40.377335413767064 ], [ 175.227626418390031, -40.378078838404683 ], [ 175.227583791388668, -40.379433430652448 ], [ 175.227405473953866, -40.381210115651392 ], [ 175.227109779224548, -40.383208334277462 ], [ 175.226982969608173, -40.384278539721691 ], [ 175.226815953125509, -40.385263717218059 ], [ 175.226646735138587, -40.386182201665648 ], [ 175.226500549392796, -40.387043040583031 ], [ 175.226410068643389, -40.387702600932727 ], [ 175.226328593822132, -40.388257118257599 ], [ 175.226274066425049, -40.388825416820573 ], [ 175.226251410638469, -40.389320407857547 ], [ 175.226136008851881, -40.39031173980954 ], [ 175.226088615464562, -40.390765497755147 ], [ 175.226027162916495, -40.391186754746286 ], [ 175.225955325858365, -40.391608211680577 ], [ 175.225936699295062, -40.391870743866782 ], [ 175.225832532299194, -40.392257072404703 ], [ 175.225759585327779, -40.392526609123564 ], [ 175.22576334124696, -40.392758917786907 ], [ 175.225699329552782, -40.392944863567671 ], [ 175.225744442510262, -40.39345797386671 ], [ 175.225940381150139, -40.393728290785262 ], [ 175.226582209376033, -40.394049603116692 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1939-03-15", "DSASDate": "15/03/1939", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 10800.0, "Georef_ER": "2.09", "Pixel_Er": 1.7, "Total_UNCY": "3.397499080205926", "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_15MAR1939.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.225807921410222, -40.395858020944083 ], [ 175.225385893884152, -40.396295158540291 ], [ 175.225113019031653, -40.396765174072286 ], [ 175.225096182015733, -40.397200467526794 ], [ 175.225081306178168, -40.39769530802598 ], [ 175.225115655307235, -40.398028321765743 ], [ 175.224788195660182, -40.398261048053485 ], [ 175.224596867315341, -40.398604364411781 ], [ 175.224515222552668, -40.39920178411537 ], [ 175.224527380097157, -40.399570975990329 ], [ 175.224364119493032, -40.400056755249608 ], [ 175.224287569519134, -40.400808997139038 ], [ 175.224125980602025, -40.401819090095763 ], [ 175.223907118301241, -40.402746866099278 ], [ 175.223665470781725, -40.403692955442722 ], [ 175.22370912243764, -40.40383511904006 ], [ 175.2235787688426, -40.404373890139084 ], [ 175.223384880747403, -40.405587191325445 ], [ 175.223219400946448, -40.40671652686671 ], [ 175.223201964070199, -40.407133955626499 ], [ 175.22307655278405, -40.408059931797702 ], [ 175.222979161973058, -40.408890033165591 ], [ 175.22284379929232, -40.409750657095188 ], [ 175.22283547176724, -40.409971280796718 ], [ 175.222771292123383, -40.410389608357264 ], [ 175.222759732966153, -40.4109856779898 ], [ 175.222654299235643, -40.411571636114864 ], [ 175.222653027535671, -40.412006629043908 ], [ 175.222571696706012, -40.412377618478523 ], [ 175.222654108131451, -40.412513078363453 ], [ 175.222611336627523, -40.412871409252759 ], [ 175.222549113769105, -40.413349283616981 ], [ 175.222510407629045, -40.413594325305382 ], [ 175.222351561569667, -40.41397872217442 ], [ 175.222140776623348, -40.414679916448918 ], [ 175.222222651408856, -40.41503585028034 ], [ 175.222060958331781, -40.415807601950611 ], [ 175.222005245981904, -40.416720318878674 ], [ 175.221792194621059, -40.417826731699428 ], [ 175.221616572369072, -40.419123095380847 ], [ 175.22135646358808, -40.42069517205752 ], [ 175.221295300793741, -40.421679494428211 ], [ 175.221223405969909, -40.422574645967302 ], [ 175.221144893932404, -40.423505675322964 ], [ 175.220934555297958, -40.424695452041206 ], [ 175.220679855656385, -40.426195920685771 ], [ 175.220468959776952, -40.427606169926797 ], [ 175.220339914296005, -40.428186620085995 ], [ 175.220228321719077, -40.428349642606456 ], [ 175.220188905802871, -40.429047539607708 ], [ 175.219942905769443, -40.430339292741522 ], [ 175.219655626894081, -40.431798674881335 ], [ 175.219456756995129, -40.433101438186448 ], [ 175.219282826101704, -40.434451389619639 ], [ 175.219033505314883, -40.435880248263224 ], [ 175.218824667370171, -40.437117658319245 ], [ 175.218594516789835, -40.437944343872729 ], [ 175.218540435318744, -40.438433975272012 ], [ 175.218629139916573, -40.438759986946366 ], [ 175.2185218351473, -40.439054011313296 ], [ 175.218409281806146, -40.439425596199683 ], [ 175.218544356543788, -40.439738800725785 ], [ 175.218373606199776, -40.440474968360462 ], [ 175.218202578325929, -40.440728506613347 ], [ 175.218074276484941, -40.441332772962326 ], [ 175.218101455814633, -40.441922137666232 ], [ 175.218062055253483, -40.442858370386048 ], [ 175.218228666138202, -40.444130279684295 ], [ 175.218572590801244, -40.445339199572558 ], [ 175.218570487856567, -40.446697765355431 ], [ 175.218392288950412, -40.44839338476374 ], [ 175.217735434744043, -40.449764519119498 ], [ 175.217594893431226, -40.45070865037038 ], [ 175.217253361432284, -40.452419318900368 ], [ 175.217196205439137, -40.45329034790209 ], [ 175.217167766596077, -40.453374311780998 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1939-03-15", "DSASDate": "15/03/1939", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 10800.0, "Georef_ER": "2.09", "Pixel_Er": 1.7, "Total_UNCY": "3.397499080205926", "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_15MAR1939.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.215808925970862, -40.459257523248809 ], [ 175.215239470887667, -40.460918929396698 ], [ 175.215084523388413, -40.462375757899977 ], [ 175.215103833825822, -40.462488597889866 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1939-03-15", "DSASDate": "15/03/1939", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 10800.0, "Georef_ER": "2.09", "Pixel_Er": 1.7, "Total_UNCY": "3.397499080205926", "filename": "Retrolens/Manawatu/HimatangiBeach_South_AOI/Shorelines/HimatangiBeach_South_15MAR1939.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.215103833825822, -40.462488597889866 ], [ 175.2152448157631, -40.462980444692441 ], [ 175.21511240795391, -40.463936332441897 ], [ 175.215065302349387, -40.464401993198599 ], [ 175.215300791480672, -40.464683482730031 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2001-02-21", "DSASDate": "21/02/2001", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.39999999999995, "Total_UNCY": "3.828171887467941", "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_21FEB2001.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227240236465718, -40.377278764984155 ], [ 175.227136095025713, -40.378658376566214 ], [ 175.227053523367374, -40.379746797545003 ], [ 175.226935831568454, -40.38052605312361 ], [ 175.226887867816345, -40.381151427646721 ], [ 175.226796550499756, -40.38216374784664 ], [ 175.226733553946104, -40.383089719926886 ], [ 175.226652181272669, -40.38402557945372 ], [ 175.22654698666625, -40.38499526526833 ], [ 175.226499850337404, -40.385835129062741 ], [ 175.226448632956874, -40.38655113472489 ], [ 175.226372071858378, -40.387443999816036 ], [ 175.226280538296635, -40.388260884469275 ], [ 175.226212306722147, -40.388838980553018 ], [ 175.226149566800387, -40.389583808490151 ], [ 175.226063678327591, -40.390572188501693 ], [ 175.225997530493487, -40.391402884052987 ], [ 175.225958923910468, -40.392123412893014 ], [ 175.225911261626322, -40.392758313842734 ], [ 175.225900510802688, -40.393378203489561 ], [ 175.225854103107082, -40.39405121445553 ], [ 175.225812089024913, -40.394857610795952 ], [ 175.225839082816549, -40.395676978428867 ], [ 175.225943044312373, -40.396561598635124 ], [ 175.226519562714572, -40.397217843825288 ], [ 175.226624899915748, -40.397954666284321 ], [ 175.225902838319996, -40.398368984920069 ], [ 175.225500227606574, -40.398638911435654 ], [ 175.22526027383438, -40.39968269089389 ], [ 175.225130166150933, -40.400843524551576 ], [ 175.224977326634558, -40.402071530493195 ], [ 175.224915554326685, -40.403035609879957 ], [ 175.224751925736911, -40.404125586217781 ], [ 175.224713820590381, -40.405051075394127 ], [ 175.224591094565284, -40.405868557357934 ], [ 175.224466213915065, -40.406810016875866 ], [ 175.224364957923967, -40.407522216022322 ], [ 175.224334358422766, -40.407918447685255 ], [ 175.224198689644226, -40.408721877727672 ], [ 175.22407846305461, -40.409615579152977 ], [ 175.223995739356297, -40.410322654312438 ], [ 175.223844975071728, -40.411236010103131 ], [ 175.223760251471901, -40.412071826421474 ], [ 175.223627550516852, -40.412965767057422 ], [ 175.223445343961714, -40.414060864516223 ], [ 175.223373663328147, -40.414724825410914 ], [ 175.223289987157074, -40.415403317307927 ], [ 175.22315276835792, -40.416349778487316 ], [ 175.222973684679545, -40.417540150174332 ], [ 175.222850137377918, -40.418333811037087 ], [ 175.222637882195869, -40.419653522837926 ], [ 175.222511702671426, -40.420556869524439 ], [ 175.222404022043293, -40.421264422600267 ], [ 175.222235146304968, -40.422197190545248 ], [ 175.222137888532558, -40.422842574795332 ], [ 175.222038787146857, -40.423621463920398 ], [ 175.221923727282558, -40.424105120030781 ], [ 175.221807333405508, -40.424927242257709 ], [ 175.221696504119706, -40.425539519489952 ], [ 175.221595983746738, -40.426275534359633 ], [ 175.221447356339127, -40.427255579034259 ], [ 175.221212589035304, -40.428461317252022 ], [ 175.221011924768135, -40.429566297286719 ], [ 175.220916686072883, -40.430273609116512 ], [ 175.220773612113987, -40.431043808081391 ], [ 175.220625906017801, -40.432052434054526 ], [ 175.220443733182975, -40.432961619985342 ], [ 175.220246772288561, -40.433990258768816 ], [ 175.220066001053993, -40.434942317854023 ], [ 175.219862952266539, -40.43597583949348 ], [ 175.219639191690618, -40.437138461083272 ], [ 175.21940001157401, -40.438401480240039 ], [ 175.21919588144803, -40.439592324180538 ], [ 175.218965865261168, -40.440755064159333 ], [ 175.21881184922475, -40.441573137543593 ], [ 175.218619668926209, -40.442558779984807 ], [ 175.218403828808647, -40.443773680616879 ], [ 175.218189516852675, -40.444845548644039 ], [ 175.218000923633582, -40.445940756242408 ], [ 175.217784280947825, -40.44713183689845 ], [ 175.217447836128514, -40.448854325981259 ], [ 175.217207486691564, -40.450083994177689 ], [ 175.217033658465709, -40.451059747410909 ], [ 175.216819022324785, -40.452312754876765 ], [ 175.216546716751736, -40.453709870665548 ], [ 175.216357793148887, -40.454986217384629 ], [ 175.216122547094386, -40.456182417365227 ], [ 175.215935565207019, -40.456948683617973 ], [ 175.215775247648253, -40.457766872389016 ], [ 175.215665835828617, -40.458045442061078 ], [ 175.215463579158239, -40.458916868801417 ], [ 175.215336470741534, -40.459796387719258 ], [ 175.215149183821552, -40.460743794671302 ], [ 175.214896887407178, -40.461802082691328 ], [ 175.21466018285318, -40.463097693458472 ], [ 175.214474131461031, -40.464083209266256 ], [ 175.214340140183594, -40.464943791527105 ], [ 175.214188373379784, -40.465833314681177 ], [ 175.2140535934426, -40.46667007783519 ], [ 175.213865960660883, -40.467607955153618 ], [ 175.213787110125054, -40.468057539922263 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1953-04-15", "DSASDate": "15/04/1953", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_15APR1953.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227469380936668, -40.377299397547304 ], [ 175.227396266283449, -40.377878189006374 ], [ 175.227266908329113, -40.378405444873898 ], [ 175.227176506862946, -40.379067266235069 ], [ 175.227131665225528, -40.37954008701815 ], [ 175.227064130214302, -40.380241072367127 ], [ 175.226988845588664, -40.380575862931984 ], [ 175.226933353394429, -40.380725449915452 ], [ 175.226898481418402, -40.380976951887043 ], [ 175.226863717883106, -40.381231752147677 ], [ 175.22686353386365, -40.381357170745666 ], [ 175.226803326355508, -40.381625662757145 ], [ 175.226788346857347, -40.382088006764057 ], [ 175.226710451494768, -40.382343637882649 ], [ 175.226688593071913, -40.382466173613359 ], [ 175.226622256820605, -40.382810692662098 ], [ 175.226608188138329, -40.383038690963019 ], [ 175.226595824892655, -40.383187446915485 ], [ 175.22656428610938, -40.383409180947119 ], [ 175.226546697471775, -40.383792365597287 ], [ 175.226522589582402, -40.383977652112527 ], [ 175.226479121312707, -40.384361335244527 ], [ 175.226464248494381, -40.384826977383611 ], [ 175.226410523224473, -40.385161352110174 ], [ 175.226405982287872, -40.385547585713951 ], [ 175.226355483136899, -40.385848894302264 ], [ 175.226299431732912, -40.386374736589119 ], [ 175.226234426904227, -40.386890850085557 ], [ 175.226200451903452, -40.387300753271269 ], [ 175.226120332445618, -40.387751149898918 ], [ 175.226042461283441, -40.388138795679595 ], [ 175.22607771814188, -40.388553966162462 ], [ 175.226063386194738, -40.389036099535751 ], [ 175.226047468252091, -40.389208026525587 ], [ 175.226045827137455, -40.389551298951588 ], [ 175.226052595955593, -40.389887808603312 ], [ 175.225964204300084, -40.390480281157949 ], [ 175.225967963184786, -40.390856453440968 ], [ 175.225949936541355, -40.391226444488289 ], [ 175.225973014796807, -40.391664952093549 ], [ 175.225957998027212, -40.391995280436596 ], [ 175.22593372307557, -40.392830746884833 ], [ 175.225888867977403, -40.393303566617838 ], [ 175.225895093950641, -40.393623584597812 ], [ 175.226029572885835, -40.39403684380548 ], [ 175.226362450233637, -40.394707012062213 ], [ 175.227022354512968, -40.3958692370785 ], [ 175.227145537546676, -40.395939471985983 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1953-04-15", "DSASDate": "15/04/1953", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_15APR1953.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.226535304382082, -40.396284568751803 ], [ 175.226248766584604, -40.396365997373159 ], [ 175.225963087523127, -40.396866558148822 ], [ 175.225671818768774, -40.397459636737956 ], [ 175.225660929725109, -40.397915300055217 ], [ 175.225640651767975, -40.398348041427212 ], [ 175.22551553003558, -40.398743197032928 ], [ 175.225356436775485, -40.399155508546293 ], [ 175.225179387634057, -40.399809093847445 ], [ 175.225221928186528, -40.400445249596473 ], [ 175.225170392598727, -40.400977604187069 ], [ 175.225106271028181, -40.401652117670842 ], [ 175.225054408088255, -40.402174577271069 ], [ 175.224934926419706, -40.4027412436118 ], [ 175.224879865110921, -40.403428783944769 ], [ 175.224752837673009, -40.404028599141661 ], [ 175.224685357826644, -40.404208118940254 ], [ 175.224705176887454, -40.404547677158405 ], [ 175.224651136802436, -40.405004170595546 ], [ 175.22453979568013, -40.405818208535472 ], [ 175.22447921958053, -40.406469550332297 ], [ 175.224391668082944, -40.407088407401822 ], [ 175.224333557883767, -40.407683595026171 ], [ 175.224233711478973, -40.408322490827004 ], [ 175.224175599316879, -40.408917678319426 ], [ 175.224056596090975, -40.409761566324498 ], [ 175.224004799964376, -40.410155308708212 ], [ 175.223940523326263, -40.410694508069469 ], [ 175.223875328504931, -40.411468052191879 ], [ 175.223838539380182, -40.411924212900054 ], [ 175.223764899950197, -40.41257250482019 ], [ 175.223660402060659, -40.413201588117808 ], [ 175.22358038112111, -40.413787295362631 ], [ 175.223491155944117, -40.414224662444774 ], [ 175.223379781308097, -40.414513938424847 ], [ 175.223352457977768, -40.414864304501897 ], [ 175.223166419987052, -40.415115412114353 ], [ 175.223114043905269, -40.415360647873683 ], [ 175.223113044940305, -40.415723708980828 ], [ 175.223012063557178, -40.416197605948994 ], [ 175.222968968450346, -40.416462465365115 ], [ 175.22289840964072, -40.416942377749102 ], [ 175.222888641839432, -40.417170291866249 ], [ 175.222776174332722, -40.417426584414443 ], [ 175.222733620712631, -40.417707935191679 ], [ 175.222666071587781, -40.418148184922707 ], [ 175.222594612367033, -40.418469696130451 ], [ 175.222499105896503, -40.418847776213731 ], [ 175.222386907443706, -40.419374694277209 ], [ 175.222300681258588, -40.4197723979673 ], [ 175.222206121171212, -40.420048147815031 ], [ 175.222076113742474, -40.420558906080039 ], [ 175.221971156771019, -40.421174794627596 ], [ 175.221978567083653, -40.421531093011218 ], [ 175.221922111518893, -40.421915022388951 ], [ 175.221812808797466, -40.422398979135878 ], [ 175.221714171884713, -40.422813422766623 ], [ 175.221634968064706, -40.423293500249002 ], [ 175.221562223549228, -40.42370744592737 ], [ 175.221461955157565, -40.424072414993468 ], [ 175.221400610107111, -40.424307921031982 ], [ 175.221450281640131, -40.424504988807612 ], [ 175.2213498766817, -40.424734644917088 ], [ 175.221290675506737, -40.424904102132338 ], [ 175.221267981073026, -40.425264279442075 ], [ 175.221220667594224, -40.425532519406389 ], [ 175.22115687619501, -40.425956193763838 ], [ 175.221106114387766, -40.426250902952113 ], [ 175.220993244035384, -40.426758029913344 ], [ 175.220901383631997, -40.427116236031459 ], [ 175.220848174943626, -40.427599113518362 ], [ 175.220773794034272, -40.427963584321638 ], [ 175.220689260773725, -40.428282044908237 ], [ 175.220588113682368, -40.428620626936812 ], [ 175.22047773244941, -40.429203614069884 ], [ 175.220367541657851, -40.429661183155723 ], [ 175.220292095937793, -40.430124685276091 ], [ 175.220218795068831, -40.430522138621967 ], [ 175.220181601741473, -40.430704373829336 ], [ 175.22009869060048, -40.431072308349371 ], [ 175.220035298106296, -40.431377160695952 ], [ 175.21998808503551, -40.431648698425391 ], [ 175.219860429588664, -40.432232016647276 ], [ 175.219779227300677, -40.432520709083754 ], [ 175.219684339665804, -40.432918576669387 ], [ 175.219655474915896, -40.433222765496723 ], [ 175.219604702492774, -40.433517474000666 ], [ 175.219626525285889, -40.433655670493565 ], [ 175.219529790909576, -40.433997467034523 ], [ 175.219451840405753, -40.43438510792074 ], [ 175.219410133374396, -40.434692843670724 ], [ 175.219588397612796, -40.435253783342318 ], [ 175.219549379733905, -40.435511961862318 ], [ 175.219379780489049, -40.43573964476046 ], [ 175.219304191129822, -40.43606783341901 ], [ 175.219205390785504, -40.436346962213563 ], [ 175.219121252223829, -40.436546600416584 ], [ 175.219213597900108, -40.436990377119635 ], [ 175.219176530834403, -40.437307924688547 ], [ 175.218932007044231, -40.438015599694452 ], [ 175.218730709157597, -40.438461714830588 ], [ 175.218735504844716, -40.438738853923979 ], [ 175.218775571345589, -40.438906403502443 ], [ 175.218695984862734, -40.43924456952162 ], [ 175.218594510651656, -40.43970526944576 ], [ 175.218538436875065, -40.439970375721323 ], [ 175.218534403839982, -40.440373098352438 ], [ 175.218411103822064, -40.440695601563007 ], [ 175.218427634035351, -40.440804196417105 ], [ 175.218380929902509, -40.440960210481805 ], [ 175.218316979980017, -40.441248570416143 ], [ 175.218233614379926, -40.441603310438083 ], [ 175.218217041117214, -40.441887460405717 ], [ 175.218182549164396, -40.442152152130447 ], [ 175.218173221270916, -40.442525272956665 ], [ 175.218191639352369, -40.442953967396711 ], [ 175.218249344935884, -40.443395109054251 ], [ 175.218406758630607, -40.444372296456834 ], [ 175.218558056121282, -40.444900750851481 ], [ 175.218620625996238, -40.445358300608788 ], [ 175.218651155018875, -40.445892373989139 ], [ 175.218615190327824, -40.446374918221188 ], [ 175.218646897702058, -40.447470031285306 ], [ 175.21862410162862, -40.447958923286549 ], [ 175.218569239254464, -40.448392324733653 ], [ 175.218396396639974, -40.448785086608666 ], [ 175.218052375019084, -40.449227339542695 ], [ 175.217939754444615, -40.449612343907859 ], [ 175.217896233801582, -40.450128036403406 ], [ 175.217809103816478, -40.45063136446403 ], [ 175.217710473960949, -40.450785074415613 ], [ 175.217603619801167, -40.451476901696161 ], [ 175.217613599588276, -40.451780343753029 ], [ 175.217478689498932, -40.452538716612558 ], [ 175.217340022547148, -40.453445677750288 ], [ 175.21728139471287, -40.454027666978689 ], [ 175.217249540340276, -40.454635545257737 ], [ 175.217251709741902, -40.454701510903483 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1953-04-15", "DSASDate": "15/04/1953", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_15APR1953.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.216478702288782, -40.457472146068341 ], [ 175.216253724436768, -40.458120032534879 ], [ 175.215931271266555, -40.458825894243923 ], [ 175.215568322926259, -40.459483026148924 ], [ 175.215464761380872, -40.460013069949134 ], [ 175.215316842465967, -40.46063967464017 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2021-02-02", "DSASDate": "02/02/2021", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_Manawatu_2021_02FEB2021.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227016158011367, -40.377217169318278 ], [ 175.226991571348037, -40.377777407274905 ], [ 175.226911037828273, -40.378927757416648 ], [ 175.226776103866882, -40.380508167157757 ], [ 175.226702907394667, -40.381124494128812 ], [ 175.226684110002026, -40.381310761336358 ], [ 175.226675355710853, -40.381801910062421 ], [ 175.226590216768187, -40.382623439164362 ], [ 175.226522556917473, -40.38359716887885 ], [ 175.226478040812822, -40.384327346072858 ], [ 175.22643834147226, -40.385014529244003 ], [ 175.226372514432654, -40.385854753024731 ], [ 175.226329408682744, -40.386627803917023 ], [ 175.226247510439464, -40.387358700769049 ], [ 175.226204512905298, -40.387945844465307 ], [ 175.226162032699989, -40.388737950201076 ], [ 175.226060075329428, -40.389617003614816 ], [ 175.226071687946131, -40.389969522524567 ], [ 175.225989377017754, -40.390309549972116 ], [ 175.225937792412282, -40.390825356863367 ], [ 175.226052965591322, -40.391104379353614 ], [ 175.22597441976913, -40.391558737195929 ], [ 175.225849639451468, -40.392123621532726 ], [ 175.225770085903122, -40.39292597422844 ], [ 175.225732104461258, -40.393665557972156 ], [ 175.22559165498842, -40.394511984164509 ], [ 175.225542465546056, -40.395289917820961 ], [ 175.225518982916128, -40.396091190311097 ], [ 175.225500946334705, -40.396868523904928 ], [ 175.225564649271206, -40.397477445918469 ], [ 175.225584690551045, -40.397896537176862 ], [ 175.225629405428663, -40.397929043617282 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2021-02-02", "DSASDate": "02/02/2021", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_Manawatu_2021_02FEB2021.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.225568772268076, -40.399684388223811 ], [ 175.225158332530071, -40.400474043843253 ], [ 175.225126732033431, -40.401218270576244 ], [ 175.22505063642646, -40.401558177263986 ], [ 175.225026162009954, -40.402140196038374 ], [ 175.22492910811269, -40.402790346997577 ], [ 175.224921084554268, -40.403114642691676 ], [ 175.224833241551266, -40.403855185034281 ], [ 175.22472226379432, -40.40427203141796 ], [ 175.224589115530733, -40.405151682246768 ], [ 175.224504450013399, -40.406178169851266 ], [ 175.224379455302937, -40.407305535864154 ], [ 175.224266249149338, -40.408222936408876 ], [ 175.224246117224226, -40.408747669588351 ], [ 175.224160841425203, -40.409187854445925 ], [ 175.22412017397599, -40.409846452545921 ], [ 175.223997861560605, -40.410487554675413 ], [ 175.223925717887852, -40.411137224772915 ], [ 175.223856667431477, -40.411691499707082 ], [ 175.223790126307819, -40.412321994706375 ], [ 175.223718093065202, -40.412785758121274 ], [ 175.223648569166357, -40.413325741602684 ], [ 175.223548196217706, -40.413875852116654 ], [ 175.223493217442893, -40.414668194673453 ], [ 175.223381360651189, -40.415437797554148 ], [ 175.223295330835469, -40.416044833056034 ], [ 175.223253513232606, -40.416479414023279 ], [ 175.223208400824404, -40.416813956084759 ], [ 175.223148312707337, -40.417072517830718 ], [ 175.22314106638467, -40.417420631709511 ], [ 175.223084428751122, -40.41778399604037 ], [ 175.222985729828054, -40.418195837164738 ], [ 175.222868843587804, -40.418812999256374 ], [ 175.222828046769081, -40.419657502706457 ], [ 175.222770935526654, -40.420006575583862 ], [ 175.222650866528141, -40.420337792247039 ], [ 175.222552830357472, -40.420959358089462 ], [ 175.222433113254255, -40.421490772119377 ], [ 175.222321079713652, -40.422255609998814 ], [ 175.222230840128219, -40.422924693200784 ], [ 175.222184859398027, -40.423611992277792 ], [ 175.222045180947617, -40.424105655450063 ], [ 175.221949801398978, -40.424808204505659 ], [ 175.221877746030913, -40.425271966534375 ], [ 175.221810865091527, -40.425892932361428 ], [ 175.221621664339381, -40.426587751311793 ], [ 175.221443161827494, -40.427797175119842 ], [ 175.221323778400347, -40.428528785405419 ], [ 175.221254538393737, -40.42907829452632 ], [ 175.221209762422149, -40.429613033026641 ], [ 175.221071909894647, -40.42997319018837 ], [ 175.221124209348659, -40.430425027670879 ], [ 175.221121501642671, -40.430911289775679 ], [ 175.220909622299558, -40.431296703397507 ], [ 175.220933887849469, -40.431844414967678 ], [ 175.220791169327384, -40.432056895546111 ], [ 175.220808729968752, -40.432590435653204 ], [ 175.220683300921053, -40.432759682927937 ], [ 175.220550890164844, -40.433095900969491 ], [ 175.220447491049072, -40.433555497229044 ], [ 175.2204005124849, -40.434023542769594 ], [ 175.220470223583419, -40.434246241088559 ], [ 175.22033451698249, -40.434482420148015 ], [ 175.22021504042533, -40.434832689513904 ], [ 175.220137358176288, -40.435315625100721 ], [ 175.220104063676189, -40.43563087111368 ], [ 175.220021677251452, -40.435970894097707 ], [ 175.219904270091064, -40.43657376171609 ], [ 175.219734668724044, -40.437296800874236 ], [ 175.219537809280354, -40.4381395323419 ], [ 175.219316824375738, -40.439197230988263 ], [ 175.2192550153882, -40.439594059201575 ], [ 175.219144144766517, -40.440206333797576 ], [ 175.218992952674398, -40.44111015489343 ], [ 175.218856981201753, -40.441718144389021 ], [ 175.218761675359559, -40.442234784420116 ], [ 175.218726681769226, -40.442688298397265 ], [ 175.218651737171314, -40.442875641011966 ], [ 175.218606433451924, -40.443205417183961 ], [ 175.218470579349827, -40.44362750029741 ], [ 175.218349889825731, -40.444320997258203 ], [ 175.218196956846185, -40.445172416007971 ], [ 175.218008801632493, -40.446091245192157 ], [ 175.217822051807133, -40.447052947805929 ], [ 175.217683114418321, -40.447761094335306 ], [ 175.217548686877819, -40.448416719789691 ], [ 175.21738342207982, -40.44927314051791 ], [ 175.217336729474283, -40.449750711980407 ], [ 175.217237330746201, -40.450143493260363 ], [ 175.217213700309742, -40.450563421023766 ], [ 175.217133007372382, -40.450955843222125 ], [ 175.216985598569522, -40.451406746524604 ], [ 175.216814398258549, -40.452272813559013 ], [ 175.216638182439766, -40.452986440423651 ], [ 175.21651404442764, -40.453765802450384 ], [ 175.216358382059013, -40.454345565455121 ], [ 175.216208640247004, -40.454915681154162 ], [ 175.216133574582187, -40.455479597559602 ], [ 175.215979158286444, -40.456097470058403 ], [ 175.215855608101378, -40.456705216855113 ], [ 175.21574468535411, -40.457317488067751 ], [ 175.215775737492805, -40.457502795779178 ], [ 175.215631882021341, -40.457872594208908 ], [ 175.215542614069278, -40.458384348159669 ], [ 175.215419682903871, -40.459011149466249 ], [ 175.215368275987998, -40.459345807551685 ], [ 175.215246099198652, -40.45980575797261 ], [ 175.215197508887115, -40.460226163405352 ], [ 175.215107609125937, -40.460718862013081 ], [ 175.214998997842429, -40.461211919254097 ], [ 175.214841561691856, -40.461548609718683 ], [ 175.214694298114352, -40.462194943490069 ], [ 175.214495775171912, -40.463180698509909 ], [ 175.214257992948404, -40.46449134418215 ], [ 175.214096232608796, -40.465266656937466 ], [ 175.213936033872358, -40.466089606920242 ], [ 175.213877461904218, -40.46658647067575 ], [ 175.213810774019038, -40.467026288966053 ], [ 175.213774311121711, -40.467246257852402 ], [ 175.213726005529878, -40.467573646278247 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2016-03-21", "DSASDate": "21/03/2016", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_MWG15R_21MAR2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227053307366418, -40.377229365112285 ], [ 175.227014672355466, -40.377620946025317 ], [ 175.226969898139856, -40.378347647897748 ], [ 175.226942981671812, -40.378834248815778 ], [ 175.226906000428386, -40.3794064364373 ], [ 175.226879083425899, -40.379893037281377 ], [ 175.226815484482074, -40.380439462888717 ], [ 175.226786761592592, -40.381001638233741 ], [ 175.226728285435513, -40.381442866184329 ], [ 175.226695485925319, -40.382011688644084 ], [ 175.226666653839857, -40.382570581606679 ], [ 175.226646838330424, -40.383142438175497 ], [ 175.226586803784983, -40.383797177912378 ], [ 175.226553137833207, -40.384339742142863 ], [ 175.226493717856329, -40.384882802426695 ], [ 175.226455866823244, -40.385428731505932 ], [ 175.22639493175771, -40.385925840134952 ], [ 175.226375405990524, -40.386376170366333 ], [ 175.226326622735172, -40.386981427927651 ], [ 175.226260128418886, -40.387570604879535 ], [ 175.226226134967447, -40.388103322047129 ], [ 175.226169629776564, -40.388735002823793 ], [ 175.226136576137236, -40.389165887388643 ], [ 175.225992476394282, -40.390137541568087 ], [ 175.225940921170206, -40.390397996921166 ], [ 175.225919878756486, -40.390802375335682 ], [ 175.225933826404798, -40.391225785868244 ], [ 175.225893991244135, -40.391581261143521 ], [ 175.225807172050253, -40.392466418972617 ], [ 175.225849979975976, -40.392853145952436 ], [ 175.225809343126599, -40.393445108567157 ], [ 175.225785985382089, -40.394040022697197 ], [ 175.225729874014746, -40.394553459208232 ], [ 175.225655432910685, -40.395162494278374 ], [ 175.225573237827945, -40.395666579933845 ], [ 175.225556377877979, -40.396067593125906 ], [ 175.22559142249429, -40.396740206355354 ], [ 175.225661829616968, -40.397182235320585 ], [ 175.225889351860474, -40.397568689113854 ], [ 175.226035490963568, -40.39783190533808 ], [ 175.226125138539516, -40.397945130241609 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "2016-03-21", "DSASDate": "21/03/2016", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_MWG15R_21MAR2016.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.225575898296057, -40.399528902442 ], [ 175.225405683553191, -40.399578160703193 ], [ 175.225253646175446, -40.399788000927082 ], [ 175.225250389365982, -40.400080369038434 ], [ 175.225189946111783, -40.400462515097594 ], [ 175.225138737590242, -40.40086418929296 ], [ 175.22502076741074, -40.401717101932654 ], [ 175.224962023432482, -40.402933434715635 ], [ 175.224882641782358, -40.403132022658426 ], [ 175.224860912611121, -40.403385334291826 ], [ 175.224832559170011, -40.404220099598732 ], [ 175.224744295477535, -40.404540378557847 ], [ 175.224708788973487, -40.404636307572382 ], [ 175.224700511203793, -40.405037154959125 ], [ 175.224638517124959, -40.405241976646707 ], [ 175.22457304757458, -40.405732601722939 ], [ 175.224541385805679, -40.406206154355893 ], [ 175.224466648195317, -40.406545878646966 ], [ 175.224455666505065, -40.406864669777477 ], [ 175.224427077527423, -40.407170662481171 ], [ 175.224378502636682, -40.407391647334208 ], [ 175.22434694736171, -40.407868482091018 ], [ 175.224317246015744, -40.408010279799527 ], [ 175.224286679701947, -40.408125819531691 ], [ 175.224292733719807, -40.408309625310586 ], [ 175.224219243058542, -40.40894819907237 ], [ 175.22416008555615, -40.409369731363654 ], [ 175.224106224565332, -40.409952093646588 ], [ 175.22405254881329, -40.41040964791884 ], [ 175.224002193479834, -40.410837579311895 ], [ 175.223938955739214, -40.411265758566373 ], [ 175.223853628759827, -40.411806029886215 ], [ 175.223838969035654, -40.412013224464012 ], [ 175.223789957051565, -40.412221080062537 ], [ 175.223755351744416, -40.412996846601665 ], [ 175.223681204308406, -40.413615726346556 ], [ 175.223564714044812, -40.414514588253951 ], [ 175.223480648703941, -40.414962873752053 ], [ 175.223364232939787, -40.415733645269682 ], [ 175.223257268220976, -40.416530509364492 ], [ 175.223138253939908, -40.41722250675965 ], [ 175.223047864199401, -40.417739884248427 ], [ 175.222962228833211, -40.418401680363857 ], [ 175.222888257821154, -40.418895751572357 ], [ 175.222819308263894, -40.419281343496785 ], [ 175.222732264386025, -40.419900470233536 ], [ 175.222667715783444, -40.420289261696922 ], [ 175.222576158904047, -40.420901906402904 ], [ 175.222477359929172, -40.42129464076752 ], [ 175.222488542818553, -40.421373249401235 ], [ 175.222450379862892, -40.421649866312201 ], [ 175.222374105164278, -40.421943637748555 ], [ 175.222350122316328, -40.422259393753862 ], [ 175.222287567282564, -40.422447803012588 ], [ 175.222218935757951, -40.422843241273426 ], [ 175.222204702400603, -40.423063564443055 ], [ 175.222159433299169, -40.423254925530003 ], [ 175.222169347253953, -40.423425519537446 ], [ 175.222105873554, -40.423847133062573 ], [ 175.222038292930847, -40.424144021350664 ], [ 175.221966308906872, -40.424437709939482 ], [ 175.221898322324989, -40.424852841438529 ], [ 175.221916285446753, -40.425006859068013 ], [ 175.221856725200269, -40.425155798629035 ], [ 175.221795355026813, -40.425380312301328 ], [ 175.221756782651738, -40.425775172218565 ], [ 175.221631176975848, -40.426398323381441 ], [ 175.221559756302469, -40.426839795161719 ], [ 175.22146966900155, -40.427367018005143 ], [ 175.221378716148365, -40.427867982840318 ], [ 175.221347542222105, -40.428226572782386 ], [ 175.221257667972822, -40.428760359918421 ], [ 175.221169088925137, -40.429333533868594 ], [ 175.221087370352961, -40.429854026770464 ], [ 175.221005084438247, -40.430226736213783 ], [ 175.221012780875952, -40.430591147490034 ], [ 175.220893565273371, -40.431017115691958 ], [ 175.220821462232124, -40.431307521329892 ], [ 175.220710752538139, -40.431861414188973 ], [ 175.220622922100802, -40.432457563348954 ], [ 175.220598713495122, -40.432766754294221 ], [ 175.220492594178239, -40.433199038951443 ], [ 175.220420944810087, -40.433633945454403 ], [ 175.220330276714634, -40.434013383969237 ], [ 175.220344700329917, -40.434190459863551 ], [ 175.220259813797355, -40.434484395006386 ], [ 175.22021047845638, -40.434813774477185 ], [ 175.220170680879818, -40.435041156889525 ], [ 175.220056637610497, -40.43562467178468 ], [ 175.219938920502187, -40.436096590410401 ], [ 175.219915331703845, -40.436294102472552 ], [ 175.219883475637033, -40.436501626293612 ], [ 175.219831977425173, -40.436765360790645 ], [ 175.219784990467616, -40.437035577223099 ], [ 175.219798225664192, -40.437176548485247 ], [ 175.219684044203234, -40.437625408655045 ], [ 175.219591771732553, -40.438086985104242 ], [ 175.219527408290247, -40.438482339099117 ], [ 175.219445211173223, -40.438848978372377 ], [ 175.219363641032857, -40.439214010590213 ], [ 175.219299986501198, -40.439531031042755 ], [ 175.219196209809439, -40.439932240324268 ], [ 175.219137626118282, -40.440284913972036 ], [ 175.219111076628366, -40.440544616402434 ], [ 175.219037079712166, -40.440784375453198 ], [ 175.21899903516254, -40.441050257046619 ], [ 175.218958954473777, -40.44137278298259 ], [ 175.218921965866286, -40.441552246752011 ], [ 175.218872621747209, -40.44183026216686 ], [ 175.218762437633529, -40.442392472101659 ], [ 175.218686540744102, -40.442930189746143 ], [ 175.218603885245187, -40.443262470654403 ], [ 175.21850585733938, -40.443720174029337 ], [ 175.218456922324691, -40.444129267170808 ], [ 175.218381980774183, -40.44457758947533 ], [ 175.218326503482643, -40.444906369106398 ], [ 175.218249679805581, -40.445178953274578 ], [ 175.218218739110426, -40.445423843539686 ], [ 175.218189736805584, -40.44560911212362 ], [ 175.218146692902991, -40.445723148912911 ], [ 175.218111169105754, -40.445947272558691 ], [ 175.218059567032782, -40.4461568087223 ], [ 175.218027548226218, -40.446368948158693 ], [ 175.217983739908163, -40.446578334668764 ], [ 175.217913552085633, -40.446934209410543 ], [ 175.217809561861031, -40.447329462804682 ], [ 175.217717281412376, -40.447843660213358 ], [ 175.217648363998421, -40.448238240245537 ], [ 175.217547014048733, -40.448713881659359 ], [ 175.217474001875559, -40.449102581695563 ], [ 175.217366146578684, -40.449736246478722 ], [ 175.217264009649654, -40.450188068904808 ], [ 175.217189348918339, -40.450645322414125 ], [ 175.217082253862259, -40.451183637178396 ], [ 175.216974257979558, -40.451575987297275 ], [ 175.216896070107765, -40.451926056295484 ], [ 175.216844478584619, -40.452254760397864 ], [ 175.216793963397606, -40.452616215234762 ], [ 175.216718870127806, -40.452823222143472 ], [ 175.216625498984087, -40.453304667885142 ], [ 175.21651557525513, -40.453875807658655 ], [ 175.216463099896913, -40.454177715500499 ], [ 175.216360168490326, -40.454605718409688 ], [ 175.216301445407197, -40.454836244741202 ], [ 175.216212928278395, -40.455228220365242 ], [ 175.216045529102161, -40.455949422968267 ], [ 175.215920887023429, -40.456547657284943 ], [ 175.215822255069241, -40.457106662766535 ], [ 175.21573130284699, -40.457543372905882 ], [ 175.215679408989359, -40.457863144430974 ], [ 175.21551054726271, -40.458658854559218 ], [ 175.215386858902065, -40.459167693314335 ], [ 175.215327769794442, -40.459624646595387 ], [ 175.215288251544536, -40.459965035099614 ], [ 175.21520603548197, -40.460193031984318 ], [ 175.215136311204958, -40.460563791728859 ], [ 175.215012617154827, -40.461072630094613 ], [ 175.214923401082928, -40.461443763364848 ], [ 175.214806243617886, -40.462032915001167 ], [ 175.214733498100031, -40.462430545295895 ], [ 175.214581397481908, -40.463380851624663 ], [ 175.21446606343369, -40.463788235675246 ], [ 175.214342569751267, -40.464422196377512 ], [ 175.214234079970936, -40.465037994059635 ], [ 175.214097029108785, -40.465615609153268 ], [ 175.214030298189442, -40.465840329112936 ], [ 175.213989807192604, -40.46627011202402 ], [ 175.213865816472264, -40.466889185500406 ], [ 175.213771543518703, -40.467463001152183 ], [ 175.213669570197453, -40.468039943448908 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1939-03-15", "DSASDate": "15/03/1939", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 10800.0, "Georef_ER": "2.09", "Pixel_Er": 1.7, "Total_UNCY": "3.397499080205926", "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_15MAR1939.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.227667897448129, -40.377335413767064 ], [ 175.227626418390031, -40.378078838404683 ], [ 175.227583791388668, -40.379433430652448 ], [ 175.227405473953866, -40.381210115651392 ], [ 175.227109779224548, -40.383208334277462 ], [ 175.226982969608173, -40.384278539721691 ], [ 175.226815953125509, -40.385263717218059 ], [ 175.226646735138587, -40.386182201665648 ], [ 175.226500549392796, -40.387043040583031 ], [ 175.226410068643389, -40.387702600932727 ], [ 175.226328593822132, -40.388257118257599 ], [ 175.226274066425049, -40.388825416820573 ], [ 175.226251410638469, -40.389320407857547 ], [ 175.226136008851881, -40.39031173980954 ], [ 175.226088615464562, -40.390765497755147 ], [ 175.226027162916495, -40.391186754746286 ], [ 175.225955325858365, -40.391608211680577 ], [ 175.225936699295062, -40.391870743866782 ], [ 175.225832532299194, -40.392257072404703 ], [ 175.225759585327779, -40.392526609123564 ], [ 175.22576334124696, -40.392758917786907 ], [ 175.225699329552782, -40.392944863567671 ], [ 175.225744442510262, -40.39345797386671 ], [ 175.225940381150139, -40.393728290785262 ], [ 175.226582209376033, -40.394049603116692 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1939-03-15", "DSASDate": "15/03/1939", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 10800.0, "Georef_ER": "2.09", "Pixel_Er": 1.7, "Total_UNCY": "3.397499080205926", "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_15MAR1939.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.225807921410222, -40.395858020944083 ], [ 175.225385893884152, -40.396295158540291 ], [ 175.225113019031653, -40.396765174072286 ], [ 175.225096182015733, -40.397200467526794 ], [ 175.225081306178168, -40.39769530802598 ], [ 175.225115655307235, -40.398028321765743 ], [ 175.224788195660182, -40.398261048053485 ], [ 175.224596867315341, -40.398604364411781 ], [ 175.224515222552668, -40.39920178411537 ], [ 175.224527380097157, -40.399570975990329 ], [ 175.224364119493032, -40.400056755249608 ], [ 175.224287569519134, -40.400808997139038 ], [ 175.224125980602025, -40.401819090095763 ], [ 175.223907118301241, -40.402746866099278 ], [ 175.223665470781725, -40.403692955442722 ], [ 175.22370912243764, -40.40383511904006 ], [ 175.2235787688426, -40.404373890139084 ], [ 175.223384880747403, -40.405587191325445 ], [ 175.223219400946448, -40.40671652686671 ], [ 175.223201964070199, -40.407133955626499 ], [ 175.22307655278405, -40.408059931797702 ], [ 175.222979161973058, -40.408890033165591 ], [ 175.22284379929232, -40.409750657095188 ], [ 175.22283547176724, -40.409971280796718 ], [ 175.222771292123383, -40.410389608357264 ], [ 175.222759732966153, -40.4109856779898 ], [ 175.222654299235643, -40.411571636114864 ], [ 175.222653027535671, -40.412006629043908 ], [ 175.222571696706012, -40.412377618478523 ], [ 175.222654108131451, -40.412513078363453 ], [ 175.222611336627523, -40.412871409252759 ], [ 175.222549113769105, -40.413349283616981 ], [ 175.222510407629045, -40.413594325305382 ], [ 175.222351561569667, -40.41397872217442 ], [ 175.222140776623348, -40.414679916448918 ], [ 175.222222651408856, -40.41503585028034 ], [ 175.222060958331781, -40.415807601950611 ], [ 175.222005245981904, -40.416720318878674 ], [ 175.221792194621059, -40.417826731699428 ], [ 175.221616572369072, -40.419123095380847 ], [ 175.22135646358808, -40.42069517205752 ], [ 175.221295300793741, -40.421679494428211 ], [ 175.221223405969909, -40.422574645967302 ], [ 175.221144893932404, -40.423505675322964 ], [ 175.220934555297958, -40.424695452041206 ], [ 175.220679855656385, -40.426195920685771 ], [ 175.220468959776952, -40.427606169926797 ], [ 175.220339914296005, -40.428186620085995 ], [ 175.220228321719077, -40.428349642606456 ], [ 175.220188905802871, -40.429047539607708 ], [ 175.219942905769443, -40.430339292741522 ], [ 175.219655626894081, -40.431798674881335 ], [ 175.219456756995129, -40.433101438186448 ], [ 175.219282826101704, -40.434451389619639 ], [ 175.219033505314883, -40.435880248263224 ], [ 175.218824667370171, -40.437117658319245 ], [ 175.218594516789835, -40.437944343872729 ], [ 175.218540435318744, -40.438433975272012 ], [ 175.218629139916573, -40.438759986946366 ], [ 175.2185218351473, -40.439054011313296 ], [ 175.218409281806146, -40.439425596199683 ], [ 175.218544356543788, -40.439738800725785 ], [ 175.218373606199776, -40.440474968360462 ], [ 175.218202578325929, -40.440728506613347 ], [ 175.218074276484941, -40.441332772962326 ], [ 175.218101455814633, -40.441922137666232 ], [ 175.218062055253483, -40.442858370386048 ], [ 175.218228666138202, -40.444130279684295 ], [ 175.218572590801244, -40.445339199572558 ], [ 175.218570487856567, -40.446697765355431 ], [ 175.218392288950412, -40.44839338476374 ], [ 175.217735434744043, -40.449764519119498 ], [ 175.217594893431226, -40.45070865037038 ], [ 175.217253361432284, -40.452419318900368 ], [ 175.217196205439137, -40.45329034790209 ], [ 175.217167766596077, -40.453374311780998 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1939-03-15", "DSASDate": "15/03/1939", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 10800.0, "Georef_ER": "2.09", "Pixel_Er": 1.7, "Total_UNCY": "3.397499080205926", "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_15MAR1939.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.215808925970862, -40.459257523248809 ], [ 175.215239470887667, -40.460918929396698 ], [ 175.215084523388413, -40.462375757899977 ], [ 175.215103833825822, -40.462488597889866 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "HimatangiBeach_South", "Date": "1939-03-15", "DSASDate": "15/03/1939", "Digitiser": "MD", "Scale": "2000", "Notes": null, "Source": "RLN", "CPS": "4", "Proxy": "1", "Photoscale": 10800.0, "Georef_ER": "2.09", "Pixel_Er": 1.7, "Total_UNCY": "3.397499080205926", "filename": "Retrolens/Manawatu/HimatangiBeach_South/Shorelines/HimatangiBeach_South_15MAR1939.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.215103833825822, -40.462488597889866 ], [ 175.2152448157631, -40.462980444692441 ], [ 175.21511240795391, -40.463936332441897 ], [ 175.215065302349387, -40.464401993198599 ], [ 175.215300791480672, -40.464683482730031 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "WhangaehuRiver", "Date": "1942-06-10", "DSASDate": "10/06/1942", "Digitiser": "ER", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/WhangaehuRiver/Shorelines/WhangaehuRiver_10JUN1942.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.081851744360904, -40.020208943365411 ], [ 175.082153897228523, -40.020510992371378 ], [ 175.082447191931692, -40.020827501190574 ], [ 175.082689037422966, -40.021134208251006 ], [ 175.082914984936934, -40.021376844420921 ], [ 175.083085160013979, -40.021620483114489 ], [ 175.083268627536796, -40.021842430402629 ], [ 175.083565167466134, -40.022112398386056 ], [ 175.083896420174312, -40.022453247992971 ], [ 175.08424107605677, -40.022775978716744 ], [ 175.084646593562212, -40.023111914443916 ], [ 175.085082941117491, -40.023543828033851 ], [ 175.085486649441066, -40.023972752215975 ], [ 175.085994252453389, -40.024453434106853 ], [ 175.086561560025785, -40.025061750535947 ], [ 175.087467211063625, -40.026089432740818 ], [ 175.088101729598009, -40.026918201141442 ], [ 175.088700564202441, -40.027643924445208 ], [ 175.089114270799712, -40.028094107095704 ], [ 175.089347857712028, -40.028433126491741 ], [ 175.089838128357144, -40.028953432115642 ], [ 175.09024993018906, -40.029493028338543 ], [ 175.09048199984457, -40.029782017934842 ], [ 175.090616628938164, -40.02992617693657 ], [ 175.091022484598966, -40.03042297350764 ], [ 175.091547396370117, -40.031010577563606 ], [ 175.091860575795152, -40.031366030989943 ], [ 175.092294279714793, -40.032012484052039 ], [ 175.092852847500041, -40.032635227261508 ], [ 175.09336445127451, -40.033090775671667 ], [ 175.093529389396451, -40.033313040707746 ], [ 175.093715765291108, -40.033627876693721 ], [ 175.094010483051505, -40.033987233039824 ], [ 175.094654672820297, -40.034822939181552 ], [ 175.095060915959778, -40.035330439771236 ], [ 175.095668322462188, -40.036027367256509 ], [ 175.095998719320022, -40.036336018021487 ], [ 175.096352144340898, -40.036637100343235 ], [ 175.096658705103266, -40.037078467864852 ], [ 175.097205209927125, -40.037608448713847 ], [ 175.097379201675665, -40.03797355725856 ], [ 175.097577583782851, -40.038223813192928 ], [ 175.098224535083233, -40.038995092328427 ], [ 175.098777908752737, -40.03959644755178 ], [ 175.098978712372826, -40.039925314323796 ], [ 175.099190395569593, -40.040153874302511 ], [ 175.099539973132153, -40.04048004349454 ], [ 175.1000289839738, -40.040953847309552 ], [ 175.100413526834075, -40.041358036997039 ], [ 175.100726252431087, -40.041695596751154 ], [ 175.101037554647377, -40.041986702178271 ], [ 175.101390004041605, -40.042405771970728 ], [ 175.10189792946116, -40.043040114078224 ], [ 175.102251597523519, -40.043498487573878 ], [ 175.102351538030632, -40.043571755337922 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "WhangaehuRiver", "Date": "2021-01-31", "DSASDate": "31/01/2021", "Digitiser": "ER", "Scale": "1000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/WhangaehuRiver/Shorelines/WhangaehuRiver_31JAN2021.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.056287053646059, -39.995189429720583 ], [ 175.056499941946186, -39.99536441951718 ], [ 175.056590315757433, -39.995484377872799 ], [ 175.056708280825944, -39.995594312018973 ], [ 175.056835824584994, -39.995713610303895 ], [ 175.056997369172677, -39.995829921178647 ], [ 175.057084003469271, -39.995928493304611 ], [ 175.057325273836398, -39.996119662637227 ], [ 175.057478886748839, -39.996281401685678 ], [ 175.057758402113109, -39.996507644569171 ], [ 175.058028841505489, -39.99674119872148 ], [ 175.058179002264808, -39.996891080230071 ], [ 175.058252247943329, -39.996956519186313 ], [ 175.058440152119573, -39.997124798418128 ], [ 175.058745957142719, -39.99740062688673 ], [ 175.059023600612448, -39.997667420715629 ], [ 175.059220944418797, -39.997840298020698 ], [ 175.059354477080262, -39.997952336238519 ], [ 175.059520059545605, -39.998099558225995 ], [ 175.059752982631807, -39.998321857236554 ], [ 175.060049577270576, -39.998600229461843 ], [ 175.060314339055537, -39.998850564083163 ], [ 175.060563614864577, -39.999101173513743 ], [ 175.060853662788134, -39.99936774214806 ], [ 175.061210769236737, -39.99969985711855 ], [ 175.06137902757925, -39.999832727271404 ], [ 175.061550742562332, -39.999977453548446 ], [ 175.061664033389803, -40.000137520751245 ], [ 175.061948124882093, -40.000308849449652 ], [ 175.062072072290732, -40.000514014527525 ], [ 175.062306388810867, -40.000679077544802 ], [ 175.062537250249534, -40.000832283703616 ], [ 175.062859867839052, -40.001150705952298 ], [ 175.063129482345516, -40.001355659522446 ], [ 175.063405867778329, -40.001579560459021 ], [ 175.063533290983315, -40.001694086077514 ], [ 175.063555979316618, -40.001727052012981 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Manawatu", "Site": "WhangaehuRiver", "Date": "2021-01-31", "DSASDate": "31/01/2021", "Digitiser": "ER", "Scale": "1000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Manawatu/WhangaehuRiver/Shorelines/WhangaehuRiver_31JAN2021.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 175.064253118847716, -40.002234251729647 ], [ 175.064533327066016, -40.002481917529948 ], [ 175.064889893382485, -40.002794961755768 ], [ 175.065085317998836, -40.00300600011726 ], [ 175.065359695959501, -40.003265685646106 ], [ 175.065682122802741, -40.003576952399968 ], [ 175.066130323541216, -40.004050441780528 ], [ 175.066411839419004, -40.004340983876823 ], [ 175.066746020695518, -40.004630585703282 ], [ 175.067154402112607, -40.005016589076938 ], [ 175.067274128703104, -40.005142688913864 ], [ 175.067608677063816, -40.005444199475562 ], [ 175.067895106435714, -40.005691745790429 ], [ 175.068289090156355, -40.006113755605917 ], [ 175.068599583933548, -40.006439528384945 ], [ 175.068948910466105, -40.00681942894213 ], [ 175.069226416510986, -40.007079049061041 ], [ 175.069326769978602, -40.007220270871102 ], [ 175.069509109697691, -40.007407699429542 ], [ 175.069546926278207, -40.007633463244979 ], [ 175.069591016706937, -40.007677010017936 ], [ 175.069682224923014, -40.007720668405824 ], [ 175.06975881009933, -40.007690697240655 ], [ 175.069855926423315, -40.00772471564261 ], [ 175.069889281414078, -40.007802777556741 ], [ 175.06989216073174, -40.007898069004284 ], [ 175.069896554395314, -40.007940894801102 ], [ 175.069973571629731, -40.007925217207614 ], [ 175.070208292603155, -40.008102174338958 ], [ 175.070391501145167, -40.008318188784536 ], [ 175.070570964793404, -40.008512817712202 ], [ 175.070826797945784, -40.008772821203209 ], [ 175.071073988113795, -40.008951937188833 ], [ 175.071180400891905, -40.008985788250428 ], [ 175.071306553911882, -40.009159916977396 ], [ 175.071518155535415, -40.009289613308937 ], [ 175.071677379733586, -40.009532273795777 ], [ 175.071872700779409, -40.009738534887077 ], [ 175.072139134086143, -40.009938756495309 ], [ 175.072340149306001, -40.010128229914798 ], [ 175.072557160561274, -40.010334101780892 ], [ 175.072770209974124, -40.010511441265223 ], [ 175.072991691700963, -40.010762520135081 ], [ 175.073198763712583, -40.01094711647653 ], [ 175.073478679778049, -40.011182847154288 ], [ 175.073560745022803, -40.011231433199576 ], [ 175.073651960467259, -40.011275088250748 ], [ 175.073817534103569, -40.011419905597059 ], [ 175.073906084632284, -40.011477909571227 ], [ 175.073965886616492, -40.011507825337013 ], [ 175.074229234815817, -40.011708097215013 ], [ 175.074305109122747, -40.011859287073506 ], [ 175.074365998114217, -40.012027430205947 ], [ 175.074601971257721, -40.012244876383328 ], [ 175.074748022208297, -40.012359055571316 ], [ 175.07493903564864, -40.012524867739373 ], [ 175.074937164380714, -40.012565421936365 ], [ 175.075039697846762, -40.012675613076773 ], [ 175.075275170112405, -40.012876381815119 ], [ 175.075538671834693, -40.013081414990602 ], [ 175.075759305793696, -40.013303900689515 ], [ 175.075834463317847, -40.013431266626057 ], [ 175.076015826733112, -40.013585332029763 ], [ 175.076133998992333, -40.0137000090266 ], [ 175.076403493696517, -40.014000275493416 ], [ 175.076468275108482, -40.014092073453092 ], [ 175.076605977458797, -40.014237386249988 ], [ 175.076787850447658, -40.014408126238116 ], [ 175.076904227584549, -40.014565738822895 ], [ 175.077077313179416, -40.014753320861544 ], [ 175.077266035589446, -40.014945389361621 ], [ 175.077533733595601, -40.015186096091291 ], [ 175.077595997562014, -40.015297007074054 ], [ 175.078087301434806, -40.015755373625474 ], [ 175.078202898982596, -40.015989272970216 ], [ 175.078206720224841, -40.016013040087643 ] ] } }, @@ -11969,83 +11969,83 @@ { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "TakakaRiver_North", "Date": "1980-01-31", "DSASDate": "31/01/1980", "Digitiser": "MT", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3970746371273739, "Total_UNCY": "3.300714701652444", "filename": "Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.706913808432972, -40.742463963855442 ], [ 172.707022457852275, -40.742342679317197 ], [ 172.707136074144614, -40.742160627085347 ], [ 172.707221297713517, -40.742021406383614 ], [ 172.707282900092508, -40.741908940504388 ], [ 172.707321038191083, -40.741787476828975 ], [ 172.707345183917909, -40.741640950521166 ], [ 172.707355258989224, -40.74148723791842 ], [ 172.707327603703931, -40.74136203209212 ], [ 172.707290578645171, -40.741229651883323 ], [ 172.707249017718482, -40.74105971944163 ], [ 172.707235260789474, -40.740981027814293 ], [ 172.707179010463989, -40.740945132062031 ], [ 172.707179261322494, -40.740887927799918 ], [ 172.707146733548228, -40.740802037925036 ], [ 172.707067043271451, -40.740751781417231 ], [ 172.706954543247576, -40.740679989720412 ], [ 172.706823398175857, -40.740572397492294 ], [ 172.7067346213409, -40.740450611544858 ], [ 172.70663633378399, -40.740353828499742 ], [ 172.706580037177332, -40.740328658254306 ], [ 172.706552391669589, -40.740201664590387 ], [ 172.706505857722817, -40.740094287076147 ], [ 172.706444939443202, -40.740051228478663 ], [ 172.706336890217585, -40.740036652399283 ], [ 172.706196094674027, -40.739986239802171 ], [ 172.70606957401256, -40.739896535011781 ], [ 172.705896095836266, -40.739795984520306 ], [ 172.705746167955169, -40.739684767886786 ], [ 172.705587012982249, -40.73953419914514 ], [ 172.705385027589898, -40.739289847820174 ], [ 172.705230653742433, -40.739121414246149 ], [ 172.705127969824758, -40.738956687832648 ], [ 172.704917444921165, -40.738730905450396 ], [ 172.704655548908732, -40.738429909781551 ], [ 172.704506037485146, -40.738225734581683 ], [ 172.704272260478859, -40.737944474196908 ], [ 172.704118035103932, -40.737743861709568 ], [ 172.704019866235001, -40.737622049545934 ], [ 172.703916886417119, -40.737525252112498 ], [ 172.703781044155647, -40.737419431983554 ], [ 172.703682797057297, -40.737315495867769 ], [ 172.703552155847945, -40.737097066606417 ], [ 172.703435711657789, -40.736857221816571 ], [ 172.703267676376356, -40.736592217121306 ], [ 172.703071539398678, -40.736304972968114 ], [ 172.703011167358966, -40.736140353438429 ], [ 172.702941045275423, -40.736054365578184 ], [ 172.702931883337158, -40.736000712363811 ], [ 172.702913511791365, -40.735904131735936 ], [ 172.702913973013153, -40.735800448959402 ], [ 172.702849076579184, -40.735596489284603 ], [ 172.702774111862539, -40.735542666632128 ], [ 172.702732319229284, -40.73542814910855 ], [ 172.702691023311331, -40.735202083192334 ], [ 172.702616393477427, -40.735073179796586 ], [ 172.702546830332551, -40.734862057284779 ], [ 172.702416404688989, -40.734597148180498 ], [ 172.702356147317317, -40.734407501388318 ], [ 172.702286647830419, -40.734182435151517 ], [ 172.702221802677258, -40.733967749271613 ], [ 172.702119293500232, -40.733767267395692 ], [ 172.702002716632876, -40.733559598483566 ], [ 172.701937745345646, -40.733373514581338 ], [ 172.701853878493182, -40.733208833695407 ], [ 172.701718207919669, -40.733067258406479 ], [ 172.701615286349494, -40.732959733070665 ], [ 172.701432464801627, -40.732852000996715 ], [ 172.701268347942971, -40.732765768907619 ], [ 172.701099467504747, -40.732693825492859 ], [ 172.701001007433604, -40.732639940821905 ], [ 172.700789555349019, -40.732628666955485 ], [ 172.700648523239039, -40.73263545190715 ], [ 172.700512191104394, -40.732642248881149 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "TakakaRiver_North", "Date": "1980-01-31", "DSASDate": "31/01/1980", "Digitiser": "MT", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3970746371273739, "Total_UNCY": "3.300714701652444", "filename": "Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.700329572720534, -40.732489824196001 ], [ 172.700428769651268, -40.732379247043568 ], [ 172.70048066186996, -40.732336477975544 ], [ 172.700631061277505, -40.732336868145538 ], [ 172.700753356905494, -40.732315733396526 ], [ 172.700866284523158, -40.73228742361821 ], [ 172.700951236289569, -40.732208986895444 ], [ 172.701017355980355, -40.732137651953749 ], [ 172.701036363884924, -40.732091222139843 ], [ 172.701046563914076, -40.731912482988761 ], [ 172.701075291637693, -40.731794572110289 ], [ 172.701080631582187, -40.731651573476718 ], [ 172.70106708380473, -40.73152819013999 ], [ 172.700964101618496, -40.731434965287932 ], [ 172.700908006772437, -40.731366889027406 ], [ 172.700790893305481, -40.731280778024981 ], [ 172.70066904819592, -40.731201805256326 ], [ 172.700570654774111, -40.73113361913191 ], [ 172.700467802147699, -40.731011791672266 ], [ 172.700299263870903, -40.730864766404927 ], [ 172.700051887367096, -40.730691078738872 ], [ 172.699873774400857, -40.730583356397212 ], [ 172.69972381289503, -40.730486432952915 ], [ 172.699667639732922, -40.730436232438038 ], [ 172.699583074639293, -40.730428861752941 ], [ 172.699456050086098, -40.730457133583577 ], [ 172.699366382865804, -40.730539132261015 ], [ 172.699257948178143, -40.730613931346994 ], [ 172.699125901194861, -40.730713695969392 ], [ 172.698970241661783, -40.730838426044976 ], [ 172.698800755962026, -40.730902339527098 ], [ 172.698668981913698, -40.730941324030411 ], [ 172.698541988274769, -40.73096244430824 ], [ 172.698401947878097, -40.730958503174236 ], [ 172.698167131413044, -40.730918560960042 ], [ 172.697899529275873, -40.730853505281942 ], [ 172.697603825549095, -40.730766923494798 ], [ 172.697303617148094, -40.730637425392182 ], [ 172.697031657670237, -40.730497274719973 ], [ 172.696825675600479, -40.730317968279905 ], [ 172.696516480409741, -40.730098346648681 ], [ 172.696366638646026, -40.729976391968144 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "TakakaRiver_North", "Date": "1980-01-31", "DSASDate": "31/01/1980", "Digitiser": "MT", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3970746371273739, "Total_UNCY": "3.300714701652444", "filename": "Retrolens/Tasman/ TakakaRiver_North/Shorelines/TakakaRiver_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.790201886435085, -40.800774562348877 ], [ 172.790013448784691, -40.800851683812091 ], [ 172.789754625982539, -40.800869088868176 ], [ 172.789558609604427, -40.800862772756822 ], [ 172.789284556079195, -40.800737138085232 ], [ 172.788994934052198, -40.800575721567284 ], [ 172.7886897063091, -40.800390440590284 ], [ 172.788275023529962, -40.800103658619925 ], [ 172.787946295030963, -40.799912373751972 ], [ 172.787680336568627, -40.799709285882564 ], [ 172.787508085146698, -40.799628525160564 ], [ 172.787312034607908, -40.799634122747726 ], [ 172.78710026343694, -40.799651608573832 ], [ 172.786904308078533, -40.799627411702048 ], [ 172.786708467304152, -40.79956746197886 ], [ 172.78653634150885, -40.799447967912137 ], [ 172.78629379818895, -40.799280672881295 ], [ 172.786129400334346, -40.799196945247544 ], [ 172.786043453152928, -40.799101445292962 ], [ 172.786012279713731, -40.799041799597219 ], [ 172.785847882802614, -40.798958071561295 ], [ 172.785550435689913, -40.79879663183501 ], [ 172.785448749996306, -40.79871897854833 ], [ 172.785237346143106, -40.798623244647032 ], [ 172.785026000567797, -40.79850963409757 ], [ 172.784658083753243, -40.798318266803911 ], [ 172.784384107802964, -40.798174744226095 ], [ 172.784172533518614, -40.798132637156556 ], [ 172.78397678653414, -40.798045868407208 ], [ 172.783812259325799, -40.798003848745033 ], [ 172.783553813762666, -40.797908023605721 ], [ 172.783381581700212, -40.797824277345882 ], [ 172.783170144889027, -40.797740457164466 ], [ 172.783079068173549, -40.797712059369211 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065145500273786, -40.954382153062724 ], [ 173.065019718744054, -40.954353622620495 ], [ 173.064912804995714, -40.954329848326935 ], [ 173.064793288027943, -40.954277479575822 ], [ 173.064679989121117, -40.954153603607573 ], [ 173.064535219943878, -40.953996376793917 ], [ 173.064358953163349, -40.95377719758482 ], [ 173.064239294389779, -40.953577054202746 ], [ 173.064163663232165, -40.953391186919923 ], [ 173.06410059840195, -40.953195778780341 ], [ 173.06408150064965, -40.952952677092178 ], [ 173.064100220337451, -40.952804892536257 ], [ 173.064162915591425, -40.952618948244172 ], [ 173.064238185471453, -40.952432996907007 ], [ 173.064370032908556, -40.952237480125618 ], [ 173.064451640220028, -40.952103961094892 ], [ 173.06455842484155, -40.951999029362035 ], [ 173.0646275542247, -40.951965622273491 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059563969620655, -40.956525512359796 ], [ 173.05935645258495, -40.956506551756483 ], [ 173.059136355665828, -40.956482830327275 ], [ 173.058903695873141, -40.956473415612059 ], [ 173.058671048807668, -40.956478301136379 ], [ 173.05849501781654, -40.956511758912946 ], [ 173.058224664266987, -40.956540497185728 ], [ 173.058023477181706, -40.956569200037727 ], [ 173.057790850499174, -40.956597918301178 ], [ 173.05752050456644, -40.956636188728808 ], [ 173.057325604775173, -40.956664887225919 ], [ 173.057105549132103, -40.956688830950462 ], [ 173.056860309024898, -40.956674651437439 ], [ 173.056608785203736, -40.956665241393068 ], [ 173.05636982101359, -40.95663675704008 ], [ 173.056023954911382, -40.956598790374692 ], [ 173.055690676985279, -40.95657511730731 ], [ 173.055458001392594, -40.956546628026324 ], [ 173.055105788942768, -40.956437158080163 ], [ 173.054917093598419, -40.956365744531098 ], [ 173.054766106098697, -40.956270478240732 ], [ 173.054627730089294, -40.956218107925473 ], [ 173.054407592759162, -40.956141941526795 ], [ 173.054074228237511, -40.956008624997637 ], [ 173.053615054734053, -40.955808629391406 ], [ 173.053074093084547, -40.955546699848689 ], [ 173.052809838956051, -40.95533707731763 ], [ 173.052375749554216, -40.955041727131757 ], [ 173.052130355301387, -40.95482256064242 ], [ 173.05185349435348, -40.95456527252334 ], [ 173.051652121008431, -40.95435085209877 ], [ 173.05152624155528, -40.95418883358068 ], [ 173.051482146490855, -40.954083981319592 ], [ 173.051494636592508, -40.953974336874694 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.332642057328735", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049081494318813, -40.947254046070299 ], [ 173.049182195943729, -40.947401777459447 ], [ 173.049245161690294, -40.947530457228808 ], [ 173.049270366482006, -40.947606717063898 ], [ 173.049283039781841, -40.947740185199834 ], [ 173.049276848416071, -40.947868894482447 ], [ 173.04926436287144, -40.947988072626664 ], [ 173.049258153734854, -40.948092947349274 ], [ 173.049295915202066, -40.94814536724553 ], [ 173.049339970914104, -40.948207318259968 ], [ 173.049390288940458, -40.948235898189978 ], [ 173.049421685305219, -40.94818344870373 ], [ 173.049446726975418, -40.948040430601452 ], [ 173.049459073486958, -40.947735342913049 ], [ 173.049458884978918, -40.947482696624874 ], [ 173.049364380873271, -40.947215790003924 ], [ 173.049295028954674, -40.946953639455849 ], [ 173.049263317780259, -40.946581833769464 ], [ 173.049250368499401, -40.946076546450406 ], [ 173.049262680133808, -40.945723789551934 ], [ 173.049319077402913, -40.945475885900031 ], [ 173.049394327567967, -40.945218440306085 ], [ 173.049463311708422, -40.94498959882857 ], [ 173.04959514160106, -40.944732128796801 ], [ 173.049708181750276, -40.944570005008281 ], [ 173.0498274973273, -40.944393577646942 ], [ 173.049965719108371, -40.944279111866024 ], [ 173.050103958425609, -40.944188480486879 ], [ 173.050185617068763, -40.94409787358056 ], [ 173.050198132716531, -40.944021597483662 ], [ 173.050172960693715, -40.943988240030215 ], [ 173.050128971891894, -40.944012093740596 ], [ 173.050078721570799, -40.944069318562718 ], [ 173.049997044841518, -40.944136090824195 ], [ 173.049871375324784, -40.944221949724657 ], [ 173.049689114288157, -40.944293532141785 ], [ 173.049557139530719, -40.944355558837906 ], [ 173.049456569726487, -40.944379436594247 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052196966801802, -40.943596454473109 ], [ 173.052234566526465, -40.943443896134788 ], [ 173.052309923427742, -40.943338989819061 ], [ 173.052360129856083, -40.943229327959401 ], [ 173.052378933214726, -40.943157815675555 ], [ 173.052360013147506, -40.943081553607527 ], [ 173.052297105754917, -40.943029146076093 ], [ 173.052221617766065, -40.942967210375308 ], [ 173.052051831123919, -40.942905317231244 ], [ 173.051970056924716, -40.942843384201943 ], [ 173.051951148623886, -40.942781422807066 ], [ 173.051963699355582, -40.942752815652035 ], [ 173.052013980710711, -40.942738492231619 ], [ 173.052083125496324, -40.942728927187005 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055387364072146, -40.939738529859788 ], [ 173.055525558567439, -40.939614523499124 ], [ 173.055626022975673, -40.93947623441985 ], [ 173.055726458920958, -40.939304576827531 ], [ 173.055808027637624, -40.939123394436592 ], [ 173.055914793006878, -40.939004169723162 ], [ 173.056040408548768, -40.938875401909222 ], [ 173.056222566991948, -40.938708471040954 ], [ 173.056291621981984, -40.938598798190959 ], [ 173.056297835308669, -40.938512990596557 ], [ 173.056304056714737, -40.938436716836911 ], [ 173.056335422726363, -40.93836043079407 ], [ 173.056442194035043, -40.938250739414563 ], [ 173.056674614335492, -40.93805518167845 ], [ 173.056938459708931, -40.937854841033783 ], [ 173.05713951243888, -40.937735568564328 ], [ 173.057346834039492, -40.937597224941157 ], [ 173.057591891891633, -40.937482696705452 ], [ 173.057717567682403, -40.937430197737363 ], [ 173.057843264065042, -40.937401533226534 ], [ 173.057931260630113, -40.937391955209044 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060508211424718, -40.937023578838541 ], [ 173.060313340228532, -40.937018914009862 ], [ 173.060175013021109, -40.936980850908938 ], [ 173.060024070783015, -40.936895124995473 ], [ 173.059797619469947, -40.93672363347828 ], [ 173.059634016299356, -40.936537808260596 ], [ 173.059577309698795, -40.936390062998754 ], [ 173.059583424341128, -40.936199382963665 ], [ 173.059621002893465, -40.936046822034854 ], [ 173.059683763569041, -40.93593715035832 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059086553982638, -40.935885021777288 ], [ 173.058942020192518, -40.935932764969586 ], [ 173.05882889892402, -40.935961424270062 ], [ 173.058678036669761, -40.935961501137783 ], [ 173.058508316633009, -40.935961587378053 ], [ 173.058357441792651, -40.935947363066155 ], [ 173.058231685599878, -40.93590452434136 ], [ 173.058017918378056, -40.935852195950289 ], [ 173.057835568581197, -40.935785550641889 ], [ 173.057634315865101, -40.935666478347294 ], [ 173.05747077093821, -40.935537853066457 ], [ 173.057376400142005, -40.935442561610309 ], [ 173.05730720192949, -40.93538062602665 ], [ 173.057225448567237, -40.93533776432308 ], [ 173.057143728171468, -40.935333037926767 ], [ 173.056974013833923, -40.935337888828407 ], [ 173.056754016600252, -40.935347531162257 ], [ 173.056622033695561, -40.935371430659771 ], [ 173.056427187900908, -40.93539059386238 ], [ 173.056263755191992, -40.935390673721891 ], [ 173.056169459015251, -40.935381185847909 ], [ 173.056100322482479, -40.935390753349786 ], [ 173.056012344411755, -40.935419397654705 ], [ 173.055911830678923, -40.93549095027489 ], [ 173.055830170385207, -40.935557726757352 ], [ 173.055723330294484, -40.935581613049315 ], [ 173.055641633702152, -40.935605487112362 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.332642057328735", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057131463317347, -40.928392400333955 ], [ 173.056930295680701, -40.928344830539579 ], [ 173.056766815061934, -40.928268640276166 ], [ 173.056603269734751, -40.92811617895282 ], [ 173.056527721595529, -40.927968441219434 ], [ 173.056533901134827, -40.927844498039001 ], [ 173.056514964433177, -40.927749168741713 ], [ 173.0564079912333, -40.927601446317155 ], [ 173.056231817521194, -40.927377486686055 ], [ 173.056137359274373, -40.927163020884592 ], [ 173.056042873447922, -40.92691518650318 ], [ 173.05595467739613, -40.92667211591165 ], [ 173.055778447562091, -40.926376651626228 ], [ 173.055677743218894, -40.926205090804473 ], [ 173.055589697251804, -40.926138396257087 ], [ 173.055507964373305, -40.926105067115834 ], [ 173.05546396543275, -40.926100321356103 ], [ 173.055419994375399, -40.926128944078869 ], [ 173.055357216019388, -40.92621477897859 ], [ 173.055369877540528, -40.926324412295678 ], [ 173.055401406121291, -40.926448337336844 ], [ 173.055502062259478, -40.926562695256081 ], [ 173.055621573888089, -40.926677043991887 ], [ 173.055734800870226, -40.926791395639192 ], [ 173.055866927612101, -40.926958174244895 ], [ 173.05595505536661, -40.927120207122897 ], [ 173.056011749976648, -40.927272721342227 ], [ 173.056093589353111, -40.927429990230337 ], [ 173.05611884274839, -40.927563451961881 ], [ 173.056137798998606, -40.927682615963299 ], [ 173.056100192960372, -40.927806574419172 ], [ 173.056087666987992, -40.927859016730778 ], [ 173.056137964402438, -40.92787805997159 ], [ 173.056232266070737, -40.927906615598374 ], [ 173.056332861083604, -40.927944701931423 ], [ 173.056408311472694, -40.927978033550254 ], [ 173.056427219701305, -40.92803999437389 ], [ 173.056483879652774, -40.928149605995344 ], [ 173.056546833116613, -40.92826874835805 ], [ 173.056559452288809, -40.928325945312061 ], [ 173.05651548429185, -40.928359335368661 ], [ 173.056408647933324, -40.928373688464781 ], [ 173.05632066715782, -40.928388032254212 ], [ 173.056188653524345, -40.928359495084003 ], [ 173.056088061995581, -40.928326175554837 ], [ 173.055968614965337, -40.928292865090846 ], [ 173.05586173845029, -40.928259548414111 ], [ 173.055754874062842, -40.928240532418101 ], [ 173.055654294930633, -40.928221513289735 ], [ 173.055578876595831, -40.928226316592692 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051064832969217, -40.918408522421579 ], [ 173.050907569086945, -40.918203613664744 ], [ 173.05081318859186, -40.918051113303825 ], [ 173.050756448198769, -40.917812791429924 ], [ 173.050762473494871, -40.917474336218064 ], [ 173.050806079508106, -40.916973788545228 ], [ 173.050887407634917, -40.916497058865282 ], [ 173.05100651577294, -40.916120418098863 ], [ 173.05112564459597, -40.915772378809912 ], [ 173.051169463624092, -40.915553080176743 ], [ 173.051225960700322, -40.915476784067138 ], [ 173.051301254311113, -40.915328975478573 ], [ 173.051313715365495, -40.915190728691044 ], [ 173.051282148218291, -40.915000065150018 ], [ 173.051200350315128, -40.914861860243747 ], [ 173.051124858702735, -40.914752254119762 ], [ 173.051093431769004, -40.914742734167923 ], [ 173.051055742931425, -40.914761818619148 ], [ 173.051024374644498, -40.914828569659733 ], [ 173.051049598354211, -40.914942965050692 ], [ 173.051049701028404, -40.91507643931525 ], [ 173.051062378963138, -40.915219441888247 ], [ 173.051037331097234, -40.915333859522327 ], [ 173.050993438517139, -40.915457819361549 ], [ 173.050911830818194, -40.915567495020333 ], [ 173.050855347915814, -40.915662858725121 ], [ 173.050805156164103, -40.915767753507296 ], [ 173.050811513177649, -40.915863089486088 ], [ 173.050792730429094, -40.915953669599425 ], [ 173.05075517207041, -40.916144363686975 ], [ 173.050692415317314, -40.916254030879379 ], [ 173.050592012076578, -40.916439985573277 ], [ 173.050535575165753, -40.916597319285579 ], [ 173.050479156118541, -40.916778487649161 ], [ 173.05042273314163, -40.91695488904314 ], [ 173.05036630262893, -40.91712175653165 ], [ 173.050341267313343, -40.917255241722671 ], [ 173.050391674498542, -40.917431596402828 ], [ 173.05044834802095, -40.917584113626866 ], [ 173.050454708323116, -40.917684216531256 ], [ 173.050398212103431, -40.917765279171114 ], [ 173.050335380910212, -40.91777960742489 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059676722542889, -40.914137977502634 ], [ 173.059582361934986, -40.914023619725661 ], [ 173.05949430685726, -40.913933093318583 ], [ 173.059431395884275, -40.913852087768674 ], [ 173.059418704449627, -40.9137138530321 ], [ 173.05947506658822, -40.91349931164666 ], [ 173.059588020893045, -40.913327643466879 ], [ 173.059732397737548, -40.913160725841358 ], [ 173.059876812562379, -40.913036710481393 ], [ 173.059970978436013, -40.912936555785876 ], [ 173.060033772775029, -40.91288885370156 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059580919735197, -40.912417161344436 ], [ 173.059518018645406, -40.912345689698569 ], [ 173.059486501926756, -40.912236066298448 ], [ 173.059505229022932, -40.912097815321957 ], [ 173.05956158951571, -40.911883273835038 ], [ 173.059617979618167, -40.911702100893422 ], [ 173.059643007041785, -40.911582914394202 ], [ 173.059617829752085, -40.911535257988454 ], [ 173.059548671514335, -40.911492391237566 ], [ 173.059485835422493, -40.911492423666303 ], [ 173.059416745593268, -40.911525827880126 ], [ 173.059366506541068, -40.911559222349965 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052461896773679, -40.897032910935344 ], [ 173.052311032853083, -40.896918572550739 ], [ 173.052197877759596, -40.896823284725073 ], [ 173.052166395500791, -40.896732726828922 ], [ 173.052141116931352, -40.896542060065265 ], [ 173.052141019616215, -40.896418119279367 ], [ 173.052090687363858, -40.896322802921368 ], [ 173.051996368901086, -40.896213205513085 ], [ 173.05187061391743, -40.896070253480971 ], [ 173.051744800045441, -40.895851030046678 ], [ 173.051499582571751, -40.895574656376638 ], [ 173.051254330348883, -40.895250612627017 ], [ 173.051071919274278, -40.894950375308639 ], [ 173.050920938206701, -40.894673958596115 ], [ 173.050826554700649, -40.89447378805172 ], [ 173.050757332476309, -40.89431650896401 ], [ 173.050713271220445, -40.894202121381966 ], [ 173.050694348885116, -40.89410202360488 ], [ 173.050738286217324, -40.894054334714184 ], [ 173.050807358601787, -40.894016168650673 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047028898527401, -40.889775177874441 ], [ 173.046928255554889, -40.889579773479568 ], [ 173.046789866978656, -40.889303345972479 ], [ 173.046714280993598, -40.889007825021494 ], [ 173.046670035972852, -40.888616952097507 ], [ 173.046606850252999, -40.888087844888503 ], [ 173.046631678007429, -40.887663575218426 ], [ 173.046662934099885, -40.887449049266813 ], [ 173.046737991501629, -40.886996157416803 ], [ 173.046850752192313, -40.886567084989871 ], [ 173.047001212189457, -40.886157064918841 ], [ 173.047208183965722, -40.885723186686398 ], [ 173.047446572315778, -40.885308362988084 ], [ 173.047659908551253, -40.8849984223435 ], [ 173.047892065401896, -40.884659871685628 ], [ 173.048149364775924, -40.884349911838385 ], [ 173.048400405046664, -40.884073322784822 ], [ 173.048601230179173, -40.883844423997388 ], [ 173.048726769658032, -40.883734730822404 ], [ 173.049065706930008, -40.883415200432786 ], [ 173.049385840692281, -40.883152880675823 ], [ 173.049818996034389, -40.882847608560077 ], [ 173.050063818238726, -40.88267112479793 ], [ 173.050383980624758, -40.882456471891928 ], [ 173.050735556076972, -40.882256105176459 ], [ 173.051099683726193, -40.882046197888393 ], [ 173.051407307651772, -40.881869683410784 ], [ 173.051696098696624, -40.881707477451748 ], [ 173.051940960158078, -40.881592960229789 ], [ 173.052129308799834, -40.881497535910682 ], [ 173.052223471677308, -40.881435522738002 ], [ 173.052223411728306, -40.881359251285112 ], [ 173.052141746893057, -40.88134022036153 ], [ 173.05208524997019, -40.881378381628139 ], [ 173.051972259658612, -40.881459471043492 ], [ 173.051821569540124, -40.881521509421717 ], [ 173.051658295341099, -40.881554951434985 ], [ 173.05152640639875, -40.881564544363712 ], [ 173.05141967005045, -40.88161226167005 ], [ 173.051281544326571, -40.881679060706574 ], [ 173.051099474750174, -40.881774480856933 ], [ 173.050854614816529, -40.881893763255626 ], [ 173.05071024350579, -40.882008234028731 ], [ 173.050565871697586, -40.882122704619164 ], [ 173.050339862886375, -40.882256278552731 ], [ 173.05014525025544, -40.882380304461627 ], [ 173.04990042217787, -40.882547254474773 ], [ 173.049724679066486, -40.882709407234557 ], [ 173.049523829253729, -40.882895405336392 ], [ 173.049260172626646, -40.88308619688965 ], [ 173.049034171985085, -40.883238836103786 ], [ 173.048858386368579, -40.883348550917873 ], [ 173.048663785230474, -40.883496409128618 ], [ 173.048531996465556, -40.883649007560464 ], [ 173.048393971245503, -40.883863579006402 ], [ 173.048255931284444, -40.884059082424123 ], [ 173.048098988739866, -40.884173555145821 ], [ 173.047960861233577, -40.884249884108314 ], [ 173.047885554120057, -40.884340487735798 ], [ 173.047816575885491, -40.884497826199159 ], [ 173.047810377162762, -40.884612235927136 ], [ 173.047728812330973, -40.884736210793974 ], [ 173.047578209820017, -40.88493648553392 ], [ 173.047477862150231, -40.885146273323528 ], [ 173.047396268835456, -40.885232112240736 ], [ 173.047295842088943, -40.885332259716179 ], [ 173.047233108687522, -40.885441925601107 ], [ 173.047195503090336, -40.885556348134678 ], [ 173.047157893979914, -40.885666003691149 ], [ 173.047082658494503, -40.885861479948936 ], [ 173.046976026659678, -40.886071269833693 ], [ 173.046869404241647, -40.88629536049897 ], [ 173.046806692739523, -40.886438394868655 ], [ 173.046762828083956, -40.886586188524298 ], [ 173.046718943118378, -40.886705380388833 ], [ 173.046668780067876, -40.886829341737673 ], [ 173.046631152637929, -40.886915162290883 ], [ 173.046599819780084, -40.887020048139178 ], [ 173.046568516899441, -40.887167836630077 ], [ 173.046562352537194, -40.887334682813524 ], [ 173.046537334103931, -40.887487235713223 ], [ 173.046499742837995, -40.887625492785816 ], [ 173.046468416108013, -40.887739912507655 ], [ 173.046474790854489, -40.887873384882106 ], [ 173.04650006318343, -40.8880831210286 ], [ 173.046493891893419, -40.888240433260925 ], [ 173.04646258487017, -40.888383454731716 ], [ 173.046462651556624, -40.888478793939427 ], [ 173.046481572576567, -40.888588426433557 ], [ 173.046506741737744, -40.888650386787965 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049538674313084, -40.882026539840226 ], [ 173.049997041641944, -40.881849964280505 ], [ 173.05036747548408, -40.881673425326596 ], [ 173.050775602920794, -40.881511169492846 ], [ 173.051064408606692, -40.881368032969064 ], [ 173.051302959712444, -40.881215384147175 ], [ 173.051522682313816, -40.881081811111258 ], [ 173.051736156717197, -40.880991143167364 ], [ 173.051987314833696, -40.880900457848242 ], [ 173.052150516169917, -40.880776443007022 ], [ 173.05225093246392, -40.880681058200175 ], [ 173.052307364902589, -40.880561858418389 ], [ 173.052294724746616, -40.880461757817038 ], [ 173.052282065874493, -40.880337822379175 ], [ 173.052319648504749, -40.880209097189997 ], [ 173.0523949486508, -40.880123257575683 ], [ 173.052533062483661, -40.880046923256593 ], [ 173.052702586701258, -40.879980108360712 ], [ 173.052809327083594, -40.879941923789744 ], [ 173.052909801904946, -40.879922809868972 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065145500273786, -40.954382153062724 ], [ 173.065019718744054, -40.954353622620495 ], [ 173.064912804995714, -40.954329848326935 ], [ 173.064793288027943, -40.954277479575822 ], [ 173.064679989121117, -40.954153603607573 ], [ 173.064535219943878, -40.953996376793917 ], [ 173.064358953163349, -40.95377719758482 ], [ 173.064239294389779, -40.953577054202746 ], [ 173.064163663232165, -40.953391186919923 ], [ 173.06410059840195, -40.953195778780341 ], [ 173.06408150064965, -40.952952677092178 ], [ 173.064100220337451, -40.952804892536257 ], [ 173.064162915591425, -40.952618948244172 ], [ 173.064238185471453, -40.952432996907007 ], [ 173.064370032908556, -40.952237480125618 ], [ 173.064451640220028, -40.952103961094892 ], [ 173.06455842484155, -40.951999029362035 ], [ 173.0646275542247, -40.951965622273491 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059563969620655, -40.956525512359796 ], [ 173.05935645258495, -40.956506551756483 ], [ 173.059136355665828, -40.956482830327275 ], [ 173.058903695873141, -40.956473415612059 ], [ 173.058671048807668, -40.956478301136379 ], [ 173.05849501781654, -40.956511758912946 ], [ 173.058224664266987, -40.956540497185728 ], [ 173.058023477181706, -40.956569200037727 ], [ 173.057790850499174, -40.956597918301178 ], [ 173.05752050456644, -40.956636188728808 ], [ 173.057325604775173, -40.956664887225919 ], [ 173.057105549132103, -40.956688830950462 ], [ 173.056860309024898, -40.956674651437439 ], [ 173.056608785203736, -40.956665241393068 ], [ 173.05636982101359, -40.95663675704008 ], [ 173.056023954911382, -40.956598790374692 ], [ 173.055690676985279, -40.95657511730731 ], [ 173.055458001392594, -40.956546628026324 ], [ 173.055105788942768, -40.956437158080163 ], [ 173.054917093598419, -40.956365744531098 ], [ 173.054766106098697, -40.956270478240732 ], [ 173.054627730089294, -40.956218107925473 ], [ 173.054407592759162, -40.956141941526795 ], [ 173.054074228237511, -40.956008624997637 ], [ 173.053615054734053, -40.955808629391406 ], [ 173.053074093084547, -40.955546699848689 ], [ 173.052809838956051, -40.95533707731763 ], [ 173.052375749554216, -40.955041727131757 ], [ 173.052130355301387, -40.95482256064242 ], [ 173.05185349435348, -40.95456527252334 ], [ 173.051652121008431, -40.95435085209877 ], [ 173.05152624155528, -40.95418883358068 ], [ 173.051482146490855, -40.954083981319592 ], [ 173.051494636592508, -40.953974336874694 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.332642057328735", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049081494318813, -40.947254046070299 ], [ 173.049182195943729, -40.947401777459447 ], [ 173.049245161690294, -40.947530457228808 ], [ 173.049270366482006, -40.947606717063898 ], [ 173.049283039781841, -40.947740185199834 ], [ 173.049276848416071, -40.947868894482447 ], [ 173.04926436287144, -40.947988072626664 ], [ 173.049258153734854, -40.948092947349274 ], [ 173.049295915202066, -40.94814536724553 ], [ 173.049339970914104, -40.948207318259968 ], [ 173.049390288940458, -40.948235898189978 ], [ 173.049421685305219, -40.94818344870373 ], [ 173.049446726975418, -40.948040430601452 ], [ 173.049459073486958, -40.947735342913049 ], [ 173.049458884978918, -40.947482696624874 ], [ 173.049364380873271, -40.947215790003924 ], [ 173.049295028954674, -40.946953639455849 ], [ 173.049263317780259, -40.946581833769464 ], [ 173.049250368499401, -40.946076546450406 ], [ 173.049262680133808, -40.945723789551934 ], [ 173.049319077402913, -40.945475885900031 ], [ 173.049394327567967, -40.945218440306085 ], [ 173.049463311708422, -40.94498959882857 ], [ 173.04959514160106, -40.944732128796801 ], [ 173.049708181750276, -40.944570005008281 ], [ 173.0498274973273, -40.944393577646942 ], [ 173.049965719108371, -40.944279111866024 ], [ 173.050103958425609, -40.944188480486879 ], [ 173.050185617068763, -40.94409787358056 ], [ 173.050198132716531, -40.944021597483662 ], [ 173.050172960693715, -40.943988240030215 ], [ 173.050128971891894, -40.944012093740596 ], [ 173.050078721570799, -40.944069318562718 ], [ 173.049997044841518, -40.944136090824195 ], [ 173.049871375324784, -40.944221949724657 ], [ 173.049689114288157, -40.944293532141785 ], [ 173.049557139530719, -40.944355558837906 ], [ 173.049456569726487, -40.944379436594247 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052196966801802, -40.943596454473109 ], [ 173.052234566526465, -40.943443896134788 ], [ 173.052309923427742, -40.943338989819061 ], [ 173.052360129856083, -40.943229327959401 ], [ 173.052378933214726, -40.943157815675555 ], [ 173.052360013147506, -40.943081553607527 ], [ 173.052297105754917, -40.943029146076093 ], [ 173.052221617766065, -40.942967210375308 ], [ 173.052051831123919, -40.942905317231244 ], [ 173.051970056924716, -40.942843384201943 ], [ 173.051951148623886, -40.942781422807066 ], [ 173.051963699355582, -40.942752815652035 ], [ 173.052013980710711, -40.942738492231619 ], [ 173.052083125496324, -40.942728927187005 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055387364072146, -40.939738529859788 ], [ 173.055525558567439, -40.939614523499124 ], [ 173.055626022975673, -40.93947623441985 ], [ 173.055726458920958, -40.939304576827531 ], [ 173.055808027637624, -40.939123394436592 ], [ 173.055914793006878, -40.939004169723162 ], [ 173.056040408548768, -40.938875401909222 ], [ 173.056222566991948, -40.938708471040954 ], [ 173.056291621981984, -40.938598798190959 ], [ 173.056297835308669, -40.938512990596557 ], [ 173.056304056714737, -40.938436716836911 ], [ 173.056335422726363, -40.93836043079407 ], [ 173.056442194035043, -40.938250739414563 ], [ 173.056674614335492, -40.93805518167845 ], [ 173.056938459708931, -40.937854841033783 ], [ 173.05713951243888, -40.937735568564328 ], [ 173.057346834039492, -40.937597224941157 ], [ 173.057591891891633, -40.937482696705452 ], [ 173.057717567682403, -40.937430197737363 ], [ 173.057843264065042, -40.937401533226534 ], [ 173.057931260630113, -40.937391955209044 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060508211424718, -40.937023578838541 ], [ 173.060313340228532, -40.937018914009862 ], [ 173.060175013021109, -40.936980850908938 ], [ 173.060024070783015, -40.936895124995473 ], [ 173.059797619469947, -40.93672363347828 ], [ 173.059634016299356, -40.936537808260596 ], [ 173.059577309698795, -40.936390062998754 ], [ 173.059583424341128, -40.936199382963665 ], [ 173.059621002893465, -40.936046822034854 ], [ 173.059683763569041, -40.93593715035832 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059086553982638, -40.935885021777288 ], [ 173.058942020192518, -40.935932764969586 ], [ 173.05882889892402, -40.935961424270062 ], [ 173.058678036669761, -40.935961501137783 ], [ 173.058508316633009, -40.935961587378053 ], [ 173.058357441792651, -40.935947363066155 ], [ 173.058231685599878, -40.93590452434136 ], [ 173.058017918378056, -40.935852195950289 ], [ 173.057835568581197, -40.935785550641889 ], [ 173.057634315865101, -40.935666478347294 ], [ 173.05747077093821, -40.935537853066457 ], [ 173.057376400142005, -40.935442561610309 ], [ 173.05730720192949, -40.93538062602665 ], [ 173.057225448567237, -40.93533776432308 ], [ 173.057143728171468, -40.935333037926767 ], [ 173.056974013833923, -40.935337888828407 ], [ 173.056754016600252, -40.935347531162257 ], [ 173.056622033695561, -40.935371430659771 ], [ 173.056427187900908, -40.93539059386238 ], [ 173.056263755191992, -40.935390673721891 ], [ 173.056169459015251, -40.935381185847909 ], [ 173.056100322482479, -40.935390753349786 ], [ 173.056012344411755, -40.935419397654705 ], [ 173.055911830678923, -40.93549095027489 ], [ 173.055830170385207, -40.935557726757352 ], [ 173.055723330294484, -40.935581613049315 ], [ 173.055641633702152, -40.935605487112362 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.332642057328735", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057131463317347, -40.928392400333955 ], [ 173.056930295680701, -40.928344830539579 ], [ 173.056766815061934, -40.928268640276166 ], [ 173.056603269734751, -40.92811617895282 ], [ 173.056527721595529, -40.927968441219434 ], [ 173.056533901134827, -40.927844498039001 ], [ 173.056514964433177, -40.927749168741713 ], [ 173.0564079912333, -40.927601446317155 ], [ 173.056231817521194, -40.927377486686055 ], [ 173.056137359274373, -40.927163020884592 ], [ 173.056042873447922, -40.92691518650318 ], [ 173.05595467739613, -40.92667211591165 ], [ 173.055778447562091, -40.926376651626228 ], [ 173.055677743218894, -40.926205090804473 ], [ 173.055589697251804, -40.926138396257087 ], [ 173.055507964373305, -40.926105067115834 ], [ 173.05546396543275, -40.926100321356103 ], [ 173.055419994375399, -40.926128944078869 ], [ 173.055357216019388, -40.92621477897859 ], [ 173.055369877540528, -40.926324412295678 ], [ 173.055401406121291, -40.926448337336844 ], [ 173.055502062259478, -40.926562695256081 ], [ 173.055621573888089, -40.926677043991887 ], [ 173.055734800870226, -40.926791395639192 ], [ 173.055866927612101, -40.926958174244895 ], [ 173.05595505536661, -40.927120207122897 ], [ 173.056011749976648, -40.927272721342227 ], [ 173.056093589353111, -40.927429990230337 ], [ 173.05611884274839, -40.927563451961881 ], [ 173.056137798998606, -40.927682615963299 ], [ 173.056100192960372, -40.927806574419172 ], [ 173.056087666987992, -40.927859016730778 ], [ 173.056137964402438, -40.92787805997159 ], [ 173.056232266070737, -40.927906615598374 ], [ 173.056332861083604, -40.927944701931423 ], [ 173.056408311472694, -40.927978033550254 ], [ 173.056427219701305, -40.92803999437389 ], [ 173.056483879652774, -40.928149605995344 ], [ 173.056546833116613, -40.92826874835805 ], [ 173.056559452288809, -40.928325945312061 ], [ 173.05651548429185, -40.928359335368661 ], [ 173.056408647933324, -40.928373688464781 ], [ 173.05632066715782, -40.928388032254212 ], [ 173.056188653524345, -40.928359495084003 ], [ 173.056088061995581, -40.928326175554837 ], [ 173.055968614965337, -40.928292865090846 ], [ 173.05586173845029, -40.928259548414111 ], [ 173.055754874062842, -40.928240532418101 ], [ 173.055654294930633, -40.928221513289735 ], [ 173.055578876595831, -40.928226316592692 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051064832969217, -40.918408522421579 ], [ 173.050907569086945, -40.918203613664744 ], [ 173.05081318859186, -40.918051113303825 ], [ 173.050756448198769, -40.917812791429924 ], [ 173.050762473494871, -40.917474336218064 ], [ 173.050806079508106, -40.916973788545228 ], [ 173.050887407634917, -40.916497058865282 ], [ 173.05100651577294, -40.916120418098863 ], [ 173.05112564459597, -40.915772378809912 ], [ 173.051169463624092, -40.915553080176743 ], [ 173.051225960700322, -40.915476784067138 ], [ 173.051301254311113, -40.915328975478573 ], [ 173.051313715365495, -40.915190728691044 ], [ 173.051282148218291, -40.915000065150018 ], [ 173.051200350315128, -40.914861860243747 ], [ 173.051124858702735, -40.914752254119762 ], [ 173.051093431769004, -40.914742734167923 ], [ 173.051055742931425, -40.914761818619148 ], [ 173.051024374644498, -40.914828569659733 ], [ 173.051049598354211, -40.914942965050692 ], [ 173.051049701028404, -40.91507643931525 ], [ 173.051062378963138, -40.915219441888247 ], [ 173.051037331097234, -40.915333859522327 ], [ 173.050993438517139, -40.915457819361549 ], [ 173.050911830818194, -40.915567495020333 ], [ 173.050855347915814, -40.915662858725121 ], [ 173.050805156164103, -40.915767753507296 ], [ 173.050811513177649, -40.915863089486088 ], [ 173.050792730429094, -40.915953669599425 ], [ 173.05075517207041, -40.916144363686975 ], [ 173.050692415317314, -40.916254030879379 ], [ 173.050592012076578, -40.916439985573277 ], [ 173.050535575165753, -40.916597319285579 ], [ 173.050479156118541, -40.916778487649161 ], [ 173.05042273314163, -40.91695488904314 ], [ 173.05036630262893, -40.91712175653165 ], [ 173.050341267313343, -40.917255241722671 ], [ 173.050391674498542, -40.917431596402828 ], [ 173.05044834802095, -40.917584113626866 ], [ 173.050454708323116, -40.917684216531256 ], [ 173.050398212103431, -40.917765279171114 ], [ 173.050335380910212, -40.91777960742489 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059676722542889, -40.914137977502634 ], [ 173.059582361934986, -40.914023619725661 ], [ 173.05949430685726, -40.913933093318583 ], [ 173.059431395884275, -40.913852087768674 ], [ 173.059418704449627, -40.9137138530321 ], [ 173.05947506658822, -40.91349931164666 ], [ 173.059588020893045, -40.913327643466879 ], [ 173.059732397737548, -40.913160725841358 ], [ 173.059876812562379, -40.913036710481393 ], [ 173.059970978436013, -40.912936555785876 ], [ 173.060033772775029, -40.91288885370156 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059580919735197, -40.912417161344436 ], [ 173.059518018645406, -40.912345689698569 ], [ 173.059486501926756, -40.912236066298448 ], [ 173.059505229022932, -40.912097815321957 ], [ 173.05956158951571, -40.911883273835038 ], [ 173.059617979618167, -40.911702100893422 ], [ 173.059643007041785, -40.911582914394202 ], [ 173.059617829752085, -40.911535257988454 ], [ 173.059548671514335, -40.911492391237566 ], [ 173.059485835422493, -40.911492423666303 ], [ 173.059416745593268, -40.911525827880126 ], [ 173.059366506541068, -40.911559222349965 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052461896773679, -40.897032910935344 ], [ 173.052311032853083, -40.896918572550739 ], [ 173.052197877759596, -40.896823284725073 ], [ 173.052166395500791, -40.896732726828922 ], [ 173.052141116931352, -40.896542060065265 ], [ 173.052141019616215, -40.896418119279367 ], [ 173.052090687363858, -40.896322802921368 ], [ 173.051996368901086, -40.896213205513085 ], [ 173.05187061391743, -40.896070253480971 ], [ 173.051744800045441, -40.895851030046678 ], [ 173.051499582571751, -40.895574656376638 ], [ 173.051254330348883, -40.895250612627017 ], [ 173.051071919274278, -40.894950375308639 ], [ 173.050920938206701, -40.894673958596115 ], [ 173.050826554700649, -40.89447378805172 ], [ 173.050757332476309, -40.89431650896401 ], [ 173.050713271220445, -40.894202121381966 ], [ 173.050694348885116, -40.89410202360488 ], [ 173.050738286217324, -40.894054334714184 ], [ 173.050807358601787, -40.894016168650673 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047028898527401, -40.889775177874441 ], [ 173.046928255554889, -40.889579773479568 ], [ 173.046789866978656, -40.889303345972479 ], [ 173.046714280993598, -40.889007825021494 ], [ 173.046670035972852, -40.888616952097507 ], [ 173.046606850252999, -40.888087844888503 ], [ 173.046631678007429, -40.887663575218426 ], [ 173.046662934099885, -40.887449049266813 ], [ 173.046737991501629, -40.886996157416803 ], [ 173.046850752192313, -40.886567084989871 ], [ 173.047001212189457, -40.886157064918841 ], [ 173.047208183965722, -40.885723186686398 ], [ 173.047446572315778, -40.885308362988084 ], [ 173.047659908551253, -40.8849984223435 ], [ 173.047892065401896, -40.884659871685628 ], [ 173.048149364775924, -40.884349911838385 ], [ 173.048400405046664, -40.884073322784822 ], [ 173.048601230179173, -40.883844423997388 ], [ 173.048726769658032, -40.883734730822404 ], [ 173.049065706930008, -40.883415200432786 ], [ 173.049385840692281, -40.883152880675823 ], [ 173.049818996034389, -40.882847608560077 ], [ 173.050063818238726, -40.88267112479793 ], [ 173.050383980624758, -40.882456471891928 ], [ 173.050735556076972, -40.882256105176459 ], [ 173.051099683726193, -40.882046197888393 ], [ 173.051407307651772, -40.881869683410784 ], [ 173.051696098696624, -40.881707477451748 ], [ 173.051940960158078, -40.881592960229789 ], [ 173.052129308799834, -40.881497535910682 ], [ 173.052223471677308, -40.881435522738002 ], [ 173.052223411728306, -40.881359251285112 ], [ 173.052141746893057, -40.88134022036153 ], [ 173.05208524997019, -40.881378381628139 ], [ 173.051972259658612, -40.881459471043492 ], [ 173.051821569540124, -40.881521509421717 ], [ 173.051658295341099, -40.881554951434985 ], [ 173.05152640639875, -40.881564544363712 ], [ 173.05141967005045, -40.88161226167005 ], [ 173.051281544326571, -40.881679060706574 ], [ 173.051099474750174, -40.881774480856933 ], [ 173.050854614816529, -40.881893763255626 ], [ 173.05071024350579, -40.882008234028731 ], [ 173.050565871697586, -40.882122704619164 ], [ 173.050339862886375, -40.882256278552731 ], [ 173.05014525025544, -40.882380304461627 ], [ 173.04990042217787, -40.882547254474773 ], [ 173.049724679066486, -40.882709407234557 ], [ 173.049523829253729, -40.882895405336392 ], [ 173.049260172626646, -40.88308619688965 ], [ 173.049034171985085, -40.883238836103786 ], [ 173.048858386368579, -40.883348550917873 ], [ 173.048663785230474, -40.883496409128618 ], [ 173.048531996465556, -40.883649007560464 ], [ 173.048393971245503, -40.883863579006402 ], [ 173.048255931284444, -40.884059082424123 ], [ 173.048098988739866, -40.884173555145821 ], [ 173.047960861233577, -40.884249884108314 ], [ 173.047885554120057, -40.884340487735798 ], [ 173.047816575885491, -40.884497826199159 ], [ 173.047810377162762, -40.884612235927136 ], [ 173.047728812330973, -40.884736210793974 ], [ 173.047578209820017, -40.88493648553392 ], [ 173.047477862150231, -40.885146273323528 ], [ 173.047396268835456, -40.885232112240736 ], [ 173.047295842088943, -40.885332259716179 ], [ 173.047233108687522, -40.885441925601107 ], [ 173.047195503090336, -40.885556348134678 ], [ 173.047157893979914, -40.885666003691149 ], [ 173.047082658494503, -40.885861479948936 ], [ 173.046976026659678, -40.886071269833693 ], [ 173.046869404241647, -40.88629536049897 ], [ 173.046806692739523, -40.886438394868655 ], [ 173.046762828083956, -40.886586188524298 ], [ 173.046718943118378, -40.886705380388833 ], [ 173.046668780067876, -40.886829341737673 ], [ 173.046631152637929, -40.886915162290883 ], [ 173.046599819780084, -40.887020048139178 ], [ 173.046568516899441, -40.887167836630077 ], [ 173.046562352537194, -40.887334682813524 ], [ 173.046537334103931, -40.887487235713223 ], [ 173.046499742837995, -40.887625492785816 ], [ 173.046468416108013, -40.887739912507655 ], [ 173.046474790854489, -40.887873384882106 ], [ 173.04650006318343, -40.8880831210286 ], [ 173.046493891893419, -40.888240433260925 ], [ 173.04646258487017, -40.888383454731716 ], [ 173.046462651556624, -40.888478793939427 ], [ 173.046481572576567, -40.888588426433557 ], [ 173.046506741737744, -40.888650386787965 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "21/02/2002", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 50000.0, "Georef_ER": "2.9", "Pixel_Er": 1.3249917291350539, "Total_UNCY": "3.270856628205568", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_21FEB2002.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049538674313084, -40.882026539840226 ], [ 173.049997041641944, -40.881849964280505 ], [ 173.05036747548408, -40.881673425326596 ], [ 173.050775602920794, -40.881511169492846 ], [ 173.051064408606692, -40.881368032969064 ], [ 173.051302959712444, -40.881215384147175 ], [ 173.051522682313816, -40.881081811111258 ], [ 173.051736156717197, -40.880991143167364 ], [ 173.051987314833696, -40.880900457848242 ], [ 173.052150516169917, -40.880776443007022 ], [ 173.05225093246392, -40.880681058200175 ], [ 173.052307364902589, -40.880561858418389 ], [ 173.052294724746616, -40.880461757817038 ], [ 173.052282065874493, -40.880337822379175 ], [ 173.052319648504749, -40.880209097189997 ], [ 173.0523949486508, -40.880123257575683 ], [ 173.052533062483661, -40.880046923256593 ], [ 173.052702586701258, -40.879980108360712 ], [ 173.052809327083594, -40.879941923789744 ], [ 173.052909801904946, -40.879922809868972 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065041110143483, -40.954415230770515 ], [ 173.064932619698851, -40.954386690478209 ], [ 173.064824125850464, -40.95435457490543 ], [ 173.06476752982482, -40.954347456350639 ], [ 173.064720344366435, -40.954318881405165 ], [ 173.064644794708755, -40.95421881874254 ], [ 173.064555077174816, -40.95409731288013 ], [ 173.064446497065262, -40.953975817489948 ], [ 173.064352078393, -40.953868614813672 ], [ 173.064257635760981, -40.953736385807744 ], [ 173.064172624905638, -40.953604151472312 ], [ 173.064097011192786, -40.953436160040539 ], [ 173.06406389424231, -40.953325347842615 ], [ 173.064049612449594, -40.953185923724824 ], [ 173.06403055979095, -40.952989299355792 ], [ 173.063992744788067, -40.952896365642957 ], [ 173.063983282424971, -40.952864194264691 ], [ 173.063983209942108, -40.952789115501943 ], [ 173.06401617454145, -40.952742619849758 ], [ 173.064072724183177, -40.952703261446395 ], [ 173.064124540829056, -40.952646029741388 ], [ 173.064148060159766, -40.952585238577988 ], [ 173.06416684651731, -40.952506574136805 ], [ 173.064209155491568, -40.95237069369292 ], [ 173.064251526680124, -40.952299166461522 ], [ 173.064312742838268, -40.952209752796584 ], [ 173.064373962303932, -40.952123914277486 ], [ 173.064435198990338, -40.95205595162286 ], [ 173.064520030877162, -40.952005851642092 ], [ 173.064562453737864, -40.951987951987491 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05946005186189, -40.956653922860362 ], [ 173.059370430215438, -40.956632517971023 ], [ 173.059233646289044, -40.956607562071859 ], [ 173.059082730667001, -40.956600489146631 ], [ 173.058875205062691, -40.956571993871655 ], [ 173.058752591364794, -40.956572056416633 ], [ 173.058545094418378, -40.956575737142124 ], [ 173.058299889024653, -40.956600887640079 ], [ 173.058059389962267, -40.956615309710315 ], [ 173.057795333043629, -40.956654769341448 ], [ 173.057550142595829, -40.956697794130967 ], [ 173.057375681396309, -40.9567300576877 ], [ 173.057286085043955, -40.95673725259568 ], [ 173.057149323266742, -40.956737320464271 ], [ 173.057036134951517, -40.956730226154285 ], [ 173.056757895501477, -40.956730363457879 ], [ 173.05656925248104, -40.956723305808687 ], [ 173.056371165491271, -40.95670195175348 ], [ 173.056206083999626, -40.956673430915487 ], [ 173.056003281357846, -40.956652078526716 ], [ 173.055809901644949, -40.956619995683951 ], [ 173.055658980349193, -40.95660576792244 ], [ 173.055498621303286, -40.956584394148884 ], [ 173.055375980686392, -40.956552276506386 ], [ 173.055267478967153, -40.956509426420133 ], [ 173.055154276362202, -40.95648445437476 ], [ 173.055036360908076, -40.956463059646751 ], [ 173.05493259620107, -40.956445233235918 ], [ 173.054842991089799, -40.956441700713121 ], [ 173.054701516965565, -40.956445343098501 ], [ 173.054635491378946, -40.956441799225182 ], [ 173.054531723870639, -40.956420397275885 ], [ 173.054437367669379, -40.956373964537292 ], [ 173.054314710373063, -40.956320394698487 ], [ 173.054225079133346, -40.956284685096513 ], [ 173.054187325690947, -40.956252526234294 ], [ 173.054168427065065, -40.956209632965766 ], [ 173.054191971410603, -40.956166719752979 ], [ 173.05420136808587, -40.956123813186615 ], [ 173.054163611824464, -40.956088079137906 ], [ 173.054064549230702, -40.956052373839761 ], [ 173.053899435451683, -40.955980947560178 ], [ 173.05367299841285, -40.95588809853038 ], [ 173.053460692272665, -40.955773791426985 ], [ 173.053234239323814, -40.955659490462786 ], [ 173.053064385810501, -40.955555888555111 ], [ 173.052908674616106, -40.9554451295474 ], [ 173.052729367754495, -40.95531293004256 ], [ 173.052597253788747, -40.955223610893697 ], [ 173.052450970112631, -40.955105696600654 ], [ 173.052323558622476, -40.954998499096376 ], [ 173.052191445830516, -40.954909179476935 ], [ 173.052064051990726, -40.954823432753891 ], [ 173.05192248032364, -40.954698365293964 ], [ 173.051818649326833, -40.954591156602625 ], [ 173.05176671440546, -40.954512525968809 ], [ 173.051714782397312, -40.954437470489388 ], [ 173.051643993059798, -40.954369573793976 ], [ 173.051573206649692, -40.954305252233269 ], [ 173.051521286141025, -40.954244497380117 ], [ 173.051497651845636, -40.954173004331587 ], [ 173.051497565722769, -40.954062173777579 ], [ 173.051502189769195, -40.953944190756594 ], [ 173.051502148093476, -40.953890563067297 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "4", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "3.262962836229605", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049229668981553, -40.948214166200856 ], [ 173.049121277614688, -40.948296441661768 ], [ 173.049036462625054, -40.94837870699552 ], [ 173.048979926226451, -40.948443084336958 ], [ 173.048937546291427, -40.948521756378163 ], [ 173.048914027636016, -40.948600420402961 ], [ 173.048923513740448, -40.948675495238852 ], [ 173.048914151635074, -40.948768453989082 ], [ 173.048942480734439, -40.948818494540099 ], [ 173.048980237962923, -40.948864955895424 ], [ 173.048980264381555, -40.948900707720988 ], [ 173.048947288497914, -40.948943623928066 ], [ 173.048886022973392, -40.948990127306658 ], [ 173.048824757362922, -40.949036630652365 ], [ 173.048805930080846, -40.949083116009561 ], [ 173.048824820566892, -40.949122435030979 ], [ 173.048890859650811, -40.949154583699752 ], [ 173.04896160362199, -40.949172429598761 ], [ 173.049041757243543, -40.949161669984541 ], [ 173.049178482186079, -40.949133010282473 ], [ 173.049291614153958, -40.949082909405149 ], [ 173.049362294256582, -40.949014950680251 ], [ 173.049362246331924, -40.948950597395722 ], [ 173.049348015047656, -40.948836197609936 ], [ 173.049300755064166, -40.948693210476733 ], [ 173.049272353993018, -40.948546640079329 ], [ 173.049276970994299, -40.948414356300994 ], [ 173.049324001935503, -40.948249877727108 ], [ 173.049366274733615, -40.948028198219575 ], [ 173.049399140651815, -40.947838699377584 ], [ 173.049384880245128, -40.947684972558157 ], [ 173.049370657184085, -40.947581298299902 ], [ 173.049365843397737, -40.947449018533476 ], [ 173.04935160710869, -40.947327468351077 ], [ 173.049313736129847, -40.94712727421053 ], [ 173.049294638549213, -40.946809090923431 ], [ 173.049285056602031, -40.946605309472801 ], [ 173.049280203192041, -40.946419401919343 ], [ 173.049270637290419, -40.946237071558755 ], [ 173.049270515056037, -40.946072613083814 ], [ 173.049289253436626, -40.945908146543395 ], [ 173.049293843640811, -40.945740110858956 ], [ 173.049321980210209, -40.945532738056606 ], [ 173.04935951222248, -40.945278883801571 ], [ 173.049425350485365, -40.945046468509737 ], [ 173.049514801050094, -40.944864095640384 ], [ 173.049580721247452, -40.944742510982806 ], [ 173.049712625260327, -40.944585145992505 ], [ 173.049910520480154, -40.944402725996319 ], [ 173.050080173024156, -40.944284671282723 ], [ 173.05018855123231, -40.944195244496647 ], [ 173.050249797865007, -40.944130864463077 ], [ 173.05027802566471, -40.944048622865161 ], [ 173.050268552248184, -40.943991424008452 ], [ 173.050221383118782, -40.943966418255457 ], [ 173.050174246494549, -40.943984314709652 ], [ 173.050122427263005, -40.944045115420451 ], [ 173.050042331278462, -40.944123804315915 ], [ 173.049962232409456, -40.944198917969381 ], [ 173.049882114528373, -40.94424900526861 ], [ 173.049773711660663, -40.94430625509797 ], [ 173.049674719940583, -40.944338474465411 ], [ 173.049575752186257, -40.944402870415608 ], [ 173.049519211687027, -40.94445652250797 ], [ 173.049453251656075, -40.944524479357966 ], [ 173.049415552534981, -40.94455309701145 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.702392730639933", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052046237155906, -40.944147943524236 ], [ 173.051999008356802, -40.944047859606719 ], [ 173.051984796011283, -40.943962061534556 ], [ 173.052013018781565, -40.943876244325324 ], [ 173.052083659650492, -40.943768956834568 ], [ 173.05219202023892, -40.943661652231356 ], [ 173.052253236253762, -40.943561519272393 ], [ 173.052314432335663, -40.943436359978989 ], [ 173.052366170010202, -40.943275453075039 ], [ 173.052394369391862, -40.943161034275334 ], [ 173.052366023166286, -40.943089543407446 ], [ 173.052304714676836, -40.943071695297789 ], [ 173.052205666911362, -40.943028837937234 ], [ 173.052078332409536, -40.942989568457797 ], [ 173.051983997052332, -40.942943133590362 ], [ 173.051950953234297, -40.942893095859709 ], [ 173.051941472938694, -40.942828746757385 ], [ 173.051960296249831, -40.942782260839991 ], [ 173.052002705390038, -40.942750065034438 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056041730922828, -40.940774668916184 ], [ 173.055956870775219, -40.940781860505773 ], [ 173.055881434160568, -40.940781897089074 ], [ 173.055801255677125, -40.940749759219806 ], [ 173.055730467772918, -40.940671139303049 ], [ 173.055654929249698, -40.940549619369186 ], [ 173.055626562632, -40.940456678147441 ], [ 173.055635956163059, -40.940413771348929 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055427950720002, -40.939748886350579 ], [ 173.055456185186472, -40.939684519367134 ], [ 173.055526825004847, -40.939587955259078 ], [ 173.05561629341625, -40.939455630131363 ], [ 173.055715145778493, -40.939269672553706 ], [ 173.055771625720439, -40.939155239181389 ], [ 173.055828141589785, -40.939083708038517 ], [ 173.055936491481475, -40.938979975026079 ], [ 173.056049537554514, -40.938854788488314 ], [ 173.056176742272982, -40.938747470889702 ], [ 173.056266229490944, -40.938640171559591 ], [ 173.056303888899777, -40.938572224566983 ], [ 173.056303843363139, -40.93851859673849 ], [ 173.056284936297317, -40.938461402927651 ], [ 173.056284905949894, -40.938425651041342 ], [ 173.056322577365052, -40.938372004794878 ], [ 173.056412072965628, -40.938275430911268 ], [ 173.056492145190788, -40.938186011954215 ], [ 173.056619363174292, -40.938096569800329 ], [ 173.056826667584318, -40.9379355842565 ], [ 173.056939737827349, -40.937842573526325 ], [ 173.057029265637681, -40.937785326234966 ], [ 173.057165917429984, -40.937703029187091 ], [ 173.05729785123026, -40.937617159130042 ], [ 173.05739679207241, -40.93754203092012 ], [ 173.05748162002422, -40.93750266156745 ], [ 173.057590014426836, -40.937456130003177 ], [ 173.057670136932899, -40.937427488433443 ], [ 173.057750262483353, -40.937402421997142 ], [ 173.057802110045287, -40.937388095255912 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.06064465151664, -40.937025541047717 ], [ 173.060493796631022, -40.937036345860399 ], [ 173.060347643203926, -40.937032847251537 ], [ 173.060206191329257, -40.937015045238866 ], [ 173.060088289447691, -40.936972204446199 ], [ 173.059956211850732, -40.936893618993899 ], [ 173.059861853842392, -40.936818589004837 ], [ 173.059753339658471, -40.936729265509534 ], [ 173.059649520964825, -40.936618488334503 ], [ 173.059573992735295, -40.936511271642601 ], [ 173.059531446830732, -40.936382586727959 ], [ 173.059531337706176, -40.936261030276611 ], [ 173.059550076782841, -40.936128738515862 ], [ 173.059601813706735, -40.935992854506253 ], [ 173.059644185854609, -40.935928479147876 ], [ 173.059686586880986, -40.935896280483362 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059167982447434, -40.935878671796019 ], [ 173.05905958536286, -40.935918054473873 ], [ 173.058937035281616, -40.935946718709303 ], [ 173.058823901301736, -40.935961077244755 ], [ 173.058677759820625, -40.935968302087076 ], [ 173.058541037732084, -40.935964796387616 ], [ 173.058394877322144, -40.935950569731197 ], [ 173.058295851983047, -40.935925593494787 ], [ 173.058154387342114, -40.935889913009291 ], [ 173.057998785793387, -40.935861389844831 ], [ 173.05786673472187, -40.935807828312122 ], [ 173.057748824042648, -40.935750684355114 ], [ 173.057597884633907, -40.935661380053148 ], [ 173.057479955853353, -40.935582784677464 ], [ 173.057352558330336, -40.935457716394637 ], [ 173.057281789685192, -40.935396973307647 ], [ 173.057215757162965, -40.935361254170857 ], [ 173.057140305152728, -40.935336265240174 ], [ 173.057031870851802, -40.935332743729745 ], [ 173.056829166931664, -40.935350719767278 ], [ 173.056593465127889, -40.935372286840234 ], [ 173.056400183696013, -40.935383107114724 ], [ 173.056206890079835, -40.935379626303117 ], [ 173.05609375042485, -40.935386831780058 ], [ 173.056008900196701, -40.93539759860078 ], [ 173.055914651272815, -40.93544412183676 ], [ 173.055848709766309, -40.935515657632308 ], [ 173.055801601726898, -40.935558582741649 ], [ 173.055745040743574, -40.93557291086654 ], [ 173.055674321470946, -40.935569369840891 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "9", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": null, "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057106028055728, -40.928378954304058 ], [ 173.0569975866986, -40.928353981580493 ], [ 173.056870302071502, -40.928343318834926 ], [ 173.05671945408244, -40.928339817934017 ], [ 173.056545036590904, -40.928336328395559 ], [ 173.056512036219459, -40.928332769376262 ], [ 173.056535563076039, -40.928282705094333 ], [ 173.056596801067286, -40.92823262230467 ], [ 173.056629734244268, -40.928157527010185 ], [ 173.056634396242998, -40.928096746379694 ], [ 173.056582473347788, -40.928014542347604 ], [ 173.056483384433108, -40.92790018463333 ], [ 173.056346545463811, -40.927739367725735 ], [ 173.056223851738054, -40.927582118952195 ], [ 173.05612475803818, -40.927460610529408 ], [ 173.056039809220266, -40.927342670342767 ], [ 173.056006742961813, -40.927260456875125 ], [ 173.055997179495733, -40.927099577649116 ], [ 173.055968778957805, -40.926960158745509 ], [ 173.055926321548668, -40.92692085217449 ], [ 173.055850885648255, -40.926903012748561 ], [ 173.055803756652523, -40.926913761156761 ], [ 173.055803771690421, -40.92693163713588 ], [ 173.05582265699195, -40.926967379968005 ], [ 173.055846277191989, -40.92702814688441 ], [ 173.05586993959173, -40.927138966535189 ], [ 173.055907785735258, -40.927299832062069 ], [ 173.055936165187831, -40.927414224603901 ], [ 173.055969219369473, -40.927482137307706 ], [ 173.055983418227612, -40.92755005915663 ], [ 173.056011770748285, -40.927632274916462 ], [ 173.056073138488898, -40.927735925799631 ], [ 173.056162789631713, -40.927839562876635 ], [ 173.056242995115099, -40.927921753309455 ], [ 173.056346755012726, -40.927986056195188 ], [ 173.056426936570944, -40.928039644937016 ], [ 173.056464705454687, -40.928107555184148 ], [ 173.056478895822352, -40.928164751379228 ], [ 173.056493083169727, -40.928218372377017 ], [ 173.056450691580778, -40.928257720297999 ], [ 173.056417745988227, -40.928318514760555 ], [ 173.056375348213493, -40.928350712263381 ], [ 173.056266946601909, -40.928372216386208 ], [ 173.056163237637946, -40.928368691747032 ], [ 173.056040651918352, -40.928340149815092 ], [ 173.055932198966019, -40.928300875309347 ], [ 173.055842595716001, -40.928254441181785 ], [ 173.055776586114348, -40.928236597146451 ], [ 173.055696434862028, -40.928218759904453 ], [ 173.055644573015684, -40.928208059352251 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.702392730639933", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05097016143776, -40.91824613887357 ], [ 173.050894679146296, -40.91815321693948 ], [ 173.0508663123627, -40.918038822965094 ], [ 173.050847306255918, -40.917838619983762 ], [ 173.050861212803966, -40.917534721590421 ], [ 173.050865660109906, -40.917187924911602 ], [ 173.050907825784151, -40.916858987585329 ], [ 173.050964141220959, -40.916544344787674 ], [ 173.05099691838015, -40.916265464396368 ], [ 173.051010876136672, -40.916029494757574 ], [ 173.051006050441089, -40.915882913522161 ], [ 173.050991853692466, -40.915807840511917 ], [ 173.050949403627783, -40.915764956823203 ], [ 173.050921103615138, -40.915736367688488 ], [ 173.050892825561476, -40.915736380171332 ], [ 173.050888145451381, -40.915779284687858 ], [ 173.050859933140799, -40.915865102035085 ], [ 173.050812885085719, -40.91597237889993 ], [ 173.050765856023872, -40.916104682163649 ], [ 173.050714121926973, -40.916247713086264 ], [ 173.05064827299941, -40.916422927016889 ], [ 173.050591833510794, -40.916576685554581 ], [ 173.050535388315637, -40.916723293655707 ], [ 173.050493095741786, -40.916887771547593 ], [ 173.050469633615222, -40.917023639551999 ], [ 173.050432026628471, -40.917152363328292 ], [ 173.050427389591732, -40.917252471050531 ], [ 173.050441580577257, -40.91732039370735 ], [ 173.050484053069624, -40.917391879187612 ], [ 173.050507684012047, -40.917477673717784 ], [ 173.05054542719904, -40.917527710025638 ], [ 173.05055489160452, -40.917577758721173 ], [ 173.05055021659436, -40.91762781361426 ], [ 173.050517284470232, -40.917706482512934 ], [ 173.05044663344222, -40.917767291892226 ], [ 173.050399531779846, -40.917806639720062 ], [ 173.050333574714386, -40.917842420556752 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "9", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": null, "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059596207876211, -40.914012537379108 ], [ 173.059534876215992, -40.913941064951501 ], [ 173.059497077014896, -40.913833828298195 ], [ 173.059506390563257, -40.913708691302794 ], [ 173.059572232667904, -40.913554923472603 ], [ 173.059623964848129, -40.913433339747471 ], [ 173.059713393093944, -40.913304586072684 ], [ 173.059784008333907, -40.913218744549368 ], [ 173.059911148224984, -40.913100696778137 ], [ 173.060000594859076, -40.91299339409931 ], [ 173.06006180643044, -40.912932583735156 ], [ 173.060113621424421, -40.912903955090115 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059717359600057, -40.912475136232587 ], [ 173.059665448347261, -40.912396508564015 ], [ 173.059641788108308, -40.912289264613243 ], [ 173.059641633895581, -40.912117654785675 ], [ 173.05967446885785, -40.911946027887488 ], [ 173.059740273430918, -40.911752932660605 ], [ 173.059759027761515, -40.911645666742508 ], [ 173.059744812370212, -40.911559869145208 ], [ 173.059711788007462, -40.91152055897404 ], [ 173.059631652683663, -40.911499149196992 ], [ 173.059551536658489, -40.911499190595286 ], [ 173.059424319167107, -40.911527857872599 ], [ 173.05929239204815, -40.911560102637743 ], [ 173.059202888794118, -40.911603051101274 ], [ 173.059141661731161, -40.911645984997669 ], [ 173.059094563201938, -40.911678186002234 ], [ 173.059047426458704, -40.91166748452617 ], [ 173.05900498973557, -40.911642479799212 ], [ 173.058981391199154, -40.91160316459635 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052852795252079, -40.897173008042785 ], [ 173.052692560876011, -40.89712660355535 ], [ 173.052541741606291, -40.897069468908406 ], [ 173.052438030923156, -40.897001587006805 ], [ 173.052320176979066, -40.89692298578008 ], [ 173.052216449883559, -40.896833652388722 ], [ 173.052131603390166, -40.896787212962842 ], [ 173.052009032930869, -40.896701463114724 ], [ 173.05197128930476, -40.896637126238531 ], [ 173.051961776477725, -40.896522723606836 ], [ 173.051980522310714, -40.896394007374184 ], [ 173.051985155581207, -40.896293899228546 ], [ 173.051966247516134, -40.896215252989037 ], [ 173.051909638171139, -40.896125898070842 ], [ 173.051805882193861, -40.895997236928672 ], [ 173.051683274659439, -40.895861433706258 ], [ 173.051570090803523, -40.895725626136887 ], [ 173.051471067086339, -40.895621989085832 ], [ 173.051381458527288, -40.89550762210321 ], [ 173.051249382734682, -40.895311043937049 ], [ 173.051131450617902, -40.895125184994619 ], [ 173.051022975188886, -40.894982224348738 ], [ 173.050923923278418, -40.894839259436786 ], [ 173.050805968295236, -40.894621223199472 ], [ 173.050739889696416, -40.894467517938004 ], [ 173.050626691069397, -40.894306682892534 ], [ 173.050532325295023, -40.894127963392933 ], [ 173.050503993911462, -40.894045745794294 ], [ 173.050489807860799, -40.893977822867221 ], [ 173.050480349603987, -40.893931349175553 ], [ 173.050499151952579, -40.893874137458688 ], [ 173.050546236592737, -40.893834789436291 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047108735870268, -40.889817698360332 ], [ 173.046990885807958, -40.889717640262411 ], [ 173.046887151901274, -40.889592549760621 ], [ 173.046802220140052, -40.889406672783288 ], [ 173.046726645718763, -40.88912783620512 ], [ 173.046702889016558, -40.888841828151151 ], [ 173.046674396318394, -40.888520069782366 ], [ 173.046688300878486, -40.888194719012603 ], [ 173.046711589655587, -40.88781573609765 ], [ 173.046772588831629, -40.887468914863824 ], [ 173.046824195656484, -40.887165000055468 ], [ 173.046899409816831, -40.886936155278306 ], [ 173.046969935261643, -40.886739489353765 ], [ 173.047016966332166, -40.886628638297722 ], [ 173.047082795377349, -40.88645342554328 ], [ 173.047186260634959, -40.886206692901702 ], [ 173.047332097716207, -40.885924190547961 ], [ 173.047496756602868, -40.885613078462569 ], [ 173.047670845909181, -40.885316263121076 ], [ 173.047835542894177, -40.885062354078244 ], [ 173.047981416020747, -40.88483705440968 ], [ 173.048108496736461, -40.884683266860591 ], [ 173.048221444480305, -40.884529485077024 ], [ 173.048409704321216, -40.884293441445848 ], [ 173.048583838385184, -40.884068129120834 ], [ 173.048805065594934, -40.883824920486205 ], [ 173.049012177466153, -40.883606743986178 ], [ 173.049191060755561, -40.883438632290229 ], [ 173.049398199396364, -40.883259782540833 ], [ 173.049643001084831, -40.883052314413028 ], [ 173.049873688006159, -40.882869878435677 ], [ 173.050024348905453, -40.882762556448256 ], [ 173.050269176562495, -40.882594414436795 ], [ 173.050636425261189, -40.882354713720844 ], [ 173.051027232663046, -40.882125727081515 ], [ 173.051272071988677, -40.881979034269875 ], [ 173.051488646614388, -40.881832353555815 ], [ 173.051615752351921, -40.88172861520912 ], [ 173.051714602510543, -40.881635615069158 ], [ 173.051879355882249, -40.881485381610425 ], [ 173.051997022416316, -40.881360195728917 ], [ 173.052020508083842, -40.88127437972269 ], [ 173.05202047449373, -40.881231477029239 ], [ 173.051992197142738, -40.881213613650488 ], [ 173.051963933787562, -40.881213626387193 ], [ 173.051907423835615, -40.881235103186718 ], [ 173.051850933377523, -40.881281606529662 ], [ 173.051785046784318, -40.881360291094538 ], [ 173.051700323298263, -40.881446134516821 ], [ 173.051592027251331, -40.881506961843101 ], [ 173.051450734767258, -40.881539201986328 ], [ 173.05136125304918, -40.881564268445736 ], [ 173.051276487367772, -40.881596483190165 ], [ 173.051187033050354, -40.881657301756832 ], [ 173.051064631881786, -40.881753887098903 ], [ 173.050932803667081, -40.881843326021972 ], [ 173.050829219613064, -40.881907725772535 ], [ 173.050730356890597, -40.881986424253988 ], [ 173.05066446554531, -40.88206153294626 ], [ 173.050499699845147, -40.882201038985237 ], [ 173.050367864562048, -40.882283326808846 ], [ 173.05025485529066, -40.882344154929257 ], [ 173.050132411036287, -40.8823871109145 ], [ 173.050014698799885, -40.882458666517557 ], [ 173.049906421043005, -40.882548094042527 ], [ 173.049788735070109, -40.882655401650439 ], [ 173.049656914037371, -40.882759139997866 ], [ 173.04954395129468, -40.882884321442276 ], [ 173.049440412160294, -40.88301307395902 ], [ 173.049346270117894, -40.88310964533887 ], [ 173.049223858300138, -40.883199078259359 ], [ 173.049120278405638, -40.883274202132213 ], [ 173.048979015225882, -40.883352917143803 ], [ 173.048847173144708, -40.883431627991889 ], [ 173.048743600330795, -40.883517477193564 ], [ 173.048625895062628, -40.883603332259938 ], [ 173.04857413977976, -40.88368915944978 ], [ 173.048536521810291, -40.883782131115218 ], [ 173.048517736284481, -40.883860793950113 ], [ 173.048465980661604, -40.883946621087766 ], [ 173.048390678920811, -40.884043183754116 ], [ 173.048324772489366, -40.884103990194035 ], [ 173.048254157765314, -40.884168373789507 ], [ 173.048155257531619, -40.884204167362661 ], [ 173.048084611484825, -40.884225648179651 ], [ 173.048037529605722, -40.88426142003712 ], [ 173.048009301122789, -40.884311484924488 ], [ 173.047981101000516, -40.884400877254627 ], [ 173.047934075692268, -40.884515303967667 ], [ 173.047915302139501, -40.884611842807892 ], [ 173.047905950146827, -40.884708377730639 ], [ 173.047877726528299, -40.884765593027105 ], [ 173.047807138968778, -40.884869303789003 ], [ 173.047741274861295, -40.884990888668007 ], [ 173.047675413078593, -40.885116048729273 ], [ 173.047595405705579, -40.88522333847196 ], [ 173.04752478652793, -40.885284146387171 ], [ 173.047454174882461, -40.885355679925063 ], [ 173.047392984801547, -40.885427209547906 ], [ 173.047327116836726, -40.885545218957311 ], [ 173.047308334474195, -40.88563103201615 ], [ 173.047289544428224, -40.885706119404851 ], [ 173.047242514464301, -40.885816970589239 ], [ 173.047171952722863, -40.885960008384416 ], [ 173.047101375468316, -40.886081594802768 ], [ 173.047049636544642, -40.886196023046949 ], [ 173.047021452047659, -40.886310441665408 ], [ 173.046969712808448, -40.886424869869352 ], [ 173.046927387688726, -40.886528568550503 ], [ 173.046903906212151, -40.886632259552819 ], [ 173.046847453047093, -40.886743114390143 ], [ 173.046776861780188, -40.886846824487854 ], [ 173.046729860334779, -40.887000578096256 ], [ 173.0467252348665, -40.8871221375232 ], [ 173.046720626983159, -40.887268723494429 ], [ 173.046683044597103, -40.887418898034795 ], [ 173.046640753541425, -40.887572649685048 ], [ 173.046598414638538, -40.887658472121657 ], [ 173.046546676127889, -40.887776475330668 ], [ 173.046542052776687, -40.887901609954689 ], [ 173.046546836462198, -40.888005289450462 ], [ 173.046542215600766, -40.888133999289984 ], [ 173.046523459039349, -40.888259139607761 ], [ 173.046509390946255, -40.888352101037256 ], [ 173.046467041373802, -40.888423622533217 ], [ 173.04642466172578, -40.888452241369635 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.702392730639933", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049369106290499, -40.882144324847715 ], [ 173.04959512823919, -40.882026245450639 ], [ 173.049844697062895, -40.881901004984336 ], [ 173.050136657640309, -40.881772170330954 ], [ 173.050381530164287, -40.881668382092009 ], [ 173.050692336462731, -40.881546688244825 ], [ 173.050941906897748, -40.881428595845101 ], [ 173.051153783658634, -40.881299793949204 ], [ 173.05137037015416, -40.881170989563863 ], [ 173.051596382456523, -40.881049331004633 ], [ 173.051695267794116, -40.881002808791237 ], [ 173.051869493738366, -40.880920500377329 ], [ 173.052053134714214, -40.88083103699865 ], [ 173.052236766763031, -40.88073084765221 ], [ 173.0522979388642, -40.880648589732509 ], [ 173.052326128774411, -40.88055562106819 ], [ 173.05230721917556, -40.880469824216938 ], [ 173.05227889987691, -40.880398332531634 ], [ 173.052311808646976, -40.88031608740679 ], [ 173.052387089192649, -40.880205221223534 ], [ 173.052495354144384, -40.880108640887435 ], [ 173.052570676578853, -40.880051402958536 ], [ 173.052674270222411, -40.880004877752043 ], [ 173.052792012174649, -40.879979797336411 ], [ 173.052900355869212, -40.879983322923373 ], [ 173.052952185306083, -40.880001175273279 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065070081282187, -40.954437241505936 ], [ 173.064868805574349, -40.954365851318556 ], [ 173.064774425266393, -40.95429916768277 ], [ 173.06465485265565, -40.954189595935581 ], [ 173.064484886514407, -40.953984714114775 ], [ 173.064333779646233, -40.953775054607334 ], [ 173.064233029945115, -40.95362256974132 ], [ 173.064163690952, -40.953441465862142 ], [ 173.064119493382861, -40.953250814141455 ], [ 173.064081477605555, -40.952950520078517 ], [ 173.064125292039989, -40.952745518670746 ], [ 173.064244468394094, -40.95244990401352 ], [ 173.064388849109008, -40.952211478049641 ], [ 173.06450188434647, -40.95206840761044 ], [ 173.064615002749093, -40.952011141369276 ], [ 173.064765873564028, -40.951982455269928 ], [ 173.064866472696565, -40.951982398718776 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059413913940858, -40.956624133625944 ], [ 173.059107363512339, -40.95660641529048 ], [ 173.058714354848206, -40.956588740199848 ], [ 173.058344939065194, -40.956585948411607 ], [ 173.057991253448847, -40.956595064791834 ], [ 173.057641497662104, -40.956604178122532 ], [ 173.057358560882307, -40.956625174433483 ], [ 173.057087429114574, -40.956664040099611 ], [ 173.056871293093195, -40.956676064173728 ], [ 173.056710176058345, -40.956688060794626 ], [ 173.056588348127661, -40.956688120651606 ], [ 173.056328949739054, -40.956661433830583 ], [ 173.056093133661392, -40.956637714271118 ], [ 173.055853380289619, -40.956605058189545 ], [ 173.055558603187364, -40.956566469504907 ], [ 173.055389581499981, -40.956524840406509 ], [ 173.055200917864198, -40.956492158412722 ], [ 173.054965080549238, -40.956441622713491 ], [ 173.054780349738792, -40.956411917471875 ], [ 173.054572034695042, -40.956376264467465 ], [ 173.054391231710014, -40.956343577427049 ], [ 173.054233996177658, -40.95629598244048 ], [ 173.054123922192417, -40.956251344426022 ], [ 173.054088516547921, -40.956206671302382 ], [ 173.054096300961504, -40.956114308856677 ], [ 173.054096252318999, -40.956054722560189 ], [ 173.054060858951033, -40.956024946000738 ], [ 173.053974367307944, -40.95598327609779 ], [ 173.053844634888861, -40.955926729750836 ], [ 173.053624471941333, -40.95581659766129 ], [ 173.053384645948512, -40.955688598357902 ], [ 173.053121227352705, -40.95554273352721 ], [ 173.052822426955203, -40.955379008407746 ], [ 173.052617958535365, -40.955233115397121 ], [ 173.05240562191446, -40.955075308330571 ], [ 173.052189340052223, -40.954896647438204 ], [ 173.051941588130518, -40.954676289881853 ], [ 173.051768548298782, -40.954512505283198 ], [ 173.051697737443845, -40.954417198916417 ], [ 173.051587601029809, -40.954286158303397 ], [ 173.051504973535089, -40.954155105297104 ], [ 173.051461692707079, -40.954086600331578 ], [ 173.051461614047838, -40.953985303587174 ], [ 173.051508687965338, -40.953878027151745 ], [ 173.051524381553634, -40.953845247651358 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.048948019835365, -40.947982872382191 ], [ 173.049023514891076, -40.948050768809011 ], [ 173.049127317864247, -40.948140104232849 ], [ 173.049235817846778, -40.948204411267582 ], [ 173.049292446845669, -40.948265165201953 ], [ 173.049358511923799, -40.948333065436934 ], [ 173.04940097916716, -40.948372374274101 ], [ 173.049433994467449, -40.948383085676205 ], [ 173.049452847783641, -40.948372352039755 ], [ 173.049462254430836, -40.948340171348896 ], [ 173.049490402246164, -40.94814709933091 ], [ 173.049518467103098, -40.947843196622323 ], [ 173.049499400367012, -40.947567915609774 ], [ 173.049466161355269, -40.947256888814998 ], [ 173.049442329112082, -40.946913681296515 ], [ 173.049394897138313, -40.946538307198658 ], [ 173.049366337039942, -40.94617722571995 ], [ 173.049380282819328, -40.945909080840231 ], [ 173.049422457989351, -40.945558694578587 ], [ 173.049474084268041, -40.945236905713003 ], [ 173.049488136173295, -40.945111768173547 ], [ 173.049554000544106, -40.944915104651898 ], [ 173.049690593237187, -40.944721985813814 ], [ 173.04985076847683, -40.944539582173576 ], [ 173.050029816498068, -40.944375046050453 ], [ 173.050227737304965, -40.944228377358044 ], [ 173.050331402908739, -40.944142527676249 ], [ 173.05034079224248, -40.944088895777867 ], [ 173.050331326908832, -40.944042422483257 ], [ 173.050312450546386, -40.944020979601142 ], [ 173.050251149876885, -40.944013855959241 ], [ 173.050123874105935, -40.944053238410056 ], [ 173.049982471978979, -40.944117653150926 ], [ 173.049836373359653, -40.944207096053788 ], [ 173.049666699151828, -40.944296548927525 ], [ 173.049530032473569, -40.944389562562968 ], [ 173.049402795515959, -40.944482571995209 ], [ 173.049294381218516, -40.944525520631061 ], [ 173.04919065265787, -40.944529140115698 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051912045613079, -40.943951626958146 ], [ 173.051959106089015, -40.943837199785193 ], [ 173.052029721751182, -40.943697735656286 ], [ 173.052090946471822, -40.943608328340936 ], [ 173.052189896523203, -40.94352605429664 ], [ 173.052236987204935, -40.943450954045751 ], [ 173.052260491641221, -40.94336156371871 ], [ 173.052307607513342, -40.943318640109538 ], [ 173.052387697010687, -40.943236374445817 ], [ 173.052406494689365, -40.943157711785744 ], [ 173.052392304611118, -40.94310051523852 ], [ 173.052354553926278, -40.943061205325343 ], [ 173.052260232364858, -40.943032646614796 ], [ 173.052137612769457, -40.942993375063793 ], [ 173.052029115703021, -40.942925495511766 ], [ 173.051958329943659, -40.942846873307701 ], [ 173.051929989923536, -40.94278253270074 ], [ 173.0519346740478, -40.94274320352902 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056025512496802, -40.940707006420453 ], [ 173.0558887807735, -40.940703497585389 ], [ 173.055775613954978, -40.940689251625905 ], [ 173.055695420618861, -40.940639237745955 ], [ 173.05563406550354, -40.940564188400678 ], [ 173.055605710902199, -40.940485547923636 ], [ 173.055600933175185, -40.94041047126121 ], [ 173.0556338795123, -40.940342526780611 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055345760056213, -40.939720582523165 ], [ 173.055430523270587, -40.939598985369102 ], [ 173.055534132979545, -40.939463078317132 ], [ 173.055637730264181, -40.939312870416614 ], [ 173.055698925052326, -40.939198434805654 ], [ 173.055769551971849, -40.939087569788242 ], [ 173.055863779064538, -40.939008870002262 ], [ 173.055972146885836, -40.938926588085259 ], [ 173.056038085603973, -40.938847901882667 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059412353287541, -40.95661338108745 ], [ 173.059185959594885, -40.956580129187778 ], [ 173.058921847328804, -40.956556429935176 ], [ 173.058651464249294, -40.956551800887979 ], [ 173.058469119933619, -40.956556660405411 ], [ 173.058173614656482, -40.956585411310193 ], [ 173.05780266696371, -40.956628500018681 ], [ 173.057607775605931, -40.956666732798645 ], [ 173.057431743575677, -40.956700188951437 ], [ 173.057211675507148, -40.956709832169629 ], [ 173.056966459887519, -40.956724254300269 ], [ 173.056677196257425, -40.956700562330376 ], [ 173.056425684540585, -40.956705452595727 ], [ 173.05611755750644, -40.956681768451624 ], [ 173.055627041852489, -40.956610502572353 ], [ 173.055186810435686, -40.956515376022345 ], [ 173.054828310732489, -40.956405908237009 ], [ 173.054501227970661, -40.956267823056166 ], [ 173.05415526357163, -40.956105911286443 ], [ 173.053771570057137, -40.955939249169838 ], [ 173.053356424085734, -40.955753532707249 ], [ 173.053073335426262, -40.955582054750174 ], [ 173.052746195883032, -40.9553629271917 ], [ 173.052412770755893, -40.955143801553788 ], [ 173.052148520325602, -40.954934177490152 ], [ 173.051947159850812, -40.954738825215884 ], [ 173.051770955048198, -40.954548228197631 ], [ 173.051588433900605, -40.954319498473723 ], [ 173.051538084355855, -40.954257551198623 ], [ 173.05151287441825, -40.954181291950526 ], [ 173.051519076841714, -40.954071650313814 ], [ 173.051537850807904, -40.953957236148689 ], [ 173.051556654376867, -40.953880957224349 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.361383954507277", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049206417078182, -40.948270437606595 ], [ 173.049065015652332, -40.948349151912304 ], [ 173.048980211092669, -40.948445717935307 ], [ 173.048956695155368, -40.948527957152557 ], [ 173.048914323053481, -40.948617354732285 ], [ 173.048909676296148, -40.948710311482657 ], [ 173.048947441360241, -40.948767498397537 ], [ 173.048994642496723, -40.948831831657706 ], [ 173.048994684778961, -40.948889034578841 ], [ 173.048980575668622, -40.948939093144411 ], [ 173.048909876788741, -40.948982025358958 ], [ 173.048801452183085, -40.949021398319601 ], [ 173.048773207286018, -40.949085763574935 ], [ 173.04880153378258, -40.949132228975422 ], [ 173.048900591111448, -40.949178664393038 ], [ 173.048999611577869, -40.949175047172091 ], [ 173.049103299745553, -40.949107074575082 ], [ 173.049173934977574, -40.948978337863828 ], [ 173.049188014766287, -40.948888952267183 ], [ 173.04917853628919, -40.948824603003771 ], [ 173.049178488543276, -40.948760249716926 ], [ 173.049216139720812, -40.948663703689938 ], [ 173.049282061579703, -40.948538544098248 ], [ 173.049338547204144, -40.948406238136407 ], [ 173.049390232036217, -40.94815952830951 ], [ 173.049404095524437, -40.947780552840491 ], [ 173.049375460268919, -40.947319366305095 ], [ 173.049341915928153, -40.946597193320152 ], [ 173.04934151143766, -40.946053765332678 ], [ 173.049328580290364, -40.94557350426853 ], [ 173.049334700394809, -40.945349456673057 ], [ 173.049416240703408, -40.945096775282401 ], [ 173.049573178860555, -40.944786858452865 ], [ 173.049749007953324, -40.944519835480982 ], [ 173.049937473692353, -40.944338611233341 ], [ 173.050188787409326, -40.944133524756261 ], [ 173.050257872480216, -40.944042923270075 ], [ 173.050257789364139, -40.943933284247073 ], [ 173.050207481452048, -40.943914238500788 ], [ 173.050150897706601, -40.943909496209301 ], [ 173.050138360394669, -40.943957170818194 ], [ 173.050113274906664, -40.944038219288721 ], [ 173.050025315147252, -40.944109761216609 ], [ 173.049874498881593, -40.944195631027959 ], [ 173.049698524636369, -40.944267210740833 ], [ 173.049572861613342, -40.944362603141911 ], [ 173.049478617666551, -40.944438914265653 ], [ 173.049415750346782, -40.9444389412253 ], [ 173.049334008641466, -40.944419908566637 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052243934422336, -40.943365138464586 ], [ 173.052344437699048, -40.943260220728646 ], [ 173.052394644010803, -40.943150558852516 ], [ 173.052363146958044, -40.943069535582765 ], [ 173.052262523750869, -40.94302191207008 ], [ 173.052117894538441, -40.942974308367994 ], [ 173.052010973844489, -40.942912386731741 ], [ 173.051954331056805, -40.942831374686499 ], [ 173.051948003391232, -40.942778941455011 ], [ 173.051973112319331, -40.942731260974007 ], [ 173.052029683965515, -40.942721701627917 ], [ 173.052086289300831, -40.942755044488614 ], [ 173.052149196266583, -40.942807452137785 ], [ 173.052256086861917, -40.942831238328331 ], [ 173.05238182597941, -40.942840715109014 ], [ 173.052532703902472, -40.94284064646925 ], [ 173.052627002604083, -40.942840603469151 ], [ 173.052689875981997, -40.942850108589198 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056013709185549, -40.940755865122654 ], [ 173.055906840690028, -40.940755916987079 ], [ 173.055799964170717, -40.940746434919845 ], [ 173.055718197149986, -40.940694038358636 ], [ 173.055655249358637, -40.94059396347356 ], [ 173.055630019901173, -40.940493870361436 ], [ 173.05564879495455, -40.940393756013506 ], [ 173.055673864295017, -40.940303172459132 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055346505121747, -40.939740833627432 ], [ 173.055440635992369, -40.939545344721786 ], [ 173.055622685817553, -40.939244941128074 ], [ 173.055741980089579, -40.939073274416998 ], [ 173.05588644669362, -40.938934963818362 ], [ 173.056100020523843, -40.938748950235535 ], [ 173.056200506665732, -40.938639262144761 ], [ 173.056244420979795, -40.938534368492334 ], [ 173.056212917381714, -40.93844857929254 ], [ 173.056194014454121, -40.93839615238425 ], [ 173.056237948832546, -40.938315093321442 ], [ 173.05644523354843, -40.938129082146716 ], [ 173.056665109700134, -40.937966899009389 ], [ 173.056991811639989, -40.937761760413018 ], [ 173.057261969781905, -40.937594784343993 ], [ 173.057450457259449, -40.937485051408231 ], [ 173.057645275758034, -40.93742775112851 ], [ 173.057783540140775, -40.93739431347818 ], [ 173.057921837694693, -40.937399011013305 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060555371777923, -40.937040138995421 ], [ 173.060373076927647, -40.93704023458379 ], [ 173.060184474414854, -40.937016498569953 ], [ 173.059995811656449, -40.936926025380167 ], [ 173.059813375226241, -40.93676881175012 ], [ 173.059687530722925, -40.936630636233936 ], [ 173.059567959875579, -40.936478156571106 ], [ 173.059530128476979, -40.936349469219692 ], [ 173.059529991539648, -40.93619692778924 ], [ 173.059567544521855, -40.93601576535827 ], [ 173.059655444655903, -40.935901313785031 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059196525579011, -40.935849114146393 ], [ 173.059007994740398, -40.935901646922062 ], [ 173.058850880544355, -40.935939862592718 ], [ 173.05868745914475, -40.935954246648436 ], [ 173.058480023566887, -40.935954352036212 ], [ 173.058335438867658, -40.935944891427482 ], [ 173.058184539007016, -40.935902065368623 ], [ 173.058008495670464, -40.935859251763411 ], [ 173.057851297826147, -40.935802127668886 ], [ 173.057593476062493, -40.935687850592508 ], [ 173.057423653528247, -40.935568762225607 ], [ 173.057310412753338, -40.935459179343631 ], [ 173.05720976876583, -40.935378191635458 ], [ 173.057128019575941, -40.935340096783449 ], [ 173.057027437480571, -40.935330612724989 ], [ 173.056857727227623, -40.935340230376198 ], [ 173.056631440028696, -40.935345108654765 ], [ 173.056417736701405, -40.935364281101215 ], [ 173.056235458571479, -40.935378670907582 ], [ 173.056084593604595, -40.935373977460685 ], [ 173.055971451934141, -40.935378799357295 ], [ 173.055864628245388, -40.935421753463594 ], [ 173.055801829648715, -40.935493287709932 ], [ 173.055732720989283, -40.935536223435832 ], [ 173.055663592234083, -40.935555324517019 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.058223104110169, -40.929709810584512 ], [ 173.058040750145892, -40.929619330891484 ], [ 173.057845805257358, -40.929505022587641 ], [ 173.05774516136006, -40.929414501406164 ], [ 173.057713651871325, -40.929319178627424 ], [ 173.057700940284974, -40.929157109444652 ], [ 173.057681926912494, -40.928975975696382 ], [ 173.057637838926638, -40.928871125324676 ], [ 173.057568651470433, -40.928813956748755 ], [ 173.057405135959073, -40.928699631988614 ], [ 173.057222736540041, -40.928551947868264 ], [ 173.057015205282994, -40.928413809741045 ], [ 173.056939750001504, -40.928375711595884 ], [ 173.056820310622072, -40.928351935867752 ], [ 173.056694602421402, -40.928347230812115 ], [ 173.05648091759798, -40.92836163645768 ], [ 173.056229509306661, -40.928361759322492 ], [ 173.056072383153435, -40.928366602761216 ], [ 173.055946662915318, -40.928347596110548 ], [ 173.055820922691453, -40.928304754689599 ], [ 173.055739166998194, -40.928247591093275 ], [ 173.055651154249915, -40.928223798958754 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.050835261841257, -40.918153493411694 ], [ 173.050778565054969, -40.91797237478027 ], [ 173.050765748617692, -40.917648228684968 ], [ 173.050790535119773, -40.917190591756849 ], [ 173.050852982084706, -40.916675734927296 ], [ 173.050934368052452, -40.916275276182134 ], [ 173.05100322529114, -40.915927259221419 ], [ 173.050971669667661, -40.91575089643176 ], [ 173.050921346351885, -40.915684181516575 ], [ 173.050877343684363, -40.915665133181484 ], [ 173.050827067991833, -40.915660388411808 ], [ 173.050789407743252, -40.915717608273035 ], [ 173.050770661475497, -40.915855857758629 ], [ 173.050695427993503, -40.916084703920461 ], [ 173.050595086802559, -40.916351696550848 ], [ 173.050513564434084, -40.916575778395107 ], [ 173.050432027024499, -40.916780792426941 ], [ 173.050394452682951, -40.916952418624646 ], [ 173.050363176762431, -40.917143109806112 ], [ 173.050382152253093, -40.917305177403236 ], [ 173.050426213825858, -40.917400496899099 ], [ 173.050457699918667, -40.917486288004298 ], [ 173.050438923476719, -40.917586401906881 ], [ 173.05038871151578, -40.917667461794693 ], [ 173.050351078688607, -40.917762816980051 ], [ 173.050269438206726, -40.917834356656805 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05958546230849, -40.913977339077562 ], [ 173.059498965960131, -40.913873106914039 ], [ 173.059471394089428, -40.913783741001126 ], [ 173.059498762961283, -40.913646677341163 ], [ 173.059541814491411, -40.91347981219554 ], [ 173.05959670942994, -40.913381465684964 ], [ 173.059706571187689, -40.913265214673039 ], [ 173.059832120488096, -40.913125120710752 ], [ 173.059989085317966, -40.91298203093276 ], [ 173.060051868903798, -40.912922411491373 ], [ 173.06010290004528, -40.91289557086224 ], [ 173.060126461378502, -40.912892579242161 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.0598001647719, -40.912529269616662 ], [ 173.059697987531365, -40.912454839091467 ], [ 173.059642930187209, -40.912371446099307 ], [ 173.059615267760819, -40.912180782729941 ], [ 173.05965438005353, -40.912002002181133 ], [ 173.059724848675586, -40.911754680584487 ], [ 173.059744321438188, -40.911572930822373 ], [ 173.059712879230318, -40.911546133055836 ], [ 173.059622533540676, -40.911525324426613 ], [ 173.059512567653996, -40.911522401887254 ], [ 173.059331940441183, -40.911552288347558 ], [ 173.059237718127235, -40.911588088852369 ], [ 173.059167077884439, -40.911644732556454 ], [ 173.059096429562715, -40.911692438204014 ], [ 173.059049294399415, -40.911683524331337 ], [ 173.058986428999845, -40.91165078377454 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052872301071403, -40.897152542909957 ], [ 173.052671234952157, -40.897109732319933 ], [ 173.052514122186437, -40.897038299647136 ], [ 173.052363276958317, -40.896947796095574 ], [ 173.052193570479631, -40.896838233063605 ], [ 173.052048989675654, -40.896723891488662 ], [ 173.051998683451927, -40.89666194376786 ], [ 173.051979736086651, -40.896533244526516 ], [ 173.051998452026709, -40.896366392664085 ], [ 173.05197325242699, -40.896275831875201 ], [ 173.051941763277597, -40.896175740001617 ], [ 173.051841151955585, -40.896051844431391 ], [ 173.051721713161498, -40.895951791992694 ], [ 173.051608519811424, -40.895804067078593 ], [ 173.051401021501107, -40.895561045002673 ], [ 173.051155806529323, -40.895284670586285 ], [ 173.051048860995337, -40.895089272772601 ], [ 173.050878989787492, -40.894755660894447 ], [ 173.050734255549855, -40.894431571605161 ], [ 173.050608426742315, -40.89418374513285 ], [ 173.050551780137482, -40.894040761266005 ], [ 173.050554858521565, -40.893958529907223 ], [ 173.050586218350333, -40.893892970496395 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047120463752918, -40.889902110482808 ], [ 173.047010460409979, -40.889794898759469 ], [ 173.046861130490271, -40.889592363699698 ], [ 173.04676676057872, -40.889383847466142 ], [ 173.04671152072774, -40.88899059556072 ], [ 173.046703333711207, -40.888513902730061 ], [ 173.046734392933899, -40.888019317855829 ], [ 173.046789019324109, -40.887542599481975 ], [ 173.046898639957448, -40.887113528322693 ], [ 173.047039673932488, -40.886696361627983 ], [ 173.047227866160483, -40.886350679882668 ], [ 173.047392467927409, -40.885957337867943 ], [ 173.047596346326145, -40.88559377291584 ], [ 173.047815908153979, -40.885206366258025 ], [ 173.048035519124284, -40.88489046360619 ], [ 173.048239464288258, -40.884628195427254 ], [ 173.048537514666663, -40.884216919652197 ], [ 173.048851303267185, -40.883859264775424 ], [ 173.049212204534086, -40.883513506345821 ], [ 173.049463261176612, -40.883269091953245 ], [ 173.049769256141502, -40.883000818480483 ], [ 173.050122373286996, -40.882756358548086 ], [ 173.050428399411004, -40.882535752955896 ], [ 173.050757985794121, -40.882327053594722 ], [ 173.051048328646004, -40.882136246785691 ], [ 173.051409333607552, -40.881951366475036 ], [ 173.051621204646011, -40.88181422154215 ], [ 173.051825209879411, -40.881659203624125 ], [ 173.051950732451985, -40.881539972972632 ], [ 173.052021283882738, -40.881402890860201 ], [ 173.052060473289913, -40.881319451246533 ], [ 173.052044748063565, -40.881289664795801 ], [ 173.05198194053574, -40.881289693118845 ], [ 173.05192700723336, -40.881319511410361 ], [ 173.051809331346504, -40.881432779806879 ], [ 173.051738709845637, -40.88148048118169 ], [ 173.051636688997434, -40.881534155283433 ], [ 173.051534667984356, -40.881587829294531 ], [ 173.051409075416416, -40.881617678886833 ], [ 173.051291347518799, -40.881665400972565 ], [ 173.051212879000474, -40.881719064221862 ], [ 173.051126582283246, -40.881802524432494 ], [ 173.051001030291417, -40.881886001941716 ], [ 173.050851929480331, -40.881975448406592 ], [ 173.050757799153473, -40.882082746625905 ], [ 173.050624417825162, -40.88219602070933 ], [ 173.050451780733852, -40.882309311814083 ], [ 173.050334064465289, -40.882374909037338 ], [ 173.050169246000507, -40.882446485345469 ], [ 173.050043691588769, -40.882529961804664 ], [ 173.049784784291347, -40.882768422172205 ], [ 173.049620008760911, -40.882899584751144 ], [ 173.049510212811271, -40.88306051704334 ], [ 173.049408214323677, -40.883149941395949 ], [ 173.049259148293032, -40.883293014135319 ], [ 173.049000178075062, -40.883454009543485 ], [ 173.048803994445024, -40.883585184280335 ], [ 173.048647083633512, -40.883740176951257 ], [ 173.0485373144123, -40.883942819230747 ], [ 173.048458893135319, -40.884067985046443 ], [ 173.048349057751949, -40.884181246565682 ], [ 173.048199974157853, -40.884306441799303 ], [ 173.048090107745992, -40.884377992136123 ], [ 173.048027392063375, -40.884509109805933 ], [ 173.047956889316595, -40.88472961126714 ], [ 173.047902067368057, -40.884920312636616 ], [ 173.047784433960857, -40.88511104001325 ], [ 173.047627581247923, -40.885355411813599 ], [ 173.04749419227403, -40.885474640922823 ], [ 173.04743142758349, -40.885540212507856 ], [ 173.047392229876465, -40.885623650492057 ], [ 173.047368734998173, -40.885707082013823 ], [ 173.047360960000162, -40.885814341895198 ], [ 173.04729825425224, -40.885963335246281 ], [ 173.04718063842671, -40.886183855488277 ], [ 173.04713359695134, -40.886279213992431 ], [ 173.047055216703285, -40.886469924533316 ], [ 173.046945450755231, -40.886690441313462 ], [ 173.046835730291662, -40.886976503703046 ], [ 173.046796648525316, -40.88722678511494 ], [ 173.046734003062596, -40.887465158646627 ], [ 173.046687031234796, -40.887661814870555 ], [ 173.046592965539929, -40.887882324913704 ], [ 173.046577333126464, -40.887983629173164 ], [ 173.046593128542014, -40.888114714249596 ], [ 173.046585397981261, -40.888287519741844 ], [ 173.046569786349039, -40.888418617495695 ], [ 173.046530594212413, -40.888513972547607 ], [ 173.046444257792984, -40.88856167696234 ], [ 173.046365731463823, -40.888549791152606 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049533073239758, -40.882130948753478 ], [ 173.049894113716618, -40.881987784130956 ], [ 173.05027867409288, -40.881802897162061 ], [ 173.050718180090541, -40.881606067339341 ], [ 173.051047788422267, -40.881433119363727 ], [ 173.051400897143367, -40.881194614165764 ], [ 173.051675586999437, -40.881075317232799 ], [ 173.051965949709654, -40.880920260324054 ], [ 173.05225629231893, -40.880741367849275 ], [ 173.052358245712583, -40.880604271280809 ], [ 173.052373858192027, -40.880491048697799 ], [ 173.052350216452453, -40.880377843933367 ], [ 173.052397208677434, -40.88023481354336 ], [ 173.052483487643656, -40.88013347623594 ], [ 173.052624726612351, -40.880038072510743 ], [ 173.052750325108804, -40.880020139005978 ], [ 173.052883788553601, -40.880020077891061 ], [ 173.053009434483585, -40.880061731190182 ], [ 173.053072274165572, -40.880103413268081 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065101917890587, -40.954415883681804 ], [ 173.06500287997028, -40.954408789198673 ], [ 173.06488024928808, -40.954387407188264 ], [ 173.064795330734114, -40.954351703139892 ], [ 173.064696223137986, -40.954273104829156 ], [ 173.06459709486785, -40.954173055362212 ], [ 173.06446488025594, -40.953994370344233 ], [ 173.064313789619973, -40.953801394977461 ], [ 173.064238223839624, -40.953683456145455 ], [ 173.064153223473511, -40.953561947330563 ], [ 173.064110692280707, -40.953469016289731 ], [ 173.064091725795265, -40.953361771412304 ], [ 173.064077468132894, -40.953247373551307 ], [ 173.064053748088838, -40.953100804315092 ], [ 173.0640347714386, -40.952982833884064 ], [ 173.064011124098897, -40.952911343394291 ], [ 173.064001637556856, -40.952854145763567 ], [ 173.064010996335384, -40.952779061765199 ], [ 173.064043940181222, -40.95271111502958 ], [ 173.06409099973763, -40.952610983807375 ], [ 173.064180475514831, -40.952485802692784 ], [ 173.064298196063021, -40.952310553219228 ], [ 173.064368819065379, -40.95219610800828 ], [ 173.064425322852316, -40.952110272094195 ], [ 173.064472430096856, -40.952060193221527 ], [ 173.064547834270172, -40.95201367367315 ], [ 173.064646823228458, -40.95197429121739 ], [ 173.064769417924737, -40.95196349687162 ], [ 173.064849575839162, -40.951956301452746 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059413262236319, -40.95665701766157 ], [ 173.059224621277281, -40.956652347808216 ], [ 173.058784456322229, -40.956638272348151 ], [ 173.058518787781452, -40.956632448859899 ], [ 173.058273572735885, -40.956646873770289 ], [ 173.058042495942033, -40.956650565506386 ], [ 173.057731251640831, -40.956657872126534 ], [ 173.057599199730987, -40.956650787812826 ], [ 173.057462441233213, -40.956654431229929 ], [ 173.05731154733536, -40.956672382227048 ], [ 173.057160656439493, -40.956693908203881 ], [ 173.057023900904568, -40.956701126278098 ], [ 173.056929585560027, -40.956704748064119 ], [ 173.056764534447723, -40.956711979798335 ], [ 173.056557024743199, -40.956701356237282 ], [ 173.056391958385689, -40.956690711551857 ], [ 173.056165569977964, -40.95666222062426 ], [ 173.055948628689322, -40.956651600562147 ], [ 173.055712808774189, -40.956623113321534 ], [ 173.055524148194678, -40.956594602897773 ], [ 173.055377933966753, -40.956569646964923 ], [ 173.0551703981385, -40.956526844310723 ], [ 173.055000586854703, -40.956480448114341 ], [ 173.054816631059964, -40.956437633571944 ], [ 173.054623220128207, -40.956366221783725 ], [ 173.05430243951082, -40.956244817221062 ], [ 173.054118461462167, -40.956173400140585 ], [ 173.053906147823312, -40.956051943508527 ], [ 173.053698553725837, -40.95593405946417 ], [ 173.053354157304454, -40.955762610738809 ], [ 173.053137116202407, -40.955623278971842 ], [ 173.052872894848036, -40.955455367001406 ], [ 173.052608657803177, -40.955266003349529 ], [ 173.052419909093288, -40.955119506947803 ], [ 173.052212292391545, -40.954965868419187 ], [ 173.052028278041178, -40.954840820304177 ], [ 173.051933886617519, -40.954744332999446 ], [ 173.051834754526112, -40.95461567112639 ], [ 173.051716745815185, -40.95446914173273 ], [ 173.051598734842628, -40.954319037035205 ], [ 173.051542070746734, -40.954222532511025 ], [ 173.051494821623862, -40.954104572670474 ], [ 173.051494743839953, -40.954004467652823 ], [ 173.05152767333206, -40.953900772706781 ], [ 173.051579446101726, -40.953772043057228 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049102652922954, -40.948120761075664 ], [ 173.04916872827053, -40.948202962153168 ], [ 173.04925839633583, -40.948306604219376 ], [ 173.049305608082818, -40.948385238088839 ], [ 173.049348088636606, -40.948442422859195 ], [ 173.049348117914946, -40.948481749869998 ], [ 173.049334009157974, -40.948531808482166 ], [ 173.049296315684728, -40.94857115162629 ], [ 173.049277491523185, -40.948621212246685 ], [ 173.049282236109121, -40.948660537240997 ], [ 173.049305847427803, -40.94870700453621 ], [ 173.049357753577169, -40.94875703490132 ], [ 173.049470964817488, -40.948814189323457 ], [ 173.049555868030041, -40.948849904701575 ], [ 173.049593590931892, -40.948849888482634 ], [ 173.04961243632701, -40.948828429273242 ], [ 173.04961711422132, -40.948778374688224 ], [ 173.049593406361936, -40.948603200881784 ], [ 173.049579134641988, -40.948435173376041 ], [ 173.049593141548144, -40.948249257783878 ], [ 173.04964486547513, -40.948056175582494 ], [ 173.049654167537341, -40.947884562733492 ], [ 173.049668198227977, -40.947730823763791 ], [ 173.049649229982094, -40.947587824555555 ], [ 173.049606669451407, -40.947423384385566 ], [ 173.049545200034743, -40.947194598996965 ], [ 173.049493134807051, -40.946930057681392 ], [ 173.049483528212562, -40.94669409959694 ], [ 173.049469214498714, -40.946468869077123 ], [ 173.0494643579149, -40.946279386343178 ], [ 173.049473588158008, -40.946011243479795 ], [ 173.04947338003953, -40.945732379096349 ], [ 173.049468448799161, -40.945442791168368 ], [ 173.049487135803787, -40.94521039606709 ], [ 173.049529451537268, -40.945049494527765 ], [ 173.049590627389478, -40.94488858485861 ], [ 173.049698967041309, -40.944745530765019 ], [ 173.049892145028565, -40.944559537652161 ], [ 173.050075913447785, -40.94440214978836 ], [ 173.050207837269369, -40.944273385706254 ], [ 173.050316201719369, -40.944166082873053 ], [ 173.050353873076489, -40.944101713069067 ], [ 173.050349109177233, -40.944037361789405 ], [ 173.050306644151618, -40.943998053270541 ], [ 173.050259491265564, -40.943994498646376 ], [ 173.050202930009164, -40.944019549593222 ], [ 173.050146387640154, -40.94406962681073 ], [ 173.050052138471926, -40.944137596307122 ], [ 173.049948459045766, -40.944205569811118 ], [ 173.049778782308721, -40.944291447664348 ], [ 173.049651529822711, -40.944363006260396 ], [ 173.049514887018773, -40.944488196544327 ], [ 173.049397071977126, -40.944570476363253 ], [ 173.049293348668527, -40.944581246310719 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051909752894829, -40.944000917897753 ], [ 173.052018108533218, -40.943886463090962 ], [ 173.052093467215883, -40.943782748652758 ], [ 173.052182928435741, -40.943625399978515 ], [ 173.05227709575351, -40.943457323536038 ], [ 173.052346162210227, -40.943347653132506 ], [ 173.052418364209501, -40.943228447427714 ], [ 173.052449727525953, -40.943140245214892 ], [ 173.052449678499926, -40.943078275324972 ], [ 173.052421341673181, -40.943018701756394 ], [ 173.052383590076118, -40.942978200123491 ], [ 173.052355266527059, -40.942935310739244 ], [ 173.05235523076513, -40.942890025048854 ], [ 173.052389767429247, -40.942839956738737 ], [ 173.052427452983295, -40.942797037361053 ], [ 173.052484015185712, -40.942775560504984 ], [ 173.052556310786059, -40.942775527575698 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056152917093641, -40.940738676233124 ], [ 173.056042901406613, -40.940733962837975 ], [ 173.05596746484656, -40.940733999477509 ], [ 173.055892022258746, -40.940726885693238 ], [ 173.055826007248299, -40.940717383836535 ], [ 173.055772561001987, -40.940703108945115 ], [ 173.055737969898615, -40.940684057997878 ], [ 173.055690796058315, -40.940653095822242 ], [ 173.055640463076116, -40.940603067478115 ], [ 173.055615275621477, -40.940553026986152 ], [ 173.05560892928824, -40.940481526270368 ], [ 173.055634026714898, -40.940424311142188 ], [ 173.055659142105526, -40.940388547132784 ], [ 173.055690541811003, -40.940350396623458 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055413460634242, -40.939773732935677 ], [ 173.055419693135093, -40.939709376532754 ], [ 173.05546047821673, -40.939618785459629 ], [ 173.055529525433712, -40.939497195788562 ], [ 173.055626834533911, -40.939344607467063 ], [ 173.055714721846641, -40.939201557451284 ], [ 173.055786913280571, -40.939082349558014 ], [ 173.055865408740289, -40.938984589701775 ], [ 173.055953347354915, -40.93890350942786 ], [ 173.056056985131505, -40.938803353775349 ], [ 173.056160636726048, -40.93871988224106 ], [ 173.05623914737825, -40.938641189797004 ], [ 173.056283108163882, -40.938591115687807 ], [ 173.056311349404723, -40.938536282319077 ], [ 173.056295585410453, -40.938479086975185 ], [ 173.05626726934716, -40.938445732355042 ], [ 173.05624838053032, -40.93840998966941 ], [ 173.05625464040304, -40.938379001634409 ], [ 173.05630802213534, -40.938319389076511 ], [ 173.056436794915641, -40.938209686955375 ], [ 173.056596975543101, -40.938073751214439 ], [ 173.05678543894831, -40.937933034402668 ], [ 173.056986483997406, -40.937804228364037 ], [ 173.057165533114869, -40.937682583259985 ], [ 173.057344596003702, -40.937577622091609 ], [ 173.057479684755492, -40.937506051018481 ], [ 173.057646213910772, -40.937446381375068 ], [ 173.057756184811637, -40.937405807517273 ], [ 173.057837884937101, -40.937384315422065 ], [ 173.057900741397106, -40.937379516956035 ], [ 173.057951034057254, -40.937384258612546 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060642707341486, -40.937018999470745 ], [ 173.060476121096798, -40.937011936577719 ], [ 173.060334676822606, -40.937002476830884 ], [ 173.060224654054309, -40.936983466661239 ], [ 173.060114609741902, -40.936940621791095 ], [ 173.060023410674631, -40.936883466243273 ], [ 173.05991333004917, -40.936800102366782 ], [ 173.05980639055025, -40.936714353294086 ], [ 173.059699427724496, -40.93660238606401 ], [ 173.059614472608757, -40.936497557739358 ], [ 173.059570400106224, -40.936418926307034 ], [ 173.059548307176016, -40.936316448898914 ], [ 173.059548236546107, -40.936237794723922 ], [ 173.059567000203543, -40.936132912748924 ], [ 173.059598352805494, -40.936047091951458 ], [ 173.059632861149879, -40.935975570278792 ], [ 173.059676832620795, -40.935942179075411 ], [ 173.059727094262939, -40.935913551519363 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059243029245067, -40.935858981626829 ], [ 173.059104792168313, -40.935918639093678 ], [ 173.058994805475834, -40.935937763105834 ], [ 173.058856527818335, -40.935952134534482 ], [ 173.058733958587055, -40.935959347413942 ], [ 173.058620811899772, -40.935959404990086 ], [ 173.058529655438633, -40.935947533990003 ], [ 173.058391344080206, -40.93592376950032 ], [ 173.058281317372717, -40.935897607091128 ], [ 173.058086420409467, -40.935859570054731 ], [ 173.05798267775964, -40.935831020733417 ], [ 173.057831755521192, -40.935761976150332 ], [ 173.057683966181628, -40.935681012495586 ], [ 173.057570753753367, -40.93560479831487 ], [ 173.057451249504368, -40.935521436773051 ], [ 173.057369473194115, -40.935452357109789 ], [ 173.057306571149496, -40.93540233569987 ], [ 173.057212241907536, -40.935354713313629 ], [ 173.05712108652861, -40.935342841198043 ], [ 173.057001661167249, -40.935350050679368 ], [ 173.056875949909596, -40.935357263137639 ], [ 173.056728242154037, -40.935369253204975 ], [ 173.056640248097864, -40.935378830306178 ], [ 173.056539676173571, -40.935381263124071 ], [ 173.05645167395835, -40.935381306239975 ], [ 173.056325950434427, -40.935374217336559 ], [ 173.056219088592002, -40.935371886024399 ], [ 173.056149939967526, -40.935367152793866 ], [ 173.056080797399716, -40.935369569902946 ], [ 173.056021101755505, -40.935393433533548 ], [ 173.055986565670025, -40.935436352610871 ], [ 173.055958319444187, -40.935484035547951 ], [ 173.055926928224238, -40.935529336541883 ], [ 173.055898657807091, -40.935548417940062 ], [ 173.055857813585533, -40.935565121961574 ], [ 173.055810681445905, -40.935579445550829 ], [ 173.055750971489118, -40.935586624818846 ], [ 173.055662981003792, -40.935600968094768 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057387142242163, -40.928630480760184 ], [ 173.057248780725843, -40.928530444038884 ], [ 173.057122994159414, -40.928435167849713 ], [ 173.057043762855443, -40.928391478447146 ], [ 173.05692809371692, -40.928366747579908 ], [ 173.056764668525915, -40.928355387514493 ], [ 173.056563545056463, -40.928359172768253 ], [ 173.056343570908297, -40.928368814315625 ], [ 173.056199015163713, -40.928373651784234 ], [ 173.056068275682804, -40.928365262073029 ], [ 173.055953859865326, -40.928335635572353 ], [ 173.055809252024972, -40.92827850250638 ], [ 173.055696086414088, -40.928240421790946 ], [ 173.055626941264364, -40.9282309213094 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051198425284582, -40.918502598272141 ], [ 173.051071072429551, -40.918377522651198 ], [ 173.050976726101169, -40.918270308314781 ], [ 173.050877672378874, -40.918170246381592 ], [ 173.050844611619766, -40.918080880892823 ], [ 173.050839764224207, -40.917905698088902 ], [ 173.050848952199857, -40.917594651374444 ], [ 173.050848743988752, -40.917322936022245 ], [ 173.050853287240301, -40.917101271410353 ], [ 173.050867234718197, -40.916851001013356 ], [ 173.050909501655866, -40.916654346161344 ], [ 173.050937640140347, -40.916471998343894 ], [ 173.050961062676947, -40.916286077393977 ], [ 173.05095152952461, -40.916146648650994 ], [ 173.05094205679174, -40.91608587436707 ], [ 173.050927906715458, -40.916071579800558 ], [ 173.050909073783544, -40.916096614544379 ], [ 173.050876120915234, -40.916146681943346 ], [ 173.050796051263973, -40.916214646115669 ], [ 173.050720694496505, -40.916282608158866 ], [ 173.050664208891988, -40.916375588290222 ], [ 173.050607764027347, -40.916522196431742 ], [ 173.05054192271632, -40.916708135901061 ], [ 173.050466660292386, -40.916901229857196 ], [ 173.050438501310424, -40.917058551131113 ], [ 173.050415044444492, -40.917201569524863 ], [ 173.05043868609971, -40.917301664880611 ], [ 173.050467024639403, -40.917380306954868 ], [ 173.050518961565047, -40.9175018411241 ], [ 173.050523740030059, -40.917587643906529 ], [ 173.050495534643488, -40.917684186744005 ], [ 173.050448465685946, -40.917766437014535 ], [ 173.050368407212488, -40.917852276881121 ], [ 173.050288297052163, -40.917870187857574 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059692597656806, -40.913995902546993 ], [ 173.059579394276682, -40.913891088397378 ], [ 173.059516453315268, -40.913776714324889 ], [ 173.059497473632177, -40.913633715899614 ], [ 173.059547615813415, -40.913490681797086 ], [ 173.059629176702998, -40.913347631428188 ], [ 173.059773583540533, -40.913214082323478 ], [ 173.059905448094554, -40.913109141197573 ], [ 173.06003732516831, -40.913018500736108 ], [ 173.060118957830042, -40.912956487973609 ], [ 173.060188053116832, -40.912927850285648 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060150138951883, -40.912694289940355 ], [ 173.059923813022266, -40.912570467285065 ], [ 173.059747774698309, -40.912465685907073 ], [ 173.059634603826481, -40.912394240358545 ], [ 173.0595591267695, -40.912313241353694 ], [ 173.059521356247217, -40.91223698978505 ], [ 173.059533795328576, -40.912093975107226 ], [ 173.059596495016621, -40.911941400577938 ], [ 173.059665460912669, -40.911769754999909 ], [ 173.059696759037905, -40.911636264418981 ], [ 173.05972181203137, -40.911545679542627 ], [ 173.059684067479878, -40.911498029658418 ], [ 173.05960235914992, -40.911474237203755 ], [ 173.059495572007648, -40.911512427884006 ], [ 173.059407644120114, -40.911560142636453 ], [ 173.059300856727475, -40.911598333135991 ], [ 173.059212911574804, -40.911626979978799 ], [ 173.059124923881313, -40.9116079573527 ], [ 173.059068341602824, -40.911574617750922 ], [ 173.059036847195131, -40.911488828913974 ], [ 173.059030483032359, -40.911398260264079 ], [ 173.058992662795987, -40.911264805223844 ], [ 173.058961172868209, -40.911183783301993 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052144802730282, -40.896862385844344 ], [ 173.052062999255867, -40.896690812429604 ], [ 173.052018874425954, -40.896500154143673 ], [ 173.051993622495303, -40.896342856013774 ], [ 173.051949535387763, -40.896199867225192 ], [ 173.051842649306394, -40.896085508393632 ], [ 173.051710609045188, -40.895937792053431 ], [ 173.051584829278454, -40.895761471024727 ], [ 173.051389891695891, -40.895513676352451 ], [ 173.051157237416987, -40.895232529383343 ], [ 173.050993709563045, -40.894979953125635 ], [ 173.05086789335158, -40.894751194780596 ], [ 173.050804974630893, -40.894622514688166 ], [ 173.050735774152741, -40.894493837322038 ], [ 173.050622600017618, -40.894365179220785 ], [ 173.050540850717937, -40.894255575066566 ], [ 173.050471680116544, -40.894165033176129 ], [ 173.050465347433885, -40.894098298549757 ], [ 173.050484149842504, -40.894041086836957 ], [ 173.050578324766889, -40.893969541220329 ], [ 173.050691374431864, -40.893936122888839 ], [ 173.050791881966006, -40.89393131171326 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065128778876215, -40.954423364473065 ], [ 173.064971560654755, -40.954396639321637 ], [ 173.064849701970275, -40.954360956123146 ], [ 173.064767126783664, -40.954310354151808 ], [ 173.064672727467894, -40.95422400695162 ], [ 173.064594038812146, -40.95412871292173 ], [ 173.064531060780638, -40.954024472093877 ], [ 173.064491702148501, -40.953961928458916 ], [ 173.06445236966826, -40.953926198648276 ], [ 173.064405174801493, -40.953887493899053 ], [ 173.064365830837659, -40.953839846796676 ], [ 173.064318607168133, -40.953771348856719 ], [ 173.064232013850301, -40.953628389906896 ], [ 173.064141462328735, -40.953455639917983 ], [ 173.064102055413656, -40.953342447776521 ], [ 173.064090150964347, -40.953223281700602 ], [ 173.064078269602987, -40.953127950147575 ], [ 173.064086059903275, -40.953056442199333 ], [ 173.064066345075076, -40.952987928853481 ], [ 173.064038773748081, -40.952922399184772 ], [ 173.064011239884081, -40.952895600616081 ], [ 173.06399547789988, -40.952850919602199 ], [ 173.064015089015186, -40.952812177587333 ], [ 173.064085754525024, -40.952740634709841 ], [ 173.064195693739379, -40.952645235387408 ], [ 173.064215298903434, -40.952600534705084 ], [ 173.064207387568416, -40.952546911392176 ], [ 173.064203420361025, -40.95250818247078 ], [ 173.064234768324837, -40.952415806160325 ], [ 173.06431719039665, -40.952311484089826 ], [ 173.064372113221538, -40.952216115268165 ], [ 173.064466341200756, -40.952129662403408 ], [ 173.064533067135415, -40.952049183492157 ], [ 173.064572328878825, -40.952013409695297 ], [ 173.064623394064938, -40.951992525860021 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059434402904003, -40.956654373050903 ], [ 173.059163998110307, -40.956625910691834 ], [ 173.058906169316941, -40.956597441274063 ], [ 173.058711228007894, -40.956578473084093 ], [ 173.058522591530419, -40.956578568984845 ], [ 173.058327675561145, -40.956588201563989 ], [ 173.058120196308636, -40.95661214086239 ], [ 173.057881269137681, -40.956626561768715 ], [ 173.057692669872239, -40.956669558438321 ], [ 173.057485202540079, -40.956707797302847 ], [ 173.057258850677272, -40.956722210648778 ], [ 173.056994767228929, -40.956731875303056 ], [ 173.05678726661705, -40.956731977688165 ], [ 173.056560890105629, -40.956717788246159 ], [ 173.056321925746431, -40.956689303794249 ], [ 173.056095545444094, -40.956670346535269 ], [ 173.055799982426777, -40.956632354713719 ], [ 173.055479256236936, -40.956580073529565 ], [ 173.055278008189845, -40.956537268043455 ], [ 173.055001305902408, -40.956494498224394 ], [ 173.054818925979419, -40.956456449839273 ], [ 173.054680581007631, -40.956442214816491 ], [ 173.054510773223797, -40.956399393075252 ], [ 173.054340965659293, -40.956356571083482 ], [ 173.054215181119446, -40.956323261960172 ], [ 173.054158555326666, -40.956280386424126 ], [ 173.054158485200503, -40.956194582159583 ], [ 173.054158438449889, -40.956137379315841 ], [ 173.054133248144439, -40.95608972209029 ], [ 173.054057759106485, -40.956046855357748 ], [ 173.053862766551902, -40.955961142313313 ], [ 173.053648903333936, -40.955865903908375 ], [ 173.053466487454926, -40.955780184338316 ], [ 173.053284056715995, -40.955675396861643 ], [ 173.053101615094477, -40.955556308381347 ], [ 173.052906602384581, -40.955441992284968 ], [ 173.052692692940752, -40.955284782337991 ], [ 173.052535404453863, -40.955165681455526 ], [ 173.052371828794406, -40.95504658321186 ], [ 173.052208257478298, -40.954932251638127 ], [ 173.052057262159025, -40.954817914152713 ], [ 173.0518999684557, -40.9546892785823 ], [ 173.051780408963339, -40.954570159668059 ], [ 173.051723734156411, -40.954460546248256 ], [ 173.051616728459038, -40.954312820084965 ], [ 173.051534899804579, -40.954198450918113 ], [ 173.051528545431125, -40.954112649429014 ], [ 173.051534703340053, -40.953945804922178 ], [ 173.051591188136257, -40.953812306254768 ], [ 173.051635101202834, -40.953683580094825 ], [ 173.051697888043975, -40.953569146177344 ], [ 173.051779552326792, -40.953473771378427 ], [ 173.05187381392102, -40.953406992300124 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.725519206639521", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.048963954808528, -40.949199083579401 ], [ 173.048907299811617, -40.949103769397198 ], [ 173.048882059712184, -40.948979840402885 ], [ 173.048881883941391, -40.94874149489781 ], [ 173.048932036783299, -40.948546030242547 ], [ 173.049026234308286, -40.948398215959713 ], [ 173.049101587788556, -40.948274244182819 ], [ 173.049088981825037, -40.948231347341476 ], [ 173.04905751814286, -40.948193225435368 ], [ 173.048975771909568, -40.948174192537749 ], [ 173.048862551647545, -40.948102736890007 ], [ 173.048862498938746, -40.948031233228612 ], [ 173.048912756827747, -40.947978775884529 ], [ 173.049019633454066, -40.947973963584893 ], [ 173.049201965481359, -40.94798341974991 ], [ 173.049271084254883, -40.947930954199514 ], [ 173.049289902908782, -40.947873743207914 ], [ 173.049289856828665, -40.947811773365999 ], [ 173.049296115519979, -40.947773635390597 ], [ 173.049340121309484, -40.947768849655901 ], [ 173.04935274864215, -40.947840347938737 ], [ 173.049371702119174, -40.947964279546547 ], [ 173.049359227376243, -40.948097758431096 ], [ 173.049321575841049, -40.94819311278637 ], [ 173.049271364176917, -40.94830754014383 ], [ 173.049208602892037, -40.94845534121729 ], [ 173.049133277674088, -40.948617448342617 ], [ 173.049095636111645, -40.948727103346457 ], [ 173.049089440761406, -40.948851045687064 ], [ 173.049102110406068, -40.948979746904087 ], [ 173.049089606688085, -40.949075090457121 ], [ 173.049058220223174, -40.949141840574775 ], [ 173.049014252276407, -40.949199062209452 ], [ 173.048957671145956, -40.949203853158899 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.725519206639521", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049358879515296, -40.94763060116356 ], [ 173.049390247204229, -40.947540016391351 ], [ 173.049390158409381, -40.947420843611127 ], [ 173.049377495608127, -40.947301676213762 ], [ 173.049371080790621, -40.947130070094417 ], [ 173.049345751866042, -40.946886968367728 ], [ 173.04931412200213, -40.94662480166641 ], [ 173.049295059128667, -40.946353095745174 ], [ 173.049282286844175, -40.946086154033317 ], [ 173.0492694686059, -40.94575724244352 ], [ 173.049313267388897, -40.945475975777818 ], [ 173.049375958166763, -40.945237603224903 ], [ 173.049432379482027, -40.945023067889878 ], [ 173.0495893601788, -40.944770353996134 ], [ 173.049721207022742, -40.94453671837914 ], [ 173.049871991988198, -40.944407946549482 ], [ 173.050016486054687, -40.944274410333449 ], [ 173.050135857959532, -40.944174253267697 ], [ 173.050204946755144, -40.944088418727759 ], [ 173.050217502098207, -40.944064578682685 ], [ 173.050223749070284, -40.944012139890511 ], [ 173.050192297567946, -40.943988319007488 ], [ 173.050154606283485, -40.944026470732972 ], [ 173.050110635465529, -40.944074159006178 ], [ 173.05005410197802, -40.944136153462864 ], [ 173.049934708474808, -40.94420770896145 ], [ 173.04979644382172, -40.944264971740701 ], [ 173.049683318668201, -40.944312689693511 ], [ 173.049601626974322, -40.944360394017352 ], [ 173.049507379503979, -40.944431938250915 ], [ 173.049425698198434, -40.944493943190388 ], [ 173.04935655828524, -40.944513040467136 ], [ 173.049287404156047, -40.944513070047705 ], [ 173.049249669556588, -40.944494018510326 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051965132671114, -40.943973232925281 ], [ 173.051996483856357, -40.943868346647548 ], [ 173.052078105816378, -40.943734836170805 ], [ 173.052197428595747, -40.943577473993201 ], [ 173.052291623068129, -40.943443957666595 ], [ 173.052341807025073, -40.943305694330213 ], [ 173.05239201337551, -40.943196032456072 ], [ 173.052385662728881, -40.943114997764589 ], [ 173.052341626378166, -40.943076882431889 ], [ 173.052247301043309, -40.943043556796177 ], [ 173.052127821922198, -40.943000708624453 ], [ 173.052002045146992, -40.942943562419615 ], [ 173.051939119495756, -40.942867320117195 ], [ 173.051932788104693, -40.942810119970297 ], [ 173.051945323910019, -40.942762445157697 ], [ 173.05197045525415, -40.942743366166887 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056067626354917, -40.940763175999599 ], [ 173.055929317891639, -40.940753709331531 ], [ 173.055809852560714, -40.94072516570585 ], [ 173.055690355301323, -40.940658486625232 ], [ 173.055633693949176, -40.940558408691437 ], [ 173.055608460539872, -40.940453548657395 ], [ 173.055627263609665, -40.940386802728668 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05534383287636, -40.939733871235191 ], [ 173.05545063992767, -40.939662316135582 ], [ 173.055513430873646, -40.939576481377742 ], [ 173.05561386726211, -40.939404823886214 ], [ 173.055708020898095, -40.939237936257157 ], [ 173.055777073280069, -40.939123496806879 ], [ 173.055839875337085, -40.939051962616958 ], [ 173.055959249159486, -40.938975634032005 ], [ 173.05610369089743, -40.938808721652016 ], [ 173.056216753539189, -40.938703794348349 ], [ 173.056273252361848, -40.938613195310161 ], [ 173.056285768069955, -40.938546452321084 ], [ 173.05627314313341, -40.938484488521802 ], [ 173.056266816516455, -40.938436822407766 ], [ 173.056304480869102, -40.93837483406044 ], [ 173.056455234980717, -40.938241286582844 ], [ 173.056662539223197, -40.938079109607983 ], [ 173.05690753867367, -40.937893079055932 ], [ 173.057171390918256, -40.937702271710975 ], [ 173.057359870604159, -40.937583005087426 ], [ 173.057535802289038, -40.937492345940754 ], [ 173.057667764210095, -40.937439843890282 ], [ 173.057774594131672, -40.937401655046166 ], [ 173.057887743281611, -40.937401598298734 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.06057152234672, -40.936995031464491 ], [ 173.060452087871028, -40.936995094140585 ], [ 173.060288642551541, -40.936985645869349 ], [ 173.060100014301952, -40.936933308202505 ], [ 173.059917612062662, -40.936814230091557 ], [ 173.059791797343138, -40.93670942312577 ], [ 173.059678542127529, -40.936590308756379 ], [ 173.059596738616932, -40.936495012630743 ], [ 173.059571500495395, -40.936390153393035 ], [ 173.059552514164466, -40.936247155543988 ], [ 173.059564949055755, -40.936094607617427 ], [ 173.059596305926277, -40.936013553739897 ], [ 173.059646533356386, -40.935946790859674 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059244127637953, -40.935827825253035 ], [ 173.059137330855606, -40.935899383907184 ], [ 173.059011663332427, -40.935956651353912 ], [ 173.058860822245208, -40.935980563060809 ], [ 173.05869111059809, -40.935990183410148 ], [ 173.05850252008176, -40.935975978478609 ], [ 173.058326493115089, -40.935952233039956 ], [ 173.058093876252286, -40.935909448167642 ], [ 173.057936699038976, -40.935876158791018 ], [ 173.057792060581164, -40.935804727537977 ], [ 173.057634842337364, -40.935723768546133 ], [ 173.05743986780459, -40.935595158927647 ], [ 173.057351782854823, -40.93549986432096 ], [ 173.057270016966555, -40.935442701888306 ], [ 173.05717569180328, -40.935399846393075 ], [ 173.057106530767214, -40.935380812974358 ], [ 173.057012230386505, -40.935366558868935 ], [ 173.056917950503191, -40.935376139289708 ], [ 173.056735668371886, -40.93538576296605 ], [ 173.056515679069179, -40.935404938686574 ], [ 173.056327106874932, -40.935409797877035 ], [ 173.056157388243179, -40.935409880656181 ], [ 173.056025388889651, -40.935414711787971 ], [ 173.055962546223128, -40.935433809994386 ], [ 173.05591229939381, -40.935481503595433 ], [ 173.055855770620667, -40.935533967139868 ], [ 173.055792959876641, -40.935591200618312 ], [ 173.055748974658769, -40.935610289582115 ], [ 173.055667262034262, -40.93561509598095 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.725519206639521", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057232585642794, -40.928487776151613 ], [ 173.057062802709737, -40.928392521723715 ], [ 173.056899362711818, -40.928364000914009 ], [ 173.05667308302489, -40.928349811558533 ], [ 173.056515948810016, -40.928345121748571 ], [ 173.056497052591624, -40.928297461722629 ], [ 173.056496979509546, -40.928211657043704 ], [ 173.056459150687118, -40.928073434639117 ], [ 173.056339533878344, -40.92783991362883 ], [ 173.056213648935454, -40.927625463257094 ], [ 173.056131845336637, -40.927511096805347 ], [ 173.056075190542998, -40.927406251925348 ], [ 173.056037391249106, -40.927301397854343 ], [ 173.055980712646971, -40.927167951358655 ], [ 173.055892584766212, -40.927005918501699 ], [ 173.055791855115388, -40.926805756232071 ], [ 173.055672262948946, -40.926596069115419 ], [ 173.055590429596776, -40.92644356683234 ], [ 173.055565269529751, -40.926419744307907 ], [ 173.055521278355883, -40.926424532426843 ], [ 173.055521306284078, -40.926457900924191 ], [ 173.055515081096587, -40.926529407872302 ], [ 173.055502562878388, -40.926591383988267 ], [ 173.055540384868124, -40.926724839816153 ], [ 173.055615937382868, -40.926882112086361 ], [ 173.055678932095532, -40.927053691155571 ], [ 173.055741947163057, -40.927249104822629 ], [ 173.055811191572957, -40.927377778423526 ], [ 173.05587414309494, -40.927496921170729 ], [ 173.05592453662652, -40.92763037075936 ], [ 173.055981183328015, -40.927725681855151 ], [ 173.05606926806081, -40.927835278426706 ], [ 173.056207654623591, -40.927968685065636 ], [ 173.056314542984126, -40.928016302204092 ], [ 173.056358575657214, -40.928059183051253 ], [ 173.056408909785006, -40.92812112851378 ], [ 173.056446685795606, -40.928197380887468 ], [ 173.05645930892527, -40.928259344779832 ], [ 173.056390220381218, -40.928316581728332 ], [ 173.056333689989629, -40.928359511715179 ], [ 173.056245717300811, -40.928383389300514 ], [ 173.056126302356489, -40.928388214412621 ], [ 173.056025710815391, -40.928354894829248 ], [ 173.055906251711662, -40.928307283521043 ], [ 173.055818234813017, -40.928278724587692 ], [ 173.055717655604809, -40.928259705514805 ], [ 173.05563593604009, -40.928245444185059 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051377656540211, -40.918703524389457 ], [ 173.051204668353336, -40.918483130508498 ], [ 173.051047410279978, -40.918286564082223 ], [ 173.050937335214741, -40.918155521988041 ], [ 173.050874451688514, -40.918101921704718 ], [ 173.05081148613408, -40.917941065336393 ], [ 173.050803443815312, -40.917696763342192 ], [ 173.050818875944088, -40.91733327755319 ], [ 173.050857877955394, -40.916975740019531 ], [ 173.050889010720624, -40.916600329904618 ], [ 173.050943790692514, -40.916332165431356 ], [ 173.050935821265711, -40.91618320212006 ], [ 173.050880726142651, -40.916040218279605 ], [ 173.050825699712959, -40.915986614482769 ], [ 173.050778587683624, -40.916010469930903 ], [ 173.050762936844052, -40.916087939576428 ], [ 173.050731616834298, -40.916219044172948 ], [ 173.050653198013492, -40.916391880166991 ], [ 173.050559113957348, -40.916624309700723 ], [ 173.050480703275042, -40.916809062907262 ], [ 173.050425853120061, -40.916987847082353 ], [ 173.050402405303487, -40.917142782816043 ], [ 173.050418210740077, -40.917267908025046 ], [ 173.050465428017617, -40.917381102143182 ], [ 173.050504785698223, -40.91748834101012 ], [ 173.050520559654785, -40.917571755508106 ], [ 173.050473487181961, -40.917649238854537 ], [ 173.050402876003773, -40.917762484501409 ], [ 173.05032434605053, -40.917792312155875 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059684474138891, -40.914075594104425 ], [ 173.059590125377156, -40.913974345412541 ], [ 173.059495782245222, -40.913879055314318 ], [ 173.059464282984635, -40.913789691425869 ], [ 173.059464154849678, -40.913646683273456 ], [ 173.059511133840175, -40.913479816114076 ], [ 173.059644509236051, -40.913306945603345 ], [ 173.059872124279678, -40.91311615001662 ], [ 173.059981987808698, -40.913002878074437 ], [ 173.06009191570476, -40.912961110110871 ], [ 173.060194004995139, -40.91293722216367 ], [ 173.060272513939083, -40.912895470422555 ], [ 173.060303873092721, -40.912829908585742 ], [ 173.060256696385323, -40.912776305154871 ], [ 173.060178106529094, -40.912728676777178 ], [ 173.059997373988807, -40.91264534946945 ], [ 173.059840221933712, -40.912579885674852 ], [ 173.059698747294561, -40.912478661488542 ], [ 173.059596556869138, -40.912389334186756 ], [ 173.05954934362191, -40.912294019740571 ], [ 173.059549231349308, -40.912168887575035 ], [ 173.059619772799579, -40.912002008159526 ], [ 173.059690271024522, -40.911787459296505 ], [ 173.059713738165811, -40.911680190947031 ], [ 173.05971365775136, -40.911590810819789 ], [ 173.05967433691913, -40.911537203070957 ], [ 173.059587921185653, -40.91151937171999 ], [ 173.0594230137213, -40.911561167555575 ], [ 173.059203161582587, -40.911644702120228 ], [ 173.05907749971729, -40.911656683917549 ], [ 173.058983234754578, -40.911644814812448 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052892272099911, -40.897144328631995 ], [ 173.052735187406995, -40.897108648406586 ], [ 173.052562364253873, -40.897031264288749 ], [ 173.052381660509155, -40.896918131330672 ], [ 173.05225594087176, -40.896822849267821 ], [ 173.052153765853291, -40.896709680341296 ], [ 173.052075158779644, -40.896608418070215 ], [ 173.052067203243951, -40.896477330401027 ], [ 173.05206710046059, -40.896346239183444 ], [ 173.052059163657589, -40.8962389862753 ], [ 173.052004106041807, -40.896125795927013 ], [ 173.051870503183721, -40.895988806125217 ], [ 173.051760426353439, -40.895810094748484 ], [ 173.051563938730112, -40.895589711063849 ], [ 173.05133597750347, -40.895285919319932 ], [ 173.051194488387353, -40.895101262663204 ], [ 173.05102155322777, -40.894868950179017 ], [ 173.050895738957706, -40.894642575337322 ], [ 173.050762045726145, -40.894380451641837 ], [ 173.050644090273124, -40.894160031743105 ], [ 173.050589073107375, -40.89409451023014 ], [ 173.050549738266994, -40.893999188336188 ], [ 173.05055754081306, -40.893933639256062 ], [ 173.05060461456398, -40.893879990343528 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.725519206639521", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047095816699255, -40.889869246397616 ], [ 173.046932428659346, -40.889773973787136 ], [ 173.046806636310407, -40.889545210791468 ], [ 173.046680710825655, -40.889125769260382 ], [ 173.046642606795189, -40.888534681462779 ], [ 173.046654734418496, -40.887914971510895 ], [ 173.04674222425686, -40.88727616312341 ], [ 173.046880063411237, -40.886780343039668 ], [ 173.04711837306985, -40.886246346039997 ], [ 173.047406955485741, -40.88575046355831 ], [ 173.047695554130797, -40.885283182091719 ], [ 173.047984176263071, -40.884854035573397 ], [ 173.048348139509699, -40.884386721024121 ], [ 173.048875298475053, -40.883776327285339 ], [ 173.049302115592951, -40.883385254443233 ], [ 173.049678723147025, -40.883051405226773 ], [ 173.050093012244446, -40.882717538402744 ], [ 173.050406897508623, -40.882507655127462 ], [ 173.050745875054901, -40.882259624219365 ], [ 173.051022049180432, -40.882021154037339 ], [ 173.051323351886026, -40.881792205940137 ], [ 173.051436317723045, -40.881677748405011 ], [ 173.051436258677143, -40.881601476954401 ], [ 173.051285512542194, -40.881592010146001 ], [ 173.051122278245657, -40.88167788802275 ], [ 173.050908884806546, -40.881878195029152 ], [ 173.050532297333319, -40.882221582253379 ], [ 173.050205837685695, -40.882412403487514 ], [ 173.049841712356027, -40.882631841873078 ], [ 173.04952789579059, -40.88293706290245 ], [ 173.049239193027091, -40.883232738411834 ], [ 173.048912759791676, -40.883471225600836 ], [ 173.048649064218466, -40.883614346098334 ], [ 173.048548652254937, -40.88372879558279 ], [ 173.048473412616602, -40.883909971918122 ], [ 173.048335355452195, -40.884081640609999 ], [ 173.048222435548325, -40.884272366485384 ], [ 173.048121945892063, -40.884281942385584 ], [ 173.04798379064303, -40.884320135664815 ], [ 173.047908493794097, -40.88442504019703 ], [ 173.047883479541667, -40.884577593463597 ], [ 173.047820813017552, -40.884777831985438 ], [ 173.047745570208548, -40.884959007814693 ], [ 173.047607563642686, -40.885206947014495 ], [ 173.047406710560352, -40.885407242244831 ], [ 173.047293792527256, -40.885607501095159 ], [ 173.047206005310102, -40.885817283473038 ], [ 173.047093113010277, -40.886055677811946 ], [ 173.046967623745076, -40.886246407525761 ], [ 173.046817089428714, -40.88655155438552 ], [ 173.046679163185217, -40.886923433412882 ], [ 173.046641589267551, -40.887085525352454 ], [ 173.046616617942874, -40.88730481573451 ], [ 173.046604202450652, -40.887514567105143 ], [ 173.046541515947979, -40.887695736989301 ], [ 173.046466253013591, -40.887857844052263 ], [ 173.046491538655005, -40.888086648043945 ], [ 173.046466579800096, -40.888325006197739 ], [ 173.046391295995932, -40.888458511432418 ], [ 173.046290779810278, -40.88843948397151 ], [ 173.046127436165818, -40.888401413719897 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": null, "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049376587143769, -40.882174413124368 ], [ 173.049640289682429, -40.882050358793805 ], [ 173.049966763517915, -40.881878607010812 ], [ 173.050456514546397, -40.881678181184597 ], [ 173.050908585299538, -40.881487303844416 ], [ 173.051260146687355, -40.881277401568106 ], [ 173.051624274724674, -40.881077026524693 ], [ 173.05196329262256, -40.880895729511984 ], [ 173.052226977759005, -40.880762135313198 ], [ 173.052352509185056, -40.880657205106615 ], [ 173.052415218342503, -40.88053323545428 ], [ 173.052415098008311, -40.880380692524021 ], [ 173.052465185254221, -40.88018045707809 ], [ 173.052590685022039, -40.880037390867422 ], [ 173.052816749966183, -40.879989617884583 ], [ 173.053030298988318, -40.879999053837459 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055427950720002, -40.939748886350579 ], [ 173.055456185186472, -40.939684519367134 ], [ 173.055526825004847, -40.939587955259078 ], [ 173.05561629341625, -40.939455630131363 ], [ 173.055715145778493, -40.939269672553706 ], [ 173.055771625720439, -40.939155239181389 ], [ 173.055828141589785, -40.939083708038517 ], [ 173.055936491481475, -40.938979975026079 ], [ 173.056049537554514, -40.938854788488314 ], [ 173.056176742272982, -40.938747470889702 ], [ 173.056266229490944, -40.938640171559591 ], [ 173.056303888899777, -40.938572224566983 ], [ 173.056303843363139, -40.93851859673849 ], [ 173.056284936297317, -40.938461402927651 ], [ 173.056284905949894, -40.938425651041342 ], [ 173.056322577365052, -40.938372004794878 ], [ 173.056412072965628, -40.938275430911268 ], [ 173.056492145190788, -40.938186011954215 ], [ 173.056619363174292, -40.938096569800329 ], [ 173.056826667584318, -40.9379355842565 ], [ 173.056939737827349, -40.937842573526325 ], [ 173.057029265637681, -40.937785326234966 ], [ 173.057165917429984, -40.937703029187091 ], [ 173.05729785123026, -40.937617159130042 ], [ 173.05739679207241, -40.93754203092012 ], [ 173.05748162002422, -40.93750266156745 ], [ 173.057590014426836, -40.937456130003177 ], [ 173.057670136932899, -40.937427488433443 ], [ 173.057750262483353, -40.937402421997142 ], [ 173.057802110045287, -40.937388095255912 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.06064465151664, -40.937025541047717 ], [ 173.060493796631022, -40.937036345860399 ], [ 173.060347643203926, -40.937032847251537 ], [ 173.060206191329257, -40.937015045238866 ], [ 173.060088289447691, -40.936972204446199 ], [ 173.059956211850732, -40.936893618993899 ], [ 173.059861853842392, -40.936818589004837 ], [ 173.059753339658471, -40.936729265509534 ], [ 173.059649520964825, -40.936618488334503 ], [ 173.059573992735295, -40.936511271642601 ], [ 173.059531446830732, -40.936382586727959 ], [ 173.059531337706176, -40.936261030276611 ], [ 173.059550076782841, -40.936128738515862 ], [ 173.059601813706735, -40.935992854506253 ], [ 173.059644185854609, -40.935928479147876 ], [ 173.059686586880986, -40.935896280483362 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059167982447434, -40.935878671796019 ], [ 173.05905958536286, -40.935918054473873 ], [ 173.058937035281616, -40.935946718709303 ], [ 173.058823901301736, -40.935961077244755 ], [ 173.058677759820625, -40.935968302087076 ], [ 173.058541037732084, -40.935964796387616 ], [ 173.058394877322144, -40.935950569731197 ], [ 173.058295851983047, -40.935925593494787 ], [ 173.058154387342114, -40.935889913009291 ], [ 173.057998785793387, -40.935861389844831 ], [ 173.05786673472187, -40.935807828312122 ], [ 173.057748824042648, -40.935750684355114 ], [ 173.057597884633907, -40.935661380053148 ], [ 173.057479955853353, -40.935582784677464 ], [ 173.057352558330336, -40.935457716394637 ], [ 173.057281789685192, -40.935396973307647 ], [ 173.057215757162965, -40.935361254170857 ], [ 173.057140305152728, -40.935336265240174 ], [ 173.057031870851802, -40.935332743729745 ], [ 173.056829166931664, -40.935350719767278 ], [ 173.056593465127889, -40.935372286840234 ], [ 173.056400183696013, -40.935383107114724 ], [ 173.056206890079835, -40.935379626303117 ], [ 173.05609375042485, -40.935386831780058 ], [ 173.056008900196701, -40.93539759860078 ], [ 173.055914651272815, -40.93544412183676 ], [ 173.055848709766309, -40.935515657632308 ], [ 173.055801601726898, -40.935558582741649 ], [ 173.055745040743574, -40.93557291086654 ], [ 173.055674321470946, -40.935569369840891 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "9", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "0", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057106028055728, -40.928378954304058 ], [ 173.0569975866986, -40.928353981580493 ], [ 173.056870302071502, -40.928343318834926 ], [ 173.05671945408244, -40.928339817934017 ], [ 173.056545036590904, -40.928336328395559 ], [ 173.056512036219459, -40.928332769376262 ], [ 173.056535563076039, -40.928282705094333 ], [ 173.056596801067286, -40.92823262230467 ], [ 173.056629734244268, -40.928157527010185 ], [ 173.056634396242998, -40.928096746379694 ], [ 173.056582473347788, -40.928014542347604 ], [ 173.056483384433108, -40.92790018463333 ], [ 173.056346545463811, -40.927739367725735 ], [ 173.056223851738054, -40.927582118952195 ], [ 173.05612475803818, -40.927460610529408 ], [ 173.056039809220266, -40.927342670342767 ], [ 173.056006742961813, -40.927260456875125 ], [ 173.055997179495733, -40.927099577649116 ], [ 173.055968778957805, -40.926960158745509 ], [ 173.055926321548668, -40.92692085217449 ], [ 173.055850885648255, -40.926903012748561 ], [ 173.055803756652523, -40.926913761156761 ], [ 173.055803771690421, -40.92693163713588 ], [ 173.05582265699195, -40.926967379968005 ], [ 173.055846277191989, -40.92702814688441 ], [ 173.05586993959173, -40.927138966535189 ], [ 173.055907785735258, -40.927299832062069 ], [ 173.055936165187831, -40.927414224603901 ], [ 173.055969219369473, -40.927482137307706 ], [ 173.055983418227612, -40.92755005915663 ], [ 173.056011770748285, -40.927632274916462 ], [ 173.056073138488898, -40.927735925799631 ], [ 173.056162789631713, -40.927839562876635 ], [ 173.056242995115099, -40.927921753309455 ], [ 173.056346755012726, -40.927986056195188 ], [ 173.056426936570944, -40.928039644937016 ], [ 173.056464705454687, -40.928107555184148 ], [ 173.056478895822352, -40.928164751379228 ], [ 173.056493083169727, -40.928218372377017 ], [ 173.056450691580778, -40.928257720297999 ], [ 173.056417745988227, -40.928318514760555 ], [ 173.056375348213493, -40.928350712263381 ], [ 173.056266946601909, -40.928372216386208 ], [ 173.056163237637946, -40.928368691747032 ], [ 173.056040651918352, -40.928340149815092 ], [ 173.055932198966019, -40.928300875309347 ], [ 173.055842595716001, -40.928254441181785 ], [ 173.055776586114348, -40.928236597146451 ], [ 173.055696434862028, -40.928218759904453 ], [ 173.055644573015684, -40.928208059352251 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.702392730639933", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05097016143776, -40.91824613887357 ], [ 173.050894679146296, -40.91815321693948 ], [ 173.0508663123627, -40.918038822965094 ], [ 173.050847306255918, -40.917838619983762 ], [ 173.050861212803966, -40.917534721590421 ], [ 173.050865660109906, -40.917187924911602 ], [ 173.050907825784151, -40.916858987585329 ], [ 173.050964141220959, -40.916544344787674 ], [ 173.05099691838015, -40.916265464396368 ], [ 173.051010876136672, -40.916029494757574 ], [ 173.051006050441089, -40.915882913522161 ], [ 173.050991853692466, -40.915807840511917 ], [ 173.050949403627783, -40.915764956823203 ], [ 173.050921103615138, -40.915736367688488 ], [ 173.050892825561476, -40.915736380171332 ], [ 173.050888145451381, -40.915779284687858 ], [ 173.050859933140799, -40.915865102035085 ], [ 173.050812885085719, -40.91597237889993 ], [ 173.050765856023872, -40.916104682163649 ], [ 173.050714121926973, -40.916247713086264 ], [ 173.05064827299941, -40.916422927016889 ], [ 173.050591833510794, -40.916576685554581 ], [ 173.050535388315637, -40.916723293655707 ], [ 173.050493095741786, -40.916887771547593 ], [ 173.050469633615222, -40.917023639551999 ], [ 173.050432026628471, -40.917152363328292 ], [ 173.050427389591732, -40.917252471050531 ], [ 173.050441580577257, -40.91732039370735 ], [ 173.050484053069624, -40.917391879187612 ], [ 173.050507684012047, -40.917477673717784 ], [ 173.05054542719904, -40.917527710025638 ], [ 173.05055489160452, -40.917577758721173 ], [ 173.05055021659436, -40.91762781361426 ], [ 173.050517284470232, -40.917706482512934 ], [ 173.05044663344222, -40.917767291892226 ], [ 173.050399531779846, -40.917806639720062 ], [ 173.050333574714386, -40.917842420556752 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "9", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "0", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059596207876211, -40.914012537379108 ], [ 173.059534876215992, -40.913941064951501 ], [ 173.059497077014896, -40.913833828298195 ], [ 173.059506390563257, -40.913708691302794 ], [ 173.059572232667904, -40.913554923472603 ], [ 173.059623964848129, -40.913433339747471 ], [ 173.059713393093944, -40.913304586072684 ], [ 173.059784008333907, -40.913218744549368 ], [ 173.059911148224984, -40.913100696778137 ], [ 173.060000594859076, -40.91299339409931 ], [ 173.06006180643044, -40.912932583735156 ], [ 173.060113621424421, -40.912903955090115 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059717359600057, -40.912475136232587 ], [ 173.059665448347261, -40.912396508564015 ], [ 173.059641788108308, -40.912289264613243 ], [ 173.059641633895581, -40.912117654785675 ], [ 173.05967446885785, -40.911946027887488 ], [ 173.059740273430918, -40.911752932660605 ], [ 173.059759027761515, -40.911645666742508 ], [ 173.059744812370212, -40.911559869145208 ], [ 173.059711788007462, -40.91152055897404 ], [ 173.059631652683663, -40.911499149196992 ], [ 173.059551536658489, -40.911499190595286 ], [ 173.059424319167107, -40.911527857872599 ], [ 173.05929239204815, -40.911560102637743 ], [ 173.059202888794118, -40.911603051101274 ], [ 173.059141661731161, -40.911645984997669 ], [ 173.059094563201938, -40.911678186002234 ], [ 173.059047426458704, -40.91166748452617 ], [ 173.05900498973557, -40.911642479799212 ], [ 173.058981391199154, -40.91160316459635 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052852795252079, -40.897173008042785 ], [ 173.052692560876011, -40.89712660355535 ], [ 173.052541741606291, -40.897069468908406 ], [ 173.052438030923156, -40.897001587006805 ], [ 173.052320176979066, -40.89692298578008 ], [ 173.052216449883559, -40.896833652388722 ], [ 173.052131603390166, -40.896787212962842 ], [ 173.052009032930869, -40.896701463114724 ], [ 173.05197128930476, -40.896637126238531 ], [ 173.051961776477725, -40.896522723606836 ], [ 173.051980522310714, -40.896394007374184 ], [ 173.051985155581207, -40.896293899228546 ], [ 173.051966247516134, -40.896215252989037 ], [ 173.051909638171139, -40.896125898070842 ], [ 173.051805882193861, -40.895997236928672 ], [ 173.051683274659439, -40.895861433706258 ], [ 173.051570090803523, -40.895725626136887 ], [ 173.051471067086339, -40.895621989085832 ], [ 173.051381458527288, -40.89550762210321 ], [ 173.051249382734682, -40.895311043937049 ], [ 173.051131450617902, -40.895125184994619 ], [ 173.051022975188886, -40.894982224348738 ], [ 173.050923923278418, -40.894839259436786 ], [ 173.050805968295236, -40.894621223199472 ], [ 173.050739889696416, -40.894467517938004 ], [ 173.050626691069397, -40.894306682892534 ], [ 173.050532325295023, -40.894127963392933 ], [ 173.050503993911462, -40.894045745794294 ], [ 173.050489807860799, -40.893977822867221 ], [ 173.050480349603987, -40.893931349175553 ], [ 173.050499151952579, -40.893874137458688 ], [ 173.050546236592737, -40.893834789436291 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.625819199909916", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047108735870268, -40.889817698360332 ], [ 173.046990885807958, -40.889717640262411 ], [ 173.046887151901274, -40.889592549760621 ], [ 173.046802220140052, -40.889406672783288 ], [ 173.046726645718763, -40.88912783620512 ], [ 173.046702889016558, -40.888841828151151 ], [ 173.046674396318394, -40.888520069782366 ], [ 173.046688300878486, -40.888194719012603 ], [ 173.046711589655587, -40.88781573609765 ], [ 173.046772588831629, -40.887468914863824 ], [ 173.046824195656484, -40.887165000055468 ], [ 173.046899409816831, -40.886936155278306 ], [ 173.046969935261643, -40.886739489353765 ], [ 173.047016966332166, -40.886628638297722 ], [ 173.047082795377349, -40.88645342554328 ], [ 173.047186260634959, -40.886206692901702 ], [ 173.047332097716207, -40.885924190547961 ], [ 173.047496756602868, -40.885613078462569 ], [ 173.047670845909181, -40.885316263121076 ], [ 173.047835542894177, -40.885062354078244 ], [ 173.047981416020747, -40.88483705440968 ], [ 173.048108496736461, -40.884683266860591 ], [ 173.048221444480305, -40.884529485077024 ], [ 173.048409704321216, -40.884293441445848 ], [ 173.048583838385184, -40.884068129120834 ], [ 173.048805065594934, -40.883824920486205 ], [ 173.049012177466153, -40.883606743986178 ], [ 173.049191060755561, -40.883438632290229 ], [ 173.049398199396364, -40.883259782540833 ], [ 173.049643001084831, -40.883052314413028 ], [ 173.049873688006159, -40.882869878435677 ], [ 173.050024348905453, -40.882762556448256 ], [ 173.050269176562495, -40.882594414436795 ], [ 173.050636425261189, -40.882354713720844 ], [ 173.051027232663046, -40.882125727081515 ], [ 173.051272071988677, -40.881979034269875 ], [ 173.051488646614388, -40.881832353555815 ], [ 173.051615752351921, -40.88172861520912 ], [ 173.051714602510543, -40.881635615069158 ], [ 173.051879355882249, -40.881485381610425 ], [ 173.051997022416316, -40.881360195728917 ], [ 173.052020508083842, -40.88127437972269 ], [ 173.05202047449373, -40.881231477029239 ], [ 173.051992197142738, -40.881213613650488 ], [ 173.051963933787562, -40.881213626387193 ], [ 173.051907423835615, -40.881235103186718 ], [ 173.051850933377523, -40.881281606529662 ], [ 173.051785046784318, -40.881360291094538 ], [ 173.051700323298263, -40.881446134516821 ], [ 173.051592027251331, -40.881506961843101 ], [ 173.051450734767258, -40.881539201986328 ], [ 173.05136125304918, -40.881564268445736 ], [ 173.051276487367772, -40.881596483190165 ], [ 173.051187033050354, -40.881657301756832 ], [ 173.051064631881786, -40.881753887098903 ], [ 173.050932803667081, -40.881843326021972 ], [ 173.050829219613064, -40.881907725772535 ], [ 173.050730356890597, -40.881986424253988 ], [ 173.05066446554531, -40.88206153294626 ], [ 173.050499699845147, -40.882201038985237 ], [ 173.050367864562048, -40.882283326808846 ], [ 173.05025485529066, -40.882344154929257 ], [ 173.050132411036287, -40.8823871109145 ], [ 173.050014698799885, -40.882458666517557 ], [ 173.049906421043005, -40.882548094042527 ], [ 173.049788735070109, -40.882655401650439 ], [ 173.049656914037371, -40.882759139997866 ], [ 173.04954395129468, -40.882884321442276 ], [ 173.049440412160294, -40.88301307395902 ], [ 173.049346270117894, -40.88310964533887 ], [ 173.049223858300138, -40.883199078259359 ], [ 173.049120278405638, -40.883274202132213 ], [ 173.048979015225882, -40.883352917143803 ], [ 173.048847173144708, -40.883431627991889 ], [ 173.048743600330795, -40.883517477193564 ], [ 173.048625895062628, -40.883603332259938 ], [ 173.04857413977976, -40.88368915944978 ], [ 173.048536521810291, -40.883782131115218 ], [ 173.048517736284481, -40.883860793950113 ], [ 173.048465980661604, -40.883946621087766 ], [ 173.048390678920811, -40.884043183754116 ], [ 173.048324772489366, -40.884103990194035 ], [ 173.048254157765314, -40.884168373789507 ], [ 173.048155257531619, -40.884204167362661 ], [ 173.048084611484825, -40.884225648179651 ], [ 173.048037529605722, -40.88426142003712 ], [ 173.048009301122789, -40.884311484924488 ], [ 173.047981101000516, -40.884400877254627 ], [ 173.047934075692268, -40.884515303967667 ], [ 173.047915302139501, -40.884611842807892 ], [ 173.047905950146827, -40.884708377730639 ], [ 173.047877726528299, -40.884765593027105 ], [ 173.047807138968778, -40.884869303789003 ], [ 173.047741274861295, -40.884990888668007 ], [ 173.047675413078593, -40.885116048729273 ], [ 173.047595405705579, -40.88522333847196 ], [ 173.04752478652793, -40.885284146387171 ], [ 173.047454174882461, -40.885355679925063 ], [ 173.047392984801547, -40.885427209547906 ], [ 173.047327116836726, -40.885545218957311 ], [ 173.047308334474195, -40.88563103201615 ], [ 173.047289544428224, -40.885706119404851 ], [ 173.047242514464301, -40.885816970589239 ], [ 173.047171952722863, -40.885960008384416 ], [ 173.047101375468316, -40.886081594802768 ], [ 173.047049636544642, -40.886196023046949 ], [ 173.047021452047659, -40.886310441665408 ], [ 173.046969712808448, -40.886424869869352 ], [ 173.046927387688726, -40.886528568550503 ], [ 173.046903906212151, -40.886632259552819 ], [ 173.046847453047093, -40.886743114390143 ], [ 173.046776861780188, -40.886846824487854 ], [ 173.046729860334779, -40.887000578096256 ], [ 173.0467252348665, -40.8871221375232 ], [ 173.046720626983159, -40.887268723494429 ], [ 173.046683044597103, -40.887418898034795 ], [ 173.046640753541425, -40.887572649685048 ], [ 173.046598414638538, -40.887658472121657 ], [ 173.046546676127889, -40.887776475330668 ], [ 173.046542052776687, -40.887901609954689 ], [ 173.046546836462198, -40.888005289450462 ], [ 173.046542215600766, -40.888133999289984 ], [ 173.046523459039349, -40.888259139607761 ], [ 173.046509390946255, -40.888352101037256 ], [ 173.046467041373802, -40.888423622533217 ], [ 173.04642466172578, -40.888452241369635 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "26/01/1974", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 23900.0, "Georef_ER": "2.43", "Pixel_Er": 0.67611128567385403, "Total_UNCY": "2.702392730639933", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_26JAN1974.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049369106290499, -40.882144324847715 ], [ 173.04959512823919, -40.882026245450639 ], [ 173.049844697062895, -40.881901004984336 ], [ 173.050136657640309, -40.881772170330954 ], [ 173.050381530164287, -40.881668382092009 ], [ 173.050692336462731, -40.881546688244825 ], [ 173.050941906897748, -40.881428595845101 ], [ 173.051153783658634, -40.881299793949204 ], [ 173.05137037015416, -40.881170989563863 ], [ 173.051596382456523, -40.881049331004633 ], [ 173.051695267794116, -40.881002808791237 ], [ 173.051869493738366, -40.880920500377329 ], [ 173.052053134714214, -40.88083103699865 ], [ 173.052236766763031, -40.88073084765221 ], [ 173.0522979388642, -40.880648589732509 ], [ 173.052326128774411, -40.88055562106819 ], [ 173.05230721917556, -40.880469824216938 ], [ 173.05227889987691, -40.880398332531634 ], [ 173.052311808646976, -40.88031608740679 ], [ 173.052387089192649, -40.880205221223534 ], [ 173.052495354144384, -40.880108640887435 ], [ 173.052570676578853, -40.880051402958536 ], [ 173.052674270222411, -40.880004877752043 ], [ 173.052792012174649, -40.879979797336411 ], [ 173.052900355869212, -40.879983322923373 ], [ 173.052952185306083, -40.880001175273279 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065070081282187, -40.954437241505936 ], [ 173.064868805574349, -40.954365851318556 ], [ 173.064774425266393, -40.95429916768277 ], [ 173.06465485265565, -40.954189595935581 ], [ 173.064484886514407, -40.953984714114775 ], [ 173.064333779646233, -40.953775054607334 ], [ 173.064233029945115, -40.95362256974132 ], [ 173.064163690952, -40.953441465862142 ], [ 173.064119493382861, -40.953250814141455 ], [ 173.064081477605555, -40.952950520078517 ], [ 173.064125292039989, -40.952745518670746 ], [ 173.064244468394094, -40.95244990401352 ], [ 173.064388849109008, -40.952211478049641 ], [ 173.06450188434647, -40.95206840761044 ], [ 173.064615002749093, -40.952011141369276 ], [ 173.064765873564028, -40.951982455269928 ], [ 173.064866472696565, -40.951982398718776 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059413913940858, -40.956624133625944 ], [ 173.059107363512339, -40.95660641529048 ], [ 173.058714354848206, -40.956588740199848 ], [ 173.058344939065194, -40.956585948411607 ], [ 173.057991253448847, -40.956595064791834 ], [ 173.057641497662104, -40.956604178122532 ], [ 173.057358560882307, -40.956625174433483 ], [ 173.057087429114574, -40.956664040099611 ], [ 173.056871293093195, -40.956676064173728 ], [ 173.056710176058345, -40.956688060794626 ], [ 173.056588348127661, -40.956688120651606 ], [ 173.056328949739054, -40.956661433830583 ], [ 173.056093133661392, -40.956637714271118 ], [ 173.055853380289619, -40.956605058189545 ], [ 173.055558603187364, -40.956566469504907 ], [ 173.055389581499981, -40.956524840406509 ], [ 173.055200917864198, -40.956492158412722 ], [ 173.054965080549238, -40.956441622713491 ], [ 173.054780349738792, -40.956411917471875 ], [ 173.054572034695042, -40.956376264467465 ], [ 173.054391231710014, -40.956343577427049 ], [ 173.054233996177658, -40.95629598244048 ], [ 173.054123922192417, -40.956251344426022 ], [ 173.054088516547921, -40.956206671302382 ], [ 173.054096300961504, -40.956114308856677 ], [ 173.054096252318999, -40.956054722560189 ], [ 173.054060858951033, -40.956024946000738 ], [ 173.053974367307944, -40.95598327609779 ], [ 173.053844634888861, -40.955926729750836 ], [ 173.053624471941333, -40.95581659766129 ], [ 173.053384645948512, -40.955688598357902 ], [ 173.053121227352705, -40.95554273352721 ], [ 173.052822426955203, -40.955379008407746 ], [ 173.052617958535365, -40.955233115397121 ], [ 173.05240562191446, -40.955075308330571 ], [ 173.052189340052223, -40.954896647438204 ], [ 173.051941588130518, -40.954676289881853 ], [ 173.051768548298782, -40.954512505283198 ], [ 173.051697737443845, -40.954417198916417 ], [ 173.051587601029809, -40.954286158303397 ], [ 173.051504973535089, -40.954155105297104 ], [ 173.051461692707079, -40.954086600331578 ], [ 173.051461614047838, -40.953985303587174 ], [ 173.051508687965338, -40.953878027151745 ], [ 173.051524381553634, -40.953845247651358 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.048948019835365, -40.947982872382191 ], [ 173.049023514891076, -40.948050768809011 ], [ 173.049127317864247, -40.948140104232849 ], [ 173.049235817846778, -40.948204411267582 ], [ 173.049292446845669, -40.948265165201953 ], [ 173.049358511923799, -40.948333065436934 ], [ 173.04940097916716, -40.948372374274101 ], [ 173.049433994467449, -40.948383085676205 ], [ 173.049452847783641, -40.948372352039755 ], [ 173.049462254430836, -40.948340171348896 ], [ 173.049490402246164, -40.94814709933091 ], [ 173.049518467103098, -40.947843196622323 ], [ 173.049499400367012, -40.947567915609774 ], [ 173.049466161355269, -40.947256888814998 ], [ 173.049442329112082, -40.946913681296515 ], [ 173.049394897138313, -40.946538307198658 ], [ 173.049366337039942, -40.94617722571995 ], [ 173.049380282819328, -40.945909080840231 ], [ 173.049422457989351, -40.945558694578587 ], [ 173.049474084268041, -40.945236905713003 ], [ 173.049488136173295, -40.945111768173547 ], [ 173.049554000544106, -40.944915104651898 ], [ 173.049690593237187, -40.944721985813814 ], [ 173.04985076847683, -40.944539582173576 ], [ 173.050029816498068, -40.944375046050453 ], [ 173.050227737304965, -40.944228377358044 ], [ 173.050331402908739, -40.944142527676249 ], [ 173.05034079224248, -40.944088895777867 ], [ 173.050331326908832, -40.944042422483257 ], [ 173.050312450546386, -40.944020979601142 ], [ 173.050251149876885, -40.944013855959241 ], [ 173.050123874105935, -40.944053238410056 ], [ 173.049982471978979, -40.944117653150926 ], [ 173.049836373359653, -40.944207096053788 ], [ 173.049666699151828, -40.944296548927525 ], [ 173.049530032473569, -40.944389562562968 ], [ 173.049402795515959, -40.944482571995209 ], [ 173.049294381218516, -40.944525520631061 ], [ 173.04919065265787, -40.944529140115698 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051912045613079, -40.943951626958146 ], [ 173.051959106089015, -40.943837199785193 ], [ 173.052029721751182, -40.943697735656286 ], [ 173.052090946471822, -40.943608328340936 ], [ 173.052189896523203, -40.94352605429664 ], [ 173.052236987204935, -40.943450954045751 ], [ 173.052260491641221, -40.94336156371871 ], [ 173.052307607513342, -40.943318640109538 ], [ 173.052387697010687, -40.943236374445817 ], [ 173.052406494689365, -40.943157711785744 ], [ 173.052392304611118, -40.94310051523852 ], [ 173.052354553926278, -40.943061205325343 ], [ 173.052260232364858, -40.943032646614796 ], [ 173.052137612769457, -40.942993375063793 ], [ 173.052029115703021, -40.942925495511766 ], [ 173.051958329943659, -40.942846873307701 ], [ 173.051929989923536, -40.94278253270074 ], [ 173.0519346740478, -40.94274320352902 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056025512496802, -40.940707006420453 ], [ 173.0558887807735, -40.940703497585389 ], [ 173.055775613954978, -40.940689251625905 ], [ 173.055695420618861, -40.940639237745955 ], [ 173.05563406550354, -40.940564188400678 ], [ 173.055605710902199, -40.940485547923636 ], [ 173.055600933175185, -40.94041047126121 ], [ 173.0556338795123, -40.940342526780611 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "07/11/1952", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 20300.0, "Georef_ER": "2.43", "Pixel_Er": 0.63036102391555604, "Total_UNCY": "2.614412939929702", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_07NOV1952.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055345760056213, -40.939720582523165 ], [ 173.055430523270587, -40.939598985369102 ], [ 173.055534132979545, -40.939463078317132 ], [ 173.055637730264181, -40.939312870416614 ], [ 173.055698925052326, -40.939198434805654 ], [ 173.055769551971849, -40.939087569788242 ], [ 173.055863779064538, -40.939008870002262 ], [ 173.055972146885836, -40.938926588085259 ], [ 173.056038085603973, -40.938847901882667 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059412353287541, -40.95661338108745 ], [ 173.059185959594885, -40.956580129187778 ], [ 173.058921847328804, -40.956556429935176 ], [ 173.058651464249294, -40.956551800887979 ], [ 173.058469119933619, -40.956556660405411 ], [ 173.058173614656482, -40.956585411310193 ], [ 173.05780266696371, -40.956628500018681 ], [ 173.057607775605931, -40.956666732798645 ], [ 173.057431743575677, -40.956700188951437 ], [ 173.057211675507148, -40.956709832169629 ], [ 173.056966459887519, -40.956724254300269 ], [ 173.056677196257425, -40.956700562330376 ], [ 173.056425684540585, -40.956705452595727 ], [ 173.05611755750644, -40.956681768451624 ], [ 173.055627041852489, -40.956610502572353 ], [ 173.055186810435686, -40.956515376022345 ], [ 173.054828310732489, -40.956405908237009 ], [ 173.054501227970661, -40.956267823056166 ], [ 173.05415526357163, -40.956105911286443 ], [ 173.053771570057137, -40.955939249169838 ], [ 173.053356424085734, -40.955753532707249 ], [ 173.053073335426262, -40.955582054750174 ], [ 173.052746195883032, -40.9553629271917 ], [ 173.052412770755893, -40.955143801553788 ], [ 173.052148520325602, -40.954934177490152 ], [ 173.051947159850812, -40.954738825215884 ], [ 173.051770955048198, -40.954548228197631 ], [ 173.051588433900605, -40.954319498473723 ], [ 173.051538084355855, -40.954257551198623 ], [ 173.05151287441825, -40.954181291950526 ], [ 173.051519076841714, -40.954071650313814 ], [ 173.051537850807904, -40.953957236148689 ], [ 173.051556654376867, -40.953880957224349 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.361383954507277", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049206417078182, -40.948270437606595 ], [ 173.049065015652332, -40.948349151912304 ], [ 173.048980211092669, -40.948445717935307 ], [ 173.048956695155368, -40.948527957152557 ], [ 173.048914323053481, -40.948617354732285 ], [ 173.048909676296148, -40.948710311482657 ], [ 173.048947441360241, -40.948767498397537 ], [ 173.048994642496723, -40.948831831657706 ], [ 173.048994684778961, -40.948889034578841 ], [ 173.048980575668622, -40.948939093144411 ], [ 173.048909876788741, -40.948982025358958 ], [ 173.048801452183085, -40.949021398319601 ], [ 173.048773207286018, -40.949085763574935 ], [ 173.04880153378258, -40.949132228975422 ], [ 173.048900591111448, -40.949178664393038 ], [ 173.048999611577869, -40.949175047172091 ], [ 173.049103299745553, -40.949107074575082 ], [ 173.049173934977574, -40.948978337863828 ], [ 173.049188014766287, -40.948888952267183 ], [ 173.04917853628919, -40.948824603003771 ], [ 173.049178488543276, -40.948760249716926 ], [ 173.049216139720812, -40.948663703689938 ], [ 173.049282061579703, -40.948538544098248 ], [ 173.049338547204144, -40.948406238136407 ], [ 173.049390232036217, -40.94815952830951 ], [ 173.049404095524437, -40.947780552840491 ], [ 173.049375460268919, -40.947319366305095 ], [ 173.049341915928153, -40.946597193320152 ], [ 173.04934151143766, -40.946053765332678 ], [ 173.049328580290364, -40.94557350426853 ], [ 173.049334700394809, -40.945349456673057 ], [ 173.049416240703408, -40.945096775282401 ], [ 173.049573178860555, -40.944786858452865 ], [ 173.049749007953324, -40.944519835480982 ], [ 173.049937473692353, -40.944338611233341 ], [ 173.050188787409326, -40.944133524756261 ], [ 173.050257872480216, -40.944042923270075 ], [ 173.050257789364139, -40.943933284247073 ], [ 173.050207481452048, -40.943914238500788 ], [ 173.050150897706601, -40.943909496209301 ], [ 173.050138360394669, -40.943957170818194 ], [ 173.050113274906664, -40.944038219288721 ], [ 173.050025315147252, -40.944109761216609 ], [ 173.049874498881593, -40.944195631027959 ], [ 173.049698524636369, -40.944267210740833 ], [ 173.049572861613342, -40.944362603141911 ], [ 173.049478617666551, -40.944438914265653 ], [ 173.049415750346782, -40.9444389412253 ], [ 173.049334008641466, -40.944419908566637 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052243934422336, -40.943365138464586 ], [ 173.052344437699048, -40.943260220728646 ], [ 173.052394644010803, -40.943150558852516 ], [ 173.052363146958044, -40.943069535582765 ], [ 173.052262523750869, -40.94302191207008 ], [ 173.052117894538441, -40.942974308367994 ], [ 173.052010973844489, -40.942912386731741 ], [ 173.051954331056805, -40.942831374686499 ], [ 173.051948003391232, -40.942778941455011 ], [ 173.051973112319331, -40.942731260974007 ], [ 173.052029683965515, -40.942721701627917 ], [ 173.052086289300831, -40.942755044488614 ], [ 173.052149196266583, -40.942807452137785 ], [ 173.052256086861917, -40.942831238328331 ], [ 173.05238182597941, -40.942840715109014 ], [ 173.052532703902472, -40.94284064646925 ], [ 173.052627002604083, -40.942840603469151 ], [ 173.052689875981997, -40.942850108589198 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056013709185549, -40.940755865122654 ], [ 173.055906840690028, -40.940755916987079 ], [ 173.055799964170717, -40.940746434919845 ], [ 173.055718197149986, -40.940694038358636 ], [ 173.055655249358637, -40.94059396347356 ], [ 173.055630019901173, -40.940493870361436 ], [ 173.05564879495455, -40.940393756013506 ], [ 173.055673864295017, -40.940303172459132 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055346505121747, -40.939740833627432 ], [ 173.055440635992369, -40.939545344721786 ], [ 173.055622685817553, -40.939244941128074 ], [ 173.055741980089579, -40.939073274416998 ], [ 173.05588644669362, -40.938934963818362 ], [ 173.056100020523843, -40.938748950235535 ], [ 173.056200506665732, -40.938639262144761 ], [ 173.056244420979795, -40.938534368492334 ], [ 173.056212917381714, -40.93844857929254 ], [ 173.056194014454121, -40.93839615238425 ], [ 173.056237948832546, -40.938315093321442 ], [ 173.05644523354843, -40.938129082146716 ], [ 173.056665109700134, -40.937966899009389 ], [ 173.056991811639989, -40.937761760413018 ], [ 173.057261969781905, -40.937594784343993 ], [ 173.057450457259449, -40.937485051408231 ], [ 173.057645275758034, -40.93742775112851 ], [ 173.057783540140775, -40.93739431347818 ], [ 173.057921837694693, -40.937399011013305 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060555371777923, -40.937040138995421 ], [ 173.060373076927647, -40.93704023458379 ], [ 173.060184474414854, -40.937016498569953 ], [ 173.059995811656449, -40.936926025380167 ], [ 173.059813375226241, -40.93676881175012 ], [ 173.059687530722925, -40.936630636233936 ], [ 173.059567959875579, -40.936478156571106 ], [ 173.059530128476979, -40.936349469219692 ], [ 173.059529991539648, -40.93619692778924 ], [ 173.059567544521855, -40.93601576535827 ], [ 173.059655444655903, -40.935901313785031 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059196525579011, -40.935849114146393 ], [ 173.059007994740398, -40.935901646922062 ], [ 173.058850880544355, -40.935939862592718 ], [ 173.05868745914475, -40.935954246648436 ], [ 173.058480023566887, -40.935954352036212 ], [ 173.058335438867658, -40.935944891427482 ], [ 173.058184539007016, -40.935902065368623 ], [ 173.058008495670464, -40.935859251763411 ], [ 173.057851297826147, -40.935802127668886 ], [ 173.057593476062493, -40.935687850592508 ], [ 173.057423653528247, -40.935568762225607 ], [ 173.057310412753338, -40.935459179343631 ], [ 173.05720976876583, -40.935378191635458 ], [ 173.057128019575941, -40.935340096783449 ], [ 173.057027437480571, -40.935330612724989 ], [ 173.056857727227623, -40.935340230376198 ], [ 173.056631440028696, -40.935345108654765 ], [ 173.056417736701405, -40.935364281101215 ], [ 173.056235458571479, -40.935378670907582 ], [ 173.056084593604595, -40.935373977460685 ], [ 173.055971451934141, -40.935378799357295 ], [ 173.055864628245388, -40.935421753463594 ], [ 173.055801829648715, -40.935493287709932 ], [ 173.055732720989283, -40.935536223435832 ], [ 173.055663592234083, -40.935555324517019 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.058223104110169, -40.929709810584512 ], [ 173.058040750145892, -40.929619330891484 ], [ 173.057845805257358, -40.929505022587641 ], [ 173.05774516136006, -40.929414501406164 ], [ 173.057713651871325, -40.929319178627424 ], [ 173.057700940284974, -40.929157109444652 ], [ 173.057681926912494, -40.928975975696382 ], [ 173.057637838926638, -40.928871125324676 ], [ 173.057568651470433, -40.928813956748755 ], [ 173.057405135959073, -40.928699631988614 ], [ 173.057222736540041, -40.928551947868264 ], [ 173.057015205282994, -40.928413809741045 ], [ 173.056939750001504, -40.928375711595884 ], [ 173.056820310622072, -40.928351935867752 ], [ 173.056694602421402, -40.928347230812115 ], [ 173.05648091759798, -40.92836163645768 ], [ 173.056229509306661, -40.928361759322492 ], [ 173.056072383153435, -40.928366602761216 ], [ 173.055946662915318, -40.928347596110548 ], [ 173.055820922691453, -40.928304754689599 ], [ 173.055739166998194, -40.928247591093275 ], [ 173.055651154249915, -40.928223798958754 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.050835261841257, -40.918153493411694 ], [ 173.050778565054969, -40.91797237478027 ], [ 173.050765748617692, -40.917648228684968 ], [ 173.050790535119773, -40.917190591756849 ], [ 173.050852982084706, -40.916675734927296 ], [ 173.050934368052452, -40.916275276182134 ], [ 173.05100322529114, -40.915927259221419 ], [ 173.050971669667661, -40.91575089643176 ], [ 173.050921346351885, -40.915684181516575 ], [ 173.050877343684363, -40.915665133181484 ], [ 173.050827067991833, -40.915660388411808 ], [ 173.050789407743252, -40.915717608273035 ], [ 173.050770661475497, -40.915855857758629 ], [ 173.050695427993503, -40.916084703920461 ], [ 173.050595086802559, -40.916351696550848 ], [ 173.050513564434084, -40.916575778395107 ], [ 173.050432027024499, -40.916780792426941 ], [ 173.050394452682951, -40.916952418624646 ], [ 173.050363176762431, -40.917143109806112 ], [ 173.050382152253093, -40.917305177403236 ], [ 173.050426213825858, -40.917400496899099 ], [ 173.050457699918667, -40.917486288004298 ], [ 173.050438923476719, -40.917586401906881 ], [ 173.05038871151578, -40.917667461794693 ], [ 173.050351078688607, -40.917762816980051 ], [ 173.050269438206726, -40.917834356656805 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05958546230849, -40.913977339077562 ], [ 173.059498965960131, -40.913873106914039 ], [ 173.059471394089428, -40.913783741001126 ], [ 173.059498762961283, -40.913646677341163 ], [ 173.059541814491411, -40.91347981219554 ], [ 173.05959670942994, -40.913381465684964 ], [ 173.059706571187689, -40.913265214673039 ], [ 173.059832120488096, -40.913125120710752 ], [ 173.059989085317966, -40.91298203093276 ], [ 173.060051868903798, -40.912922411491373 ], [ 173.06010290004528, -40.91289557086224 ], [ 173.060126461378502, -40.912892579242161 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.0598001647719, -40.912529269616662 ], [ 173.059697987531365, -40.912454839091467 ], [ 173.059642930187209, -40.912371446099307 ], [ 173.059615267760819, -40.912180782729941 ], [ 173.05965438005353, -40.912002002181133 ], [ 173.059724848675586, -40.911754680584487 ], [ 173.059744321438188, -40.911572930822373 ], [ 173.059712879230318, -40.911546133055836 ], [ 173.059622533540676, -40.911525324426613 ], [ 173.059512567653996, -40.911522401887254 ], [ 173.059331940441183, -40.911552288347558 ], [ 173.059237718127235, -40.911588088852369 ], [ 173.059167077884439, -40.911644732556454 ], [ 173.059096429562715, -40.911692438204014 ], [ 173.059049294399415, -40.911683524331337 ], [ 173.058986428999845, -40.91165078377454 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052872301071403, -40.897152542909957 ], [ 173.052671234952157, -40.897109732319933 ], [ 173.052514122186437, -40.897038299647136 ], [ 173.052363276958317, -40.896947796095574 ], [ 173.052193570479631, -40.896838233063605 ], [ 173.052048989675654, -40.896723891488662 ], [ 173.051998683451927, -40.89666194376786 ], [ 173.051979736086651, -40.896533244526516 ], [ 173.051998452026709, -40.896366392664085 ], [ 173.05197325242699, -40.896275831875201 ], [ 173.051941763277597, -40.896175740001617 ], [ 173.051841151955585, -40.896051844431391 ], [ 173.051721713161498, -40.895951791992694 ], [ 173.051608519811424, -40.895804067078593 ], [ 173.051401021501107, -40.895561045002673 ], [ 173.051155806529323, -40.895284670586285 ], [ 173.051048860995337, -40.895089272772601 ], [ 173.050878989787492, -40.894755660894447 ], [ 173.050734255549855, -40.894431571605161 ], [ 173.050608426742315, -40.89418374513285 ], [ 173.050551780137482, -40.894040761266005 ], [ 173.050554858521565, -40.893958529907223 ], [ 173.050586218350333, -40.893892970496395 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047120463752918, -40.889902110482808 ], [ 173.047010460409979, -40.889794898759469 ], [ 173.046861130490271, -40.889592363699698 ], [ 173.04676676057872, -40.889383847466142 ], [ 173.04671152072774, -40.88899059556072 ], [ 173.046703333711207, -40.888513902730061 ], [ 173.046734392933899, -40.888019317855829 ], [ 173.046789019324109, -40.887542599481975 ], [ 173.046898639957448, -40.887113528322693 ], [ 173.047039673932488, -40.886696361627983 ], [ 173.047227866160483, -40.886350679882668 ], [ 173.047392467927409, -40.885957337867943 ], [ 173.047596346326145, -40.88559377291584 ], [ 173.047815908153979, -40.885206366258025 ], [ 173.048035519124284, -40.88489046360619 ], [ 173.048239464288258, -40.884628195427254 ], [ 173.048537514666663, -40.884216919652197 ], [ 173.048851303267185, -40.883859264775424 ], [ 173.049212204534086, -40.883513506345821 ], [ 173.049463261176612, -40.883269091953245 ], [ 173.049769256141502, -40.883000818480483 ], [ 173.050122373286996, -40.882756358548086 ], [ 173.050428399411004, -40.882535752955896 ], [ 173.050757985794121, -40.882327053594722 ], [ 173.051048328646004, -40.882136246785691 ], [ 173.051409333607552, -40.881951366475036 ], [ 173.051621204646011, -40.88181422154215 ], [ 173.051825209879411, -40.881659203624125 ], [ 173.051950732451985, -40.881539972972632 ], [ 173.052021283882738, -40.881402890860201 ], [ 173.052060473289913, -40.881319451246533 ], [ 173.052044748063565, -40.881289664795801 ], [ 173.05198194053574, -40.881289693118845 ], [ 173.05192700723336, -40.881319511410361 ], [ 173.051809331346504, -40.881432779806879 ], [ 173.051738709845637, -40.88148048118169 ], [ 173.051636688997434, -40.881534155283433 ], [ 173.051534667984356, -40.881587829294531 ], [ 173.051409075416416, -40.881617678886833 ], [ 173.051291347518799, -40.881665400972565 ], [ 173.051212879000474, -40.881719064221862 ], [ 173.051126582283246, -40.881802524432494 ], [ 173.051001030291417, -40.881886001941716 ], [ 173.050851929480331, -40.881975448406592 ], [ 173.050757799153473, -40.882082746625905 ], [ 173.050624417825162, -40.88219602070933 ], [ 173.050451780733852, -40.882309311814083 ], [ 173.050334064465289, -40.882374909037338 ], [ 173.050169246000507, -40.882446485345469 ], [ 173.050043691588769, -40.882529961804664 ], [ 173.049784784291347, -40.882768422172205 ], [ 173.049620008760911, -40.882899584751144 ], [ 173.049510212811271, -40.88306051704334 ], [ 173.049408214323677, -40.883149941395949 ], [ 173.049259148293032, -40.883293014135319 ], [ 173.049000178075062, -40.883454009543485 ], [ 173.048803994445024, -40.883585184280335 ], [ 173.048647083633512, -40.883740176951257 ], [ 173.0485373144123, -40.883942819230747 ], [ 173.048458893135319, -40.884067985046443 ], [ 173.048349057751949, -40.884181246565682 ], [ 173.048199974157853, -40.884306441799303 ], [ 173.048090107745992, -40.884377992136123 ], [ 173.048027392063375, -40.884509109805933 ], [ 173.047956889316595, -40.88472961126714 ], [ 173.047902067368057, -40.884920312636616 ], [ 173.047784433960857, -40.88511104001325 ], [ 173.047627581247923, -40.885355411813599 ], [ 173.04749419227403, -40.885474640922823 ], [ 173.04743142758349, -40.885540212507856 ], [ 173.047392229876465, -40.885623650492057 ], [ 173.047368734998173, -40.885707082013823 ], [ 173.047360960000162, -40.885814341895198 ], [ 173.04729825425224, -40.885963335246281 ], [ 173.04718063842671, -40.886183855488277 ], [ 173.04713359695134, -40.886279213992431 ], [ 173.047055216703285, -40.886469924533316 ], [ 173.046945450755231, -40.886690441313462 ], [ 173.046835730291662, -40.886976503703046 ], [ 173.046796648525316, -40.88722678511494 ], [ 173.046734003062596, -40.887465158646627 ], [ 173.046687031234796, -40.887661814870555 ], [ 173.046592965539929, -40.887882324913704 ], [ 173.046577333126464, -40.887983629173164 ], [ 173.046593128542014, -40.888114714249596 ], [ 173.046585397981261, -40.888287519741844 ], [ 173.046569786349039, -40.888418617495695 ], [ 173.046530594212413, -40.888513972547607 ], [ 173.046444257792984, -40.88856167696234 ], [ 173.046365731463823, -40.888549791152606 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "31/01/1980", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 46000.0, "Georef_ER": "2.9", "Pixel_Er": 1.395708454376837, "Total_UNCY": "3.300136677414888", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_31JAN1980.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049533073239758, -40.882130948753478 ], [ 173.049894113716618, -40.881987784130956 ], [ 173.05027867409288, -40.881802897162061 ], [ 173.050718180090541, -40.881606067339341 ], [ 173.051047788422267, -40.881433119363727 ], [ 173.051400897143367, -40.881194614165764 ], [ 173.051675586999437, -40.881075317232799 ], [ 173.051965949709654, -40.880920260324054 ], [ 173.05225629231893, -40.880741367849275 ], [ 173.052358245712583, -40.880604271280809 ], [ 173.052373858192027, -40.880491048697799 ], [ 173.052350216452453, -40.880377843933367 ], [ 173.052397208677434, -40.88023481354336 ], [ 173.052483487643656, -40.88013347623594 ], [ 173.052624726612351, -40.880038072510743 ], [ 173.052750325108804, -40.880020139005978 ], [ 173.052883788553601, -40.880020077891061 ], [ 173.053009434483585, -40.880061731190182 ], [ 173.053072274165572, -40.880103413268081 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065101917890587, -40.954415883681804 ], [ 173.06500287997028, -40.954408789198673 ], [ 173.06488024928808, -40.954387407188264 ], [ 173.064795330734114, -40.954351703139892 ], [ 173.064696223137986, -40.954273104829156 ], [ 173.06459709486785, -40.954173055362212 ], [ 173.06446488025594, -40.953994370344233 ], [ 173.064313789619973, -40.953801394977461 ], [ 173.064238223839624, -40.953683456145455 ], [ 173.064153223473511, -40.953561947330563 ], [ 173.064110692280707, -40.953469016289731 ], [ 173.064091725795265, -40.953361771412304 ], [ 173.064077468132894, -40.953247373551307 ], [ 173.064053748088838, -40.953100804315092 ], [ 173.0640347714386, -40.952982833884064 ], [ 173.064011124098897, -40.952911343394291 ], [ 173.064001637556856, -40.952854145763567 ], [ 173.064010996335384, -40.952779061765199 ], [ 173.064043940181222, -40.95271111502958 ], [ 173.06409099973763, -40.952610983807375 ], [ 173.064180475514831, -40.952485802692784 ], [ 173.064298196063021, -40.952310553219228 ], [ 173.064368819065379, -40.95219610800828 ], [ 173.064425322852316, -40.952110272094195 ], [ 173.064472430096856, -40.952060193221527 ], [ 173.064547834270172, -40.95201367367315 ], [ 173.064646823228458, -40.95197429121739 ], [ 173.064769417924737, -40.95196349687162 ], [ 173.064849575839162, -40.951956301452746 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059413262236319, -40.95665701766157 ], [ 173.059224621277281, -40.956652347808216 ], [ 173.058784456322229, -40.956638272348151 ], [ 173.058518787781452, -40.956632448859899 ], [ 173.058273572735885, -40.956646873770289 ], [ 173.058042495942033, -40.956650565506386 ], [ 173.057731251640831, -40.956657872126534 ], [ 173.057599199730987, -40.956650787812826 ], [ 173.057462441233213, -40.956654431229929 ], [ 173.05731154733536, -40.956672382227048 ], [ 173.057160656439493, -40.956693908203881 ], [ 173.057023900904568, -40.956701126278098 ], [ 173.056929585560027, -40.956704748064119 ], [ 173.056764534447723, -40.956711979798335 ], [ 173.056557024743199, -40.956701356237282 ], [ 173.056391958385689, -40.956690711551857 ], [ 173.056165569977964, -40.95666222062426 ], [ 173.055948628689322, -40.956651600562147 ], [ 173.055712808774189, -40.956623113321534 ], [ 173.055524148194678, -40.956594602897773 ], [ 173.055377933966753, -40.956569646964923 ], [ 173.0551703981385, -40.956526844310723 ], [ 173.055000586854703, -40.956480448114341 ], [ 173.054816631059964, -40.956437633571944 ], [ 173.054623220128207, -40.956366221783725 ], [ 173.05430243951082, -40.956244817221062 ], [ 173.054118461462167, -40.956173400140585 ], [ 173.053906147823312, -40.956051943508527 ], [ 173.053698553725837, -40.95593405946417 ], [ 173.053354157304454, -40.955762610738809 ], [ 173.053137116202407, -40.955623278971842 ], [ 173.052872894848036, -40.955455367001406 ], [ 173.052608657803177, -40.955266003349529 ], [ 173.052419909093288, -40.955119506947803 ], [ 173.052212292391545, -40.954965868419187 ], [ 173.052028278041178, -40.954840820304177 ], [ 173.051933886617519, -40.954744332999446 ], [ 173.051834754526112, -40.95461567112639 ], [ 173.051716745815185, -40.95446914173273 ], [ 173.051598734842628, -40.954319037035205 ], [ 173.051542070746734, -40.954222532511025 ], [ 173.051494821623862, -40.954104572670474 ], [ 173.051494743839953, -40.954004467652823 ], [ 173.05152767333206, -40.953900772706781 ], [ 173.051579446101726, -40.953772043057228 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049102652922954, -40.948120761075664 ], [ 173.04916872827053, -40.948202962153168 ], [ 173.04925839633583, -40.948306604219376 ], [ 173.049305608082818, -40.948385238088839 ], [ 173.049348088636606, -40.948442422859195 ], [ 173.049348117914946, -40.948481749869998 ], [ 173.049334009157974, -40.948531808482166 ], [ 173.049296315684728, -40.94857115162629 ], [ 173.049277491523185, -40.948621212246685 ], [ 173.049282236109121, -40.948660537240997 ], [ 173.049305847427803, -40.94870700453621 ], [ 173.049357753577169, -40.94875703490132 ], [ 173.049470964817488, -40.948814189323457 ], [ 173.049555868030041, -40.948849904701575 ], [ 173.049593590931892, -40.948849888482634 ], [ 173.04961243632701, -40.948828429273242 ], [ 173.04961711422132, -40.948778374688224 ], [ 173.049593406361936, -40.948603200881784 ], [ 173.049579134641988, -40.948435173376041 ], [ 173.049593141548144, -40.948249257783878 ], [ 173.04964486547513, -40.948056175582494 ], [ 173.049654167537341, -40.947884562733492 ], [ 173.049668198227977, -40.947730823763791 ], [ 173.049649229982094, -40.947587824555555 ], [ 173.049606669451407, -40.947423384385566 ], [ 173.049545200034743, -40.947194598996965 ], [ 173.049493134807051, -40.946930057681392 ], [ 173.049483528212562, -40.94669409959694 ], [ 173.049469214498714, -40.946468869077123 ], [ 173.0494643579149, -40.946279386343178 ], [ 173.049473588158008, -40.946011243479795 ], [ 173.04947338003953, -40.945732379096349 ], [ 173.049468448799161, -40.945442791168368 ], [ 173.049487135803787, -40.94521039606709 ], [ 173.049529451537268, -40.945049494527765 ], [ 173.049590627389478, -40.94488858485861 ], [ 173.049698967041309, -40.944745530765019 ], [ 173.049892145028565, -40.944559537652161 ], [ 173.050075913447785, -40.94440214978836 ], [ 173.050207837269369, -40.944273385706254 ], [ 173.050316201719369, -40.944166082873053 ], [ 173.050353873076489, -40.944101713069067 ], [ 173.050349109177233, -40.944037361789405 ], [ 173.050306644151618, -40.943998053270541 ], [ 173.050259491265564, -40.943994498646376 ], [ 173.050202930009164, -40.944019549593222 ], [ 173.050146387640154, -40.94406962681073 ], [ 173.050052138471926, -40.944137596307122 ], [ 173.049948459045766, -40.944205569811118 ], [ 173.049778782308721, -40.944291447664348 ], [ 173.049651529822711, -40.944363006260396 ], [ 173.049514887018773, -40.944488196544327 ], [ 173.049397071977126, -40.944570476363253 ], [ 173.049293348668527, -40.944581246310719 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051909752894829, -40.944000917897753 ], [ 173.052018108533218, -40.943886463090962 ], [ 173.052093467215883, -40.943782748652758 ], [ 173.052182928435741, -40.943625399978515 ], [ 173.05227709575351, -40.943457323536038 ], [ 173.052346162210227, -40.943347653132506 ], [ 173.052418364209501, -40.943228447427714 ], [ 173.052449727525953, -40.943140245214892 ], [ 173.052449678499926, -40.943078275324972 ], [ 173.052421341673181, -40.943018701756394 ], [ 173.052383590076118, -40.942978200123491 ], [ 173.052355266527059, -40.942935310739244 ], [ 173.05235523076513, -40.942890025048854 ], [ 173.052389767429247, -40.942839956738737 ], [ 173.052427452983295, -40.942797037361053 ], [ 173.052484015185712, -40.942775560504984 ], [ 173.052556310786059, -40.942775527575698 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056152917093641, -40.940738676233124 ], [ 173.056042901406613, -40.940733962837975 ], [ 173.05596746484656, -40.940733999477509 ], [ 173.055892022258746, -40.940726885693238 ], [ 173.055826007248299, -40.940717383836535 ], [ 173.055772561001987, -40.940703108945115 ], [ 173.055737969898615, -40.940684057997878 ], [ 173.055690796058315, -40.940653095822242 ], [ 173.055640463076116, -40.940603067478115 ], [ 173.055615275621477, -40.940553026986152 ], [ 173.05560892928824, -40.940481526270368 ], [ 173.055634026714898, -40.940424311142188 ], [ 173.055659142105526, -40.940388547132784 ], [ 173.055690541811003, -40.940350396623458 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.055413460634242, -40.939773732935677 ], [ 173.055419693135093, -40.939709376532754 ], [ 173.05546047821673, -40.939618785459629 ], [ 173.055529525433712, -40.939497195788562 ], [ 173.055626834533911, -40.939344607467063 ], [ 173.055714721846641, -40.939201557451284 ], [ 173.055786913280571, -40.939082349558014 ], [ 173.055865408740289, -40.938984589701775 ], [ 173.055953347354915, -40.93890350942786 ], [ 173.056056985131505, -40.938803353775349 ], [ 173.056160636726048, -40.93871988224106 ], [ 173.05623914737825, -40.938641189797004 ], [ 173.056283108163882, -40.938591115687807 ], [ 173.056311349404723, -40.938536282319077 ], [ 173.056295585410453, -40.938479086975185 ], [ 173.05626726934716, -40.938445732355042 ], [ 173.05624838053032, -40.93840998966941 ], [ 173.05625464040304, -40.938379001634409 ], [ 173.05630802213534, -40.938319389076511 ], [ 173.056436794915641, -40.938209686955375 ], [ 173.056596975543101, -40.938073751214439 ], [ 173.05678543894831, -40.937933034402668 ], [ 173.056986483997406, -40.937804228364037 ], [ 173.057165533114869, -40.937682583259985 ], [ 173.057344596003702, -40.937577622091609 ], [ 173.057479684755492, -40.937506051018481 ], [ 173.057646213910772, -40.937446381375068 ], [ 173.057756184811637, -40.937405807517273 ], [ 173.057837884937101, -40.937384315422065 ], [ 173.057900741397106, -40.937379516956035 ], [ 173.057951034057254, -40.937384258612546 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060642707341486, -40.937018999470745 ], [ 173.060476121096798, -40.937011936577719 ], [ 173.060334676822606, -40.937002476830884 ], [ 173.060224654054309, -40.936983466661239 ], [ 173.060114609741902, -40.936940621791095 ], [ 173.060023410674631, -40.936883466243273 ], [ 173.05991333004917, -40.936800102366782 ], [ 173.05980639055025, -40.936714353294086 ], [ 173.059699427724496, -40.93660238606401 ], [ 173.059614472608757, -40.936497557739358 ], [ 173.059570400106224, -40.936418926307034 ], [ 173.059548307176016, -40.936316448898914 ], [ 173.059548236546107, -40.936237794723922 ], [ 173.059567000203543, -40.936132912748924 ], [ 173.059598352805494, -40.936047091951458 ], [ 173.059632861149879, -40.935975570278792 ], [ 173.059676832620795, -40.935942179075411 ], [ 173.059727094262939, -40.935913551519363 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059243029245067, -40.935858981626829 ], [ 173.059104792168313, -40.935918639093678 ], [ 173.058994805475834, -40.935937763105834 ], [ 173.058856527818335, -40.935952134534482 ], [ 173.058733958587055, -40.935959347413942 ], [ 173.058620811899772, -40.935959404990086 ], [ 173.058529655438633, -40.935947533990003 ], [ 173.058391344080206, -40.93592376950032 ], [ 173.058281317372717, -40.935897607091128 ], [ 173.058086420409467, -40.935859570054731 ], [ 173.05798267775964, -40.935831020733417 ], [ 173.057831755521192, -40.935761976150332 ], [ 173.057683966181628, -40.935681012495586 ], [ 173.057570753753367, -40.93560479831487 ], [ 173.057451249504368, -40.935521436773051 ], [ 173.057369473194115, -40.935452357109789 ], [ 173.057306571149496, -40.93540233569987 ], [ 173.057212241907536, -40.935354713313629 ], [ 173.05712108652861, -40.935342841198043 ], [ 173.057001661167249, -40.935350050679368 ], [ 173.056875949909596, -40.935357263137639 ], [ 173.056728242154037, -40.935369253204975 ], [ 173.056640248097864, -40.935378830306178 ], [ 173.056539676173571, -40.935381263124071 ], [ 173.05645167395835, -40.935381306239975 ], [ 173.056325950434427, -40.935374217336559 ], [ 173.056219088592002, -40.935371886024399 ], [ 173.056149939967526, -40.935367152793866 ], [ 173.056080797399716, -40.935369569902946 ], [ 173.056021101755505, -40.935393433533548 ], [ 173.055986565670025, -40.935436352610871 ], [ 173.055958319444187, -40.935484035547951 ], [ 173.055926928224238, -40.935529336541883 ], [ 173.055898657807091, -40.935548417940062 ], [ 173.055857813585533, -40.935565121961574 ], [ 173.055810681445905, -40.935579445550829 ], [ 173.055750971489118, -40.935586624818846 ], [ 173.055662981003792, -40.935600968094768 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057387142242163, -40.928630480760184 ], [ 173.057248780725843, -40.928530444038884 ], [ 173.057122994159414, -40.928435167849713 ], [ 173.057043762855443, -40.928391478447146 ], [ 173.05692809371692, -40.928366747579908 ], [ 173.056764668525915, -40.928355387514493 ], [ 173.056563545056463, -40.928359172768253 ], [ 173.056343570908297, -40.928368814315625 ], [ 173.056199015163713, -40.928373651784234 ], [ 173.056068275682804, -40.928365262073029 ], [ 173.055953859865326, -40.928335635572353 ], [ 173.055809252024972, -40.92827850250638 ], [ 173.055696086414088, -40.928240421790946 ], [ 173.055626941264364, -40.9282309213094 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051198425284582, -40.918502598272141 ], [ 173.051071072429551, -40.918377522651198 ], [ 173.050976726101169, -40.918270308314781 ], [ 173.050877672378874, -40.918170246381592 ], [ 173.050844611619766, -40.918080880892823 ], [ 173.050839764224207, -40.917905698088902 ], [ 173.050848952199857, -40.917594651374444 ], [ 173.050848743988752, -40.917322936022245 ], [ 173.050853287240301, -40.917101271410353 ], [ 173.050867234718197, -40.916851001013356 ], [ 173.050909501655866, -40.916654346161344 ], [ 173.050937640140347, -40.916471998343894 ], [ 173.050961062676947, -40.916286077393977 ], [ 173.05095152952461, -40.916146648650994 ], [ 173.05094205679174, -40.91608587436707 ], [ 173.050927906715458, -40.916071579800558 ], [ 173.050909073783544, -40.916096614544379 ], [ 173.050876120915234, -40.916146681943346 ], [ 173.050796051263973, -40.916214646115669 ], [ 173.050720694496505, -40.916282608158866 ], [ 173.050664208891988, -40.916375588290222 ], [ 173.050607764027347, -40.916522196431742 ], [ 173.05054192271632, -40.916708135901061 ], [ 173.050466660292386, -40.916901229857196 ], [ 173.050438501310424, -40.917058551131113 ], [ 173.050415044444492, -40.917201569524863 ], [ 173.05043868609971, -40.917301664880611 ], [ 173.050467024639403, -40.917380306954868 ], [ 173.050518961565047, -40.9175018411241 ], [ 173.050523740030059, -40.917587643906529 ], [ 173.050495534643488, -40.917684186744005 ], [ 173.050448465685946, -40.917766437014535 ], [ 173.050368407212488, -40.917852276881121 ], [ 173.050288297052163, -40.917870187857574 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059692597656806, -40.913995902546993 ], [ 173.059579394276682, -40.913891088397378 ], [ 173.059516453315268, -40.913776714324889 ], [ 173.059497473632177, -40.913633715899614 ], [ 173.059547615813415, -40.913490681797086 ], [ 173.059629176702998, -40.913347631428188 ], [ 173.059773583540533, -40.913214082323478 ], [ 173.059905448094554, -40.913109141197573 ], [ 173.06003732516831, -40.913018500736108 ], [ 173.060118957830042, -40.912956487973609 ], [ 173.060188053116832, -40.912927850285648 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.060150138951883, -40.912694289940355 ], [ 173.059923813022266, -40.912570467285065 ], [ 173.059747774698309, -40.912465685907073 ], [ 173.059634603826481, -40.912394240358545 ], [ 173.0595591267695, -40.912313241353694 ], [ 173.059521356247217, -40.91223698978505 ], [ 173.059533795328576, -40.912093975107226 ], [ 173.059596495016621, -40.911941400577938 ], [ 173.059665460912669, -40.911769754999909 ], [ 173.059696759037905, -40.911636264418981 ], [ 173.05972181203137, -40.911545679542627 ], [ 173.059684067479878, -40.911498029658418 ], [ 173.05960235914992, -40.911474237203755 ], [ 173.059495572007648, -40.911512427884006 ], [ 173.059407644120114, -40.911560142636453 ], [ 173.059300856727475, -40.911598333135991 ], [ 173.059212911574804, -40.911626979978799 ], [ 173.059124923881313, -40.9116079573527 ], [ 173.059068341602824, -40.911574617750922 ], [ 173.059036847195131, -40.911488828913974 ], [ 173.059030483032359, -40.911398260264079 ], [ 173.058992662795987, -40.911264805223844 ], [ 173.058961172868209, -40.911183783301993 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "04/05/1944", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 23200.0, "Georef_ER": "2.43", "Pixel_Er": 0.74357890101155499, "Total_UNCY": "2.643995004161232", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_04MAY1944.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052144802730282, -40.896862385844344 ], [ 173.052062999255867, -40.896690812429604 ], [ 173.052018874425954, -40.896500154143673 ], [ 173.051993622495303, -40.896342856013774 ], [ 173.051949535387763, -40.896199867225192 ], [ 173.051842649306394, -40.896085508393632 ], [ 173.051710609045188, -40.895937792053431 ], [ 173.051584829278454, -40.895761471024727 ], [ 173.051389891695891, -40.895513676352451 ], [ 173.051157237416987, -40.895232529383343 ], [ 173.050993709563045, -40.894979953125635 ], [ 173.05086789335158, -40.894751194780596 ], [ 173.050804974630893, -40.894622514688166 ], [ 173.050735774152741, -40.894493837322038 ], [ 173.050622600017618, -40.894365179220785 ], [ 173.050540850717937, -40.894255575066566 ], [ 173.050471680116544, -40.894165033176129 ], [ 173.050465347433885, -40.894098298549757 ], [ 173.050484149842504, -40.894041086836957 ], [ 173.050578324766889, -40.893969541220329 ], [ 173.050691374431864, -40.893936122888839 ], [ 173.050791881966006, -40.89393131171326 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.065128778876215, -40.954423364473065 ], [ 173.064971560654755, -40.954396639321637 ], [ 173.064849701970275, -40.954360956123146 ], [ 173.064767126783664, -40.954310354151808 ], [ 173.064672727467894, -40.95422400695162 ], [ 173.064594038812146, -40.95412871292173 ], [ 173.064531060780638, -40.954024472093877 ], [ 173.064491702148501, -40.953961928458916 ], [ 173.06445236966826, -40.953926198648276 ], [ 173.064405174801493, -40.953887493899053 ], [ 173.064365830837659, -40.953839846796676 ], [ 173.064318607168133, -40.953771348856719 ], [ 173.064232013850301, -40.953628389906896 ], [ 173.064141462328735, -40.953455639917983 ], [ 173.064102055413656, -40.953342447776521 ], [ 173.064090150964347, -40.953223281700602 ], [ 173.064078269602987, -40.953127950147575 ], [ 173.064086059903275, -40.953056442199333 ], [ 173.064066345075076, -40.952987928853481 ], [ 173.064038773748081, -40.952922399184772 ], [ 173.064011239884081, -40.952895600616081 ], [ 173.06399547789988, -40.952850919602199 ], [ 173.064015089015186, -40.952812177587333 ], [ 173.064085754525024, -40.952740634709841 ], [ 173.064195693739379, -40.952645235387408 ], [ 173.064215298903434, -40.952600534705084 ], [ 173.064207387568416, -40.952546911392176 ], [ 173.064203420361025, -40.95250818247078 ], [ 173.064234768324837, -40.952415806160325 ], [ 173.06431719039665, -40.952311484089826 ], [ 173.064372113221538, -40.952216115268165 ], [ 173.064466341200756, -40.952129662403408 ], [ 173.064533067135415, -40.952049183492157 ], [ 173.064572328878825, -40.952013409695297 ], [ 173.064623394064938, -40.951992525860021 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059434402904003, -40.956654373050903 ], [ 173.059163998110307, -40.956625910691834 ], [ 173.058906169316941, -40.956597441274063 ], [ 173.058711228007894, -40.956578473084093 ], [ 173.058522591530419, -40.956578568984845 ], [ 173.058327675561145, -40.956588201563989 ], [ 173.058120196308636, -40.95661214086239 ], [ 173.057881269137681, -40.956626561768715 ], [ 173.057692669872239, -40.956669558438321 ], [ 173.057485202540079, -40.956707797302847 ], [ 173.057258850677272, -40.956722210648778 ], [ 173.056994767228929, -40.956731875303056 ], [ 173.05678726661705, -40.956731977688165 ], [ 173.056560890105629, -40.956717788246159 ], [ 173.056321925746431, -40.956689303794249 ], [ 173.056095545444094, -40.956670346535269 ], [ 173.055799982426777, -40.956632354713719 ], [ 173.055479256236936, -40.956580073529565 ], [ 173.055278008189845, -40.956537268043455 ], [ 173.055001305902408, -40.956494498224394 ], [ 173.054818925979419, -40.956456449839273 ], [ 173.054680581007631, -40.956442214816491 ], [ 173.054510773223797, -40.956399393075252 ], [ 173.054340965659293, -40.956356571083482 ], [ 173.054215181119446, -40.956323261960172 ], [ 173.054158555326666, -40.956280386424126 ], [ 173.054158485200503, -40.956194582159583 ], [ 173.054158438449889, -40.956137379315841 ], [ 173.054133248144439, -40.95608972209029 ], [ 173.054057759106485, -40.956046855357748 ], [ 173.053862766551902, -40.955961142313313 ], [ 173.053648903333936, -40.955865903908375 ], [ 173.053466487454926, -40.955780184338316 ], [ 173.053284056715995, -40.955675396861643 ], [ 173.053101615094477, -40.955556308381347 ], [ 173.052906602384581, -40.955441992284968 ], [ 173.052692692940752, -40.955284782337991 ], [ 173.052535404453863, -40.955165681455526 ], [ 173.052371828794406, -40.95504658321186 ], [ 173.052208257478298, -40.954932251638127 ], [ 173.052057262159025, -40.954817914152713 ], [ 173.0518999684557, -40.9546892785823 ], [ 173.051780408963339, -40.954570159668059 ], [ 173.051723734156411, -40.954460546248256 ], [ 173.051616728459038, -40.954312820084965 ], [ 173.051534899804579, -40.954198450918113 ], [ 173.051528545431125, -40.954112649429014 ], [ 173.051534703340053, -40.953945804922178 ], [ 173.051591188136257, -40.953812306254768 ], [ 173.051635101202834, -40.953683580094825 ], [ 173.051697888043975, -40.953569146177344 ], [ 173.051779552326792, -40.953473771378427 ], [ 173.05187381392102, -40.953406992300124 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.725519206639521", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.048963954808528, -40.949199083579401 ], [ 173.048907299811617, -40.949103769397198 ], [ 173.048882059712184, -40.948979840402885 ], [ 173.048881883941391, -40.94874149489781 ], [ 173.048932036783299, -40.948546030242547 ], [ 173.049026234308286, -40.948398215959713 ], [ 173.049101587788556, -40.948274244182819 ], [ 173.049088981825037, -40.948231347341476 ], [ 173.04905751814286, -40.948193225435368 ], [ 173.048975771909568, -40.948174192537749 ], [ 173.048862551647545, -40.948102736890007 ], [ 173.048862498938746, -40.948031233228612 ], [ 173.048912756827747, -40.947978775884529 ], [ 173.049019633454066, -40.947973963584893 ], [ 173.049201965481359, -40.94798341974991 ], [ 173.049271084254883, -40.947930954199514 ], [ 173.049289902908782, -40.947873743207914 ], [ 173.049289856828665, -40.947811773365999 ], [ 173.049296115519979, -40.947773635390597 ], [ 173.049340121309484, -40.947768849655901 ], [ 173.04935274864215, -40.947840347938737 ], [ 173.049371702119174, -40.947964279546547 ], [ 173.049359227376243, -40.948097758431096 ], [ 173.049321575841049, -40.94819311278637 ], [ 173.049271364176917, -40.94830754014383 ], [ 173.049208602892037, -40.94845534121729 ], [ 173.049133277674088, -40.948617448342617 ], [ 173.049095636111645, -40.948727103346457 ], [ 173.049089440761406, -40.948851045687064 ], [ 173.049102110406068, -40.948979746904087 ], [ 173.049089606688085, -40.949075090457121 ], [ 173.049058220223174, -40.949141840574775 ], [ 173.049014252276407, -40.949199062209452 ], [ 173.048957671145956, -40.949203853158899 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.725519206639521", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049358879515296, -40.94763060116356 ], [ 173.049390247204229, -40.947540016391351 ], [ 173.049390158409381, -40.947420843611127 ], [ 173.049377495608127, -40.947301676213762 ], [ 173.049371080790621, -40.947130070094417 ], [ 173.049345751866042, -40.946886968367728 ], [ 173.04931412200213, -40.94662480166641 ], [ 173.049295059128667, -40.946353095745174 ], [ 173.049282286844175, -40.946086154033317 ], [ 173.0492694686059, -40.94575724244352 ], [ 173.049313267388897, -40.945475975777818 ], [ 173.049375958166763, -40.945237603224903 ], [ 173.049432379482027, -40.945023067889878 ], [ 173.0495893601788, -40.944770353996134 ], [ 173.049721207022742, -40.94453671837914 ], [ 173.049871991988198, -40.944407946549482 ], [ 173.050016486054687, -40.944274410333449 ], [ 173.050135857959532, -40.944174253267697 ], [ 173.050204946755144, -40.944088418727759 ], [ 173.050217502098207, -40.944064578682685 ], [ 173.050223749070284, -40.944012139890511 ], [ 173.050192297567946, -40.943988319007488 ], [ 173.050154606283485, -40.944026470732972 ], [ 173.050110635465529, -40.944074159006178 ], [ 173.05005410197802, -40.944136153462864 ], [ 173.049934708474808, -40.94420770896145 ], [ 173.04979644382172, -40.944264971740701 ], [ 173.049683318668201, -40.944312689693511 ], [ 173.049601626974322, -40.944360394017352 ], [ 173.049507379503979, -40.944431938250915 ], [ 173.049425698198434, -40.944493943190388 ], [ 173.04935655828524, -40.944513040467136 ], [ 173.049287404156047, -40.944513070047705 ], [ 173.049249669556588, -40.944494018510326 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051965132671114, -40.943973232925281 ], [ 173.051996483856357, -40.943868346647548 ], [ 173.052078105816378, -40.943734836170805 ], [ 173.052197428595747, -40.943577473993201 ], [ 173.052291623068129, -40.943443957666595 ], [ 173.052341807025073, -40.943305694330213 ], [ 173.05239201337551, -40.943196032456072 ], [ 173.052385662728881, -40.943114997764589 ], [ 173.052341626378166, -40.943076882431889 ], [ 173.052247301043309, -40.943043556796177 ], [ 173.052127821922198, -40.943000708624453 ], [ 173.052002045146992, -40.942943562419615 ], [ 173.051939119495756, -40.942867320117195 ], [ 173.051932788104693, -40.942810119970297 ], [ 173.051945323910019, -40.942762445157697 ], [ 173.05197045525415, -40.942743366166887 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.056067626354917, -40.940763175999599 ], [ 173.055929317891639, -40.940753709331531 ], [ 173.055809852560714, -40.94072516570585 ], [ 173.055690355301323, -40.940658486625232 ], [ 173.055633693949176, -40.940558408691437 ], [ 173.055608460539872, -40.940453548657395 ], [ 173.055627263609665, -40.940386802728668 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.05534383287636, -40.939733871235191 ], [ 173.05545063992767, -40.939662316135582 ], [ 173.055513430873646, -40.939576481377742 ], [ 173.05561386726211, -40.939404823886214 ], [ 173.055708020898095, -40.939237936257157 ], [ 173.055777073280069, -40.939123496806879 ], [ 173.055839875337085, -40.939051962616958 ], [ 173.055959249159486, -40.938975634032005 ], [ 173.05610369089743, -40.938808721652016 ], [ 173.056216753539189, -40.938703794348349 ], [ 173.056273252361848, -40.938613195310161 ], [ 173.056285768069955, -40.938546452321084 ], [ 173.05627314313341, -40.938484488521802 ], [ 173.056266816516455, -40.938436822407766 ], [ 173.056304480869102, -40.93837483406044 ], [ 173.056455234980717, -40.938241286582844 ], [ 173.056662539223197, -40.938079109607983 ], [ 173.05690753867367, -40.937893079055932 ], [ 173.057171390918256, -40.937702271710975 ], [ 173.057359870604159, -40.937583005087426 ], [ 173.057535802289038, -40.937492345940754 ], [ 173.057667764210095, -40.937439843890282 ], [ 173.057774594131672, -40.937401655046166 ], [ 173.057887743281611, -40.937401598298734 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.06057152234672, -40.936995031464491 ], [ 173.060452087871028, -40.936995094140585 ], [ 173.060288642551541, -40.936985645869349 ], [ 173.060100014301952, -40.936933308202505 ], [ 173.059917612062662, -40.936814230091557 ], [ 173.059791797343138, -40.93670942312577 ], [ 173.059678542127529, -40.936590308756379 ], [ 173.059596738616932, -40.936495012630743 ], [ 173.059571500495395, -40.936390153393035 ], [ 173.059552514164466, -40.936247155543988 ], [ 173.059564949055755, -40.936094607617427 ], [ 173.059596305926277, -40.936013553739897 ], [ 173.059646533356386, -40.935946790859674 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059244127637953, -40.935827825253035 ], [ 173.059137330855606, -40.935899383907184 ], [ 173.059011663332427, -40.935956651353912 ], [ 173.058860822245208, -40.935980563060809 ], [ 173.05869111059809, -40.935990183410148 ], [ 173.05850252008176, -40.935975978478609 ], [ 173.058326493115089, -40.935952233039956 ], [ 173.058093876252286, -40.935909448167642 ], [ 173.057936699038976, -40.935876158791018 ], [ 173.057792060581164, -40.935804727537977 ], [ 173.057634842337364, -40.935723768546133 ], [ 173.05743986780459, -40.935595158927647 ], [ 173.057351782854823, -40.93549986432096 ], [ 173.057270016966555, -40.935442701888306 ], [ 173.05717569180328, -40.935399846393075 ], [ 173.057106530767214, -40.935380812974358 ], [ 173.057012230386505, -40.935366558868935 ], [ 173.056917950503191, -40.935376139289708 ], [ 173.056735668371886, -40.93538576296605 ], [ 173.056515679069179, -40.935404938686574 ], [ 173.056327106874932, -40.935409797877035 ], [ 173.056157388243179, -40.935409880656181 ], [ 173.056025388889651, -40.935414711787971 ], [ 173.055962546223128, -40.935433809994386 ], [ 173.05591229939381, -40.935481503595433 ], [ 173.055855770620667, -40.935533967139868 ], [ 173.055792959876641, -40.935591200618312 ], [ 173.055748974658769, -40.935610289582115 ], [ 173.055667262034262, -40.93561509598095 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.725519206639521", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.057232585642794, -40.928487776151613 ], [ 173.057062802709737, -40.928392521723715 ], [ 173.056899362711818, -40.928364000914009 ], [ 173.05667308302489, -40.928349811558533 ], [ 173.056515948810016, -40.928345121748571 ], [ 173.056497052591624, -40.928297461722629 ], [ 173.056496979509546, -40.928211657043704 ], [ 173.056459150687118, -40.928073434639117 ], [ 173.056339533878344, -40.92783991362883 ], [ 173.056213648935454, -40.927625463257094 ], [ 173.056131845336637, -40.927511096805347 ], [ 173.056075190542998, -40.927406251925348 ], [ 173.056037391249106, -40.927301397854343 ], [ 173.055980712646971, -40.927167951358655 ], [ 173.055892584766212, -40.927005918501699 ], [ 173.055791855115388, -40.926805756232071 ], [ 173.055672262948946, -40.926596069115419 ], [ 173.055590429596776, -40.92644356683234 ], [ 173.055565269529751, -40.926419744307907 ], [ 173.055521278355883, -40.926424532426843 ], [ 173.055521306284078, -40.926457900924191 ], [ 173.055515081096587, -40.926529407872302 ], [ 173.055502562878388, -40.926591383988267 ], [ 173.055540384868124, -40.926724839816153 ], [ 173.055615937382868, -40.926882112086361 ], [ 173.055678932095532, -40.927053691155571 ], [ 173.055741947163057, -40.927249104822629 ], [ 173.055811191572957, -40.927377778423526 ], [ 173.05587414309494, -40.927496921170729 ], [ 173.05592453662652, -40.92763037075936 ], [ 173.055981183328015, -40.927725681855151 ], [ 173.05606926806081, -40.927835278426706 ], [ 173.056207654623591, -40.927968685065636 ], [ 173.056314542984126, -40.928016302204092 ], [ 173.056358575657214, -40.928059183051253 ], [ 173.056408909785006, -40.92812112851378 ], [ 173.056446685795606, -40.928197380887468 ], [ 173.05645930892527, -40.928259344779832 ], [ 173.056390220381218, -40.928316581728332 ], [ 173.056333689989629, -40.928359511715179 ], [ 173.056245717300811, -40.928383389300514 ], [ 173.056126302356489, -40.928388214412621 ], [ 173.056025710815391, -40.928354894829248 ], [ 173.055906251711662, -40.928307283521043 ], [ 173.055818234813017, -40.928278724587692 ], [ 173.055717655604809, -40.928259705514805 ], [ 173.05563593604009, -40.928245444185059 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.051377656540211, -40.918703524389457 ], [ 173.051204668353336, -40.918483130508498 ], [ 173.051047410279978, -40.918286564082223 ], [ 173.050937335214741, -40.918155521988041 ], [ 173.050874451688514, -40.918101921704718 ], [ 173.05081148613408, -40.917941065336393 ], [ 173.050803443815312, -40.917696763342192 ], [ 173.050818875944088, -40.91733327755319 ], [ 173.050857877955394, -40.916975740019531 ], [ 173.050889010720624, -40.916600329904618 ], [ 173.050943790692514, -40.916332165431356 ], [ 173.050935821265711, -40.91618320212006 ], [ 173.050880726142651, -40.916040218279605 ], [ 173.050825699712959, -40.915986614482769 ], [ 173.050778587683624, -40.916010469930903 ], [ 173.050762936844052, -40.916087939576428 ], [ 173.050731616834298, -40.916219044172948 ], [ 173.050653198013492, -40.916391880166991 ], [ 173.050559113957348, -40.916624309700723 ], [ 173.050480703275042, -40.916809062907262 ], [ 173.050425853120061, -40.916987847082353 ], [ 173.050402405303487, -40.917142782816043 ], [ 173.050418210740077, -40.917267908025046 ], [ 173.050465428017617, -40.917381102143182 ], [ 173.050504785698223, -40.91748834101012 ], [ 173.050520559654785, -40.917571755508106 ], [ 173.050473487181961, -40.917649238854537 ], [ 173.050402876003773, -40.917762484501409 ], [ 173.05032434605053, -40.917792312155875 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059684474138891, -40.914075594104425 ], [ 173.059590125377156, -40.913974345412541 ], [ 173.059495782245222, -40.913879055314318 ], [ 173.059464282984635, -40.913789691425869 ], [ 173.059464154849678, -40.913646683273456 ], [ 173.059511133840175, -40.913479816114076 ], [ 173.059644509236051, -40.913306945603345 ], [ 173.059872124279678, -40.91311615001662 ], [ 173.059981987808698, -40.913002878074437 ], [ 173.06009191570476, -40.912961110110871 ], [ 173.060194004995139, -40.91293722216367 ], [ 173.060272513939083, -40.912895470422555 ], [ 173.060303873092721, -40.912829908585742 ], [ 173.060256696385323, -40.912776305154871 ], [ 173.060178106529094, -40.912728676777178 ], [ 173.059997373988807, -40.91264534946945 ], [ 173.059840221933712, -40.912579885674852 ], [ 173.059698747294561, -40.912478661488542 ], [ 173.059596556869138, -40.912389334186756 ], [ 173.05954934362191, -40.912294019740571 ], [ 173.059549231349308, -40.912168887575035 ], [ 173.059619772799579, -40.912002008159526 ], [ 173.059690271024522, -40.911787459296505 ], [ 173.059713738165811, -40.911680190947031 ], [ 173.05971365775136, -40.911590810819789 ], [ 173.05967433691913, -40.911537203070957 ], [ 173.059587921185653, -40.91151937171999 ], [ 173.0594230137213, -40.911561167555575 ], [ 173.059203161582587, -40.911644702120228 ], [ 173.05907749971729, -40.911656683917549 ], [ 173.058983234754578, -40.911644814812448 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.052892272099911, -40.897144328631995 ], [ 173.052735187406995, -40.897108648406586 ], [ 173.052562364253873, -40.897031264288749 ], [ 173.052381660509155, -40.896918131330672 ], [ 173.05225594087176, -40.896822849267821 ], [ 173.052153765853291, -40.896709680341296 ], [ 173.052075158779644, -40.896608418070215 ], [ 173.052067203243951, -40.896477330401027 ], [ 173.05206710046059, -40.896346239183444 ], [ 173.052059163657589, -40.8962389862753 ], [ 173.052004106041807, -40.896125795927013 ], [ 173.051870503183721, -40.895988806125217 ], [ 173.051760426353439, -40.895810094748484 ], [ 173.051563938730112, -40.895589711063849 ], [ 173.05133597750347, -40.895285919319932 ], [ 173.051194488387353, -40.895101262663204 ], [ 173.05102155322777, -40.894868950179017 ], [ 173.050895738957706, -40.894642575337322 ], [ 173.050762045726145, -40.894380451641837 ], [ 173.050644090273124, -40.894160031743105 ], [ 173.050589073107375, -40.89409451023014 ], [ 173.050549738266994, -40.893999188336188 ], [ 173.05055754081306, -40.893933639256062 ], [ 173.05060461456398, -40.893879990343528 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.725519206639521", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.047095816699255, -40.889869246397616 ], [ 173.046932428659346, -40.889773973787136 ], [ 173.046806636310407, -40.889545210791468 ], [ 173.046680710825655, -40.889125769260382 ], [ 173.046642606795189, -40.888534681462779 ], [ 173.046654734418496, -40.887914971510895 ], [ 173.04674222425686, -40.88727616312341 ], [ 173.046880063411237, -40.886780343039668 ], [ 173.04711837306985, -40.886246346039997 ], [ 173.047406955485741, -40.88575046355831 ], [ 173.047695554130797, -40.885283182091719 ], [ 173.047984176263071, -40.884854035573397 ], [ 173.048348139509699, -40.884386721024121 ], [ 173.048875298475053, -40.883776327285339 ], [ 173.049302115592951, -40.883385254443233 ], [ 173.049678723147025, -40.883051405226773 ], [ 173.050093012244446, -40.882717538402744 ], [ 173.050406897508623, -40.882507655127462 ], [ 173.050745875054901, -40.882259624219365 ], [ 173.051022049180432, -40.882021154037339 ], [ 173.051323351886026, -40.881792205940137 ], [ 173.051436317723045, -40.881677748405011 ], [ 173.051436258677143, -40.881601476954401 ], [ 173.051285512542194, -40.881592010146001 ], [ 173.051122278245657, -40.88167788802275 ], [ 173.050908884806546, -40.881878195029152 ], [ 173.050532297333319, -40.882221582253379 ], [ 173.050205837685695, -40.882412403487514 ], [ 173.049841712356027, -40.882631841873078 ], [ 173.04952789579059, -40.88293706290245 ], [ 173.049239193027091, -40.883232738411834 ], [ 173.048912759791676, -40.883471225600836 ], [ 173.048649064218466, -40.883614346098334 ], [ 173.048548652254937, -40.88372879558279 ], [ 173.048473412616602, -40.883909971918122 ], [ 173.048335355452195, -40.884081640609999 ], [ 173.048222435548325, -40.884272366485384 ], [ 173.048121945892063, -40.884281942385584 ], [ 173.04798379064303, -40.884320135664815 ], [ 173.047908493794097, -40.88442504019703 ], [ 173.047883479541667, -40.884577593463597 ], [ 173.047820813017552, -40.884777831985438 ], [ 173.047745570208548, -40.884959007814693 ], [ 173.047607563642686, -40.885206947014495 ], [ 173.047406710560352, -40.885407242244831 ], [ 173.047293792527256, -40.885607501095159 ], [ 173.047206005310102, -40.885817283473038 ], [ 173.047093113010277, -40.886055677811946 ], [ 173.046967623745076, -40.886246407525761 ], [ 173.046817089428714, -40.88655155438552 ], [ 173.046679163185217, -40.886923433412882 ], [ 173.046641589267551, -40.887085525352454 ], [ 173.046616617942874, -40.88730481573451 ], [ 173.046604202450652, -40.887514567105143 ], [ 173.046541515947979, -40.887695736989301 ], [ 173.046466253013591, -40.887857844052263 ], [ 173.046491538655005, -40.888086648043945 ], [ 173.046466579800096, -40.888325006197739 ], [ 173.046391295995932, -40.888458511432418 ], [ 173.046290779810278, -40.88843948397151 ], [ 173.046127436165818, -40.888401413719897 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Torrent Bay", "Date": null, "DSASDate": "09/04/1965", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 26800.0, "Georef_ER": "2.43", "Pixel_Er": 0.76331837771726796, "Total_UNCY": "2.649614112613556", "filename": "Retrolens/Tasman/ TorrentBay/Shorelines/TorrentBay_09APR1965.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.049376587143769, -40.882174413124368 ], [ 173.049640289682429, -40.882050358793805 ], [ 173.049966763517915, -40.881878607010812 ], [ 173.050456514546397, -40.881678181184597 ], [ 173.050908585299538, -40.881487303844416 ], [ 173.051260146687355, -40.881277401568106 ], [ 173.051624274724674, -40.881077026524693 ], [ 173.05196329262256, -40.880895729511984 ], [ 173.052226977759005, -40.880762135313198 ], [ 173.052352509185056, -40.880657205106615 ], [ 173.052415218342503, -40.88053323545428 ], [ 173.052415098008311, -40.880380692524021 ], [ 173.052465185254221, -40.88018045707809 ], [ 173.052590685022039, -40.880037390867422 ], [ 173.052816749966183, -40.879989617884583 ], [ 173.053030298988318, -40.879999053837459 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Motueka", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.25, "Total_UNCY": "3.241203480190653", "filename": "Retrolens/Tasman/Motueka/Shorelines/Motueka_19MAY1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.030347489541242, -41.103521873732603 ], [ 173.030361673372397, -41.103556698976028 ], [ 173.030375892146225, -41.103642497328508 ], [ 173.030375943213954, -41.103753325025913 ], [ 173.03037601240294, -41.103903478677033 ], [ 173.030352470750756, -41.104100114680335 ], [ 173.030343124811338, -41.104332497805096 ], [ 173.030357424401956, -41.104593475387276 ], [ 173.030390569145226, -41.104722169776196 ], [ 173.030456814421768, -41.104883031188102 ], [ 173.030527816342982, -41.105108242855799 ], [ 173.030627171345117, -41.105319146591796 ], [ 173.030740684971477, -41.105483570335437 ], [ 173.030939305815338, -41.105708747605753 ], [ 173.031109543209624, -41.105880305900925 ], [ 173.031223043765294, -41.106012553382691 ], [ 173.031360198177424, -41.106187695344708 ], [ 173.031478443449117, -41.106355692134173 ], [ 173.031558872898387, -41.106516548990193 ], [ 173.031610946351861, -41.106684563739947 ], [ 173.031625155421892, -41.106745336295219 ], [ 173.031672459625867, -41.10682397518277 ], [ 173.031715061372665, -41.106952666540295 ], [ 173.031729298131751, -41.107070640438032 ], [ 173.031771879470085, -41.107156430751331 ], [ 173.031800291237886, -41.107263675470719 ], [ 173.031838147835884, -41.107353042145732 ], [ 173.031866549425985, -41.10743883633728 ], [ 173.031880746790392, -41.107474583260711 ], [ 173.031913847492177, -41.107503174777548 ], [ 173.031980028167027, -41.107517456767425 ], [ 173.032027286446237, -41.107499568215204 ], [ 173.032074522083775, -41.107435203543538 ], [ 173.032074475112182, -41.107338676257761 ], [ 173.032050763465975, -41.107177804021227 ], [ 173.032008141821279, -41.107009786859429 ], [ 173.031979738497654, -41.106920417611434 ], [ 173.031941878491665, -41.106823900806155 ], [ 173.031899283305989, -41.106709509870093 ], [ 173.031851942634717, -41.106555794285832 ], [ 173.031851894262928, -41.106455691899825 ], [ 173.031837640150201, -41.106301967151325 ], [ 173.031809202858796, -41.106141096141648 ], [ 173.03177132976549, -41.106015978582882 ], [ 173.031752364857681, -41.105894430885698 ], [ 173.031733424115203, -41.10582293438204 ], [ 173.031742846276273, -41.105758580236113 ], [ 173.031785356103285, -41.105697792051636 ], [ 173.031799504757288, -41.105633436595689 ], [ 173.031794754054147, -41.105583386699223 ], [ 173.031761635419855, -41.105515469194195 ], [ 173.031723812672965, -41.105494029096569 ], [ 173.03161509684648, -41.10548333371986 ], [ 173.031525314611372, -41.105529834442727 ], [ 173.031468619857606, -41.105579901149319 ], [ 173.03141666009833, -41.105647841967738 ], [ 173.031388312640161, -41.10567287529738 ], [ 173.031331602365668, -41.105690766163839 ], [ 173.031279601662334, -41.105672904861805 ], [ 173.031213414526832, -41.105640747035444 ], [ 173.031166126933158, -41.105594283715106 ], [ 173.031109393044574, -41.105562123271071 ], [ 173.031019563238971, -41.105508521196043 ], [ 173.030910812296838, -41.105422748351018 ], [ 173.030863506660125, -41.105336958958979 ], [ 173.030811462915153, -41.105226145207972 ], [ 173.0307641442011, -41.105111755083229 ], [ 173.03069317809053, -41.10496519545886 ], [ 173.030641123293179, -41.104829356019486 ], [ 173.030612706161548, -41.104704235535912 ], [ 173.030584285820566, -41.104571964869649 ], [ 173.030584226107663, -41.104443261755577 ], [ 173.030579366958108, -41.104157256079588 ], [ 173.030579303938907, -41.104021402782621 ], [ 173.030565069899723, -41.103903428679175 ], [ 173.030546131018355, -41.103831931954893 ], [ 173.030536645032356, -41.103760432721664 ], [ 173.030550781236229, -41.103667476700927 ], [ 173.030574356963172, -41.103545917472175 ], [ 173.030597969109522, -41.103503010153425 ], [ 173.030616869763151, -41.103492279869791 ], [ 173.030649964591845, -41.103513721596251 ], [ 173.030683066098049, -41.10354946366148 ], [ 173.030725635466126, -41.103617378980111 ], [ 173.030768188235783, -41.103649543411983 ], [ 173.030824930341566, -41.103703154557373 ], [ 173.030881689287497, -41.10379251654382 ], [ 173.030957360846315, -41.10389617377021 ], [ 173.031004667251494, -41.103985538232372 ], [ 173.031080324055296, -41.104057019593562 ], [ 173.031132330183226, -41.104089181338011 ], [ 173.031207978781936, -41.104142787180493 ], [ 173.031283632593443, -41.104207118232736 ], [ 173.031340385796653, -41.104282179638538 ], [ 173.031378236652927, -41.104364396338802 ], [ 173.031435002033135, -41.104464483301392 ], [ 173.031472858232917, -41.104557425227206 ], [ 173.031520184615971, -41.104686115417103 ], [ 173.031567499199639, -41.104789779980564 ], [ 173.031586430899267, -41.104843401093312 ], [ 173.0315958907631, -41.104857698846445 ], [ 173.031624285815326, -41.104932767876853 ], [ 173.031605415766762, -41.105007849874276 ], [ 173.031548726655558, -41.105068641883037 ], [ 173.031487317745416, -41.105143735499418 ], [ 173.031482603171241, -41.105168762393468 ], [ 173.03148261341596, -41.105190212909783 ], [ 173.031510977720757, -41.105200930415457 ], [ 173.031558215639905, -41.105143716102276 ], [ 173.031619621039511, -41.105061472275914 ], [ 173.031652668915598, -41.104982811296175 ], [ 173.031723482332353, -41.104807612572472 ], [ 173.031770640525281, -41.10458594419579 ], [ 173.031770544035624, -41.104385739353162 ], [ 173.031718425550139, -41.104121197267595 ], [ 173.031656887235386, -41.10392458439383 ], [ 173.031576479550438, -41.103803053488697 ], [ 173.031458247142155, -41.103652932158646 ], [ 173.031382558056038, -41.103513524386187 ], [ 173.031245393902537, -41.103306206582289 ], [ 173.031051510687604, -41.103091753731697 ], [ 173.030952196296198, -41.102963077291058 ], [ 173.030852883965707, -41.102837975849333 ], [ 173.030654282046783, -41.102634248840346 ], [ 173.030521893035825, -41.102523456254147 ], [ 173.030361148133153, -41.102416246077397 ], [ 173.030190952744192, -41.102312613239334 ], [ 173.03005383721262, -41.102198246259015 ], [ 173.029916707555628, -41.102051703320697 ], [ 173.02980319704983, -41.101876553399798 ], [ 173.029736966068953, -41.10173714205586 ], [ 173.029656538861559, -41.101558408348815 ], [ 173.029604461602787, -41.101361791854828 ], [ 173.029575998218604, -41.101125843292053 ], [ 173.029571167749253, -41.100893463738814 ], [ 173.029604179060982, -41.100732576245647 ], [ 173.029689147271142, -41.100502556966937 ], [ 173.02978358931523, -41.100321394725341 ], [ 173.029909521325237, -41.100102089940734 ], [ 173.029991369960669, -41.099944764716582 ], [ 173.030066936246982, -41.09983034214801 ], [ 173.030104719291813, -41.099773130844326 ], [ 173.030161395916792, -41.099692080650556 ], [ 173.030243265308229, -41.099582423097907 ], [ 173.030306247477029, -41.099510904748442 ], [ 173.030337717673206, -41.099429861091508 ], [ 173.030350298708271, -41.099382189909967 ], [ 173.030343979673347, -41.09934405727941 ], [ 173.030293559066621, -41.099325003399308 ], [ 173.030224218761589, -41.099272586953099 ], [ 173.030148540043427, -41.099139136744093 ], [ 173.030091746397119, -41.098962780467083 ], [ 173.030060191363532, -41.098857919384571 ], [ 173.029990808370599, -41.098710167057412 ], [ 173.029946644303323, -41.09859100885793 ], [ 173.029902471748443, -41.098452783490849 ], [ 173.029883504908469, -41.098314551568933 ], [ 173.029858258365152, -41.098223989146355 ], [ 173.029807821515675, -41.098166800751386 ], [ 173.029725888684851, -41.098133454403147 ], [ 173.029587241540668, -41.09809535578588 ], [ 173.029480109870804, -41.098076316094222 ], [ 173.029291054258096, -41.098042996794355 ], [ 173.029152407555102, -41.098004897653112 ], [ 173.029070487866562, -41.098000151562601 ], [ 173.029013779890164, -41.098009699432076 ], [ 173.02898229617162, -41.098062142023302 ], [ 173.028982315029111, -41.098105043109967 ], [ 173.028950831240081, -41.098157485691772 ], [ 173.028868919724687, -41.098171806607482 ], [ 173.028755507559509, -41.098200435694316 ], [ 173.028724021467923, -41.098248111426074 ], [ 173.028724040157471, -41.098291012511396 ], [ 173.02870514846839, -41.098319617945911 ], [ 173.028610648408545, -41.098367309327152 ], [ 173.028591758715464, -41.098400681529895 ], [ 173.028616976691552, -41.098429275995343 ], [ 173.028680009286774, -41.098472161411692 ], [ 173.028768228851987, -41.098472139419016 ], [ 173.028906865866645, -41.098486405083868 ], [ 173.028963584738278, -41.098500691203014 ], [ 173.02900770712273, -41.098529280828835 ], [ 173.029007723899952, -41.098567415124975 ], [ 173.028976231531033, -41.098600790561697 ], [ 173.028938446085846, -41.098653234720175 ], [ 173.028925857894905, -41.098686605393183 ], [ 173.028925876716073, -41.098729506475195 ], [ 173.028951088683669, -41.098743800505225 ], [ 173.029039329606633, -41.098791446173244 ], [ 173.029152786925607, -41.098862919332355 ], [ 173.029241038723853, -41.098934398778283 ], [ 173.029322985025061, -41.09899634618624 ], [ 173.029360825551208, -41.099067838357044 ], [ 173.029417585430906, -41.099172693194902 ], [ 173.029468048277806, -41.099287083187448 ], [ 173.029474403026796, -41.099406251234051 ], [ 173.029505950991989, -41.099496812108576 ], [ 173.029543815499835, -41.099620738860274 ], [ 173.029632092302847, -41.099744652643011 ], [ 173.029726666670257, -41.099859031157926 ], [ 173.029770813971396, -41.099940055128712 ], [ 173.029764540409275, -41.10000202497217 ], [ 173.029720457537792, -41.100064004573547 ], [ 173.029613367592361, -41.100145067513232 ], [ 173.029556687767524, -41.100221350645782 ], [ 173.029487389743906, -41.100264269476703 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Motueka", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.25, "Total_UNCY": "3.241203480190653", "filename": "Retrolens/Tasman/Motueka/Shorelines/Motueka_19MAY1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.010827970971974, -41.078204421647335 ], [ 173.010809043301975, -41.078025668252621 ], [ 173.010742883994112, -41.077932721747999 ], [ 173.010620021970482, -41.077789728992968 ], [ 173.010355408067738, -41.077546646023876 ], [ 173.01010025065159, -41.077339312647617 ], [ 173.009807297617328, -41.07712483171364 ], [ 173.009637181502825, -41.076896039402477 ], [ 173.009542658353553, -41.076667240595825 ], [ 173.009495363070471, -41.076316884266959 ], [ 173.00949532088535, -41.076023725689375 ], [ 173.009570862153765, -41.075680509374898 ], [ 173.009655863974672, -41.07542309472138 ], [ 173.009721982364226, -41.07526578453502 ], [ 173.009759760533882, -41.075151377973768 ], [ 173.00979123516899, -41.075008371090711 ], [ 173.009791221730637, -41.074917801755106 ], [ 173.009791208999616, -41.074831999225303 ], [ 173.009753396544482, -41.074712832248068 ], [ 173.009690386355913, -41.074584133762635 ], [ 173.009633680388731, -41.074488802366218 ], [ 173.009608463830801, -41.074350567049756 ], [ 173.009595843461312, -41.074198030252767 ], [ 173.009595816428657, -41.074012124746545 ], [ 173.009564296247532, -41.073840522276861 ], [ 173.009551680907549, -41.073721353118771 ], [ 173.00954536877299, -41.073630784284745 ], [ 173.009551654689659, -41.073540214405412 ], [ 173.009570542062249, -41.07347347752065 ], [ 173.009633518251064, -41.073378136103628 ], [ 173.00970278904515, -41.073254193269179 ], [ 173.009809853445972, -41.073130247179286 ], [ 173.009816143915373, -41.07307304493871 ], [ 173.009790938832168, -41.073011078568712 ], [ 173.009721641072616, -41.072949115920792 ], [ 173.009620852144707, -41.072910989908543 ], [ 173.009507464740011, -41.072868098039038 ], [ 173.00939407951833, -41.072839506484399 ], [ 173.009368877627509, -41.07279660725532 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Motueka", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.25, "Total_UNCY": "3.241203480190653", "filename": "Retrolens/Tasman/Motueka/Shorelines/Motueka_19MAY1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.012055234397877, -41.072009833999545 ], [ 173.011885096639219, -41.071630890293498 ], [ 173.011705499955298, -41.071180445117839 ], [ 173.011554245085534, -41.070701395924353 ], [ 173.011374639635193, -41.070172297777084 ], [ 173.011213964586631, -41.069829103110266 ], [ 173.011053303183758, -41.069557410373172 ], [ 173.01084539412301, -41.069228520112375 ], [ 173.01059024438743, -41.068878183153572 ], [ 173.010363448642977, -41.068577894593396 ], [ 173.010183900441774, -41.068320502719928 ], [ 173.010004361227345, -41.06811316208983 ], [ 173.009815381801786, -41.067948723294322 ], [ 173.009607506874204, -41.067777135541277 ], [ 173.009352390595637, -41.067576950371844 ], [ 173.00921065656172, -41.067441107605944 ], [ 173.009182298684578, -41.067333856565604 ], [ 173.009182289732564, -41.067269504583258 ], [ 173.009248414110374, -41.067205147311704 ], [ 173.009361783504801, -41.067190837716581 ], [ 173.009635772733617, -41.067248016895924 ], [ 173.010051496528718, -41.067433887112294 ], [ 173.010410534342327, -41.067605460517903 ], [ 173.010939644479407, -41.067848518977023 ], [ 173.011147518263954, -41.067991503447097 ], [ 173.01143098610595, -41.068198832038149 ], [ 173.011771143746159, -41.068413304366608 ], [ 173.011979025003711, -41.068577737978075 ], [ 173.0120924210525, -41.068699279851948 ], [ 173.01221528124816, -41.068906623229424 ], [ 173.012290914740987, -41.069178323477388 ], [ 173.012300413278268, -41.069450030741066 ], [ 173.012319357203438, -41.069707436547112 ], [ 173.012319397241953, -41.069921943058738 ], [ 173.012300541204809, -41.070136451580886 ], [ 173.012234447352313, -41.070365265549839 ], [ 173.012234485790344, -41.070572621820851 ], [ 173.012234516275925, -41.070737076789079 ], [ 173.012234586526318, -41.071116038219735 ], [ 173.012272444389737, -41.071466394746722 ], [ 173.012272508211538, -41.071809605056437 ], [ 173.012263090492155, -41.071974060995075 ], [ 173.012244216441673, -41.072095616647445 ], [ 173.012225331725432, -41.072159970581311 ], [ 173.012187538414537, -41.072159974584608 ], [ 173.012130843190846, -41.07213137970966 ], [ 173.01207414147558, -41.072067033735493 ], [ 173.012045787396715, -41.07201698520192 ] ] } }, @@ -12210,7 +12210,6 @@ { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Sandy Bay", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "4", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.27399737574643, "Total_UNCY": "3.783909263368876", "filename": "Retrolens/Tasman/SandyBay/Shorelines/SandyBay_19May1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.016992821443182, -41.038266968654902 ], [ 173.017049333642035, -41.038156918583347 ], [ 173.017082051230773, -41.038064714469421 ], [ 173.017111794493417, -41.037960613050416 ], [ 173.01715938371342, -41.037832717021324 ], [ 173.017189126976064, -41.037740512907419 ], [ 173.0171980499548, -41.037585847942005 ], [ 173.0171980499548, -41.037475797870442 ], [ 173.017212921586065, -41.03739251673521 ], [ 173.017218870238707, -41.037318158578834 ], [ 173.017242664848709, -41.03725867205366 ], [ 173.017302151373883, -41.037166467939748 ], [ 173.017355689246529, -41.037056417868179 ], [ 173.017397329814116, -41.03697016240676 ], [ 173.017433021729175, -41.036910675881508 ], [ 173.017459790665498, -41.036904727229114 ], [ 173.01751332853803, -41.03690175290285 ], [ 173.017543071800787, -41.0369077015553 ], [ 173.017593635346998, -41.036910675881529 ], [ 173.017617429956999, -41.036931496165316 ], [ 173.017632301588378, -41.036955290775431 ], [ 173.017653121872286, -41.036967188080425 ], [ 173.017682865134702, -41.036958265101639 ], [ 173.017715582723667, -41.036922573186629 ], [ 173.017745325986311, -41.036851189356405 ], [ 173.017786966553899, -41.036744113611192 ], [ 173.017816709816316, -41.036702473043526 ], [ 173.017861324710111, -41.036666781128517 ], [ 173.017899990951634, -41.036628114887094 ], [ 173.017926759887814, -41.036580525666977 ], [ 173.017941631519193, -41.036521039141839 ], [ 173.017932708540343, -41.036485347226723 ], [ 173.017932708540343, -41.036446680985421 ], [ 173.017935682866778, -41.03639909176529 ], [ 173.017962451802987, -41.036360425523966 ], [ 173.018013015349453, -41.036333656587601 ], [ 173.018051681590578, -41.036292016020063 ], [ 173.018075476200806, -41.036226580842403 ], [ 173.018087373505864, -41.036146274033378 ], [ 173.018111168115865, -41.036095710487068 ], [ 173.018158757335868, -41.036039198288158 ], [ 173.018212295208514, -41.035979711763048 ], [ 173.018301524996332, -41.035869661691486 ], [ 173.018372908826564, -41.035762585946244 ], [ 173.01844131833036, -41.035697150768613 ], [ 173.018530548118065, -41.035628741264688 ], [ 173.018607880600712, -41.035578177718236 ], [ 173.018691161736115, -41.035521665519397 ], [ 173.018798237481178, -41.035426487079171 ], [ 173.018899364574196, -41.035369974880254 ], [ 173.018997517340608, -41.035304539702622 ], [ 173.019104593085927, -41.035227207219904 ], [ 173.019250335072343, -41.035155823389786 ], [ 173.019375256775248, -41.035087413885812 ], [ 173.019520998761891, -41.035021978708109 ], [ 173.019613202875689, -41.034983312466792 ], [ 173.019717304294801, -41.034938697573004 ], [ 173.019827354366384, -41.034903005657888 ], [ 173.019934430111675, -41.034876236721622 ], [ 173.020014736920672, -41.034852442111472 ], [ 173.020154530254558, -41.034810801543927 ], [ 173.020267554652378, -41.034789981260133 ], [ 173.020353810113988, -41.034772135302589 ], [ 173.020463860185487, -41.034739417713674 ], [ 173.020606627845723, -41.034712648777351 ], [ 173.020692883307333, -41.034691828493564 ], [ 173.020767241463545, -41.034679931188585 ], [ 173.020826727988833, -41.034671008209827 ], [ 173.020898111819065, -41.034668033883555 ], [ 173.020960572670447, -41.034665059557248 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Sandy Bay", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.27399737574643, "Total_UNCY": "3.312698192321297", "filename": "Retrolens/Tasman/SandyBay/Shorelines/SandyBay_19May1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.022379326295095, -41.033766813027562 ], [ 173.022337685727507, -41.033796556290191 ], [ 173.02229901948624, -41.033808453595221 ], [ 173.022230609982216, -41.033826299552679 ], [ 173.022188969414628, -41.033826299552665 ], [ 173.022084867995545, -41.033826299552665 ], [ 173.021995638207954, -41.033790607637677 ], [ 173.021876665157606, -41.033748967070082 ], [ 173.021796358348638, -41.033719223807431 ], [ 173.021674410972196, -41.033668660261114 ], [ 173.02157328387932, -41.033585379125896 ], [ 173.021469182460464, -41.033496149338177 ], [ 173.021371029693796, -41.03341584252923 ], [ 173.021308568842414, -41.033332561393991 ], [ 173.021231236359768, -41.033249280258865 ], [ 173.02118067281333, -41.033192768059877 ], [ 173.021144980898384, -41.03313030720858 ], [ 173.021121186288156, -41.033073795009649 ], [ 173.02111523763574, -41.033005385505753 ], [ 173.021094417351947, -41.03291913004432 ], [ 173.021070622741945, -41.032856669192867 ], [ 173.021052776784359, -41.032809079972758 ], [ 173.021043853805509, -41.032755542100112 ], [ 173.021064674089303, -41.032710927206203 ], [ 173.021103340330683, -41.032645492028614 ], [ 173.021142006571949, -41.032612774439748 ], [ 173.021177698487008, -41.032574108198446 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Sandy Bay", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.27399737574643, "Total_UNCY": "3.312698192321297", "filename": "Retrolens/Tasman/SandyBay/Shorelines/SandyBay_19May1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.021011136216686, -41.031723450888869 ], [ 173.020933803733897, -41.031660990037359 ], [ 173.020865394229986, -41.031592580533527 ], [ 173.020871342882629, -41.03153904266081 ], [ 173.020912983450216, -41.031515248050823 ], [ 173.020933803733897, -41.031464684504371 ], [ 173.020930829407689, -41.031423043936847 ], [ 173.02089513749263, -41.03139330067426 ], [ 173.020808882031275, -41.031372480390466 ], [ 173.020737498201044, -41.03138437769551 ], [ 173.020710729264806, -41.031449812873163 ], [ 173.02068396032837, -41.031482530461965 ], [ 173.020630422455724, -41.031500376419501 ], [ 173.020579858909315, -41.031464684504371 ], [ 173.020532269689284, -41.031387352021738 ], [ 173.020514423731697, -41.031321916844036 ], [ 173.020490629121724, -41.031259455992689 ], [ 173.020440065575258, -41.03118212350995 ], [ 173.020434116922843, -41.03109884237481 ], [ 173.020451962880429, -41.0310334071971 ], [ 173.020499552100318, -41.030991766629477 ], [ 173.020564987278135, -41.030997715282062 ], [ 173.020642319760782, -41.030991766629484 ], [ 173.020713703591014, -41.030973920671947 ], [ 173.020808882031275, -41.030929305778152 ], [ 173.020862419903779, -41.030917408473037 ], [ 173.020915957776424, -41.030911459820565 ], [ 173.020957598344125, -41.030911459820565 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Sandy Bay", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "9", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.27399737574643, "Total_UNCY": null, "filename": "Retrolens/Tasman/SandyBay/Shorelines/SandyBay_19May1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.021207441749766, -41.030863870600434 ], [ 173.021255030969769, -41.030801409749067 ], [ 173.021317491821264, -41.030744897550157 ], [ 173.021382926998854, -41.030712179961363 ], [ 173.021445387850235, -41.030682436698719 ], [ 173.021498925722881, -41.030667565067496 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Sandy Bay", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.27399737574643, "Total_UNCY": "3.312698192321297", "filename": "Retrolens/Tasman/SandyBay/Shorelines/SandyBay_19May1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.019470435215453, -41.027565342781067 ], [ 173.019497204151662, -41.027520727887278 ], [ 173.019523973088212, -41.027431498099503 ], [ 173.019535870393042, -41.027333345333091 ], [ 173.019535870393042, -41.02725303852403 ], [ 173.01953884471925, -41.027154885757611 ], [ 173.019529921740627, -41.02702698972854 ], [ 173.019497204151662, -41.026896119373184 ], [ 173.019452589257867, -41.026759300365413 ], [ 173.019375256775248, -41.026628430010064 ], [ 173.019283052661194, -41.026530277243573 ], [ 173.019196797199697, -41.026393458235702 ], [ 173.019143259327052, -41.02632207440557 ], [ 173.019036183581875, -41.026241767596609 ], [ 173.018943979467878, -41.026137666177576 ], [ 173.01886962131141, -41.026009770148498 ], [ 173.018771468544969, -41.025899720077042 ], [ 173.018706033367152, -41.025804541636816 ], [ 173.018634649537034, -41.025688542912803 ], [ 173.018593008969447, -41.025593364472577 ], [ 173.018566240033238, -41.025516031989802 ], [ 173.018527573791857, -41.02542382787589 ], [ 173.018497830529213, -41.025331623761801 ], [ 173.018500804855421, -41.025266188584204 ], [ 173.018510798591706, -41.025229425911725 ], [ 173.018510798591706, -41.025187547397927 ], [ 173.018516509298138, -41.025147572453072 ], [ 173.018520316435684, -41.025128536765003 ], [ 173.018512702160592, -41.025099983232934 ], [ 173.018508895022933, -41.025075236838511 ], [ 173.018489859334863, -41.025040972600024 ], [ 173.018474035919212, -41.025010396526106 ], [ 173.018468087266825, -41.02494496134846 ], [ 173.018468087266825, -41.024900346454594 ], [ 173.018461305802703, -41.024858229994834 ], [ 173.018451787958725, -41.024827772893886 ], [ 173.018436559408428, -41.024801122930675 ], [ 173.018435369677832, -41.02476352744668 ], [ 173.018432395351624, -41.024677271985226 ], [ 173.018465112940362, -41.024570196239999 ], [ 173.018485933224156, -41.024477992126037 ], [ 173.01852459946565, -41.024430402905914 ], [ 173.018566240033238, -41.02437983935954 ], [ 173.018584085990824, -41.024364967728189 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Sandy Bay", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.27399737574643, "Total_UNCY": "3.250533696704095", "filename": "Retrolens/Tasman/SandyBay/Shorelines/SandyBay_19May1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.018605501139632, -41.02397092898569 ], [ 173.018549821752117, -41.023964742387051 ], [ 173.018514129837058, -41.02395522454303 ], [ 173.018476058461033, -41.023933809393995 ], [ 173.018428469240803, -41.023898117478872 ], [ 173.018373741637674, -41.023852907719849 ], [ 173.018349947027673, -41.023812456882688 ], [ 173.018349947027673, -41.023772006045654 ], [ 173.01836184433273, -41.02373869359149 ], [ 173.018373741637674, -41.023705381137447 ], [ 173.018366603254663, -41.023679207066351 ], [ 173.01833329080057, -41.023653032995348 ], [ 173.01830235780767, -41.023631617846249 ], [ 173.018276183736589, -41.023603064314152 ], [ 173.018273804275509, -41.023555475094021 ], [ 173.018295219424658, -41.023515024256994 ], [ 173.018321393495739, -41.023479332341928 ], [ 173.018345188105741, -41.02345077880976 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Tasman", "Site": "Sandy Bay", "Date": "1958-05-19", "DSASDate": "19/05/1958", "Digitiser": "MS", "Scale": "1500", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 1.27399737574643, "Total_UNCY": "3.250533696704095", "filename": "Retrolens/Tasman/SandyBay/Shorelines/SandyBay_19May1958.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.018002545720833, -41.0229296768495 ], [ 173.017950197578671, -41.022903502778419 ], [ 173.017893090514576, -41.022860672480356 ], [ 173.017821706684344, -41.022815462721326 ], [ 173.017790773691445, -41.022786909189158 ], [ 173.017778876386302, -41.022739319969034 ], [ 173.017786014769285, -41.022696489670984 ], [ 173.017783635308206, -41.022660797755847 ], [ 173.017755081776272, -41.0226322442238 ], [ 173.017733666627123, -41.022591793386688 ], [ 173.017714630939082, -41.022556101471565 ], [ 173.017714630939082, -41.022501373868515 ], [ 173.017709872017122, -41.022396677584197 ], [ 173.017712251478201, -41.022334811598043 ], [ 173.017709872017122, -41.022270566150894 ], [ 173.017678939023995, -41.022187285015782 ], [ 173.017645626569902, -41.02212779849058 ], [ 173.017600416810978, -41.022032620050346 ], [ 173.017567104356772, -41.021939821071086 ], [ 173.017529032980747, -41.021851781013936 ], [ 173.01749572052654, -41.021811330176817 ], [ 173.017460028611595, -41.021744705268688 ], [ 173.017448131306452, -41.021682839282555 ], [ 173.017433854540513, -41.021611455452316 ], [ 173.017417198313296, -41.021549589466133 ], [ 173.017388644781363, -41.021478205636065 ], [ 173.017367229632242, -41.021425857493902 ], [ 173.01735057340511, -41.021342576358656 ], [ 173.017336296639201, -41.02125215684049 ], [ 173.017329158256075, -41.021176014088333 ], [ 173.01730774310704, -41.021097491875125 ], [ 173.017298225263062, -41.020988036668818 ], [ 173.01730298418525, -41.020890478767562 ], [ 173.017333917178121, -41.020814336015398 ], [ 173.01735533232727, -41.020764367334259 ], [ 173.017371988554373, -41.020695362965057 ], [ 173.017379126937271, -41.020654912127945 ], [ 173.017398162625454, -41.020631117517937 ], [ 173.017429095618354, -41.020614461290961 ], [ 173.017464787533527, -41.020607322907829 ] ] } }, @@ -13290,7 +13289,7 @@ { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Ryans_Pipikaretu_Penguin_TeRauoneBeach", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "LDS", "CPS": "1", "Proxy": "1", "Photoscale": null, "Georef_ER": "0", "Pixel_Er": 0.3, "Total_UNCY": "0.524309069156733", "filename": "Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.724147482365908, -45.795291778905082 ], [ 170.724146610145709, -45.795313194856774 ], [ 170.72413611415908, -45.795320130131685 ], [ 170.72414923658755, -45.795332299049875 ], [ 170.724155361694841, -45.795349091484248 ], [ 170.724158278880225, -45.795361057026604 ], [ 170.724154198736073, -45.795377646086337 ], [ 170.7241231953073, -45.795386554158704 ], [ 170.72410570196655, -45.795398112945414 ], [ 170.724074795435882, -45.795404641454212 ], [ 170.724081308193917, -45.795411915692 ], [ 170.724060413081702, -45.795423406677592 ], [ 170.724029894207149, -45.795420416973961 ], [ 170.724015802592078, -45.795432043541545 ], [ 170.723987910106104, -45.7954481580215 ], [ 170.723977026389861, -45.795464611480163 ], [ 170.723962643987136, -45.795483376690129 ], [ 170.723955355859943, -45.795495138844132 ], [ 170.723931543547337, -45.795494664258413 ], [ 170.723914050133402, -45.795506223014165 ], [ 170.723899764623184, -45.795522608665792 ], [ 170.723885672955021, -45.795534235216088 ], [ 170.72386827644516, -45.795543414414709 ], [ 170.723854378618483, -45.795550281861686 ], [ 170.723833580335963, -45.795559393254059 ], [ 170.723819682501158, -45.795566260696624 ], [ 170.723805687734171, -45.795575507686955 ], [ 170.723791789891976, -45.795582375125996 ], [ 170.723774102561322, -45.795598692957988 ], [ 170.723773617910012, -45.795610590705195 ], [ 170.723766135864537, -45.795627111944654 ], [ 170.723758944607539, -45.795636494535295 ], [ 170.723755155115754, -45.79564594492922 ], [ 170.723741354181499, -45.795650432812202 ], [ 170.723724539207069, -45.795645334691471 ], [ 170.723714333904383, -45.795645131277062 ], [ 170.723706948769831, -45.795659272962844 ], [ 170.723702868467058, -45.795675862002703 ], [ 170.723695483325258, -45.795690003687525 ], [ 170.72368129463743, -45.795704009759959 ], [ 170.723667202877664, -45.795715636281244 ], [ 170.723642711922338, -45.79573181847794 ], [ 170.723621913538068, -45.79574092982957 ], [ 170.723597810311645, -45.795747593819669 ], [ 170.723576430279223, -45.795770982457135 ], [ 170.723555437989461, -45.795784852894172 ], [ 170.723534639571511, -45.795793964229169 ], [ 170.723513841146769, -45.795803075560229 ], [ 170.723486045274655, -45.795816810361472 ], [ 170.723468842499642, -45.795821230398168 ], [ 170.723444157550887, -45.795842171647685 ], [ 170.723426566981459, -45.795856109872915 ], [ 170.723405380729019, -45.795874739378327 ], [ 170.723391385816171, -45.795883986314642 ], [ 170.723380792680558, -45.795893301064361 ], [ 170.723352996731194, -45.795907035831547 ], [ 170.723321702034355, -45.795923082323313 ], [ 170.723283312894011, -45.795946131815583 ], [ 170.723255419941268, -45.79596224610642 ], [ 170.723227526972579, -45.795978360390059 ], [ 170.723192733456358, -45.795996718573328 ], [ 170.723178156736111, -45.796020242771874 ], [ 170.723150087479695, -45.796035994221931 ], [ 170.723136462638536, -45.796040844842373 ], [ 170.723122467639797, -45.796050091743844 ], [ 170.723115082299387, -45.796064233386566 ], [ 170.723097685499027, -45.79607341246146 ], [ 170.72307669297723, -45.796087282805402 ], [ 170.723059296163456, -45.796096461874164 ], [ 170.723041996307131, -45.796103261392119 ], [ 170.723017698929993, -45.79611468435111 ], [ 170.722994991288687, -45.796122535792229 ], [ 170.722976101669701, -45.796132906812339 ], [ 170.722955206062579, -45.796144397584925 ], [ 170.722920315386119, -45.796165135228854 ], [ 170.722892422220355, -45.796181249426368 ], [ 170.72287152657816, -45.796192740182882 ], [ 170.722867542954305, -45.796206949638325 ], [ 170.722857143612543, -45.796211505240798 ], [ 170.722836441896305, -45.796218236895193 ], [ 170.722808742626938, -45.796229591975944 ], [ 170.722770740966638, -45.796243123096559 ], [ 170.722732642311513, -45.79625903375161 ], [ 170.722725644752217, -45.79626365717651 ], [ 170.722711552652413, -45.796275283572363 ], [ 170.722694252699569, -45.796282083035592 ], [ 170.722669858195445, -45.796295885464765 ], [ 170.722649059445757, -45.796304996631378 ], [ 170.722614265538681, -45.796323354629926 ], [ 170.722596965559433, -45.796330154077879 ], [ 170.722569266187264, -45.796341509098355 ], [ 170.72255186921231, -45.796350688086363 ], [ 170.722541178862969, -45.796362382300245 ], [ 170.722533890318118, -45.796374144354012 ], [ 170.722523199960364, -45.796385838566025 ], [ 170.722519313219038, -45.796397668459903 ], [ 170.722502013205457, -45.796404467892714 ], [ 170.722473925824062, -45.796425341076791 ], [ 170.722459833631007, -45.796436967439504 ], [ 170.722435245021529, -45.796455528909604 ], [ 170.722424651617843, -45.796464843564706 ], [ 170.722424166664752, -45.796476741298932 ], [ 170.722416490115648, -45.796498021531569 ], [ 170.722392289433003, -45.796507064804281 ], [ 170.722371296573982, -45.796520935011145 ], [ 170.722347095874341, -45.796529978273902 ], [ 170.722326393980694, -45.796536709832054 ], [ 170.722298694452007, -45.796548064783543 ], [ 170.722284602191365, -45.796559691123136 ], [ 170.722263997277253, -45.796564043123048 ], [ 170.722250389997242, -45.796563771725523 ], [ 170.722229882078409, -45.796565744172689 ], [ 170.722205584337047, -45.796577166951053 ], [ 170.722198489693909, -45.796584169888263 ], [ 170.722191007045069, -45.796600691010632 ], [ 170.722180510574532, -45.796607626095174 ], [ 170.72218002556707, -45.79661952382709 ], [ 170.722179637560856, -45.796629042012597 ], [ 170.722155436784277, -45.79663808523312 ], [ 170.722134734828273, -45.796644816755212 ], [ 170.722124141338469, -45.7966541313805 ], [ 170.722113450840538, -45.796665825550988 ], [ 170.722099552521854, -45.796672692773733 ], [ 170.722089056026448, -45.796679627849322 ], [ 170.722088473992613, -45.796693905126531 ], [ 170.72207797749175, -45.796700840200963 ], [ 170.722049986810106, -45.796719333727758 ], [ 170.722032492624663, -45.796730892178338 ], [ 170.722012081647108, -45.796730485038943 ], [ 170.721990894590249, -45.796749114264053 ], [ 170.721962903855797, -45.796767607768352 ], [ 170.721952213302103, -45.79677930192247 ], [ 170.721934816090283, -45.796788480811308 ], [ 170.721917321859479, -45.796800039243237 ], [ 170.721900021649645, -45.796806838580643 ], [ 170.721875141645711, -45.796832538559862 ], [ 170.721857550372732, -45.796846476527818 ], [ 170.721839474006714, -45.79687231222146 ], [ 170.721814884999105, -45.796890873549138 ], [ 170.721786894135164, -45.796909367007409 ], [ 170.721759582395919, -45.796911203639546 ], [ 170.721745586952153, -45.796920450362506 ], [ 170.721724690799789, -45.796931940898062 ], [ 170.721707099457944, -45.796945878841321 ], [ 170.721703212501353, -45.796957708702358 ], [ 170.721702533340306, -45.796974365520477 ], [ 170.721702145248003, -45.796983883702239 ], [ 170.721684747931562, -45.796993062550669 ], [ 170.721667641683325, -45.796995102760221 ], [ 170.721643537692813, -45.79700176632177 ], [ 170.721615449689892, -45.797022639280868 ], [ 170.721611659735117, -45.797032089592918 ], [ 170.721600775001178, -45.797048542801775 ], [ 170.721575894750146, -45.797074242710131 ], [ 170.721558206296265, -45.79709056017375 ], [ 170.7215473215347, -45.797107013376859 ], [ 170.72154644826324, -45.797128429282985 ], [ 170.721545963112021, -45.79714032700857 ], [ 170.721528274627985, -45.79715664446681 ], [ 170.721500865729098, -45.797160860579567 ], [ 170.721487064245338, -45.79716534817846 ], [ 170.721482983159206, -45.797181937120392 ], [ 170.721472389457716, -45.797191251680417 ], [ 170.721444883503324, -45.797197847324249 ], [ 170.721424181256651, -45.797204578711366 ], [ 170.721413102360174, -45.797225790989955 ], [ 170.721398621595483, -45.797246935391563 ], [ 170.721391235653044, -45.797261076908789 ], [ 170.721373935237324, -45.797267876162053 ], [ 170.721353038878448, -45.797279366625055 ], [ 170.721325338786954, -45.797290721328316 ], [ 170.721307553149416, -45.797309418294518 ], [ 170.721279658949527, -45.797325532075448 ], [ 170.721265469236386, -45.797339537824641 ], [ 170.721268385887356, -45.797351503427222 ], [ 170.721260999897453, -45.797365644934899 ], [ 170.721230091966646, -45.797372172644685 ], [ 170.721216193364427, -45.797379039753771 ], [ 170.721202197713069, -45.797388286405507 ], [ 170.721181204227406, -45.797402156379718 ], [ 170.721170513386312, -45.797413850454063 ], [ 170.721169639961175, -45.797435266353425 ], [ 170.721158852063326, -45.797449339970811 ], [ 170.721151466032069, -45.797463481470395 ], [ 170.721130181357807, -45.797484490067191 ], [ 170.721112395591945, -45.797503187 ], [ 170.721090916785698, -45.797528954677226 ], [ 170.721076532869205, -45.797547719488961 ], [ 170.721051943308481, -45.797566280639899 ], [ 170.721004122906152, -45.797570089308344 ], [ 170.720973408946207, -45.797571857857704 ], [ 170.72095659366849, -45.797566759324752 ], [ 170.720932101118194, -45.797582940904967 ], [ 170.720900610675528, -45.797603745785636 ], [ 170.72089001679629, -45.797613060287645 ], [ 170.720869120209443, -45.797624550657112 ], [ 170.720845015855673, -45.797631214042454 ], [ 170.720824604566303, -45.797630806684779 ], [ 170.720796321811946, -45.797656438515851 ], [ 170.720778632944132, -45.797672755849341 ], [ 170.720757056852364, -45.797700903002493 ], [ 170.720746171731889, -45.797717356120899 ], [ 170.720725275076632, -45.797728846462526 ], [ 170.720693784474776, -45.797749651282658 ], [ 170.72067619261648, -45.797763589055492 ], [ 170.720658406608891, -45.797782285912163 ], [ 170.720647521442999, -45.797798739020088 ], [ 170.720626721808657, -45.797807849799263 ], [ 170.72060572802252, -45.79782171966103 ], [ 170.720566656941287, -45.797861424989527 ], [ 170.720528168260955, -45.797886853044616 ], [ 170.720513492830918, -45.79791275640833 ], [ 170.720499108619549, -45.797931521140626 ], [ 170.720488029220434, -45.797952733317565 ], [ 170.720487058439261, -45.797976528747746 ], [ 170.720479089693271, -45.7980049474561 ], [ 170.720458192875071, -45.79801643774524 ], [ 170.720451680306297, -45.798009163307007 ], [ 170.720435641592644, -45.797985028352656 ], [ 170.720398900243168, -45.797967624588878 ], [ 170.7203754752679, -45.797957631070922 ], [ 170.720352147384915, -45.797945258005477 ], [ 170.72030413244903, -45.797953825459004 ], [ 170.72025223015811, -45.79797422269457 ], [ 170.720158436989834, -45.798019979918443 ], [ 170.720033249731614, -45.798084162148356 ], [ 170.719936248497305, -45.798125092180349 ], [ 170.719873557555928, -45.798159562728138 ], [ 170.719802381418987, -45.798195812803421 ], [ 170.719793626108498, -45.798205853570813 ], [ 170.719774109265131, -45.798216894991775 ], [ 170.719757702386659, -45.798218472583024 ], [ 170.719727920915318, -45.798214067566441 ], [ 170.719709180953373, -45.798206072642877 ], [ 170.719687641775835, -45.798199927007431 ], [ 170.719668824133635, -45.79819383571067 ], [ 170.719652572642644, -45.798191606020417 ], [ 170.719625668109757, -45.798183448054132 ], [ 170.719606695094058, -45.798181164013734 ], [ 170.719587955161103, -45.798173169070751 ], [ 170.719568322375579, -45.79816224367417 ], [ 170.719520616195155, -45.798154677739163 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Ryans_Pipikaretu_Penguin_TeRauoneBeach", "Date": "1956-03-08", "DSASDate": "08/03/1956", "Digitiser": "TK", "Scale": "1250", "Notes": "EOV", "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 18100.0, "Georef_ER": "2.09", "Pixel_Er": 0.63699553282750698, "Total_UNCY": "2.303641315144829", "filename": "Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.7268584970966, -45.789134602275787 ], [ 170.726868357267506, -45.789179635311228 ], [ 170.726860841017668, -45.789202521212786 ], [ 170.726870174174792, -45.789224140339272 ], [ 170.726869303181786, -45.789245556354253 ], [ 170.726862749442887, -45.789281148156512 ], [ 170.726856776361586, -45.789302462615005 ], [ 170.726870921286235, -45.789331321969058 ], [ 170.726885356555243, -45.789353042649928 ], [ 170.726909705688797, -45.789382105109269 ], [ 170.726929097916013, -45.789407496674762 ], [ 170.726943678388238, -45.789425648012923 ], [ 170.726942807417259, -45.789447064028231 ], [ 170.726941355796754, -45.789482757386914 ], [ 170.726949963219056, -45.789522223186559 ], [ 170.726949659729399, -45.789524451081022 ], [ 170.726961371670114, -45.78954207388152 ], [ 170.726989806913991, -45.789596223228315 ], [ 170.726981656437232, -45.789671077730461 ], [ 170.726975043192311, -45.78970412294084 ], [ 170.727002043465433, -45.789748309962853 ], [ 170.727000737027424, -45.789780433985264 ], [ 170.727014156342506, -45.789827140002075 ], [ 170.727007021973265, -45.789877009152818 ], [ 170.72699026395253, -45.789912397857357 ], [ 170.726973215584792, -45.789954925230084 ], [ 170.726945382236977, -45.790011526835158 ], [ 170.726928914465617, -45.790039776857419 ], [ 170.726906473519023, -45.790089341334017 ], [ 170.726864494913343, -45.790117083565789 ], [ 170.726842489392226, -45.79015594002189 ], [ 170.726810279509806, -45.790194593353661 ], [ 170.726801911650426, -45.790206556555312 ], [ 170.726810757834158, -45.790232087618193 ], [ 170.726814263086936, -45.790271451863632 ], [ 170.726813392040725, -45.790292867873838 ], [ 170.726822870519129, -45.7903109176684 ], [ 170.726821999475021, -45.790332333678585 ], [ 170.726805967066923, -45.790349875673726 ], [ 170.72680495083975, -45.790374861018485 ], [ 170.726793875420299, -45.790396073906734 ], [ 170.726772160088871, -45.790427791674816 ], [ 170.726755982457945, -45.790448902996651 ], [ 170.72673922409416, -45.790484291654813 ], [ 170.726731799011901, -45.790541299446211 ], [ 170.72673603012413, -45.79056281701812 ], [ 170.726735159039094, -45.790584233026074 ], [ 170.726724083548874, -45.790605445905562 ], [ 170.726707905846013, -45.790626557218651 ], [ 170.726706599199048, -45.790658681229559 ], [ 170.726700625891027, -45.790679995671233 ], [ 170.726694507394001, -45.790704879446913 ], [ 170.726688388891148, -45.790729763222082 ], [ 170.726672065951419, -45.790754443863158 ], [ 170.726670904464072, -45.79078299853817 ], [ 170.726663914821074, -45.790829298317355 ], [ 170.726652258501588, -45.790864788524765 ], [ 170.726651096999632, -45.790893343198846 ], [ 170.72665999476996, -45.790925670343078 ], [ 170.726658833269511, -45.790954225017025 ], [ 170.726635956118685, -45.791014497424179 ], [ 170.726633778274135, -45.791068037435913 ], [ 170.726622121879984, -45.791103527637574 ], [ 170.726621395925832, -45.79112137430775 ], [ 170.726609594319598, -45.791160433841448 ], [ 170.726603596494755, -45.791181835406896 ], [ 170.726604212107389, -45.791183523050861 ], [ 170.726603486145507, -45.791201369720561 ], [ 170.726606407096057, -45.791234173257259 ], [ 170.726605681133577, -45.791252019926858 ], [ 170.726596209411213, -45.791275646201079 ], [ 170.726595604438927, -45.791290518425534 ], [ 170.726595120460786, -45.791302416205042 ], [ 170.726593910514026, -45.791332160653731 ], [ 170.726601446338776, -45.791356125498197 ], [ 170.726604246298308, -45.791391903479102 ], [ 170.726606925265969, -45.79143065590462 ], [ 170.726606320293286, -45.79144552812879 ], [ 170.726605473330721, -45.791466349242526 ], [ 170.726604989351671, -45.791478247021765 ], [ 170.726587013781341, -45.79150170400785 ], [ 170.726582035901743, -45.791519466032874 ], [ 170.72658106793159, -45.791543261590682 ], [ 170.726580341953195, -45.791561108258982 ], [ 170.726579736970677, -45.791575980482541 ], [ 170.726561882354446, -45.791596463018841 ], [ 170.726544027724998, -45.79161694555205 ], [ 170.726530424995133, -45.791637512727895 ], [ 170.726529577998633, -45.791658333839848 ], [ 170.726520227168976, -45.791678985659765 ], [ 170.726502130494509, -45.791705417074326 ], [ 170.726488285722581, -45.791731933133093 ], [ 170.726457917264355, -45.791746212819291 ], [ 170.726452939319188, -45.791763974836755 ], [ 170.726452092290089, -45.791784795947123 ], [ 170.72644723534367, -45.791799583519804 ], [ 170.726446267306727, -45.791823379074259 ], [ 170.726428412559841, -45.79184386158645 ], [ 170.726414567716404, -45.791870377634353 ], [ 170.726404853784516, -45.791899952775189 ], [ 170.726394655810168, -45.791941425691398 ], [ 170.726376679996292, -45.791964882638148 ], [ 170.726350200288806, -45.791988170276234 ], [ 170.726328214523448, -45.792005593673558 ], [ 170.726301613762956, -45.792031855743367 ], [ 170.726283879908607, -45.792049363786148 ], [ 170.726283032808141, -45.792070184893014 ], [ 170.726273681813353, -45.792090836688345 ], [ 170.726264088780169, -45.792117437370244 ], [ 170.726233357001632, -45.792140640321968 ], [ 170.726207240206094, -45.792155004592544 ], [ 170.726193879254424, -45.792169622834479 ], [ 170.726175661239068, -45.792199028632858 ], [ 170.726161937203841, -45.792222570201147 ], [ 170.726134610120965, -45.79226667888846 ], [ 170.726108130166892, -45.792289966464644 ], [ 170.7260990211185, -45.792304669356348 ], [ 170.726077398227545, -45.792313169370736 ], [ 170.726068410194102, -45.792324897816428 ], [ 170.726055170192069, -45.792336541597074 ], [ 170.726046061121821, -45.792351244484024 ], [ 170.72603282110876, -45.792362888261778 ], [ 170.726019460060428, -45.792377506481003 ], [ 170.726018975941344, -45.792389404253491 ], [ 170.726005735913418, -45.792401048027777 ], [ 170.725992132785876, -45.792421615129555 ], [ 170.725965531664883, -45.792447877112586 ], [ 170.725938930518623, -45.792474139088817 ], [ 170.725908198406529, -45.792497341945428 ], [ 170.725894595218733, -45.792517909034153 ], [ 170.725885365037868, -45.792535586349253 ], [ 170.725872124946846, -45.792547230106607 ], [ 170.725850259848727, -45.792561678960652 ], [ 170.725828273698596, -45.79257910225288 ], [ 170.725797299397243, -45.792608253962484 ], [ 170.725775434255894, -45.792622702801232 ], [ 170.725753084923156, -45.792649049405306 ], [ 170.725735350696851, -45.79266655735421 ], [ 170.725717616459349, -45.792684065300072 ], [ 170.725708507241137, -45.792698768156519 ], [ 170.72569089403342, -45.792713301655517 ], [ 170.725677290710962, -45.792733868715118 ], [ 170.725667576223486, -45.792763443778867 ], [ 170.725641095835499, -45.792786731236731 ], [ 170.725623361529415, -45.792804239166358 ], [ 170.725609879212413, -45.792821831774653 ], [ 170.725587771828913, -45.792842229458522 ], [ 170.725565906541021, -45.792856678253855 ], [ 170.725548535359394, -45.792865262845048 ], [ 170.725530800998996, -45.792882770759043 ], [ 170.725512824509565, -45.792906227553644 ], [ 170.725494848004729, -45.792929684345005 ], [ 170.725481486676841, -45.79294430249476 ], [ 170.725476266179243, -45.792968013341714 ], [ 170.725462904837002, -45.792982631488897 ], [ 170.725445291474443, -45.792997164946442 ], [ 170.725410670046102, -45.793011359645035 ], [ 170.725392935595153, -45.793028867535519 ], [ 170.72538358410003, -45.7930495192455 ], [ 170.725374232597773, -45.793070170954522 ], [ 170.725373627262599, -45.793085043161632 ], [ 170.725368890973641, -45.793096856236431 ], [ 170.725351519686797, -45.793105440795316 ], [ 170.725325523281526, -45.793116830407811 ], [ 170.725325039002314, -45.793128728173052 ], [ 170.725320181628916, -45.793143515686758 ], [ 170.725319334137254, -45.793164336775682 ], [ 170.72530573056352, -45.793184903784876 ], [ 170.725296257936407, -45.793208529927263 ], [ 170.725277675875759, -45.793246858885588 ], [ 170.725251800463411, -45.793255274038422 ], [ 170.725221915162564, -45.793257655606546 ], [ 170.725221551934851, -45.793266578929583 ], [ 170.725203938418616, -45.793281112346357 ], [ 170.725190819083707, -45.79328978157632 ], [ 170.725164701480765, -45.793304145590504 ], [ 170.72514696685775, -45.793321653438745 ], [ 170.725129353304681, -45.793336186843163 ], [ 170.725107729868, -45.793344686662195 ], [ 170.725077602346573, -45.793353017072924 ], [ 170.725064240805892, -45.793367635168835 ], [ 170.725055252384607, -45.793379363525553 ], [ 170.725037880961906, -45.793387948033761 ], [ 170.725033265660841, -45.79339678665162 ], [ 170.72502439831527, -45.793405540565118 ], [ 170.725006663615716, -45.793423048389819 ], [ 170.724984797948736, -45.793437497065376 ], [ 170.724963174451347, -45.793445996855759 ], [ 170.724945560811108, -45.793460530229858 ], [ 170.724945076445181, -45.79347242799124 ], [ 170.724944228804162, -45.793493249073556 ], [ 170.724943260070376, -45.793517044596086 ], [ 170.724941240506126, -45.793531065188468 ], [ 170.724925220540115, -45.793544082344404 ], [ 170.724900046292731, -45.793564537870282 ], [ 170.724868432190021, -45.793578067789966 ], [ 170.724858474919614, -45.793613591650207 ], [ 170.724848759830451, -45.79364316662901 ], [ 170.724834792667679, -45.793672656895076 ], [ 170.724829692915364, -45.793693393263233 ], [ 170.724828966323514, -45.793711239903089 ], [ 170.724815362430576, -45.793731806846083 ], [ 170.724796900955795, -45.7937671612735 ], [ 170.724791922280474, -45.793784923199382 ], [ 170.724790953472024, -45.793808718718168 ], [ 170.724781964919714, -45.793820447050138 ], [ 170.724755725858813, -45.793837785402665 ], [ 170.724746373983209, -45.79385843705073 ], [ 170.724736537683128, -45.79389098645661 ], [ 170.724726701370912, -45.793923535861261 ], [ 170.724708966409167, -45.793941043633389 ], [ 170.724691231436168, -45.793958551402511 ], [ 170.72468187951506, -45.793979203044067 ], [ 170.724672890911336, -45.793990931366153 ], [ 170.724676416349695, -45.794008862721277 ], [ 170.724675568592772, -45.794029683797731 ], [ 170.724670347635339, -45.794053394595345 ], [ 170.724656985815358, -45.794068012636728 ], [ 170.724647512751858, -45.794091638713944 ], [ 170.724637555237507, -45.794127162547589 ], [ 170.724623345610382, -45.794162601659707 ], [ 170.724604520524309, -45.794206879366406 ], [ 170.724590310854126, -45.794242318473181 ], [ 170.724580595501692, -45.794271893421438 ], [ 170.72457100125331, -45.794298493929382 ], [ 170.724560680301863, -45.794342941070802 ], [ 170.724567973374889, -45.794372854907145 ], [ 170.724571619914087, -45.794387811825139 ], [ 170.724545501633202, -45.794402175682428 ], [ 170.724523635457359, -45.794416624257899 ], [ 170.724518414393231, -45.794440335045145 ], [ 170.724517687683118, -45.794458181678813 ], [ 170.724521213095187, -45.794476113037007 ], [ 170.724516113142187, -45.794496849384871 ], [ 170.724514901954677, -45.794526593773938 ], [ 170.72449692448933, -45.794550050384316 ], [ 170.724478583645634, -45.794582430307834 ], [ 170.724477372434535, -45.794612174695686 ], [ 170.724476645706972, -45.794630021328274 ], [ 170.72445417380942, -45.794659342081552 ], [ 170.724444821674098, -45.794679993697493 ], [ 170.72443947942412, -45.794706678917684 ], [ 170.724438752682062, -45.794724525549533 ], [ 170.724416886349985, -45.794738974100881 ], [ 170.724393929870246, -45.794780192594523 ], [ 170.724388708711359, -45.79480390337276 ], [ 170.724370731100066, -45.794827359959505 ], [ 170.724365146541601, -45.794859994051478 ], [ 170.724359561975916, -45.794892628142883 ], [ 170.724345351960324, -45.79492806720905 ], [ 170.724331141925916, -45.794963506272872 ], [ 170.724325557327717, -45.794996140361484 ], [ 170.724315841689531, -45.795025715278491 ], [ 170.724310499338713, -45.795052400489375 ], [ 170.72430467245286, -45.795090983452489 ], [ 170.724303703392934, -45.795114778957753 ], [ 170.724294229986555, -45.795138404995463 ], [ 170.724279656459004, -45.795182767364331 ], [ 170.724265082906982, -45.795227129730556 ], [ 170.724255003784805, -45.795265627953839 ], [ 170.724244803511169, -45.795307100613684 ], [ 170.724231198994602, -45.795327667470346 ], [ 170.724205322458033, -45.795336082362013 ], [ 170.724187223451196, -45.795362513350945 ], [ 170.724177507669026, -45.795392088251816 ], [ 170.724184800651216, -45.795422002106278 ], [ 170.724178973630359, -45.795460585058265 ], [ 170.724182256703017, -45.795484465298564 ], [ 170.724181287577693, -45.795508260800176 ], [ 170.724176187390071, -45.795528997125267 ], [ 170.724162582791394, -45.795549563971512 ], [ 170.724161613655497, -45.795573359472527 ], [ 170.724160402233906, -45.795603103848634 ], [ 170.724146555324211, -45.795629619567443 ], [ 170.724128577333659, -45.795653076105999 ], [ 170.724110599327702, -45.795676532641338 ], [ 170.724092863598884, -45.795694040298621 ], [ 170.724083632289961, -45.795711717438301 ], [ 170.724083268849483, -45.795720640750467 ], [ 170.72408691533235, -45.795735597679865 ], [ 170.724082178527027, -45.795747410686815 ], [ 170.724072704910071, -45.795771036699918 ], [ 170.72405460569243, -45.795797467662148 ], [ 170.724040879830824, -45.795821008928193 ], [ 170.724035900708202, -45.795838770807165 ], [ 170.724022174827951, -45.795862312070483 ], [ 170.724004075555484, -45.795888743023291 ], [ 170.723985976265539, -45.795915173972787 ], [ 170.723993632659841, -45.795936164525024 ], [ 170.723992905744325, -45.795954011147508 ], [ 170.723979179815956, -45.795977552404324 ], [ 170.723965575030036, -45.795998119222148 ], [ 170.72396035355635, -45.79602182997057 ], [ 170.723942375356131, -45.796045286474438 ], [ 170.723920387212274, -45.796062709352313 ], [ 170.723898156738215, -45.796086081099283 ], [ 170.723888682981055, -45.796109707093272 ], [ 170.723879572693818, -45.796124409776006 ], [ 170.723865967833802, -45.796144976580138 ], [ 170.723860867462434, -45.796165712885688 ], [ 170.723847262585025, -45.796186279687113 ], [ 170.723842283364121, -45.79620404155483 ], [ 170.723815558218917, -45.796233277404355 ], [ 170.723797822215943, -45.796250785009157 ], [ 170.723767087098764, -45.796273987219216 ], [ 170.723744977641502, -45.796294384496356 ], [ 170.723718979413775, -45.796305773702962 ], [ 170.723684355484124, -45.796319967823479 ], [ 170.723662488322134, -45.796334416211145 ], [ 170.723631753102808, -45.796357618382508 ], [ 170.723608795338635, -45.796398836683977 ], [ 170.723595069133665, -45.796422377887808 ], [ 170.723581464093456, -45.796442944653691 ], [ 170.723563727949397, -45.796460452218881 ], [ 170.723546234151343, -45.796472010909341 ], [ 170.723537002533106, -45.79648968799691 ], [ 170.723514892905143, -45.796510085225592 ], [ 170.723501045450661, -45.796536600852164 ], [ 170.72347893579061, -45.796556998073136 ], [ 170.723460957210307, -45.79658045449208 ], [ 170.723430342955368, -45.796600682168581 ], [ 170.723399728678316, -45.796620909836399 ], [ 170.72338162885552, -45.796647340677083 ], [ 170.723359882675368, -45.796658814566712 ], [ 170.723333641818556, -45.796676152550951 ], [ 170.723324288906127, -45.796696804054129 ], [ 170.723306552599354, -45.796714311575634 ], [ 170.72328420040958, -45.796740657626053 ], [ 170.723248485339781, -45.796781621522527 ], [ 170.723221638403885, -45.796813831654234 ], [ 170.723199286133138, -45.7968401776861 ], [ 170.723181549740644, -45.796857685186133 ], [ 170.723159318633805, -45.796881056774446 ], [ 170.723119593481755, -45.796915986977879 ], [ 170.72309286760995, -45.796945222641277 ], [ 170.723061646988157, -45.796980322384684 ], [ 170.723034799846317, -45.797012532467583 ], [ 170.723017063346475, -45.797030039939578 ], [ 170.722923885930953, -45.797123441335344 ], [ 170.722888776428164, -45.797149532936132 ], [ 170.722857919215812, -45.797175709315752 ], [ 170.722800578252503, -45.797225172406542 ], [ 170.722760488956681, -45.79726902577589 ], [ 170.722725136833844, -45.797301066190151 ], [ 170.722676906437414, -45.79733582663529 ], [ 170.722654674925252, -45.797359198115899 ], [ 170.722610818005961, -45.797391068895536 ], [ 170.722575586953383, -45.797420134826396 ], [ 170.722544971915113, -45.797440362247997 ], [ 170.72251897291099, -45.797451751164516 ], [ 170.722501721061263, -45.797457360816679 ], [ 170.722474994601697, -45.79748659632186 ], [ 170.722443894524162, -45.79751872144714 ], [ 170.722430531267747, -45.797533339193123 ], [ 170.72242980381273, -45.797551185791178 ], [ 170.722399309893859, -45.797568438737983 ], [ 170.722381936751106, -45.797577022803907 ], [ 170.72235180654414, -45.797585352438844 ], [ 170.722330181035517, -45.797593851686905 ], [ 170.722299444563532, -45.797617053471356 ], [ 170.722268708065997, -45.797640255246996 ], [ 170.72222509321324, -45.797666177003528 ], [ 170.722207113739131, -45.797689633204143 ], [ 170.722185124399886, -45.797707055720743 ], [ 170.722163256304469, -45.797721503800418 ], [ 170.722132883470067, -45.797735782239961 ], [ 170.722077117694255, -45.797746577320986 ], [ 170.722033745199667, -45.797766550136529 ], [ 170.721972878134267, -45.797798081367795 ], [ 170.721924768111592, -45.797829867043589 ], [ 170.721890142787402, -45.797844060590009 ], [ 170.721859769818195, -45.797858338954029 ], [ 170.721820528258093, -45.797881370944999 ], [ 170.721789912695016, -45.79790159815267 ], [ 170.721763549486639, -45.797921910183788 ], [ 170.721720055464004, -45.797944857306277 ], [ 170.721672672879663, -45.79795879628233 ], [ 170.721633431172705, -45.797981828205849 ], [ 170.721598320527477, -45.798007919384595 ], [ 170.721567826105542, -45.798025172098484 ], [ 170.721529069479345, -45.798036306260443 ], [ 170.721481929362142, -45.798044296293106 ], [ 170.721446818607575, -45.798070387422932 ], [ 170.7214075767304, -45.798093419265165 ], [ 170.721390081974477, -45.79810497760409 ], [ 170.721381091992384, -45.798116705633554 ], [ 170.721346587658473, -45.798127924578012 ], [ 170.721315971790148, -45.798148151651986 ], [ 170.721298476998243, -45.798159709976083 ], [ 170.721276972417883, -45.798165234586328 ], [ 170.721254861294767, -45.79818563134365 ], [ 170.721224609290061, -45.79819693510111 ], [ 170.721181721394345, -45.798205009858606 ], [ 170.721164105244497, -45.798219542591205 ], [ 170.721146246457977, -45.79824002418087 ], [ 170.721111620686855, -45.798254217481713 ], [ 170.721081125982266, -45.798271470059511 ], [ 170.721042005134137, -45.798291527340048 ], [ 170.721007621948189, -45.798299771748717 ], [ 170.720981622237389, -45.798311160300088 ], [ 170.720938248920987, -45.798331132681945 ], [ 170.720912249181794, -45.798342521216924 ], [ 170.720877865946505, -45.798350765585489 ], [ 170.720851987516141, -45.798359179676972 ], [ 170.720813473186382, -45.798364364729807 ], [ 170.720791725815587, -45.798375838104484 ], [ 170.72077386684262, -45.798396319631863 ], [ 170.720743614629754, -45.798407623257461 ], [ 170.72073049338772, -45.798416291931836 ], [ 170.720721624553647, -45.798425045476208 ], [ 170.720699755802201, -45.798439493261441 ], [ 170.720682260792927, -45.798451051486417 ], [ 170.720681896774835, -45.798459974773166 ], [ 170.7206621529225, -45.798467733983507 ], [ 170.720631602913585, -45.798459017679214 ], [ 170.720581010783974, -45.798447291225337 ], [ 170.720555933150251, -45.798436074018561 ], [ 170.720510880806046, -45.798413741444293 ], [ 170.720465246015067, -45.798405686109668 ], [ 170.720449791718124, -45.798408949851044 ], [ 170.720419028742867, -45.79841190801335 ], [ 170.72037835123291, -45.798407523817495 ], [ 170.720348025140424, -45.798399774018797 ], [ 170.720292475870622, -45.798384376262689 ], [ 170.72024159261511, -45.798379788288365 ], [ 170.72018589775783, -45.798367959794874 ], [ 170.720114457338127, -45.798366533597303 ], [ 170.720078300194245, -45.798376528421571 ], [ 170.720008024967683, -45.798346547651825 ], [ 170.719901738333306, -45.798322992295645 ], [ 170.719882929037766, -45.798283322323819 ], [ 170.719878845762622, -45.798258235250898 ], [ 170.719869368300806, -45.798240184920026 ], [ 170.719844436567001, -45.798225398248228 ], [ 170.719809007779673, -45.798217546424624 ], [ 170.719772996346478, -45.798223971840578 ], [ 170.719727216160294, -45.7982194855282 ], [ 170.719691350386739, -45.798222341605765 ], [ 170.71966029613975, -45.798232438189615 ], [ 170.719634636101688, -45.798235498034487 ], [ 170.719594104467603, -45.798227544250487 ], [ 170.719546624606551, -45.798202855209119 ], [ 170.719491802888257, -45.79818977920214 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Ryans_Pipikaretu_Penguin_TeRauoneBeach", "Date": "1956-03-08", "DSASDate": "08/03/1956", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV", "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 18100.0, "Georef_ER": "2.09", "Pixel_Er": 0.63699553282750698, "Total_UNCY": "2.303641315144829", "filename": "Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.740831757555526, -45.787848791033554 ], [ 170.740692560793121, -45.787881759554899 ], [ 170.740614732220394, -45.787912369824106 ], [ 170.740593458501593, -45.787933382287264 ], [ 170.740566938472767, -45.787957863174874 ], [ 170.740525545248772, -45.787971333114697 ], [ 170.74048939830675, -45.787981334614301 ], [ 170.740442614449393, -45.78800184231828 ], [ 170.740410559421662, -45.788036930330037 ], [ 170.74039438759624, -45.788058043702151 ], [ 170.740367723122546, -45.788086093910181 ], [ 170.740346304944353, -45.788110675693545 ], [ 170.740309869277212, -45.788127815873295 ], [ 170.740283637638839, -45.788145157950936 ], [ 170.7402473462366, -45.788158728740278 ], [ 170.74024648039881, -45.788180144957479 ], [ 170.740261064957195, -45.788198294673656 ], [ 170.740254952785193, -45.788223179304389 ], [ 170.740228432468712, -45.788247660106883 ], [ 170.740202056438449, -45.788268571533273 ], [ 170.740206003999361, -45.788297227446691 ], [ 170.740240419506904, -45.788330058475296 ], [ 170.740239697968974, -45.788347905322361 ], [ 170.740213466203528, -45.788365247380902 ], [ 170.740192047846847, -45.788389829130921 ], [ 170.740191037669803, -45.788414814715658 ], [ 170.740182472138088, -45.788500378617002 ], [ 170.740196046575619, -45.788543513925852 ], [ 170.740209621032903, -45.788586649233224 ], [ 170.740213712924543, -45.788611735776193 ], [ 170.740217804819451, -45.788636822319013 ], [ 170.740216938955911, -45.788658238533962 ], [ 170.740205580320492, -45.788686591569245 ], [ 170.740194943234656, -45.788697097757726 ], [ 170.740178915441675, -45.788714641722919 ], [ 170.740183295953102, -45.78873258952833 ], [ 170.740203127020408, -45.788747270843714 ], [ 170.74017703936542, -45.788761043520019 ], [ 170.740165969316138, -45.788782257812201 ], [ 170.740170494142234, -45.788796636248996 ], [ 170.740200096462416, -45.788822227593471 ], [ 170.740219927565107, -45.78883690890639 ], [ 170.740218917384794, -45.788861894489671 ], [ 170.740223297918874, -45.788879842293589 ], [ 170.740227245521851, -45.788908498204435 ], [ 170.740236150915024, -45.788940824442427 ], [ 170.7402202673739, -45.788954799042685 ], [ 170.740209774550522, -45.788961735862223 ], [ 170.740218679940824, -45.788994062101267 ], [ 170.740222483235101, -45.789026287380764 ], [ 170.740221473049274, -45.789051272963242 ], [ 170.740220174236924, -45.789083397283406 ], [ 170.740219452673614, -45.789101244127878 ], [ 170.740193364853923, -45.789115016804075 ], [ 170.740156928475074, -45.789132156919081 ], [ 170.740151249090957, -45.789146333431638 ], [ 170.740155196670514, -45.789174989343373 ], [ 170.740164102058316, -45.789207315585614 ], [ 170.740168193964308, -45.789232402128171 ], [ 170.740166895113191, -45.789264526446125 ], [ 170.740181046966455, -45.789293384280114 ], [ 170.740164586039072, -45.789321636344226 ], [ 170.740163720134461, -45.789343052555807 ], [ 170.740162565593494, -45.789371607504457 ], [ 170.740161266732827, -45.789403731821515 ], [ 170.740154865727163, -45.789435755175781 ], [ 170.740143506887307, -45.78946410819777 ], [ 170.74013753882312, -45.789485423445079 ], [ 170.740131137792758, -45.789517446797163 ], [ 170.740104616787164, -45.789541927553195 ], [ 170.740083053588705, -45.789570078636999 ], [ 170.740077229812954, -45.789587824511941 ], [ 170.740071117383849, -45.789612709122814 ], [ 170.740044884958706, -45.789630051126949 ], [ 170.740043441691967, -45.789665744808033 ], [ 170.740052635734912, -45.789690932320468 ], [ 170.740041709768235, -45.789708577224985 ], [ 170.740040843804906, -45.789729993433319 ], [ 170.740045080011811, -45.789751510609818 ], [ 170.740044358375769, -45.789769357449991 ], [ 170.740038245909091, -45.789794242057759 ], [ 170.740022217739863, -45.789811785990985 ], [ 170.739990594364087, -45.789836165746458 ], [ 170.739994686227135, -45.78986125229207 ], [ 170.739993820241182, -45.789882668499125 ], [ 170.739992665591728, -45.789911223441749 ], [ 170.739976637373474, -45.789928767367357 ], [ 170.739956084291521, -45.789931932847288 ], [ 170.739930429019836, -45.789934997350059 ], [ 170.739914400775262, -45.789952541266352 ], [ 170.739903763385655, -45.789963047420017 ], [ 170.739902897361816, -45.789984463625345 ], [ 170.739907277868127, -45.790002411437889 ], [ 170.739911225365859, -45.790031067352864 ], [ 170.739909926330938, -45.790063191660614 ], [ 170.739914018170367, -45.79008827820784 ], [ 170.739897412521458, -45.790120099590318 ], [ 170.739870746779047, -45.790148149649731 ], [ 170.739853996745182, -45.790183540392121 ], [ 170.739853130695593, -45.790204956595886 ], [ 170.739836958003707, -45.790226069865916 ], [ 170.739821073987201, -45.790240044398963 ], [ 170.73978492544444, -45.790250045641969 ], [ 170.739722977106226, -45.790266680693122 ], [ 170.739686684177002, -45.790280251271184 ], [ 170.739670800107803, -45.790294225782233 ], [ 170.73965987389667, -45.790311870643983 ], [ 170.739659007768893, -45.790333286844401 ], [ 170.739652317638985, -45.790372448891667 ], [ 170.739645771854612, -45.790408041571467 ], [ 170.739634123828125, -45.790443533262945 ], [ 170.739617517908016, -45.790475354597937 ], [ 170.739596242808602, -45.790496366841175 ], [ 170.739570009814969, -45.790513708723175 ], [ 170.739558939164709, -45.790534922939649 ], [ 170.739558217353817, -45.790552769771381 ], [ 170.739562453424384, -45.790574286960577 ], [ 170.739597014257583, -45.790603548823903 ], [ 170.739647314948172, -45.790622405540958 ], [ 170.739687555525563, -45.790637490899094 ], [ 170.739716292446275, -45.790684498575253 ], [ 170.739750276024495, -45.790728037861093 ], [ 170.739749265567724, -45.790753023427975 ], [ 170.739717497174126, -45.790780972458478 ], [ 170.739675668571806, -45.79080515014055 ], [ 170.739633984292311, -45.79082575844015 ], [ 170.739597979696526, -45.790832190248942 ], [ 170.739562552546374, -45.790824344581502 ], [ 170.739516776507401, -45.790819866282725 ], [ 170.7394813493774, -45.790812020590444 ], [ 170.739449725188592, -45.790836400177049 ], [ 170.739433552154509, -45.790857513381532 ], [ 170.739412421209408, -45.790874956219376 ], [ 170.739411554969848, -45.790896372413997 ], [ 170.739415213511762, -45.790932167069926 ], [ 170.739424840574458, -45.790946646529079 ], [ 170.739429365362639, -45.790961024989912 ], [ 170.739464936948679, -45.790965301333955 ], [ 170.739469317378422, -45.790983249159233 ], [ 170.739463781985563, -45.790993856260691 ], [ 170.739468162416841, -45.791011804085969 ], [ 170.739503734038522, -45.791016080418522 ], [ 170.739518174689636, -45.791037799596559 ], [ 170.739522266407221, -45.79106288615187 ], [ 170.739536418344386, -45.791091744059649 ], [ 170.739556105685722, -45.791109994860264 ], [ 170.739571123837578, -45.791117436568101 ], [ 170.739595913495151, -45.791135788353685 ], [ 170.739590233746611, -45.79114996482727 ], [ 170.739588645749649, -45.7911892278536 ], [ 170.739597984173571, -45.791210846031291 ], [ 170.73962248515727, -45.791236336543847 ], [ 170.739621763349021, -45.791254183374207 ], [ 170.739617413075337, -45.791257059177312 ], [ 170.739620552828114, -45.791258997390429 ], [ 170.739634416140092, -45.79129499401914 ], [ 170.739668977443159, -45.791324255866293 ], [ 170.739688231833867, -45.791353214744213 ], [ 170.739728184230586, -45.791375438828709 ], [ 170.739788545941138, -45.791398066831078 ], [ 170.739839280450525, -45.791406215376483 ], [ 170.739925298203246, -45.791425778839269 ], [ 170.739985660051246, -45.791448406739761 ], [ 170.740046021948984, -45.791471034609174 ], [ 170.740116877219862, -45.791486725649463 ], [ 170.740147346869634, -45.791490900819802 ], [ 170.740187732532121, -45.791502416646523 ], [ 170.740213118601872, -45.791507047436411 ], [ 170.740263401574595, -45.791525347296719 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Ryans_Pipikaretu_Penguin_TeRauoneBeach", "Date": "1956-03-08", "DSASDate": "08/03/1956", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV", "Source": "RL", "CPS": null, "Proxy": null, "Photoscale": 18100.0, "Georef_ER": "2.09", "Pixel_Er": 0.63699553282750698, "Total_UNCY": null, "filename": "Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": null }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Ryans_Pipikaretu_Penguin_TeRauoneBeach", "Date": "1956-03-08", "DSASDate": "08/03/1956", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV cannot see line", "Source": "RL", "CPS": "0", "Proxy": "0", "Photoscale": 18100.0, "Georef_ER": "2.09", "Pixel_Er": 0.63699553282750698, "Total_UNCY": "0", "filename": "Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": null }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Ryans_Pipikaretu_Penguin_TeRauoneBeach", "Date": "1956-03-08", "DSASDate": "08/03/1956", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV", "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 18100.0, "Georef_ER": "2.09", "Pixel_Er": 0.63699553282750698, "Total_UNCY": "2.390557112650145", "filename": "Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.74121713217653, -45.799518282113453 ], [ 170.741204830570666, -45.799523992500404 ], [ 170.741165861003338, -45.799523221719667 ], [ 170.741121651857583, -45.799564023176167 ], [ 170.741068937523352, -45.799604656382506 ], [ 170.741015982587328, -45.799651238503202 ], [ 170.740945776755922, -45.799703433056074 ], [ 170.740867546731039, -45.799743561436543 ], [ 170.740771825192837, -45.799795251131883 ], [ 170.74071983205954, -45.799818037349404 ], [ 170.740634539958421, -45.799822303671895 ], [ 170.740574282162441, -45.799838972617849 ], [ 170.740521944931601, -45.799840983016544 ], [ 170.740480918502328, -45.799860026936287 ], [ 170.740469124451067, -45.799899087994355 ], [ 170.740462722188113, -45.799931111292125 ], [ 170.740456319917115, -45.799963134589255 ], [ 170.740439711423107, -45.799994955950432 ], [ 170.740438700948005, -45.800019941488486 ], [ 170.740406927444241, -45.800047890576487 ], [ 170.740378877602325, -45.800071304738317 ], [ 170.740357165913139, -45.800103025114574 ], [ 170.740341567841597, -45.800109860922859 ], [ 170.74038051613033, -45.800157070405952 ], [ 170.740420763685336, -45.800172155614817 ], [ 170.740482145521582, -45.800169797864172 ], [ 170.740512908613113, -45.800166834295105 ], [ 170.740564005549203, -45.800158164952151 ], [ 170.740576102917515, -45.800158404291601 ], [ 170.740601618532111, -45.800158909099082 ], [ 170.740666804414303, -45.800188776476233 ], [ 170.740736083145862, -45.800243730314627 ], [ 170.740770939063168, -45.800265853173997 ], [ 170.740805650676549, -45.800291545386479 ], [ 170.740840650980857, -45.800310098862106 ], [ 170.740854805764997, -45.800338956619889 ], [ 170.740869249219088, -45.800360675649209 ], [ 170.740903960936123, -45.800386367833362 ], [ 170.740933858185798, -45.80040482033391 ], [ 170.74096813699407, -45.800441220590123 ], [ 170.741002271526526, -45.800481190200379 ], [ 170.741027210022168, -45.800495972370349 ], [ 170.741056818737661, -45.800521563567735 ], [ 170.74108118000467, -45.800550623181621 ], [ 170.741105396982761, -45.80058325215451 ], [ 170.741119551968751, -45.800612109882039 ], [ 170.741187965810667, -45.800688479644194 ], [ 170.741227059517485, -45.800732119491009 ], [ 170.74127491660667, -45.800811654830909 ], [ 170.741323783939123, -45.800866204602791 ], [ 170.741372074171295, -45.800935031812266 ], [ 170.741400961788315, -45.800978469747442 ], [ 170.741429993744646, -45.801018338311493 ], [ 170.741438757204492, -45.801054233805814 ], [ 170.741467356345254, -45.801104810454277 ], [ 170.741496821287171, -45.801133970909291 ], [ 170.741515791242421, -45.801170068243039 ], [ 170.74154029731119, -45.801195558401162 ], [ 170.741574721274446, -45.801228389122549 ], [ 170.741604186336161, -45.801257549551543 ], [ 170.741628259630573, -45.801293747785934 ], [ 170.741632497157468, -45.801315264891066 ], [ 170.74165190010703, -45.801340654109822 ], [ 170.741651178692393, -45.801358500933432 ], [ 170.741670437382993, -45.801387459514039 ], [ 170.741674819213642, -45.801405407252979 ], [ 170.742061728405275, -45.80194174583513 ], [ 170.742121381082342, -45.80198221962408 ], [ 170.742146176283882, -45.80200057092965 ], [ 170.742185704387936, -45.802033502373511 ], [ 170.742234717897588, -45.802084482415722 ], [ 170.742269287052181, -45.802113743575141 ], [ 170.742283731495718, -45.802135462438159 ], [ 170.742312908905404, -45.802171761427481 ], [ 170.742337271523098, -45.802200820791292 ], [ 170.742366881725701, -45.802226411670027 ], [ 170.742386141073979, -45.802255370138361 ], [ 170.742410792243447, -45.802277290755541 ], [ 170.742435299194511, -45.802302780733726 ], [ 170.742465053731138, -45.802324802222351 ], [ 170.742508964413702, -45.802375681272437 ], [ 170.742537853628107, -45.802419118940342 ], [ 170.742571413537263, -45.802473365577285 ], [ 170.742609932628653, -45.802531282446786 ], [ 170.742598716336516, -45.802556066259996 ], [ 170.742592747614168, -45.802577381581763 ], [ 170.742607192298067, -45.802599100406837 ], [ 170.742616389410358, -45.802624287721514 ], [ 170.742630834114919, -45.802646006543831 ], [ 170.742650093738149, -45.80267496497094 ], [ 170.742659435106503, -45.802696582916099 ], [ 170.742658425528475, -45.802721568480557 ], [ 170.742651735678237, -45.802760730636514 ], [ 170.74264547849782, -45.80278918469287 ], [ 170.742634262165211, -45.802813968507813 ], [ 170.742608168385999, -45.802827741596374 ], [ 170.742576682756493, -45.802848552533696 ], [ 170.742525649002971, -45.802847543749543 ], [ 170.742494307568847, -45.802864785297402 ], [ 170.742468213732195, -45.802878558352766 ], [ 170.74243759346561, -45.802877953055635 ], [ 170.7424119323355, -45.802881018000733 ], [ 170.742390941850488, -45.802894891922477 ], [ 170.74234815012295, -45.803069084623132 ], [ 170.742372513132807, -45.803098143982879 ], [ 170.742386957856866, -45.803119862834919 ], [ 170.742430724822214, -45.803174311284316 ], [ 170.742475068830515, -45.803214482255768 ], [ 170.742494905511023, -45.803229163246193 ], [ 170.74253558855554, -45.803233539657214 ], [ 170.742571600896952, -45.803227107078342 ], [ 170.74261242817812, -45.803227914096205 ], [ 170.742647575135379, -45.803242897688861 ], [ 170.742662020003024, -45.803264616508272 ], [ 170.742666113822253, -45.803289702944426 ], [ 170.742675455290509, -45.803311320888156 ], [ 170.742710890767455, -45.803319165730308 ], [ 170.742777812099405, -45.803306199583027 ], [ 170.742798225771537, -45.803306603057472 ], [ 170.742833661264228, -45.803314447861801 ], [ 170.742863849132078, -45.803325761156643 ], [ 170.742899284646825, -45.803333605940971 ], [ 170.742919265694809, -45.80334471749368 ], [ 170.742918400422298, -45.803366133693189 ], [ 170.742927020941892, -45.803405598450993 ], [ 170.742906030379146, -45.803419472464959 ], [ 170.742870162162859, -45.803422335781079 ], [ 170.74285894579117, -45.803447119615065 ], [ 170.742858224709011, -45.803464966446924 ], [ 170.742877484717724, -45.80349392483933 ], [ 170.742912631913896, -45.80350890835421 ], [ 170.742938004887407, -45.803512982034846 ], [ 170.74296409891474, -45.803499208876922 ], [ 170.743005070612952, -45.803496446391499 ], [ 170.743030587794038, -45.80349695068486 ], [ 170.743075941910604, -45.803512135866058 ], [ 170.743105985734303, -45.803527018466326 ], [ 170.743100161288027, -45.803544764446031 ], [ 170.743063427775638, -45.803569044022645 ], [ 170.743047252216911, -45.803590157651918 ], [ 170.743035603268765, -45.803625649603575 ], [ 170.743008932367076, -45.803653700243281 ], [ 170.743008355535494, -45.803667977709758 ], [ 170.743027471482179, -45.803700505445299 ], [ 170.743052123524791, -45.803722425935518 ], [ 170.743066424464018, -45.803747714074028 ], [ 170.743065559235731, -45.803769130274198 ], [ 170.743043991741274, -45.803797281777378 ], [ 170.743012505709117, -45.8038180928244 ], [ 170.742981163864101, -45.803835334495808 ], [ 170.742852135009514, -45.803868506563717 ], [ 170.742765376030491, -45.803866791796885 ], [ 170.742709526327815, -45.8038585434753 ], [ 170.742668842813856, -45.80385416711794 ], [ 170.742536784719107, -45.80396229549963 ], [ 170.742565674728894, -45.804005733165091 ], [ 170.742589749770588, -45.804041931214464 ], [ 170.742609009825912, -45.804070889650561 ], [ 170.742663273169995, -45.804118401045137 ], [ 170.742718546208295, -45.804140926856164 ], [ 170.742747724902614, -45.804177225747445 ], [ 170.742777336310525, -45.804202816534691 ], [ 170.742792069912383, -45.804217396608415 ], [ 170.74283203259111, -45.804239619755869 ], [ 170.742882346532042, -45.804258475256432 ], [ 170.742917494202828, -45.804273458776983 ], [ 170.742968096631387, -45.804285175508632 ], [ 170.743008924696568, -45.804285982399172 ], [ 170.743039978373616, -45.804275879458601 ], [ 170.74312192290364, -45.804270354440447 ], [ 170.743182732392739, -45.804282272787987 ], [ 170.743218889545801, -45.804272270650635 ], [ 170.743239736165549, -45.804261965952399 ], [ 170.743251240937752, -45.804230043350465 ], [ 170.743278056199614, -45.804198423292718 ], [ 170.743314645854838, -45.804177713022575 ], [ 170.743340307541729, -45.804174647885461 ], [ 170.743381135536623, -45.804175454641495 ], [ 170.74345229616759, -45.804184005164224 ], [ 170.743478246211964, -45.8041738012612 ], [ 170.743528992855431, -45.804181948377469 ], [ 170.743559325508727, -45.804189692130663 ], [ 170.743584554668502, -45.804197335041486 ], [ 170.743584410494691, -45.804200904409186 ], [ 170.743625238515619, -45.804201711078349 ], [ 170.743691584053352, -45.804203021884646 ], [ 170.743694904270654, -45.80420361455392 ], [ 170.743726345366071, -45.804199858993975 ], [ 170.743779302547551, -45.804153275688975 ], [ 170.743840044679558, -45.80412470723784 ], [ 170.743892280926701, -45.804095970719004 ], [ 170.743952061941712, -45.804091197996392 ], [ 170.744062877884602, -45.804087433383621 ], [ 170.744147215432122, -45.804106960414259 ], [ 170.744231553040748, -45.804126487383634 ], [ 170.744298879043725, -45.804145678284499 ], [ 170.744356978635977, -45.804182547994905 ], [ 170.74443208999574, -45.80421975366734 ], [ 170.744456166349153, -45.804255951346263 ], [ 170.744429447795028, -45.804285192112552 ], [ 170.744419981133632, -45.804308819915214 ], [ 170.74445184278386, -45.804363032439056 ], [ 170.744459147661019, -45.804392945179991 ], [ 170.744518208381976, -45.804406019015168 ], [ 170.744552472067767, -45.804400742014849 ], [ 170.744590252718666, -45.804363433123157 ], [ 170.744604948406959, -45.80436605621918 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Ryans_Pipikaretu_Penguin_TeRauoneBeach", "Date": "1956-03-08", "DSASDate": "08/03/1956", "Digitiser": "TK", "Scale": "1250", "Notes": "EOV", "Source": "RL", "CPS": "1", "Proxy": "1", "Photoscale": 18100.0, "Georef_ER": "2.09", "Pixel_Er": 0.63699553282750698, "Total_UNCY": "2.226828082462182", "filename": "Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.743535069111886, -45.809426377571889 ], [ 170.743512720995369, -45.809452727611607 ], [ 170.743498999669384, -45.80947627125547 ], [ 170.743477132206294, -45.809490723406874 ], [ 170.743451251758216, -45.809499142572605 ], [ 170.743446998436667, -45.809499058531294 ], [ 170.743421117980404, -45.809507477690019 ], [ 170.743399250485226, -45.809521929825827 ], [ 170.74339403574362, -45.809545641541767 ], [ 170.743376061017102, -45.809569101125575 ], [ 170.743353472407563, -45.809601400070648 ], [ 170.743357004659032, -45.809619330934289 ], [ 170.743339270253642, -45.809636841571837 ], [ 170.743343042863415, -45.809648823496303 ], [ 170.743355562501762, -45.809655024571505 ], [ 170.743376708989018, -45.809658419264416 ], [ 170.74337137404379, -45.809685105448118 ], [ 170.743357772777955, -45.809705674602192 ], [ 170.743336025368478, -45.809717152253967 ], [ 170.743331050941833, -45.809734915026084 ], [ 170.743325956329954, -45.809755652267505 ], [ 170.743312475212093, -45.809773246945703 ], [ 170.743303848344937, -45.809776053321393 ], [ 170.743268259201756, -45.809814049043077 ], [ 170.743254537679206, -45.809837592652578 ], [ 170.743266336236132, -45.809861640554743 ], [ 170.743269868472794, -45.809879571420097 ], [ 170.743247760416921, -45.809899972461437 ], [ 170.743242785943863, -45.809917735228346 ], [ 170.743245837428077, -45.809947563971711 ], [ 170.743266022530662, -45.80997475444201 ], [ 170.743252180778285, -45.81000127251928 ], [ 170.743233364523263, -45.810045553360332 ], [ 170.743214548237205, -45.810089834197427 ], [ 170.743190517025312, -45.810157826732144 ], [ 170.743163193915791, -45.810201939454444 ], [ 170.743149712634278, -45.810219534109159 ], [ 170.743140244333375, -45.810243161754023 ], [ 170.743139282782295, -45.81026695750603 ], [ 170.74313406784907, -45.810290669203852 ], [ 170.743133226488197, -45.810311490486598 ], [ 170.743136758704878, -45.810329421354503 ], [ 170.74313591734392, -45.810350242637142 ], [ 170.74311416963431, -45.810361720239896 ], [ 170.743100688297091, -45.810379314887371 ], [ 170.743087086753945, -45.81039988400186 ], [ 170.743060124034599, -45.810435073287728 ], [ 170.743024534291294, -45.810473068918398 ], [ 170.74301410427779, -45.810520492299013 ], [ 170.743000382464231, -45.810544035870016 ], [ 170.742969286419907, -45.810576166603163 ], [ 170.742942563949782, -45.810605406920388 ], [ 170.742911708252564, -45.810631588699522 ], [ 170.742902239775134, -45.810655216319887 ], [ 170.742880011060237, -45.810678591747454 ], [ 170.742861554895597, -45.810713949107956 ], [ 170.742834471664764, -45.810752112801374 ], [ 170.742824762706817, -45.810781689350037 ], [ 170.742806667112859, -45.810808123295665 ], [ 170.742788210856304, -45.810843480641921 ], [ 170.742762089242518, -45.810857848571821 ], [ 170.742735967615374, -45.810872216495419 ], [ 170.742730872663572, -45.810892953700396 ], [ 170.74273853798914, -45.810913943114983 ], [ 170.742729069386542, -45.810937570717648 ], [ 170.742711214133863, -45.810958055710131 ], [ 170.742693719529854, -45.810969617296372 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Ryans_Pipikaretu_Penguin_TeRauoneBeach", "Date": "1956-03-08", "DSASDate": "08/03/1956", "Digitiser": "TK", "Scale": "1250", "Notes": "EOV", "Source": "RL", "CPS": "1", "Proxy": "1", "Photoscale": 18100.0, "Georef_ER": "2.09", "Pixel_Er": 0.63699553282750698, "Total_UNCY": "2.226828082462182", "filename": "Retrolens/Otago/Ryans_Pipikaretu_Penguin_TeRauoneBeach/Shorelines/Ryans_Pipikaretu_Penguin_TeRauoneBeach_08MAR1956.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.742693719529854, -45.810969617296372 ], [ 170.742688985214983, -45.810981431095605 ], [ 170.742675383366901, -45.811002000153451 ], [ 170.742679035692788, -45.811016956563932 ], [ 170.742678073919336, -45.811040752305153 ], [ 170.742664832719584, -45.811052397958306 ], [ 170.742664111384187, -45.811070244763947 ], [ 170.742671776706288, -45.811091234182406 ], [ 170.742675308813944, -45.811109165060479 ], [ 170.742662187819803, -45.811117836245323 ], [ 170.74264493360235, -45.811123448887578 ], [ 170.74263121147689, -45.811146992406236 ], [ 170.742617729790595, -45.811164586988049 ], [ 170.742608140864604, -45.81119118904541 ], [ 170.742603045831913, -45.811211926242166 ], [ 170.742593456889978, -45.811238528297778 ], [ 170.742584108393828, -45.811259181417633 ], [ 170.742574759890545, -45.811279834536528 ], [ 170.74256930415018, -45.811309495132953 ], [ 170.742555341485456, -45.811338987574871 ], [ 170.742541258575045, -45.811371454481829 ], [ 170.742531789804588, -45.811395082063342 ], [ 170.74253082795579, -45.81141887780057 ], [ 170.742530226799659, -45.811433750136267 ], [ 170.74252513171254, -45.811454487327794 ], [ 170.742511289217987, -45.81148100529542 ], [ 170.742510207124923, -45.811507775498974 ], [ 170.742496364609138, -45.811534293464177 ], [ 170.742495522974195, -45.811555114733217 ], [ 170.742485933916157, -45.811581716776274 ], [ 170.742476946022691, -45.811593446483535 ], [ 170.742454836980443, -45.81161384734753 ], [ 170.742436861165913, -45.811637306755799 ], [ 170.742427632777606, -45.811654985392352 ], [ 170.742413910422329, -45.81167852887873 ], [ 170.742412828275178, -45.811705299079577 ], [ 170.742407011681593, -45.811743883064018 ], [ 170.742405929528644, -45.811770653264432 ], [ 170.742405328331898, -45.811785525597934 ], [ 170.742391846413511, -45.811803120147047 ], [ 170.74239124521236, -45.811817992480307 ], [ 170.742403404499129, -45.811833117064836 ], [ 170.742402923540169, -45.811845014931492 ], [ 170.74238506786682, -45.811865499862293 ], [ 170.742379732198174, -45.811892185977328 ], [ 170.742374516765494, -45.811915897625312 ], [ 170.74237343459049, -45.811942667824312 ], [ 170.742376966645452, -45.811960598708346 ], [ 170.742371991688088, -45.81197836142276 ], [ 170.742358389467739, -45.811998930432793 ], [ 170.742348920503929, -45.812022557993316 ], [ 170.742339571775744, -45.812043211086369 ], [ 170.742338970555636, -45.812058083418492 ], [ 170.742346876363541, -45.812073123922808 ], [ 170.742346154900901, -45.812090970721336 ], [ 170.74233243239749, -45.81211451419361 ], [ 170.742327096675382, -45.812141200304168 ], [ 170.742313133659053, -45.812170692706182 ], [ 170.742299170627405, -45.812200185106072 ], [ 170.742297968158624, -45.812229929768598 ], [ 170.742292752654379, -45.812253641410322 ], [ 170.742296284699108, -45.812271572295813 ], [ 170.742295442967986, -45.812292393559318 ], [ 170.742281960887027, -45.812309988091052 ], [ 170.742280638156075, -45.812342707218797 ], [ 170.742265953565209, -45.812390046409348 ], [ 170.742251148697619, -45.812440360063249 ], [ 170.742245692648993, -45.812470020633313 ], [ 170.742244850893201, -45.812490841895332 ], [ 170.742235021035697, -45.812523392839957 ], [ 170.742224950661608, -45.812561892715216 ], [ 170.742219735090032, -45.812585604351163 ], [ 170.742214760019692, -45.812603367054962 ], [ 170.742205411136808, -45.812624020132347 ], [ 170.742204449107788, -45.81264781585908 ], [ 170.742203727585206, -45.812665662654048 ], [ 170.74220300606197, -45.812683509448938 ], [ 170.74219742970476, -45.812716144480397 ], [ 170.742192214104676, -45.812739856114028 ], [ 170.742190891301362, -45.812772575237261 ], [ 170.742185314926274, -45.812805210267349 ], [ 170.742175965995955, -45.812825863340805 ], [ 170.742175244459787, -45.812843710134878 ], [ 170.742165294235235, -45.812879235535377 ], [ 170.742159838089322, -45.812908896097568 ], [ 170.742154622452205, -45.812932607728087 ], [ 170.742154141421821, -45.812944505590401 ], [ 170.742153179360201, -45.812968301314939 ], [ 170.742156591138752, -45.812989206668242 ], [ 170.742164136247226, -45.813013170581186 ], [ 170.742163534960071, -45.81302804290894 ], [ 170.742167067002669, -45.813045973796349 ], [ 170.742153103657984, -45.813075466168648 ], [ 170.742152141591532, -45.813099261892646 ], [ 170.742155673634102, -45.813117192780169 ], [ 170.74214644489507, -45.813134871383511 ], [ 170.742136735112268, -45.813164447847669 ], [ 170.742126905058512, -45.813196998776057 ], [ 170.742129715537402, -45.813232776456346 ], [ 170.742145527351965, -45.81326285749185 ], [ 170.742135577023703, -45.813298382885584 ], [ 170.742121613594293, -45.813327875251346 ], [ 170.742124905116896, -45.813351755069874 ], [ 170.742127956120299, -45.813381583818853 ], [ 170.742126753510803, -45.813411328471695 ], [ 170.742117524710551, -45.813429007070773 ], [ 170.742112188736513, -45.813455693161345 ], [ 170.742107454068588, -45.813467506925448 ], [ 170.742106010919571, -45.813503200507782 ], [ 170.742087914058317, -45.813529634304963 ], [ 170.742065683818112, -45.813553009535283 ], [ 170.742047947718788, -45.81357051993011 ], [ 170.74204686532488, -45.813597290115311 ], [ 170.742041649564442, -45.813621001735925 ], [ 170.742019659802793, -45.813638428025989 ], [ 170.742001683123647, -45.813661887342427 ], [ 170.741966571614824, -45.813687984712118 ], [ 170.741947932697627, -45.813691313221213 ], [ 170.741955951712328, -45.813732023229427 ], [ 170.741964284218056, -45.813778626726169 ], [ 170.741998860233338, -45.813807888044835 ], [ 170.742084913011865, -45.813827450469901 ], [ 170.742156374285031, -45.813828863297374 ], [ 170.742192104923618, -45.813829569694363 ], [ 170.74225350175729, -45.813827211276283 ], [ 170.742314321373527, -45.813839130259183 ], [ 170.742364643657083, -45.813857986117142 ], [ 170.742419781763658, -45.813884081574081 ], [ 170.742525819487355, -45.813914755358454 ], [ 170.742560973037683, -45.813929739077246 ], [ 170.742614957030554, -45.813984389315571 ], [ 170.742660175155237, -45.814003144152615 ], [ 170.742771173365668, -45.814037487967013 ], [ 170.742790725314109, -45.81405930767275 ], [ 170.742831560515981, -45.814060114759101 ], [ 170.742867291319101, -45.814060820947702 ], [ 170.742913519457545, -45.814054590168332 ], [ 170.742949105995166, -45.814058865691202 ], [ 170.742991368145312, -45.814048447741676 ], [ 170.743015607465566, -45.814056607746998 ] ] } }, @@ -13573,18 +13572,18 @@ { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1982-03-08", "DSASDate": "08/03/1982", "Digitiser": "TK", "Scale": "1000", "Notes": "base of cliff", "Source": "RL", "CPS": "4", "Proxy": "4", "Photoscale": 25000.0, "Georef_ER": "2.43", "Pixel_Er": 0.95491801931078901, "Total_UNCY": "3.331916629149721", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_08MAR1982.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.236671011122638, -46.017011926719235 ], [ 170.236687251319637, -46.017028989716238 ], [ 170.236720324584184, -46.017051222876297 ], [ 170.236753872142515, -46.017063941764967 ], [ 170.236790122365761, -46.017091014642538 ], [ 170.236816841879403, -46.017103568304186 ], [ 170.236861105872435, -46.017107020710469 ], [ 170.23689536486367, -46.017105468164104 ], [ 170.236936689057586, -46.017099323676206 ], [ 170.236970355254812, -46.017109663937006 ], [ 170.237020617463685, -46.017129931442248 ], [ 170.237002598788592, -46.017148546980707 ], [ 170.23694467856896, -46.017144764229158 ], [ 170.236900177417567, -46.017146068986172 ], [ 170.236888868229158, -46.017167228273983 ], [ 170.236884387127873, -46.01718855276436 ], [ 170.236869663874728, -46.017209629447841 ], [ 170.236854940610129, -46.017230706129098 ], [ 170.236843749949571, -46.017249486845671 ], [ 170.23683279640963, -46.01726351042965 ], [ 170.236821724299261, -46.017279912578019 ], [ 170.236810296486226, -46.017303450421906 ], [ 170.236788745060522, -46.017324361884505 ], [ 170.236756951446381, -46.017345025525337 ], [ 170.23670725752612, -46.017381926078556 ], [ 170.236671931216392, -46.017404885651899 ], [ 170.236629776753318, -46.017427679994171 ], [ 170.236597745870768, -46.017453100717916 ], [ 170.236559123982488, -46.01747359907813 ], [ 170.236510497026472, -46.017489092454781 ], [ 170.236461751462912, -46.017506964374881 ], [ 170.236420189752323, -46.017517865811882 ], [ 170.236388395891169, -46.017538529343867 ], [ 170.23635672059217, -46.017556814301805 ], [ 170.236325401034151, -46.017567963556935 ], [ 170.236300553839584, -46.017586413736382 ], [ 170.236282534772243, -46.017605029151085 ], [ 170.23625756895629, -46.017625857884774 ], [ 170.236233433261816, -46.017630036662453 ], [ 170.236168091494108, -46.017637981084086 ], [ 170.236157137704822, -46.017652004596791 ], [ 170.236111805963986, -46.017669958985415 ], [ 170.236087433044815, -46.017678894859536 ], [ 170.23606882088211, -46.017709403057708 ], [ 170.236070100181507, -46.017752299835344 ], [ 170.236023700921407, -46.017791661260951 ], [ 170.236008621369677, -46.017819873511776 ], [ 170.23599024631875, -46.017845624566945 ], [ 170.23599565126014, -46.017874332590409 ], [ 170.236029554935385, -46.017879916006585 ], [ 170.236053572152855, -46.017878115838776 ], [ 170.236062628419234, -46.017902149359735 ], [ 170.236078038477956, -46.017935862389592 ], [ 170.236086738966009, -46.017967031600421 ], [ 170.236095558061976, -46.017995822246775 ], [ 170.236078131786087, -46.01800254480424 ], [ 170.236032681127398, -46.0180228777172 ], [ 170.235997472730162, -46.018043458500344 ], [ 170.235958968812582, -46.018061578077727 ], [ 170.235920583476855, -46.018077319078039 ], [ 170.235885612220557, -46.0180931426979 ], [ 170.235842389418792, -46.018137343798017 ], [ 170.235827546895734, -46.01816079889263 ], [ 170.235799166547167, -46.018181544879909 ], [ 170.235780554046272, -46.018212053021308 ], [ 170.235783137862029, -46.01822878559954 ], [ 170.235774886281234, -46.018257163084385 ], [ 170.235770760487441, -46.018271351826456 ], [ 170.235773344302174, -46.018288084404773 ], [ 170.235785814618737, -46.018312200581455 ], [ 170.235788398439354, -46.018328933159466 ], [ 170.235776732727146, -46.018357228007453 ], [ 170.235755061877143, -46.018380517816482 ], [ 170.235736923744042, -46.018401511695807 ], [ 170.235722318334268, -46.018420209647246 ], [ 170.235711364270287, -46.018434233109446 ], [ 170.235713592221003, -46.018458101377171 ], [ 170.23571935291443, -46.018479673720385 ], [ 170.235711338492706, -46.018503294072168 ], [ 170.235669894510039, -46.018511816651312 ], [ 170.23562479914645, -46.018525013699232 ], [ 170.235599595414556, -46.01855059939647 ], [ 170.235584396801841, -46.018581190140949 ], [ 170.235566495784241, -46.01859742686446 ], [ 170.235548357506303, -46.018618420709906 ], [ 170.235543875748192, -46.018639745128567 ], [ 170.235518671925149, -46.018665330805462 ], [ 170.235491002963016, -46.018671805331664 ], [ 170.235459208085246, -46.018692468578401 ], [ 170.235464494183645, -46.018723555181197 ], [ 170.235493679270007, -46.018755220305252 ], [ 170.235503091299591, -46.01877211817802 ], [ 170.235519212993069, -46.018791559902404 ], [ 170.235545933007074, -46.018804113870189 ], [ 170.235576067177817, -46.018816750475253 ], [ 170.235609378261643, -46.018834226839971 ], [ 170.235618790339231, -46.018851124704092 ], [ 170.235613715469441, -46.0188843419376 ], [ 170.235575329460204, -46.018900082804734 ], [ 170.235526819605269, -46.018913197162107 ], [ 170.23549220358916, -46.018921884958054 ], [ 170.235426504308748, -46.018936964603476 ], [ 170.235339608269896, -46.018965819681192 ], [ 170.235321707052833, -46.018982056360905 ], [ 170.235293207448422, -46.019005180767856 ], [ 170.235275780757746, -46.019011903192407 ], [ 170.235261412302378, -46.019025843952456 ], [ 170.23525339759712, -46.019049464263908 ], [ 170.235241731445484, -46.019077759044457 ], [ 170.235202514707936, -46.019110149711928 ], [ 170.235181555168822, -46.019119168027778 ], [ 170.235129868161522, -46.019127442431135 ], [ 170.235115025056444, -46.019150897416722 ], [ 170.235082636524368, -46.019183453354543 ], [ 170.235047782976665, -46.019196898132577 ], [ 170.235026586080807, -46.019210673541039 ], [ 170.234995028019625, -46.019226579523512 ], [ 170.234970654235042, -46.019235515137538 ], [ 170.234904123864823, -46.019267244397113 ], [ 170.234808974789871, -46.019324476453491 ], [ 170.234752449424036, -46.019361210741188 ], [ 170.234708183806219, -46.019357757480869 ], [ 170.234683097929008, -46.019380964393854 ], [ 170.234691323156881, -46.019421647933221 ], [ 170.234675530458219, -46.019464131338005 ], [ 170.234633254934465, -46.019489303442199 ], [ 170.234590860702838, -46.019516854090007 ], [ 170.234573315097634, -46.019525954961459 ], [ 170.234546238959439, -46.019520536444901 ], [ 170.234508920273555, -46.019514869894394 ], [ 170.234474422406606, -46.019521178808816 ], [ 170.234390939161528, -46.019550115807029 ], [ 170.234358668649179, -46.019580292962821 ], [ 170.234357481849685, -46.019604078559944 ], [ 170.234380313064406, -46.019626064359976 ], [ 170.234396671948105, -46.019640749117514 ], [ 170.234378058158086, -46.019671256994862 ], [ 170.234356267512453, -46.019696925068438 ], [ 170.234344600755236, -46.019725219741041 ], [ 170.234340118426729, -46.019746544096307 ], [ 170.234311974064013, -46.019762532558694 ], [ 170.234273943138277, -46.019771137285495 ], [ 170.234235081399163, -46.019796391915058 ], [ 170.234200108577738, -46.019812214979019 ], [ 170.234179623367339, -46.019811718863131 ], [ 170.234118049048078, -46.019812609052629 ], [ 170.234110389804471, -46.019829093590019 ], [ 170.234140405486443, -46.019844109136322 ], [ 170.234159703812935, -46.019868390851542 ], [ 170.234171936364277, -46.019897264309179 ], [ 170.234191116033799, -46.019923924578826 ], [ 170.234210414409034, -46.019948206286315 ], [ 170.234222647002753, -46.019977079739149 ], [ 170.234231702768966, -46.020001113387302 ], [ 170.234240758542512, -46.020025147034829 ], [ 170.234242748516948, -46.020053772431062 ], [ 170.234238622178196, -46.020067961101944 ], [ 170.234237553994205, -46.020089368135352 ], [ 170.234243551623592, -46.020106183419934 ], [ 170.234249430569548, -46.020125377263497 ], [ 170.234241533942651, -46.020146618927285 ], [ 170.234219980414309, -46.020167529848848 ], [ 170.234219030907809, -46.020186558322365 ], [ 170.234217962711853, -46.020207965354984 ], [ 170.23421312422073, -46.020236425379146 ], [ 170.234194984874563, -46.02025741898052 ], [ 170.234193679286989, -46.020283583130613 ], [ 170.234195906619902, -46.020307451408009 ], [ 170.23419825264412, -46.020328941126238 ], [ 170.234186348277859, -46.0203619928932 ], [ 170.234164438567035, -46.020390039478286 ], [ 170.234119697403685, -46.020396100208387 ], [ 170.234099093284613, -46.02039798263214 ], [ 170.234061892760423, -46.020389937365117 ], [ 170.234027631694318, -46.020391489012738 ], [ 170.234029977655098, -46.020412978732757 ], [ 170.234039270793687, -46.020432255276837 ], [ 170.234031492735113, -46.02045111836361 ], [ 170.234047020879075, -46.020482453083666 ], [ 170.234018638654874, -46.02050319857895 ], [ 170.234000261746132, -46.020528949262108 ], [ 170.234013059819404, -46.020614990834105 ], [ 170.233984440112124, -46.020640493435742 ], [ 170.233945458915343, -46.020668126505001 ], [ 170.233917907479423, -46.020672222062792 ], [ 170.233879875867643, -46.020680826641652 ], [ 170.233854076790095, -46.02071830469589 ], [ 170.233873612686438, -46.020737829343744 ], [ 170.233872188219806, -46.020766372042765 ], [ 170.233847338749342, -46.020784821628311 ], [ 170.23383273204746, -46.020803519302532 ], [ 170.233794700332737, -46.020812123850497 ], [ 170.233767623656576, -46.0208067051379 ], [ 170.23374678195276, -46.020813344610204 ], [ 170.233731937785734, -46.020836799386387 ], [ 170.233699666141121, -46.020866976324868 ], [ 170.233689067203613, -46.020873863891666 ], [ 170.233634320238764, -46.020874919197865 ], [ 170.233579335835714, -46.020880731593017 ], [ 170.23356873688104, -46.020887619148233 ], [ 170.233568024565812, -46.020901890493732 ], [ 170.233577317616039, -46.020921167072181 ], [ 170.233596853480861, -46.020940691766192 ], [ 170.23362286174941, -46.020967517539276 ], [ 170.233615083466816, -46.020986380591189 ], [ 170.233573756041409, -46.020992523799279 ], [ 170.233515832130735, -46.02098873922489 ], [ 170.233477800243207, -46.020997343663076 ], [ 170.233456602260986, -46.021011118751801 ], [ 170.233445647090974, -46.021025141966419 ], [ 170.23345152584136, -46.021044335844302 ], [ 170.233437037661304, -46.021060654905313 ], [ 170.233416552003007, -46.021060158642335 ], [ 170.233381815600893, -46.021071224314909 ], [ 170.233374630862329, -46.021078194562335 ], [ 170.233349781086616, -46.021096644031779 ], [ 170.233341765232012, -46.021120264176275 ], [ 170.233323743987938, -46.021138879065326 ], [ 170.233278289743282, -46.021159210790891 ], [ 170.233259318595884, -46.021196854123765 ], [ 170.233258249991906, -46.021218261135211 ], [ 170.233270719801112, -46.021242377565848 ], [ 170.233294026149309, -46.021254849355635 ], [ 170.233282952154809, -46.021271251108963 ], [ 170.233261635283895, -46.021287404714265 ], [ 170.233234202230193, -46.021289121541813 ], [ 170.233199465648539, -46.021300187154445 ], [ 170.233180969346051, -46.02132831624462 ], [ 170.23317978196917, -46.021352101810763 ], [ 170.233173399223233, -46.021411483007135 ], [ 170.233148667967242, -46.02142755387041 ], [ 170.233090031190727, -46.021438040409379 ], [ 170.233086023181357, -46.021449850470169 ], [ 170.233102144746255, -46.021469292526241 ], [ 170.233100838588001, -46.021495456646612 ], [ 170.23308269839427, -46.021516450048331 ], [ 170.23305054473559, -46.021544248226888 ], [ 170.233045942987303, -46.021567951067006 ], [ 170.233038164416342, -46.021586814071497 ], [ 170.233054167257563, -46.021608634690686 ], [ 170.233133854603068, -46.021655812570202 ], [ 170.233144899559392, -46.021708471690538 ], [ 170.233161021216375, -46.02172791373966 ], [ 170.233159002632135, -46.021768349198538 ], [ 170.233157933968158, -46.021789756206019 ], [ 170.233172749512335, -46.021835362374127 ], [ 170.233168029045771, -46.021861443775087 ], [ 170.233179074066697, -46.02191410289209 ], [ 170.233187892174158, -46.021942893725509 ], [ 170.233163279418875, -46.021956586029027 ], [ 170.233128661141905, -46.021965273052899 ], [ 170.233114291358419, -46.021979213506803 ], [ 170.23314983040305, -46.022020558889487 ], [ 170.233185606980726, -46.022057147149404 ], [ 170.233207607507921, -46.02209578308225 ], [ 170.233208528314606, -46.022145815483988 ], [ 170.233190031714315, -46.022173944565687 ], [ 170.233132433627134, -46.022232084951007 ], [ 170.233127831842921, -46.022255787791416 ], [ 170.233101437756488, -46.022305158418781 ], [ 170.233078814214934, -46.022347476093387 ], [ 170.233070560546622, -46.022375853319481 ], [ 170.233042176965199, -46.022396598535742 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1982-03-08", "DSASDate": "08/03/1982", "Digitiser": "TK", "Scale": "1500", "Notes": "eov", "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 25000.0, "Georef_ER": "2.43", "Pixel_Er": 0.95491801931078901, "Total_UNCY": "2.785259130422956", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_08MAR1982.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.335087759753549, -45.94571050055459 ], [ 170.334979320168429, -45.945729403046201 ], [ 170.334884514100992, -45.945784345373369 ], [ 170.334799937673523, -45.945839526363898 ], [ 170.334730876955774, -45.945891497234854 ], [ 170.334693361273224, -45.945926343420858 ], [ 170.334645786825007, -45.945957382650874 ], [ 170.334613899365223, -45.945981643641453 ], [ 170.334592241732764, -45.946006143388296 ], [ 170.334555068155936, -45.94603385316038 ], [ 170.334517723403764, -45.946065131101363 ], [ 170.334496065695504, -45.946089630828013 ], [ 170.334479865186808, -45.946107113574527 ], [ 170.334426319802219, -45.946155874226626 ], [ 170.334399375927859, -45.946183822723917 ], [ 170.334335942804159, -45.94622520818303 ], [ 170.334273365361497, -45.946248752698956 ], [ 170.334231761142689, -45.946262070235818 ], [ 170.334189985743961, -45.946278955937949 ], [ 170.334151955968025, -45.946324506473104 ], [ 170.334119383418965, -45.946363040037483 ], [ 170.334076923237063, -45.946394198417693 ], [ 170.334014516670038, -45.946414174604165 ], [ 170.333967283776786, -45.94643807717128 ], [ 170.333919879664421, -45.946465547897823 ], [ 170.333856788230918, -45.94649979671432 ], [ 170.333808699266001, -45.946541540110765 ], [ 170.333760781418221, -45.946579715305653 ], [ 170.333681660037769, -45.946627878472391 ], [ 170.333502443288523, -45.946734431437214 ], [ 170.333464583840623, -45.946776413542501 ], [ 170.333406435558828, -45.946814349707616 ], [ 170.333296452311203, -45.94686536414045 ], [ 170.333229272394476, -45.946878084080325 ], [ 170.33316772114091, -45.946880218895814 ], [ 170.333111284886144, -45.946882473128866 ], [ 170.333060134866827, -45.946881278609901 ], [ 170.33300386984925, -45.946879964612613 ], [ 170.332971981145391, -45.946904225113755 ], [ 170.333016475022077, -45.946937413811291 ], [ 170.333019535153682, -45.946980351390785 ], [ 170.332996848973977, -45.947026259869084 ], [ 170.332918411288972, -45.94706014976785 ], [ 170.332850546053322, -45.947087142183705 ], [ 170.332771080656329, -45.947142441035083 ], [ 170.332640978605383, -45.947185840586698 ], [ 170.332540367641371, -45.947254934079417 ], [ 170.332424925147535, -45.947312964505862 ], [ 170.332266677871331, -45.947409288821952 ], [ 170.332235131126197, -45.947426412752556 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1982-03-08", "DSASDate": "08/03/1982", "Digitiser": "TK", "Scale": "1500", "Notes": "base of cliff", "Source": "RL", "CPS": "4", "Proxy": "4", "Photoscale": 25000.0, "Georef_ER": "2.43", "Pixel_Er": 0.95491801931078901, "Total_UNCY": "3.331916629149721", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_08MAR1982.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.333116439030249, -45.947522012999556 ], [ 170.333192651252176, -45.947534509282363 ], [ 170.333249601853964, -45.9475215504917 ], [ 170.333281148354331, -45.947504426275358 ], [ 170.333298205784416, -45.947469102832351 ], [ 170.333319522129216, -45.94745173971679 ], [ 170.333385504193672, -45.947463996984226 ], [ 170.333432224570288, -45.947450799220036 ], [ 170.333483375128964, -45.94745199358384 ], [ 170.333469057243406, -45.947430226208859 ], [ 170.333520378995047, -45.947427852377558 ], [ 170.333566243274618, -45.947432495448417 ], [ 170.333642455489326, -45.947444991430658 ], [ 170.333671605019191, -45.947477821602746 ], [ 170.333721728426212, -45.947500424932436 ], [ 170.333777822910179, -45.947505306768804 ], [ 170.333864950160262, -45.947503768733405 ], [ 170.333932473079841, -45.947483912075334 ], [ 170.333958219566966, -45.947480940969022 ], [ 170.333963505809891, -45.947477492203511 ], [ 170.333964875266389, -45.947448946767778 ], [ 170.333981589886378, -45.9474207595715 ], [ 170.334074174410006, -45.947412204426769 ], [ 170.33417970772058, -45.947453961940589 ], [ 170.334228290836052, -45.947508678673273 ], [ 170.334326826627091, -45.947589566638065 ], [ 170.334411215545714, -45.947645119077009 ], [ 170.334481628586076, -45.947671767837832 ], [ 170.334562956441886, -45.947684382607697 ], [ 170.334633883029852, -45.947700326733674 ], [ 170.334709753610014, -45.947719958378883 ], [ 170.334784939721459, -45.947753862701489 ], [ 170.334859270292981, -45.947805607885691 ], [ 170.334963435998077, -45.947875910157379 ], [ 170.335033336257908, -45.94791326313571 ], [ 170.335104947729803, -45.947914934248253 ], [ 170.335175874779821, -45.947930878046769 ], [ 170.335211338320789, -45.947938849929812 ], [ 170.335317900105537, -45.947959197331024 ], [ 170.335393942390709, -45.947975260350574 ], [ 170.335453955021734, -45.948005238011028 ], [ 170.335472875685554, -45.948037829053241 ], [ 170.33545513507255, -45.94808742557808 ], [ 170.335343268970348, -45.948177691973932 ], [ 170.33529552178743, -45.9482122996125 ], [ 170.335272665816603, -45.948261776747088 ], [ 170.335270099269877, -45.948315299488286 ], [ 170.335232068894356, -45.948360850357616 ], [ 170.335213301306339, -45.948431855930536 ], [ 170.33524534305397, -45.948511191459609 ], [ 170.33528352668128, -45.948569237242189 ], [ 170.335255897580112, -45.948611458645047 ], [ 170.335228268435827, -45.948653680040032 ], [ 170.335267478771499, -45.948690316733952 ], [ 170.335244964775114, -45.9487326574896 ], [ 170.335228763689173, -45.948750140323433 ], [ 170.335247855560851, -45.948779163219456 ], [ 170.33523574299781, -45.948818174506769 ], [ 170.335193965930642, -45.948835060534158 ], [ 170.33514570473011, -45.948880372638349 ], [ 170.335143993581397, -45.948916054458323 ], [ 170.335147226515289, -45.94895542382384 ], [ 170.335134942721993, -45.948998003278923 ], [ 170.335087708043204, -45.949021906262395 ], [ 170.335006035858015, -45.94901642818666 ], [ 170.334909018075422, -45.949010591930247 ], [ 170.334839116554946, -45.948973238853853 ], [ 170.334742612294747, -45.948956697915229 ], [ 170.334681058755962, -45.948958833496846 ], [ 170.334547892423302, -45.948959297599238 ], [ 170.334466220400486, -45.948953819140421 ], [ 170.334400065151726, -45.948945130636339 ], [ 170.334216602772585, -45.948926559472348 ], [ 170.334103041405228, -45.948945341572774 ], [ 170.334021198273859, -45.948943430975802 ], [ 170.333922640017335, -45.948969707493163 ], [ 170.33384454246891, -45.948996461613746 ], [ 170.333767300867009, -45.949005374789508 ], [ 170.333679828841554, -45.949014049053801 ], [ 170.333597300777711, -45.949026410861251 ], [ 170.333503686170388, -45.949056374619481 ], [ 170.333430189837173, -45.949093952417641 ], [ 170.333382269455882, -45.949132127384537 ], [ 170.333313888154862, -45.949169824546466 ], [ 170.333277225480572, -45.949186829299116 ], [ 170.333249252071113, -45.9492361865248 ], [ 170.333150350463683, -45.949269598707119 ], [ 170.333097485761954, -45.949304085916047 ], [ 170.333064910654969, -45.949342619107327 ], [ 170.333027562777602, -45.949373896477582 ], [ 170.332998047745178, -45.949455367212565 ], [ 170.332990021145548, -45.949515906732849 ], [ 170.332977221792106, -45.949569190439021 ], [ 170.332919241441459, -45.949603558092939 ], [ 170.332873032913596, -45.949606051075591 ], [ 170.332816080073513, -45.949619009625508 ], [ 170.332783675851346, -45.949653974551588 ], [ 170.332720237485574, -45.949695358977372 ], [ 170.332693462251257, -45.949719738825749 ], [ 170.332661743009027, -45.949740431016508 ], [ 170.332675204735807, -45.949780039362352 ], [ 170.33265303086813, -45.949815243198266 ], [ 170.332590448641042, -45.949838786674356 ], [ 170.332538439485347, -45.949855432732413 ], [ 170.332496832138929, -45.949868749561276 ], [ 170.332445679398319, -45.949867554707659 ], [ 170.33238515260237, -45.949848279986242 ], [ 170.332230152692318, -45.949876808764422 ], [ 170.332125791447936, -45.949917236866497 ], [ 170.332058093614535, -45.949940660541905 ], [ 170.331976420478895, -45.949935180276483 ], [ 170.331899177322043, -45.94994409215186 ], [ 170.331834049370201, -45.94991399311413 ], [ 170.331761407486283, -45.949933728925231 ], [ 170.331709398008996, -45.949950374597954 ], [ 170.33165415801858, -45.949927650841012 ], [ 170.331615291979716, -45.949883876603977 ], [ 170.33154384952752, -45.949878635078747 ], [ 170.331501727877622, -45.949902656051826 ], [ 170.331440344601589, -45.949901221689444 ], [ 170.331373846057829, -45.949899667759695 ], [ 170.331328836801674, -45.949877182917817 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "LDS", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.331490058369582, -45.949896188898833 ], [ 170.331402927379941, -45.949897725037573 ], [ 170.331326198298626, -45.949895932013263 ], [ 170.331286132966852, -45.949877134861751 ], [ 170.331246239033362, -45.949854769526667 ], [ 170.331164223377897, -45.949856425024556 ], [ 170.331015023704964, -45.949870799003961 ], [ 170.330901630846739, -45.949886009681833 ], [ 170.330798639871318, -45.949897891198006 ], [ 170.330695477449495, -45.949913340788711 ], [ 170.330628121877709, -45.949929627266378 ], [ 170.330596573181595, -45.94994675069502 ], [ 170.330523416596691, -45.949977190211726 ], [ 170.330456060900786, -45.949993476584929 ], [ 170.330414795834429, -45.949999656306233 ], [ 170.330337380954489, -45.950012135284766 ], [ 170.330275826181889, -45.950014268461501 ], [ 170.330121853514385, -45.950021385341053 ], [ 170.330033865089518, -45.950040761262564 ], [ 170.329899839076575, -45.950059060716555 ], [ 170.329800076772841, -45.95011031074516 ], [ 170.329748238048808, -45.95012338734184 ], [ 170.329655991428211, -45.95012480253051 ], [ 170.329620355904126, -45.95012039707651 ], [ 170.329574146857396, -45.950122888711057 ], [ 170.329495874217457, -45.950153207935372 ], [ 170.329453922990069, -45.950173659963163 ], [ 170.329386738260268, -45.950186377528318 ], [ 170.329355360541683, -45.950199932437279 ], [ 170.329257484005552, -45.950211932167889 ], [ 170.329133173423429, -45.950241174457737 ], [ 170.329066846111061, -45.950236051013157 ], [ 170.329006148655793, -45.950220342681646 ], [ 170.328938792257276, -45.950236628142825 ], [ 170.328851832277053, -45.950234594158189 ], [ 170.328769987598264, -45.950232679759296 ], [ 170.328718834678256, -45.950231483230269 ], [ 170.328707574879076, -45.950252652896381 ], [ 170.32864344671313, -45.950308307620581 ], [ 170.328611039496167, -45.950343271292141 ], [ 170.328490814308196, -45.950394041498505 ], [ 170.328417312918646, -45.950431615948446 ], [ 170.3283398970446, -45.950444093548576 ], [ 170.328308347372257, -45.9504612163216 ], [ 170.328261451742605, -45.950477980061457 ], [ 170.328209269201949, -45.950498192264938 ], [ 170.328147542286388, -45.950503892441098 ], [ 170.328091616982761, -45.950495439624497 ], [ 170.328035348536162, -45.950494123101521 ], [ 170.327943319338971, -45.950526500841754 ], [ 170.327867265161927, -45.950546154332244 ], [ 170.327787686322608, -45.950568106746353 ], [ 170.327688561358457, -45.950570550118918 ], [ 170.327583187998329, -45.950560939934753 ], [ 170.327528967841459, -45.950552526745064 ], [ 170.327491913164124, -45.950542133790712 ], [ 170.327461793331821, -45.950529521666994 ], [ 170.327416659715766, -45.950545135570202 ], [ 170.327361066609654, -45.950565267568919 ], [ 170.327336394210363, -45.950581360299303 ], [ 170.327332068658023, -45.950600310665337 ], [ 170.327348776474224, -45.950607846036768 ], [ 170.327365369878748, -45.950617760178069 ], [ 170.327332961684363, -45.950652723463527 ], [ 170.327301239963987, -45.950673414106404 ], [ 170.327207676589069, -45.950702183172737 ], [ 170.327162199487674, -45.950724933285699 ], [ 170.327131164223829, -45.950731351248436 ], [ 170.327083077847789, -45.950737370109564 ], [ 170.327037600668149, -45.950760120171019 ], [ 170.326968595188561, -45.950775175145523 ], [ 170.326878327266598, -45.95080640252749 ], [ 170.326853540182952, -45.950824873918634 ], [ 170.32679476525675, -45.950840168262083 ], [ 170.326765995688817, -45.950870453660293 ], [ 170.326727682066576, -45.950886226936746 ], [ 170.32667288950779, -45.95088970719074 ], [ 170.326627412039983, -45.950912457081834 ], [ 170.326586031471976, -45.950921014164599 ], [ 170.326509976308984, -45.95094066672727 ], [ 170.32646108850156, -45.950963336713251 ], [ 170.326398788635288, -45.950980929779377 ], [ 170.326333650805168, -45.950986549118852 ], [ 170.326274532181571, -45.951008979497111 ], [ 170.326139358075295, -45.951051062152899 ], [ 170.326018397108157, -45.951081570202184 ], [ 170.325914601697178, -45.951110098623445 ], [ 170.325786820002975, -45.951140446712813 ], [ 170.325673022622055, -45.951163977796803 ], [ 170.325613789061578, -45.951188786590897 ], [ 170.325496237773734, -45.951219373936624 ], [ 170.325433822833418, -45.951239345230697 ], [ 170.325305926093392, -45.95127207153697 ], [ 170.325174160906812, -45.951314232890589 ], [ 170.324942123911256, -45.951382622714327 ], [ 170.32482013085874, -45.951434538365525 ], [ 170.324778635119145, -45.951445473544659 ], [ 170.324741007749736, -45.951446973531084 ], [ 170.324682346159335, -45.951459887991589 ], [ 170.324592763133325, -45.951476840911106 ], [ 170.324551038240514, -45.951492533538605 ], [ 170.324495672280165, -45.95150790656276 ], [ 170.324422796798018, -45.951532395128687 ], [ 170.32436697257188, -45.951557283152859 ], [ 170.324297850889877, -45.951574715239396 ], [ 170.324220877643313, -45.951613396363683 ], [ 170.324092635697667, -45.951653257570811 ], [ 170.323991790306195, -45.95169137916664 ], [ 170.323801590247456, -45.951741695423443 ], [ 170.323603881813199, -45.95180612409392 ], [ 170.323365478754596, -45.951864835715121 ], [ 170.323240760529501, -45.951902397105009 ], [ 170.323071020821942, -45.951953191721095 ], [ 170.322923003265515, -45.951978299354778 ], [ 170.322819663160146, -45.951997309834809 ], [ 170.322723143562627, -45.952016480121216 ], [ 170.322637886383632, -45.952014481322912 ], [ 170.32256638498734, -45.952010423520939 ], [ 170.32247158475684, -45.951993912159139 ], [ 170.322397017021757, -45.951982638007586 ], [ 170.322349731587082, -45.95197200350519 ], [ 170.322313135570653, -45.951952093825263 ], [ 170.322262554537758, -45.95193900056303 ], [ 170.322176495005266, -45.951953652754646 ], [ 170.322056217955861, -45.951969883941828 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "LDS", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.322059628238492, -45.951969963912269 ], [ 170.32202142722889, -45.951983356799218 ], [ 170.322003229301373, -45.95200674455225 ], [ 170.322023003108058, -45.952021496950628 ], [ 170.322045957912962, -45.952041086839245 ], [ 170.322054812984391, -45.952069871886913 ], [ 170.322046616611914, -45.952098257080401 ], [ 170.322021598071302, -45.952121484893148 ], [ 170.321996694161641, -45.952142333938738 ], [ 170.321968379938909, -45.952163103005091 ], [ 170.321943017372547, -45.952193467082097 ], [ 170.321896849021613, -45.952230487583762 ], [ 170.321822710247261, -45.952281140810115 ], [ 170.321769721136405, -45.952318001300426 ], [ 170.321678989265166, -45.952358739486463 ], [ 170.32156392642321, -45.952408432740206 ], [ 170.3214420427569, -45.952457965894283 ], [ 170.321362114765861, -45.95248704998621 ], [ 170.321282645428994, -45.952506618981865 ], [ 170.321196011346274, -45.952533164205562 ], [ 170.321102441858955, -45.95256192812149 ], [ 170.321008872277503, -45.95259069195847 ], [ 170.320905645146979, -45.952607321905738 ], [ 170.320812190097996, -45.952633706818688 ], [ 170.320701683357186, -45.952659691595102 ], [ 170.320563205645215, -45.952699308686206 ], [ 170.320507952168441, -45.952712300964748 ], [ 170.320455650110347, -45.952734888266775 ], [ 170.320351619493096, -45.952768169007626 ], [ 170.320275100840206, -45.952797332337163 ], [ 170.320199041035067, -45.952816980584117 ], [ 170.320136507765426, -45.952839327652953 ], [ 170.320067612732544, -45.952851999596135 ], [ 170.320026803498536, -45.952848660459544 ], [ 170.3199782556797, -45.952864191296626 ], [ 170.319908901606965, -45.952886378169843 ], [ 170.31985353305663, -45.952901748880493 ], [ 170.319831923578533, -45.952925056219797 ], [ 170.319762798875786, -45.95294248548803 ], [ 170.319727662747226, -45.952963093887952 ], [ 170.319644322835273, -45.952992096697805 ], [ 170.319516418894494, -45.953024816345277 ], [ 170.319422962525522, -45.953051200089277 ], [ 170.319385334001538, -45.95305269828301 ], [ 170.319347820244928, -45.95305181770869 ], [ 170.319244132727846, -45.953077961144572 ], [ 170.319199109620911, -45.953091192941081 ], [ 170.319043692884918, -45.953128029096163 ], [ 170.318950465705711, -45.95314965493445 ], [ 170.318915558728321, -45.953165505564762 ], [ 170.318801639765411, -45.95319140839112 ], [ 170.318711478352441, -45.953220250361959 ], [ 170.318632007104384, -45.953239817466617 ], [ 170.318600395532798, -45.95325812682556 ], [ 170.318544796665435, -45.953278254392451 ], [ 170.31845145424731, -45.953302258566708 ], [ 170.318385279784678, -45.953329282074513 ], [ 170.318353897707908, -45.953342833854883 ], [ 170.31826339137919, -45.953378811720988 ], [ 170.318125369536403, -45.953408910760011 ], [ 170.318028271888494, -45.953439970748036 ], [ 170.31796926227878, -45.953460017932755 ], [ 170.317848177074637, -45.953492895852129 ], [ 170.3177410777148, -45.953518957789193 ], [ 170.317589298951589, -45.953551114511335 ], [ 170.317530518771321, -45.95356640395903 ], [ 170.317471738559874, -45.953581693375718 ], [ 170.317433075975117, -45.95360459968191 ], [ 170.317392036681497, -45.953606017098359 ], [ 170.317350652816572, -45.953614570754432 ], [ 170.317312794168572, -45.953620825758158 ], [ 170.317264589539548, -45.953629219153775 ], [ 170.317215925446789, -45.9536471275335 ], [ 170.317163621220629, -45.953669713275197 ], [ 170.317101889902347, -45.953675407373652 ], [ 170.317063916319142, -45.953684041044156 ], [ 170.317021957995195, -45.953704488332789 ], [ 170.31700433176141, -45.953715981470069 ], [ 170.316969998259253, -45.953719937730426 ], [ 170.316907462737362, -45.9537422829764 ], [ 170.316796722349636, -45.953773021380492 ], [ 170.316671880777307, -45.953812954140929 ], [ 170.316540103372574, -45.953855105235405 ], [ 170.316498259626599, -45.953873173574166 ], [ 170.316325212617329, -45.953921498987803 ], [ 170.316248690356019, -45.95395065953177 ], [ 170.316134309002194, -45.953986074626705 ], [ 170.316022993152956, -45.954028706003065 ], [ 170.315953636133742, -45.954050890402577 ], [ 170.315915202450554, -45.954069038675001 ], [ 170.315849600503839, -45.954084166920396 ], [ 170.315812086160008, -45.954083285170263 ], [ 170.315742384210864, -45.954112605682475 ], [ 170.315696899764475, -45.954135351051093 ], [ 170.315661991271384, -45.95415120065006 ], [ 170.315624132090051, -45.954157455081003 ], [ 170.315582632632584, -45.95416838682825 ], [ 170.315537837695956, -45.954176859644363 ], [ 170.315475416049736, -45.954196825332623 ], [ 170.315419585280353, -45.95422170882393 ], [ 170.315333060830028, -45.954245870723248 ], [ 170.315281100145739, -45.954261319329412 ], [ 170.315221973772225, -45.954283743797539 ], [ 170.315124758106094, -45.954317179989275 ], [ 170.315020491589166, -45.95435521322166 ], [ 170.314864723865895, -45.954399179780751 ], [ 170.31474624051404, -45.954448785731195 ], [ 170.314635267646111, -45.954484279469682 ], [ 170.31455556330198, -45.954508601152718 ], [ 170.314458806796949, -45.954532521776486 ], [ 170.31436864107539, -45.954561360213809 ], [ 170.314320090264516, -45.954576888572731 ], [ 170.314257207782816, -45.954606368554451 ], [ 170.314187964371058, -45.954626173102866 ], [ 170.31415635058039, -45.954644481177596 ], [ 170.314101323789231, -45.954652712786221 ], [ 170.314025259415672, -45.954672356810086 ], [ 170.313931682826762, -45.954701114677825 ], [ 170.313858568717734, -45.954730353781379 ], [ 170.31380695223271, -45.954738665463942 ], [ 170.313748169827733, -45.954753952910686 ], [ 170.313720081270787, -45.954769962337622 ], [ 170.313705634425901, -45.954786292651917 ], [ 170.313661068772035, -45.954790007225867 ], [ 170.313636505625681, -45.954803718112217 ], [ 170.313598645798521, -45.954809971855973 ], [ 170.313529746987797, -45.954822639763009 ], [ 170.313473914747931, -45.954847522267237 ], [ 170.313407966179653, -45.954869785302783 ], [ 170.313221041716815, -45.954922542431063 ], [ 170.313068221328905, -45.954976101677488 ], [ 170.312984990140308, -45.955002720731066 ], [ 170.312911990208363, -45.955029580464995 ], [ 170.312783732722977, -45.955069428594292 ], [ 170.312665361216375, -45.955116653565561 ], [ 170.312544039334171, -45.95515428318491 ], [ 170.312446935684335, -45.955185338281296 ], [ 170.312363934053195, -45.955207199385413 ], [ 170.312266715135053, -45.955240633064953 ], [ 170.312124584719641, -45.955284916843802 ], [ 170.311989735376613, -45.955319846030207 ], [ 170.31187534864091, -45.955355256728325 ], [ 170.311781769851933, -45.955384012780819 ], [ 170.311705358398569, -45.955410791435916 ], [ 170.31167374336232, -45.955429098793012 ], [ 170.31162894687327, -45.955437570038143 ], [ 170.311580049239353, -45.955460233414321 ], [ 170.311528777116166, -45.955461407825233 ], [ 170.311466352663388, -45.955481371253768 ], [ 170.311430751453202, -45.955511491945288 ], [ 170.311371852501878, -45.955529156873219 ], [ 170.311309888410676, -45.955539605257258 ], [ 170.311250759142666, -45.955562027598752 ], [ 170.311209142707128, -45.955575336450337 ], [ 170.311157064570637, -45.95559316186209 ], [ 170.311094985240146, -45.95560598886545 ], [ 170.311029265136398, -45.955623493006584 ], [ 170.310911466719944, -45.955658822405375 ], [ 170.310814015891282, -45.955697012284617 ], [ 170.310702462405288, -45.955744395771411 ], [ 170.310639691896085, -45.955771494946099 ], [ 170.310576921326543, -45.955798594084804 ], [ 170.310528253273958, -45.955816499518178 ], [ 170.310410108659539, -45.955858964593837 ], [ 170.310278321905031, -45.955901108234841 ], [ 170.310160176928349, -45.955943573043122 ], [ 170.31005306950982, -45.9559696275739 ], [ 170.30999804087827, -45.955977857160597 ], [ 170.309945616445731, -45.956002818209939 ], [ 170.309817239515127, -45.956045041639705 ], [ 170.309744467133868, -45.956067141808404 ], [ 170.309674990002094, -45.956091701010351 ], [ 170.30961233381467, -45.956116420863552 ], [ 170.309525458443431, -45.95614771443887 ], [ 170.309462917333207, -45.956170055471937 ], [ 170.309424595336225, -45.956185822739059 ], [ 170.309386158110129, -45.956203968727664 ], [ 170.309320091164125, -45.95622860806008 ], [ 170.309146339659975, -45.956291194681384 ], [ 170.309080157287042, -45.956318212604224 ], [ 170.309025012961087, -45.956328820444803 ], [ 170.30898680596033, -45.956342208825362 ], [ 170.30894143222929, -45.956362572659202 ], [ 170.308865133355624, -45.956386970615384 ], [ 170.308750166361335, -45.956434271751874 ], [ 170.30869467614832, -45.956452015629111 ], [ 170.308618607532566, -45.956471655948441 ], [ 170.308570053530616, -45.956487181784972 ], [ 170.308507396424687, -45.95651190100952 ], [ 170.308448149788717, -45.956536700581132 ], [ 170.308368209439067, -45.95656577527722 ], [ 170.308270640083066, -45.956606341638832 ], [ 170.308239138517791, -45.956622269268863 ], [ 170.308204456924557, -45.956633359034996 ], [ 170.308163300042452, -45.956637151810888 ], [ 170.308135324223969, -45.956650781070202 ], [ 170.308100412064078, -45.956666628268167 ], [ 170.308041510889609, -45.956684291424232 ], [ 170.30795839013166, -45.956708527964331 ], [ 170.307885500908924, -45.956733005641944 ], [ 170.307846947540696, -45.956753529822947 ], [ 170.307753479706662, -45.956779903737527 ], [ 170.307680244454815, -45.956811517473774 ], [ 170.307548568767487, -45.956851279130518 ], [ 170.307371633458075, -45.956909025085849 ], [ 170.3072425607605, -45.956965517907747 ], [ 170.307175800165197, -45.957004428336845 ], [ 170.307126553468578, -45.957034225919784 ], [ 170.30709482072271, -45.957054910680483 ], [ 170.307066383196627, -45.957078054586447 ], [ 170.307028059917485, -45.957093821017992 ], [ 170.306986326061207, -45.957109507009115 ], [ 170.306930373372637, -45.95713676491841 ], [ 170.306836789163356, -45.957165516786603 ], [ 170.30676037298565, -45.957192292017595 ], [ 170.306676558973606, -45.957230799968578 ], [ 170.306620606014974, -45.957258057719507 ], [ 170.306533611911902, -45.957291727664675 ], [ 170.30648471063077, -45.957314388769873 ], [ 170.306415230562095, -45.95733894591686 ], [ 170.306356097484127, -45.957361365630895 ], [ 170.306279796160908, -45.957385761799962 ], [ 170.306192570960718, -45.957424188931967 ], [ 170.306105807054479, -45.957453101082791 ], [ 170.306026094925414, -45.957477416622815 ], [ 170.305977308638944, -45.957497698774119 ], [ 170.305928637678477, -45.95751560217618 ], [ 170.305900545521837, -45.957531609591584 ], [ 170.305848117834557, -45.957556568680147 ], [ 170.305792279519352, -45.957581447280148 ], [ 170.305726094036686, -45.957608463183085 ], [ 170.305646496900863, -45.957630399721793 ], [ 170.305528575618524, -45.957668102112187 ], [ 170.305410192644615, -45.957715319282798 ], [ 170.305295104675054, -45.957764995530532 ], [ 170.305253485235994, -45.957778302138401 ], [ 170.305187760841932, -45.957795802813273 ], [ 170.304999895989624, -45.9578675758722 ], [ 170.304867292721042, -45.957926364135417 ], [ 170.30481168442995, -45.957946484785978 ], [ 170.304725265267081, -45.957968259676043 ], [ 170.304700467729646, -45.957986726002957 ], [ 170.304672144154694, -45.958007490551637 ], [ 170.304633934997383, -45.958020877423166 ], [ 170.304591968955378, -45.958041319955846 ], [ 170.304560234704923, -45.958062003975193 ], [ 170.30452555151561, -45.95807309258506 ], [ 170.304487342279316, -45.958086479405601 ], [ 170.30445913400078, -45.958104865173759 ], [ 170.304423873626376, -45.958127847373532 ], [ 170.304395780735035, -45.958143854400689 ], [ 170.304304911601577, -45.958186956973179 ], [ 170.304203925916454, -45.958227439211555 ], [ 170.304095426194436, -45.958282032669295 ], [ 170.30401842998765, -45.958320699614788 ], [ 170.303938369399646, -45.958352149816143 ], [ 170.303862181159474, -45.958374165588793 ], [ 170.303775068243453, -45.958410212073396 ], [ 170.30372911367715, -45.958442467363859 ], [ 170.303680210271494, -45.958465127215966 ], [ 170.303586160369889, -45.958503391217299 ], [ 170.303543847185637, -45.95853096951403 ], [ 170.303502573180396, -45.958537139292801 ], [ 170.303426153578926, -45.958563912208952 ], [ 170.303296842191259, -45.958625157825402 ], [ 170.303223717532319, -45.958654389861863 ], [ 170.303185161146473, -45.958674912394756 ], [ 170.303112613796685, -45.958692250749031 ], [ 170.303084173786516, -45.958715393601871 ], [ 170.302994111168005, -45.958741844034328 ], [ 170.3029452072075, -45.958764503558044 ], [ 170.302900060341983, -45.958780107447971 ], [ 170.302872544174448, -45.958784220476389 ], [ 170.302847976658512, -45.958797928934864 ], [ 170.302781210839441, -45.95883683666608 ], [ 170.302736525882921, -45.958842925605737 ], [ 170.302694443034341, -45.958865746129753 ], [ 170.302618484641101, -45.958883003602971 ], [ 170.302552296118051, -45.958910017591919 ], [ 170.302499519125803, -45.958942111236041 ], [ 170.30242968878602, -45.95897380202755 ], [ 170.302377258220076, -45.958998759451852 ], [ 170.302345753650059, -45.959014685382314 ], [ 170.302334481983621, -45.959035852156255 ], [ 170.302313324887592, -45.959049641062229 ], [ 170.302261818391997, -45.959055568672383 ], [ 170.302160483105268, -45.959103185188567 ], [ 170.302142390017963, -45.959124190793418 ], [ 170.302069495181314, -45.959148664621537 ], [ 170.302037643837423, -45.959171726620546 ], [ 170.302012498271182, -45.959197328486063 ], [ 170.301925267363742, -45.959235752218461 ], [ 170.301851794576521, -45.959272119496291 ], [ 170.301795952799779, -45.959296996057162 ], [ 170.30173987987871, -45.959326630026695 ], [ 170.301708374943615, -45.959342555772288 ], [ 170.301676292238596, -45.959370375100946 ], [ 170.301603512435577, -45.9593924699005 ], [ 170.3016058831343, -45.959413958955864 ], [ 170.301543219740552, -45.959438674205174 ], [ 170.301477145607407, -45.959463308824084 ], [ 170.301453501935526, -45.959457987222891 ], [ 170.301429049338907, -45.959469316642313 ], [ 170.301383901492557, -45.95948491990881 ], [ 170.301335227369322, -45.959502821275656 ], [ 170.301296900845784, -45.959518585704281 ], [ 170.301265164540354, -45.959539268757034 ], [ 170.301226953542766, -45.959552654443556 ], [ 170.301192037645421, -45.959568499437651 ], [ 170.301153595463575, -45.959586642533445 ], [ 170.301114922106109, -45.959609543050185 ], [ 170.301020984138347, -45.959645426132241 ], [ 170.300962193257675, -45.959660706790793 ], [ 170.300923288603428, -45.959688364673191 ], [ 170.300876984583141, -45.959727754899347 ], [ 170.300824437036056, -45.959755090293029 ], [ 170.300772351800845, -45.95977291079528 ], [ 170.300698646377441, -45.959814034728311 ], [ 170.300649162579418, -45.959848586804391 ], [ 170.300534181662414, -45.959895879327775 ], [ 170.300492097128, -45.959918698998493 ], [ 170.300433421427272, -45.959931600658599 ], [ 170.300388619760838, -45.959940067368713 ], [ 170.3003367654388, -45.959953130233522 ], [ 170.300284795480906, -45.959968571789673 ], [ 170.300236467437173, -45.959979336523254 ], [ 170.300195307651251, -45.959983126357628 ], [ 170.300147326434171, -45.959986754907071 ], [ 170.300106051017991, -45.959992923424139 ], [ 170.300068995658961, -45.959982521558395 ], [ 170.300017834971641, -45.959981311985828 ], [ 170.299963147949285, -45.959982400464696 ], [ 170.299915282350383, -45.959983650201522 ], [ 170.299837298499227, -45.959972280550367 ], [ 170.299769662447972, -45.95995877407158 ], [ 170.299674740757496, -45.959944622363679 ], [ 170.299585368470844, -45.959956797736695 ], [ 170.299515766537411, -45.959983729247654 ], [ 170.299524842220848, -45.960007758348567 ], [ 170.299524032705023, -45.960024409346225 ], [ 170.299478421310482, -45.960049526691549 ], [ 170.299460442551378, -45.960068153125121 ], [ 170.299421189928097, -45.96010294661226 ], [ 170.299370779877108, -45.960156527818533 ], [ 170.299344938720509, -45.960196401336745 ], [ 170.299320022763624, -45.96021724514037 ], [ 170.299294297196724, -45.960254739931862 ], [ 170.29924799156035, -45.960294129457779 ], [ 170.299233192055624, -45.960317593940232 ], [ 170.299218508197498, -45.960338679707192 ], [ 170.299183128606188, -45.960364038913987 ], [ 170.299141158838609, -45.960384479351767 ], [ 170.299112369326451, -45.960414757292178 ], [ 170.299065832092737, -45.960458904163239 ], [ 170.298988713780631, -45.960499946271618 ], [ 170.298938302943185, -45.960553527266406 ], [ 170.298885406658144, -45.960587997863108 ], [ 170.29882898388189, -45.960624766470815 ], [ 170.298758223945583, -45.960675484612935 ], [ 170.298729202707023, -45.96071051987164 ], [ 170.298651621056763, -45.960761076585484 ], [ 170.298567564814817, -45.960804335741344 ], [ 170.298463043876154, -45.960847110714958 ], [ 170.298375923690116, -45.960883152902142 ], [ 170.298302446453363, -45.960919517786536 ], [ 170.298246370068057, -45.960949149955027 ], [ 170.298218042591031, -45.960969912805879 ], [ 170.298155723109488, -45.960987489984674 ], [ 170.298140691534769, -45.961015711730326 ], [ 170.298081435617121, -45.961040505695351 ], [ 170.298018653160341, -45.961067597638909 ], [ 170.297947891923997, -45.961118315246367 ], [ 170.297896151684569, -45.961128998252761 ], [ 170.297826431761052, -45.961158307388359 ], [ 170.29778422945455, -45.961183504720594 ], [ 170.297752838082516, -45.961197050611432 ], [ 170.297686760239714, -45.961221682946196 ], [ 170.297626925249631, -45.96125837021404 ], [ 170.297518760496331, -45.961305820992116 ], [ 170.297399437261646, -45.961372059180775 ], [ 170.29731219983762, -45.961410479228824 ], [ 170.2971724113589, -45.961476232836688 ], [ 170.29703944415283, -45.961542147725417 ], [ 170.296931162596508, -45.96159197662962 ], [ 170.296896475752305, -45.961603062832936 ], [ 170.296874737519659, -45.961628744214394 ], [ 170.296822880848509, -45.961641805426396 ], [ 170.296780446187569, -45.961671759783265 ], [ 170.296714020048057, -45.961703527654457 ], [ 170.296658752462349, -45.961716508049456 ], [ 170.296609959141762, -45.961736786025824 ], [ 170.296560471112173, -45.961771336224928 ], [ 170.296463231619896, -45.961804755946275 ], [ 170.296421259783415, -45.961825195333212 ], [ 170.296400100174509, -45.961838983081215 ], [ 170.296378593193651, -45.961859906946032 ], [ 170.296343790288205, -45.961873371681804 ], [ 170.296315345843936, -45.961896512738178 ], [ 170.296294533554544, -45.961903164344754 ], [ 170.296277711038954, -45.96189800316666 ], [ 170.296256551367037, -45.961911790886482 ], [ 170.296235275891036, -45.961927957308816 ], [ 170.296200472909447, -45.961941421999022 ], [ 170.296165785707927, -45.961952507971667 ], [ 170.296127224476436, -45.961973028001644 ], [ 170.296094326867262, -45.962017496599429 ], [ 170.296027320915755, -45.962061157582994 ], [ 170.295988296338777, -45.962091192387646 ], [ 170.295959851634706, -45.962114333348936 ], [ 170.295907531074846, -45.962136908953433 ], [ 170.295869085430922, -45.962155050184755 ], [ 170.29583428222071, -45.962168514757721 ], [ 170.295785604024189, -45.962186413659083 ], [ 170.295743515839007, -45.962209231489354 ], [ 170.295731893532377, -45.962237533647425 ], [ 170.295713912801432, -45.962256159441033 ], [ 170.295685815353977, -45.962272164212521 ], [ 170.295650896207178, -45.962288007432171 ], [ 170.295602102026379, -45.962308284956649 ], [ 170.295553423634942, -45.962326183754257 ], [ 170.29550815605748, -45.962344163307101 ], [ 170.295470057626801, -45.962355168282237 ], [ 170.295465604327148, -45.962376495849362 ], [ 170.295443865125975, -45.962402176933843 ], [ 170.295401313313306, -45.96243450945002 ], [ 170.295359108950663, -45.962459705834824 ], [ 170.295324421264354, -45.962470791540021 ], [ 170.295293028580886, -45.962484336722341 ], [ 170.295268225914668, -45.962502800873096 ], [ 170.295243191555045, -45.962526022427042 ], [ 170.29521873637222, -45.962537350452756 ], [ 170.295176416008047, -45.96256492547046 ], [ 170.295130568899566, -45.962594798387379 ], [ 170.295060382330547, -45.962633620570465 ], [ 170.29496574036628, -45.962683770676684 ], [ 170.294887920857718, -45.962739082087658 ], [ 170.294768939031343, -45.96279818126343 ], [ 170.294670190468537, -45.962862522531765 ], [ 170.294620584368289, -45.962899450537996 ], [ 170.29458554866153, -45.962917672117804 ], [ 170.294549933582999, -45.962947787201109 ], [ 170.294497727550606, -45.962967983423503 ], [ 170.294402968639275, -45.963020511739387 ], [ 170.294332781030192, -45.963059333449344 ], [ 170.294266120093681, -45.963095857226271 ], [ 170.294193216720657, -45.963120325817314 ], [ 170.294079034934924, -45.963150960628269 ], [ 170.293950977668061, -45.963186029429039 ], [ 170.293895823904762, -45.963196629734753 ], [ 170.293857840486879, -45.963205255448784 ], [ 170.293813267076075, -45.963208962090363 ], [ 170.293785400414691, -45.963220208966142 ], [ 170.293760828731678, -45.963233915366267 ], [ 170.293749089279942, -45.963264595992008 ], [ 170.293724053942071, -45.963287817188359 ], [ 170.293680341369111, -45.963343936032672 ], [ 170.293640039610125, -45.963400135691742 ], [ 170.293615004164081, -45.96342335686132 ], [ 170.293582335490157, -45.963463067259724 ], [ 170.293492542024211, -45.963553815660944 ], [ 170.293442007166504, -45.963609772724489 ], [ 170.293351517682908, -45.963714793204645 ], [ 170.293284391611422, -45.963760831173595 ], [ 170.293217613219554, -45.963799733000343 ], [ 170.293147539738385, -45.963836175236722 ], [ 170.293081340843401, -45.963863183480392 ], [ 170.293053473707488, -45.963874430165781 ], [ 170.293015489703038, -45.96388305558542 ], [ 170.292945068159867, -45.963926633790201 ], [ 170.292913442198653, -45.96394493568264 ], [ 170.292826661493962, -45.963973837332041 ], [ 170.292782899060484, -45.963960892661916 ], [ 170.292724913147026, -45.963959518023302 ], [ 170.292697161846888, -45.963968385919976 ], [ 170.292689992113367, -45.963975360290803 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.292683286193579, -45.963972819865674 ], [ 170.292674145234344, -45.964020232115807 ], [ 170.292658298328149, -45.964065103937727 ], [ 170.292663496841044, -45.964098567448609 ], [ 170.292699973646364, -45.964120865235799 ], [ 170.292711646223779, -45.964161626567126 ], [ 170.292723550723139, -45.964197630499655 ], [ 170.292749678808633, -45.964222064383947 ], [ 170.292755225242985, -45.964248391794733 ], [ 170.292740189997176, -45.964276612734416 ], [ 170.292715733540717, -45.964287940192385 ], [ 170.292711510907054, -45.964304510221162 ], [ 170.292692948709089, -45.964335028989368 ], [ 170.292702022040459, -45.964359058566622 ], [ 170.292687566512114, -45.964375386004029 ], [ 170.292683459817766, -45.964389577332511 ], [ 170.292716409899327, -45.964414172952686 ], [ 170.292738663300213, -45.964448040772936 ], [ 170.292754210744192, -45.964479368167083 ], [ 170.292717781975881, -45.964526133518362 ], [ 170.292696040640521, -45.964551814024105 ], [ 170.292657592288322, -45.964569954106665 ], [ 170.292592203998566, -45.964580311149433 ], [ 170.292547281531171, -45.964591153364672 ], [ 170.292522477005832, -45.964609616871677 ], [ 170.29252131737195, -45.964633403854428 ], [ 170.292526863729705, -45.96465973127313 ], [ 170.29253946397796, -45.964681463032207 ], [ 170.292538072422303, -45.964710007411512 ], [ 170.2924991600498, -45.964737662229602 ], [ 170.292476954664323, -45.964772857481258 ], [ 170.292448275177179, -45.964800754891094 ], [ 170.292426765542729, -45.964821677943242 ], [ 170.29240537186115, -45.964840222292963 ], [ 170.292367039185393, -45.964855983572399 ], [ 170.292342350451662, -45.964872068337726 ], [ 170.29231696586416, -45.96490242528386 ], [ 170.292305457174223, -45.96492834833218 ], [ 170.29225336445316, -45.964946164764868 ], [ 170.292228791623671, -45.964959870806183 ], [ 170.292240579978198, -45.964998253479045 ], [ 170.292242947184718, -45.965019742634901 ], [ 170.292238492390652, -45.965041070034978 ], [ 170.292207445446877, -45.965047478221877 ], [ 170.29213182351333, -45.965057592348714 ], [ 170.292073720502515, -45.965058596051776 ], [ 170.291987749539487, -45.965070846130274 ], [ 170.291931549640879, -45.965102853706775 ], [ 170.291912406775253, -45.96514526581322 ], [ 170.291904192858709, -45.965173648399414 ], [ 170.291872449844902, -45.965194328673348 ], [ 170.29180977572085, -45.965219038316576 ], [ 170.291757334578193, -45.965243990602197 ], [ 170.291684427308553, -45.965268457495782 ], [ 170.29164481809795, -45.965310384179929 ], [ 170.291629665977666, -45.965340983646001 ], [ 170.291610870809649, -45.965376259604817 ], [ 170.291602888712191, -45.965399884771841 ], [ 170.291587504529019, -45.965435241623048 ], [ 170.291552466231025, -45.965453462207179 ], [ 170.291519446818398, -45.965500308031281 ], [ 170.291473943348876, -45.965523043280875 ], [ 170.29142867187025, -45.965541021119961 ], [ 170.291393169391966, -45.96556875643504 ], [ 170.291374722041127, -45.965596896261772 ], [ 170.291369222707715, -45.965639631877941 ], [ 170.291357713411031, -45.9656655548145 ], [ 170.29133914998971, -45.965696073329511 ], [ 170.291344695867394, -45.965722400791179 ], [ 170.291367412976797, -45.965746754082836 ], [ 170.291411292459742, -45.965757320620284 ], [ 170.291433777583251, -45.965786431290795 ], [ 170.29140590914875, -45.965797677541808 ], [ 170.2913511003932, -45.965801140458822 ], [ 170.291320517007335, -45.96579803361022 ], [ 170.291240206611405, -45.96583423186118 ], [ 170.291229161305466, -45.96585064000088 ], [ 170.29118105856034, -45.96585664334809 ], [ 170.291133071833514, -45.965860267979785 ], [ 170.291087916000549, -45.965875866979239 ], [ 170.29106322644185, -45.965891951447048 ], [ 170.291015123645934, -45.965897954723125 ], [ 170.290994193209769, -45.96590698400658 ], [ 170.291003266025513, -45.965931013702324 ], [ 170.290995515649058, -45.965949881427882 ], [ 170.290960824939447, -45.965960965733395 ], [ 170.290943653634173, -45.965962939840161 ], [ 170.29089647907287, -45.965949913507977 ], [ 170.290865663557184, -45.965951563925366 ], [ 170.290838143052127, -45.965955673949765 ], [ 170.290809810248618, -45.965976434827887 ], [ 170.290818766952043, -45.966002843230825 ], [ 170.290834777861306, -45.966024656086994 ], [ 170.290796211844537, -45.966045174196701 ], [ 170.29071896367978, -45.966088589068967 ], [ 170.290642295644744, -45.966120110416263 ], [ 170.290561868299307, -45.96615868686191 ], [ 170.290485664308761, -45.966180693324766 ], [ 170.290422756349329, -45.966210159551373 ], [ 170.290384190054652, -45.966230677515021 ], [ 170.290366090151394, -45.966251681079541 ], [ 170.290314343780835, -45.966262360502462 ], [ 170.290268258867883, -45.966296988709885 ], [ 170.290238648929659, -45.966343915060641 ], [ 170.290177294599488, -45.966411521171388 ], [ 170.290138379856387, -45.96643917512484 ], [ 170.290080900682824, -45.966497347349289 ], [ 170.290062684499077, -45.966520729553004 ], [ 170.290028109332098, -45.966529434869415 ], [ 170.28994519853768, -45.966548900369659 ], [ 170.2899138022579, -45.966562443983754 ], [ 170.289905819250009, -45.966586069007953 ], [ 170.289877485775946, -45.966606829637733 ], [ 170.289845509016914, -45.966632266692834 ], [ 170.289816943321796, -45.966657784690689 ], [ 170.289775429756531, -45.966668706714692 ], [ 170.289739577456231, -45.966703577552202 ], [ 170.289727254522006, -45.966746151141628 ], [ 170.289694697147354, -45.966783481609859 ], [ 170.28967942743094, -45.966816459469008 ], [ 170.289627680411087, -45.966827138565129 ], [ 170.289549225040787, -45.966825276497879 ], [ 170.289482904757335, -45.966854661215649 ], [ 170.2894642237884, -45.966887558079698 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.2894642237884, -45.966887558079698 ], [ 170.289463991581499, -45.966892315462324 ], [ 170.289459883852857, -45.966906506646801 ], [ 170.289428487254526, -45.966920050119562 ], [ 170.289407091756431, -45.966938593861116 ], [ 170.289402519584002, -45.966962299807705 ], [ 170.289414422439165, -45.966998304035251 ], [ 170.289456909243341, -45.967037415629932 ], [ 170.289462570433329, -45.967061364469473 ], [ 170.289481759998921, -45.967088015852717 ], [ 170.289484010083555, -45.967111883728286 ], [ 170.289462730631129, -45.967128048787245 ], [ 170.289451568427808, -45.967146835425446 ], [ 170.289444165656363, -45.967158566953117 ], [ 170.289378889888354, -45.967166543379037 ], [ 170.289340786983075, -45.967177546199885 ], [ 170.289323034699692, -45.967191413507507 ], [ 170.289311524102146, -45.967217336203149 ], [ 170.289286949544362, -45.967231041567928 ], [ 170.289269893909278, -45.967230636721695 ], [ 170.28924648047726, -45.967220555169732 ], [ 170.289219888158669, -45.967205635260804 ], [ 170.28918352694825, -45.967180957667814 ], [ 170.289149764066309, -45.967173011870891 ], [ 170.289125886204914, -45.967172445057351 ], [ 170.289081773849006, -45.967166635009512 ], [ 170.289054020380803, -45.967175501967574 ], [ 170.289039214660875, -45.967198964966776 ], [ 170.289004290547041, -45.967214806030185 ], [ 170.289000298798641, -45.967226618504036 ], [ 170.289006424304148, -45.967241052600514 ], [ 170.288998556927083, -45.967262298857754 ], [ 170.288977393403627, -45.967276085131232 ], [ 170.288993868422807, -45.967288383472535 ], [ 170.289033989116405, -45.967306006031087 ], [ 170.289044730561812, -45.967365797194383 ], [ 170.289057562240941, -45.967382771931341 ], [ 170.289047372392531, -45.967451591996998 ], [ 170.289031637596139, -45.967494084514342 ], [ 170.289019430044419, -45.96753427931597 ], [ 170.288993926263458, -45.96756701413333 ], [ 170.288961832409882, -45.967594829605879 ], [ 170.28892349687149, -45.967610589658321 ], [ 170.288888920855015, -45.967619294609186 ], [ 170.288857059183755, -45.967642352670552 ], [ 170.288828260236954, -45.967672627774888 ], [ 170.288788995523191, -45.967707417297405 ], [ 170.288760777189566, -45.967725798934808 ], [ 170.288711743478302, -45.967750830713968 ], [ 170.288679881657686, -45.967773888722085 ], [ 170.288630151011063, -45.967813192600296 ], [ 170.288563829061303, -45.967842576742562 ], [ 170.288535378290618, -45.967865715698885 ], [ 170.288474484761451, -45.967923806039025 ], [ 170.288407117221482, -45.967974598284627 ], [ 170.288340794962863, -45.968003982289694 ], [ 170.288267185650966, -45.968042719007634 ], [ 170.288252263195034, -45.968068560577557 ], [ 170.288237456885525, -45.968092023456684 ], [ 170.288225945580109, -45.968117946023831 ], [ 170.28821431810141, -45.968146247277765 ], [ 170.288189045882746, -45.968174224518819 ], [ 170.288190946943388, -45.968205228469216 ], [ 170.288203662376588, -45.968224581986696 ], [ 170.288199089561402, -45.968248287866572 ], [ 170.288167459568513, -45.968266588342395 ], [ 170.288109353216839, -45.968267589951061 ], [ 170.288055006559688, -45.96826153647342 ], [ 170.28800724994548, -45.968260402363256 ], [ 170.287998684996012, -45.968295920663607 ], [ 170.288038225219992, -45.968325437017803 ], [ 170.288064236884821, -45.96835225064396 ], [ 170.288062959021801, -45.968378416211266 ], [ 170.288075558277654, -45.96840014843032 ], [ 170.288066761006945, -45.968440424111321 ], [ 170.288037612691568, -45.968477835057278 ], [ 170.288022457660503, -45.968508433966029 ], [ 170.287982843318645, -45.968550359245583 ], [ 170.287933924702259, -45.968573011975828 ], [ 170.287888881964449, -45.968586230946748 ], [ 170.287823720505941, -45.968591827751965 ], [ 170.287768327924056, -45.968607182317641 ], [ 170.287722820381703, -45.968629915970318 ], [ 170.287697082943964, -45.968667407838382 ], [ 170.28769557252113, -45.968698330770437 ], [ 170.287689721386386, -45.968748202180016 ], [ 170.28769797986115, -45.968788882915568 ], [ 170.287699532092091, -45.968827022926639 ], [ 170.287749073815519, -45.968861539812835 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.287748957630669, -45.968863918499942 ], [ 170.287768030759764, -45.968892948846438 ], [ 170.28776710128605, -45.968911978343478 ], [ 170.287708529513196, -45.968922494481106 ], [ 170.287683721425424, -45.968940956845486 ], [ 170.287652671810747, -45.96894736372959 ], [ 170.287634453770835, -45.968970745496307 ], [ 170.287643176990429, -45.969001911486899 ], [ 170.287652248788049, -45.969025941416369 ], [ 170.287661669161167, -45.969042835284597 ], [ 170.287683688782636, -45.969081461412188 ], [ 170.287685821945672, -45.969107707987284 ], [ 170.287671131292115, -45.969128792090821 ], [ 170.287630312616386, -45.969125441159271 ], [ 170.287597013577312, -45.969107980137231 ], [ 170.2875741806549, -45.969086004800957 ], [ 170.287554875179012, -45.969061731796998 ], [ 170.287529095838636, -45.969030160682635 ], [ 170.287495332103219, -45.969022214378974 ], [ 170.287453467735673, -45.969040271564623 ], [ 170.287442072049686, -45.969063815349948 ], [ 170.287440561464052, -45.969094738273313 ], [ 170.287422808084472, -45.969108605257126 ], [ 170.287376835178947, -45.969140853503049 ], [ 170.287355089514392, -45.969166532878027 ], [ 170.287340979738673, -45.969175723504826 ], [ 170.287303223678947, -45.969179589544105 ], [ 170.28724783037066, -45.969194943839575 ], [ 170.287223138217087, -45.969211027411035 ], [ 170.287225038746556, -45.969242031361304 ], [ 170.287251515250546, -45.969259330425857 ], [ 170.287237056808721, -45.969275657096638 ], [ 170.287195540797455, -45.969286578123217 ], [ 170.287147783336337, -45.969285443634483 ], [ 170.287078047597873, -45.969314745814572 ], [ 170.287063705306963, -45.969328693776212 ], [ 170.287055488210541, -45.969357075926148 ], [ 170.287077856166746, -45.969388566105451 ], [ 170.287097393967372, -45.969408081815537 ], [ 170.287117164209974, -45.96942284015126 ], [ 170.287088712012718, -45.969445978709935 ], [ 170.287063787266362, -45.969466819613835 ], [ 170.287015564780774, -45.969475199808286 ], [ 170.286952767474844, -45.969502285298347 ], [ 170.286923966500098, -45.969532559868959 ], [ 170.28691257048132, -45.969556103592353 ], [ 170.286897995636338, -45.969574808900646 ], [ 170.286859774376467, -45.969588189526675 ], [ 170.286808372948627, -45.969591731215722 ], [ 170.286770267886396, -45.969602733126102 ], [ 170.286755344289958, -45.96962857446924 ], [ 170.286781123444626, -45.969660145751774 ], [ 170.286790194960531, -45.969684175741364 ], [ 170.286755036178704, -45.969704773431175 ], [ 170.286727862237143, -45.969701746359895 ], [ 170.286695144322891, -45.969672391651372 ], [ 170.286659015175275, -45.969642955883472 ], [ 170.286624670026868, -45.969646902740564 ], [ 170.286596217510777, -45.969670041168591 ], [ 170.286598466405991, -45.969693909066166 ], [ 170.28661719047966, -45.969730075647625 ], [ 170.286609438036578, -45.96974894301929 ], [ 170.286561371816106, -45.969824007230969 ], [ 170.286498341412738, -45.969855849824469 ], [ 170.28644011715997, -45.969859229229769 ], [ 170.286379295353612, -45.969845876757951 ], [ 170.286334832473898, -45.969847201662127 ], [ 170.286316846076289, -45.969865825828599 ], [ 170.286308396007001, -45.969898965279839 ], [ 170.286323708667823, -45.969935050844008 ], [ 170.286314793587223, -45.969977705030516 ], [ 170.286278820678035, -45.970014953351082 ], [ 170.28624672402745, -45.970042767988005 ], [ 170.286251454041633, -45.970085746420743 ], [ 170.286239127579989, -45.970128319535 ], [ 170.286221141055563, -45.970146943682849 ], [ 170.286175282844027, -45.970176812721505 ], [ 170.286187765470203, -45.970200923818922 ], [ 170.286200131850165, -45.970227413598593 ], [ 170.286181912764221, -45.970250795105898 ], [ 170.286173811319742, -45.970276798491817 ], [ 170.286186177708288, -45.970303288272923 ], [ 170.28618854269763, -45.970324777489438 ], [ 170.286143149356349, -45.970345131777236 ], [ 170.286087870837065, -45.970358106790826 ], [ 170.286076241756746, -45.970386407782442 ], [ 170.286057906300726, -45.970412167950208 ], [ 170.286046625984994, -45.970433332888653 ], [ 170.286000767439106, -45.970463201848546 ], [ 170.28595583898948, -45.970474041325573 ], [ 170.28593432466775, -45.970494963032614 ], [ 170.285939635807409, -45.970526048056527 ], [ 170.285951769595812, -45.970557295226435 ], [ 170.28596095714687, -45.970578946590983 ], [ 170.285936147729615, -45.970597408541437 ], [ 170.28593157370841, -45.970621114295824 ], [ 170.285985341048729, -45.970639062242768 ], [ 170.286008755271411, -45.970649144477079 ], [ 170.286038875894036, -45.970661767531105 ], [ 170.286077602825912, -45.970707935348869 ], [ 170.286071866211245, -45.970755427939849 ], [ 170.286070819831849, -45.970776836086912 ], [ 170.286042947819084, -45.970788080940103 ], [ 170.285995189113095, -45.970786945941271 ], [ 170.285943670264345, -45.970792865897209 ], [ 170.285902617958612, -45.970794271689307 ], [ 170.285847571484538, -45.970802489209248 ], [ 170.285812876741517, -45.9708135718517 ], [ 170.285801479968711, -45.970837115443175 ], [ 170.285817141354869, -45.970866065021099 ], [ 170.285815513494157, -45.970899366575502 ], [ 170.285817762078665, -45.970923234477517 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "5", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.250976115300119, -46.002496155683495 ], [ 170.250955046702302, -46.002507555717287 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "5", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.250954575110086, -46.002517070117605 ], [ 170.250981055319073, -46.002534377607063 ], [ 170.251003768668056, -46.002558738731196 ], [ 170.251016360361916, -46.002580474772287 ], [ 170.251014591924786, -46.00261615377481 ], [ 170.251002819694435, -46.002646829096577 ], [ 170.250963977680357, -46.00267208992851 ], [ 170.250932433623916, -46.002688000671483 ], [ 170.250907126439586, -46.002715968731287 ], [ 170.250892412533403, -46.002737047476636 ], [ 170.250857573122573, -46.002750497433944 ], [ 170.250830267523128, -46.002749840113147 ], [ 170.250786013832368, -46.002746393353284 ], [ 170.250748586546251, -46.002743110912469 ], [ 170.250723279244653, -46.002771078928646 ], [ 170.250681967102793, -46.002777228694818 ], [ 170.250651248293252, -46.002776489160915 ], [ 170.250616526715788, -46.002787560443387 ], [ 170.25062888247723, -46.002814053722766 ], [ 170.250641827813951, -46.002828654004382 ], [ 170.250617227902069, -46.002842350398822 ], [ 170.250572738323228, -46.002843660753442 ], [ 170.250535310987573, -46.002840378241565 ], [ 170.250498355332724, -46.00282758132137 ], [ 170.250468226100935, -46.002814948742596 ], [ 170.250427267667959, -46.002813962618333 ], [ 170.250379011136317, -46.002822326516757 ], [ 170.250337109294406, -46.002840369150135 ], [ 170.250288381015736, -46.002858247404021 ], [ 170.250232944224877, -46.002873582671 ], [ 170.250187864956644, -46.002886785867084 ], [ 170.250138900721993, -46.002909421251687 ], [ 170.250103707220063, -46.002930006766775 ], [ 170.250061333457694, -46.002957563687431 ], [ 170.250008955898352, -46.002980116824681 ], [ 170.249950223643765, -46.002992991161257 ], [ 170.249904672434553, -46.003015708632851 ], [ 170.249903492982526, -46.003039494610562 ], [ 170.249874889850986, -46.003065001633331 ], [ 170.249835693193802, -46.003097397854546 ], [ 170.249824391998374, -46.003118558645212 ], [ 170.249816504014888, -46.003139801630887 ], [ 170.249811439498615, -46.003173019799952 ], [ 170.249755294554291, -46.003202626408957 ], [ 170.249619819642078, -46.003246992542884 ], [ 170.249550021608627, -46.003276270236299 ], [ 170.249515771360791, -46.00327782678346 ], [ 170.249478343811859, -46.003274543920099 ], [ 170.249450566123585, -46.00328340065105 ], [ 170.24944291390392, -46.003299886413132 ], [ 170.249417487722582, -46.003330232713594 ], [ 170.249399123915964, -46.003355986232776 ], [ 170.249376521072321, -46.00339830771474 ], [ 170.249368396934358, -46.003424307856839 ], [ 170.249366391445761, -46.003464743997725 ], [ 170.249337433930719, -46.00349738666312 ], [ 170.249267281511123, -46.00353379996114 ], [ 170.249152402869271, -46.00357628019303 ], [ 170.249100142345327, -46.003596454293707 ], [ 170.249019631915701, -46.003634999372885 ], [ 170.248922409089147, -46.00366599748839 ], [ 170.248886978676609, -46.003691339796021 ], [ 170.248807765910414, -46.003703720169675 ], [ 170.24874279611339, -46.003704536429339 ], [ 170.248744911391412, -46.003730783205292 ], [ 170.248729488397657, -46.003766133214782 ], [ 170.248652272727014, -46.003807138847201 ], [ 170.248583653542028, -46.003812629971179 ], [ 170.248558462663539, -46.003838218872509 ], [ 170.248515851428294, -46.003870532372147 ], [ 170.248473712183596, -46.003893331476405 ], [ 170.248445225963508, -46.003916459518393 ], [ 170.248413798504686, -46.003929990935752 ], [ 170.248374836411188, -46.003957629429351 ], [ 170.248339877628297, -46.003973457179093 ], [ 170.248232768099996, -46.003997072176119 ], [ 170.248188395602625, -46.003996002985211 ], [ 170.248144849279669, -46.003978283620171 ], [ 170.248090591078551, -46.0039698318676 ], [ 170.248008790704091, -46.003965479268672 ], [ 170.247956411382177, -46.003988031420462 ], [ 170.247902851668016, -46.004034369480763 ], [ 170.247873538885841, -46.004074147525763 ], [ 170.247861764585593, -46.004104822470644 ], [ 170.24789459893961, -46.004131809552042 ], [ 170.2479276693945, -46.004154039437893 ], [ 170.247929430189458, -46.004187421998822 ], [ 170.247924836561339, -46.004211125677926 ], [ 170.247858567764212, -46.004238105946413 ], [ 170.247805125759413, -46.004282065358645 ], [ 170.247769458361546, -46.004312164482684 ], [ 170.247689300124478, -46.004343572796586 ], [ 170.247586891303854, -46.004410166355122 ], [ 170.247442578227691, -46.004494801332591 ], [ 170.247410796028078, -46.004515468236335 ], [ 170.247358297885143, -46.004540398686736 ], [ 170.247323220389148, -46.004558604700925 ], [ 170.247294851411141, -46.004579353843077 ], [ 170.247248943632997, -46.004609205971171 ], [ 170.247234463954356, -46.004625527012713 ], [ 170.247205386503538, -46.00466054768124 ], [ 170.247156773719553, -46.004676045943043 ], [ 170.24709968128019, -46.004724679905109 ], [ 170.247007865223651, -46.00478438397316 ], [ 170.246948540017002, -46.004809149659096 ], [ 170.246920170770551, -46.004829898701296 ], [ 170.246824822943069, -46.00489189891853 ], [ 170.246785505124308, -46.004926672604917 ], [ 170.24675277772775, -46.004966368038588 ], [ 170.246698979869137, -46.005017462664298 ], [ 170.246627760976139, -46.005075281563506 ], [ 170.246545947638026, -46.005139989295216 ], [ 170.246472259898098, -46.005178697071656 ], [ 170.246436827401993, -46.00520403856595 ], [ 170.246409166385007, -46.005210515931637 ], [ 170.246384682490628, -46.005221832771824 ], [ 170.246359962373987, -46.005237906786036 ], [ 170.246362312759089, -46.005259396396298 ], [ 170.246371962254443, -46.00527153625184 ], [ 170.246399032782989, -46.005276951845154 ], [ 170.246432339486603, -46.005294424982402 ], [ 170.246420446001395, -46.005327478338877 ], [ 170.2463891353637, -46.005338630576986 ], [ 170.246378068583851, -46.005355033799731 ], [ 170.246362997915867, -46.005383247667304 ], [ 170.246355698789955, -46.005392597420787 ], [ 170.246351458689986, -46.005409165245709 ], [ 170.246336506100647, -46.005435000519277 ], [ 170.246318140143245, -46.005460753486545 ], [ 170.24628317983462, -46.005476580568228 ], [ 170.246251750973585, -46.005490111355343 ], [ 170.246240329784086, -46.005513650331004 ], [ 170.24622561333959, -46.005534728409053 ], [ 170.246233845494885, -46.005575411348595 ], [ 170.246232073798467, -46.005611090188978 ], [ 170.24622618005219, -46.005660958258119 ], [ 170.246220876863617, -46.005698933379882 ], [ 170.246188384819959, -46.005733871449159 ], [ 170.246169428106839, -46.005771517333429 ], [ 170.246133522612382, -46.005806373076048 ], [ 170.246108329679402, -46.005831961382974 ], [ 170.246076428089026, -46.005855006471478 ], [ 170.246027459579636, -46.005877639985485 ], [ 170.24594741623423, -46.00590666840678 ], [ 170.245897975112712, -46.005938816217231 ], [ 170.245862896251822, -46.005957021748081 ], [ 170.245800392164341, -46.005976947297988 ], [ 170.245698214320669, -46.006038781849988 ], [ 170.245616871020701, -46.006093974497794 ], [ 170.245571551796189, -46.006111932956472 ], [ 170.245534582396232, -46.006168195785335 ], [ 170.245536932483276, -46.006189685403157 ], [ 170.24549784921345, -46.006219701424818 ], [ 170.24547936444776, -46.006247832826965 ], [ 170.245457229963137, -46.006280639069871 ], [ 170.245407670072183, -46.006315165239677 ], [ 170.24537918131719, -46.006338292451119 ], [ 170.245320208193164, -46.006355921469286 ], [ 170.245271002622985, -46.006383311814446 ], [ 170.245240977709301, -46.006437360620879 ], [ 170.24518952695982, -46.006509944080165 ], [ 170.245156442964884, -46.006556774760213 ], [ 170.245099346803613, -46.006605407624605 ], [ 170.245084629623022, -46.006626485535712 ], [ 170.245045900301534, -46.006649365628391 ], [ 170.245030828581292, -46.006677579291278 ], [ 170.245012934268459, -46.006693817674751 ], [ 170.244987858578497, -46.00671702712372 ], [ 170.244955837837892, -46.00674245046033 ], [ 170.244924880633562, -46.006746466510876 ], [ 170.244892505321019, -46.006779025587214 ], [ 170.244877433485357, -46.006807239226703 ], [ 170.244851412267138, -46.006849477331684 ], [ 170.244843758152712, -46.006865962734459 ], [ 170.244798083509522, -46.006891056622081 ], [ 170.244773480363023, -46.006904751675556 ], [ 170.244751817915102, -46.00692804341962 ], [ 170.244715083480514, -46.006979548773415 ], [ 170.244683062461149, -46.007004972026238 ], [ 170.244681289679392, -46.007040650811163 ], [ 170.244659863510918, -46.007059185363936 ], [ 170.244624783535045, -46.007077390486046 ], [ 170.244599234748222, -46.007110114182652 ], [ 170.244587812499049, -46.007133652963745 ], [ 170.244563091001197, -46.00714972655318 ], [ 170.244534246881273, -46.00717998928917 ], [ 170.24450246204907, -46.007200655315565 ], [ 170.244513988389144, -46.007243799291494 ], [ 170.244515747137939, -46.00727718184497 ], [ 170.244528219047595, -46.007301297137808 ], [ 170.244499611215474, -46.007326802691729 ], [ 170.244471948923149, -46.007333279556981 ], [ 170.244426391921508, -46.007355994696518 ], [ 170.244400488286459, -46.007395854096615 ], [ 170.24440895570703, -46.007431779962175 ], [ 170.244414364262127, -46.007460487708784 ], [ 170.244402705457532, -46.007488783636532 ], [ 170.244377747343748, -46.007509614349907 ], [ 170.244380097014016, -46.007531103978238 ], [ 170.244365497503367, -46.007549803197094 ], [ 170.244354311460285, -46.007568584779378 ], [ 170.244316408596802, -46.007574814506526 ], [ 170.244289455387474, -46.007567019815966 ], [ 170.244254729584355, -46.007578089059145 ], [ 170.244250370456257, -46.007597035367077 ], [ 170.244266374001057, -46.007618854470422 ], [ 170.244275314183511, -46.007645266005142 ], [ 170.244277427406388, -46.00767151280354 ], [ 170.244245287570578, -46.007699314501849 ], [ 170.244213975161131, -46.007710466099262 ], [ 170.244158886544483, -46.007718662504885 ], [ 170.244154409159506, -46.007739987392064 ], [ 170.244135332119555, -46.00778001146454 ], [ 170.244099424016241, -46.007814866498464 ], [ 170.2440709339308, -46.007837993348389 ], [ 170.244029026276337, -46.007856033520788 ], [ 170.244017603619312, -46.007879572233243 ], [ 170.243992290525995, -46.007907538605672 ], [ 170.243964155007546, -46.007923529674905 ], [ 170.243952850528501, -46.007944689795842 ], [ 170.243947190833751, -46.007989800509911 ], [ 170.243924700046648, -46.008029742161945 ], [ 170.243916336145162, -46.008060498991888 ], [ 170.243874191822613, -46.008083296269227 ], [ 170.243821925164809, -46.008103467800588 ], [ 170.243813797648102, -46.008129467454168 ], [ 170.24379872487097, -46.008157680924697 ], [ 170.243773647994345, -46.008180890075351 ], [ 170.243741980527773, -46.008199177284141 ], [ 170.243729730054014, -46.008239366045018 ], [ 170.243720538385247, -46.00828677293898 ], [ 170.243702051992983, -46.008314904008493 ], [ 170.243667207371089, -46.008328351641595 ], [ 170.243662375033836, -46.008356812251293 ], [ 170.243648247996276, -46.008365997033493 ], [ 170.243643533880771, -46.0083920790589 ], [ 170.243618456830148, -46.008415288170774 ], [ 170.243613860932498, -46.008438991611413 ], [ 170.243635863857577, -46.008477625658266 ], [ 170.243611259713191, -46.008491320435581 ], [ 170.243559702011794, -46.008497220337702 ], [ 170.243524384275844, -46.0085201822545 ], [ 170.243533205986552, -46.008548972421657 ], [ 170.243504597037571, -46.008574477696499 ], [ 170.243489878702604, -46.008595555370121 ], [ 170.243481869191896, -46.008619176410377 ], [ 170.243480450269118, -46.008647719401417 ], [ 170.243452550713073, -46.008658953165877 ], [ 170.243441009387141, -46.008684870390901 ], [ 170.243429704542052, -46.008706030449524 ], [ 170.243418163194718, -46.008731947671592 ], [ 170.243396381191872, -46.008757617705321 ], [ 170.243374362670949, -46.008788044898928 ], [ 170.243366471328983, -46.008809287346352 ], [ 170.243348221073404, -46.008832661183817 ], [ 170.243337270912463, -46.008846685484663 ], [ 170.243339620211032, -46.008868175122139 ], [ 170.243321369923734, -46.008891548954395 ], [ 170.243289110632134, -46.008921728933629 ], [ 170.243260383119008, -46.00894961272099 ], [ 170.243248959892242, -46.008973151340051 ], [ 170.243240122429739, -46.009013422432112 ], [ 170.243248825803192, -46.009044591199434 ], [ 170.243267651632806, -46.00907838574873 ], [ 170.243301550801419, -46.009083966908285 ], [ 170.24333120864577, -46.009106115734461 ], [ 170.243376633616407, -46.0091548409426 ], [ 170.243482320569115, -46.009228835062146 ], [ 170.243512096807507, -46.009248605261831 ], [ 170.243518214497499, -46.009263041542006 ], [ 170.243486073330985, -46.009290842990353 ], [ 170.243464764115657, -46.009306998701476 ], [ 170.24342332813697, -46.009315524289086 ], [ 170.243388601061525, -46.009326593237219 ], [ 170.243401191144841, -46.009348330062721 ], [ 170.243444740006566, -46.009366051283294 ], [ 170.243464275541868, -46.00938557431035 ], [ 170.243483456350788, -46.009412233081122 ], [ 170.243485450979904, -46.009440858462298 ], [ 170.24348085492025, -46.009464561890603 ], [ 170.243449068359382, -46.009485227578026 ], [ 170.243390209524335, -46.009500476919271 ], [ 170.243338177847164, -46.009515891026702 ], [ 170.243326518017341, -46.009544186813393 ], [ 170.24331120806761, -46.009577157362827 ], [ 170.243289780433145, -46.009595691618784 ], [ 170.24329836565542, -46.009629238963996 ], [ 170.243320841810572, -46.009658358742861 ], [ 170.243350499959575, -46.009680507569144 ], [ 170.243382507468283, -46.009724146023089 ], [ 170.243408397313885, -46.009753348183679 ], [ 170.243407096548651, -46.009779512585254 ], [ 170.243392141331526, -46.009805347398171 ], [ 170.243373654232926, -46.009833478392686 ], [ 170.243362585615188, -46.009849881271364 ], [ 170.243321267468247, -46.009856028229905 ], [ 170.243340684869054, -46.009877929861311 ], [ 170.243383761106799, -46.009905165439882 ], [ 170.243414010668033, -46.009915421342939 ], [ 170.243423069012351, -46.009939454352285 ], [ 170.243411645630431, -46.009962992980952 ], [ 170.243353022781747, -46.009973485126594 ], [ 170.24329487294068, -46.009974462914997 ], [ 170.243243550343948, -46.009975605477969 ], [ 170.243161032093326, -46.009985520707311 ], [ 170.243183390048785, -46.010017019094668 ], [ 170.243198920775342, -46.010048352671348 ], [ 170.243207269477125, -46.010086657184239 ], [ 170.243208554403196, -46.010129554053059 ], [ 170.243168875716322, -46.010171462074865 ], [ 170.243110370871022, -46.010179575508282 ], [ 170.243037383586852, -46.010204009345721 ], [ 170.24300571469999, -46.01022229631306 ], [ 170.242987108987876, -46.010252805816549 ], [ 170.243033007621221, -46.010292016843309 ], [ 170.243037114705686, -46.01034688902341 ], [ 170.243024626636753, -46.010391834834898 ], [ 170.243009316251772, -46.010424805330189 ], [ 170.242980942604589, -46.010445553277421 ], [ 170.242935618951378, -46.010463510578184 ], [ 170.2429107771855, -46.010481962337941 ], [ 170.24289582153537, -46.010507797073537 ], [ 170.242877333937741, -46.010535927973677 ], [ 170.242869205571481, -46.010561927532187 ], [ 170.242844363738527, -46.010580379275716 ], [ 170.242805630689219, -46.010603258511324 ], [ 170.242776902027771, -46.010631142144611 ], [ 170.242751941849775, -46.010651972446759 ], [ 170.242739926606191, -46.01068740389718 ], [ 170.242738270631406, -46.010720704020443 ], [ 170.242730260453754, -46.010744324986035 ], [ 170.242738845481085, -46.010777872363711 ], [ 170.242711992652488, -46.010836759937362 ], [ 170.2427068046903, -46.010872356219856 ], [ 170.242735990074237, -46.010904019531154 ], [ 170.242748225374584, -46.010932892166053 ], [ 170.242759632698238, -46.010978414860972 ], [ 170.242749848216533, -46.011037714528335 ], [ 170.242721474150812, -46.011058462399859 ], [ 170.242696868614445, -46.011072156943726 ], [ 170.242641184994824, -46.011092245432103 ], [ 170.242565137485656, -46.011109460771429 ], [ 170.242541123359558, -46.011111262381803 ], [ 170.242488853338557, -46.011131433218125 ], [ 170.242447179252792, -46.01114471557392 ], [ 170.242385259592623, -46.011152746181537 ], [ 170.242312980533569, -46.011162908040525 ], [ 170.242268602527133, -46.011161836423256 ], [ 170.242230578677805, -46.011170443972851 ], [ 170.242194548799858, -46.01120767689175 ], [ 170.242135214550814, -46.011232439848349 ], [ 170.242072703181151, -46.011252363176801 ], [ 170.242020787815278, -46.011265398055698 ], [ 170.241972049486606, -46.011283272509154 ], [ 170.241909064716367, -46.011312710058746 ], [ 170.24185667596106, -46.011335259173805 ], [ 170.241695030753334, -46.011424231118902 ], [ 170.241589306129612, -46.01148835773887 ], [ 170.241566930465893, -46.011525920256886 ], [ 170.241541614410693, -46.011553886004712 ], [ 170.2414886335755, -46.011588327828569 ], [ 170.241471091624476, -46.011597429853381 ], [ 170.241418465737183, -46.011624735910779 ], [ 170.241396326590717, -46.01165754123636 ], [ 170.241364419637108, -46.011680584867555 ], [ 170.241332394308614, -46.011706007066159 ], [ 170.241296363475556, -46.01174323967706 ], [ 170.241274342558512, -46.011773666398817 ], [ 170.24120052390677, -46.011814749027685 ], [ 170.241189335877891, -46.011833530243827 ], [ 170.241164492913015, -46.011851981592748 ], [ 170.241122581266524, -46.011870020597286 ], [ 170.24109055571671, -46.01189544272232 ], [ 170.241051465943059, -46.011925457050232 ], [ 170.241012849579164, -46.011945957058614 ], [ 170.240991065151434, -46.011971626567004 ], [ 170.240959868040733, -46.011980398619158 ], [ 170.240916890925519, -46.012019844728862 ], [ 170.240864856215211, -46.01203525763421 ], [ 170.240792339017901, -46.012050175648518 ], [ 170.240736772127434, -46.012067884591545 ], [ 170.240680494935219, -46.012099864959858 ], [ 170.240645410441942, -46.012118068743547 ], [ 170.240637280769619, -46.012144068107936 ], [ 170.240595013589683, -46.012169242635224 ], [ 170.240596888375904, -46.01220024659856 ], [ 170.240558863572915, -46.012208853568033 ], [ 170.240544616643177, -46.012220416502188 ], [ 170.240577570344158, -46.012245027106808 ], [ 170.240599809277711, -46.012278904551785 ], [ 170.240561646661888, -46.012358951262108 ], [ 170.240531495320397, -46.012415377178378 ], [ 170.240533606844281, -46.012441623990746 ], [ 170.240542427520353, -46.012470414350545 ], [ 170.240531239128728, -46.012489195492279 ], [ 170.240498857782171, -46.012521753159788 ], [ 170.240490372809774, -46.012554888234092 ], [ 170.240481769437963, -46.012590401882285 ], [ 170.240470462610972, -46.012611561591612 ], [ 170.240455741996982, -46.012632638810679 ], [ 170.240454676488611, -46.012654045984299 ], [ 170.240463733931307, -46.012678079199375 ], [ 170.240432417949933, -46.012689229670414 ], [ 170.240402976638023, -46.012731384094423 ], [ 170.240398378927694, -46.012755087350669 ], [ 170.240386361672677, -46.012790518497624 ], [ 170.240375173159208, -46.012809299620486 ], [ 170.240363984637952, -46.012828080742054 ], [ 170.240376100674979, -46.012859332178877 ], [ 170.240384802931231, -46.012890501123216 ], [ 170.240430820164789, -46.012927334613188 ], [ 170.240453414435393, -46.012954076363187 ], [ 170.24046187996592, -46.01299000245195 ], [ 170.240445383364602, -46.013046758286343 ], [ 170.240433602852619, -46.013077432286643 ], [ 170.240438417792859, -46.013118033035504 ], [ 170.240464425950165, -46.01314485727444 ], [ 170.240466655845438, -46.013168725510347 ], [ 170.24043851660889, -46.013184715614514 ], [ 170.240421447549579, -46.01318430316222 ], [ 170.240382948459057, -46.01320242435402 ], [ 170.240357986202753, -46.013223254078042 ], [ 170.240366451704091, -46.013259180171886 ], [ 170.240382455226126, -46.013280999802873 ], [ 170.240419533645337, -46.01329142150685 ], [ 170.240457204041178, -46.01328995032619 ], [ 170.240484751371554, -46.013285853091986 ], [ 170.240503931986808, -46.013312512345301 ], [ 170.240498387132959, -46.013355244200483 ], [ 170.240483192752123, -46.013385835714885 ], [ 170.240426914045798, -46.013417815918189 ], [ 170.240370990465181, -46.013442660369108 ], [ 170.240315658831179, -46.01345561192025 ], [ 170.24027974453881, -46.013490465584979 ], [ 170.240265023604508, -46.013511542769677 ], [ 170.240201916979629, -46.013543357863767 ], [ 170.24014964382215, -46.013563527550566 ], [ 170.240086892302031, -46.013588206856646 ], [ 170.240038151310529, -46.013606080417937 ], [ 170.240023785490138, -46.013620021847622 ], [ 170.240032250822367, -46.013655947960515 ], [ 170.240010228413865, -46.01368637439662 ], [ 170.239991501409833, -46.013719261905614 ], [ 170.239949706377217, -46.013734921860454 ], [ 170.239911443584418, -46.013748285732952 ], [ 170.239903668549942, -46.013767149305508 ], [ 170.239888947396452, -46.013788226435928 ], [ 170.23987069396307, -46.013811599629364 ], [ 170.239844330539341, -46.013791910976792 ], [ 170.239773113439185, -46.013780663977784 ], [ 170.239721313611113, -46.013791319167368 ], [ 170.239685990864672, -46.01381427976591 ], [ 170.23968091902583, -46.01384749727152 ], [ 170.239672670184461, -46.013875875117087 ], [ 170.239637110502855, -46.013903592843967 ], [ 170.239587540066964, -46.013938116210817 ], [ 170.239562458742057, -46.013961324316853 ], [ 170.239571042248826, -46.013994871883952 ], [ 170.239590459512129, -46.014016774138426 ], [ 170.23959280748042, -46.014038263807926 ], [ 170.239574435403711, -46.014064015520901 ], [ 170.239559595608711, -46.014087471175749 ], [ 170.239514504749309, -46.014100669871226 ], [ 170.239466000002807, -46.01411378602787 ], [ 170.239444213973599, -46.014139455197096 ], [ 170.239428781902063, -46.014174803693791 ], [ 170.239376152545873, -46.014202108720959 ], [ 170.239296804385106, -46.014216860660412 ], [ 170.239285733643499, -46.014233263085671 ], [ 170.239271012126665, -46.014254340126804 ], [ 170.239253113618901, -46.014270577495132 ], [ 170.239255343014207, -46.014294445739772 ], [ 170.239260275601339, -46.014332667941815 ], [ 170.239261675864384, -46.014373186188351 ], [ 170.239252952924488, -46.014411078281519 ], [ 170.239218103384729, -46.014424524433153 ], [ 170.239159356630978, -46.014437392865318 ], [ 170.239110614599156, -46.014455266004646 ], [ 170.239089420546691, -46.014469042241245 ], [ 170.239084466729679, -46.014499881136224 ], [ 170.239058792646716, -46.014534981975558 ], [ 170.239040183233641, -46.014565490733716 ], [ 170.239039117107268, -46.014586897874537 ], [ 170.239062303621211, -46.014601747037005 ], [ 170.239075130002249, -46.014618727168049 ], [ 170.239073590058126, -46.014649648594265 ], [ 170.23906180841152, -46.014680322420595 ], [ 170.239057920679016, -46.014689754171918 ], [ 170.239034023375638, -46.01468917643485 ], [ 170.239007659855076, -46.014669487589046 ], [ 170.238994596562577, -46.014657264592913 ], [ 170.238964226864141, -46.014649386057513 ], [ 170.238933620248048, -46.014646264656136 ], [ 170.238925726279945, -46.014667506720066 ], [ 170.238946898925121, -46.014722791611881 ], [ 170.238945714293692, -46.014746577321347 ], [ 170.23892039539615, -46.014774542410912 ], [ 170.238884834751701, -46.014802259878131 ], [ 170.238879406917107, -46.014842613042504 ], [ 170.238884339275415, -46.014880835252775 ], [ 170.238878556029647, -46.014928324128654 ], [ 170.23887042506081, -46.014954323327899 ], [ 170.238841455171013, -46.014986962997824 ], [ 170.238799303448616, -46.015009758211285 ], [ 170.238736549694124, -46.015034436719127 ], [ 170.238673558932476, -46.015063872331631 ], [ 170.238614337465435, -46.015086254744702 ], [ 170.238582901272025, -46.015099783235243 ], [ 170.238531573925286, -46.015100923569797 ], [ 170.23847989112349, -46.015109199590768 ], [ 170.238386530275477, -46.015130756363739 ], [ 170.238310002007864, -46.015157482981337 ], [ 170.238247958847182, -46.01516788979476 ], [ 170.238165076600922, -46.015184936918288 ], [ 170.238112325413027, -46.015204873577616 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "5", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.285815345388329, -45.970926804665574 ], [ 170.285769835136506, -45.970949537471434 ], [ 170.285732310338147, -45.970948645596231 ], [ 170.285684318943112, -45.970952267828864 ], [ 170.285645631311837, -45.970975162746441 ], [ 170.285678698240162, -45.970997381708102 ], [ 170.285694010758135, -45.9710334673482 ], [ 170.285689785435153, -45.971050037041763 ], [ 170.285644623882462, -45.9710656337476 ], [ 170.285620511847952, -45.971069823528822 ], [ 170.285573218064172, -45.971059173620517 ], [ 170.285510883421921, -45.97107674352786 ], [ 170.285445021095626, -45.971096610993079 ], [ 170.285412923387696, -45.971124425367698 ], [ 170.285360473803564, -45.97114937450381 ], [ 170.28532531355836, -45.971169971716165 ], [ 170.285297208603424, -45.971185973741498 ], [ 170.285265343370924, -45.971209030708906 ], [ 170.285233478111905, -45.971232087666735 ], [ 170.285215258276679, -45.971255468999715 ], [ 170.285224096732691, -45.971284256460713 ], [ 170.28522587985924, -45.971317639092085 ], [ 170.285210606144716, -45.971350616243377 ], [ 170.28519556501999, -45.971378836030006 ], [ 170.285157574725645, -45.971387458683644 ], [ 170.28509275868808, -45.971385917805705 ], [ 170.285031586648529, -45.971379700631338 ], [ 170.284984060100896, -45.971373807837438 ], [ 170.284928896616634, -45.971384403578391 ], [ 170.284955024427774, -45.971408839218149 ], [ 170.284940099473033, -45.971434680287082 ], [ 170.284921414180303, -45.971467576290067 ], [ 170.284870127241447, -45.971468738383521 ], [ 170.284818491338882, -45.971477036494605 ], [ 170.284820390543103, -45.971508040445791 ], [ 170.284839230323001, -45.97154182861626 ], [ 170.284810310789055, -45.971574481275042 ], [ 170.284740803600243, -45.971599024565329 ], [ 170.284695525017668, -45.971616999558492 ], [ 170.284687189998635, -45.971647760173305 ], [ 170.284651796531307, -45.97167311452376 ], [ 170.284620163410551, -45.971691413937549 ], [ 170.284612293659734, -45.971712659826373 ], [ 170.284587366951541, -45.971733500138917 ], [ 170.284592793752438, -45.971762206525646 ], [ 170.284618921582364, -45.971786642241533 ], [ 170.284635047909973, -45.971806077250697 ], [ 170.284617176620372, -45.971822322437191 ], [ 170.284589769123045, -45.971824052196844 ], [ 170.284551662102189, -45.971835053318983 ], [ 170.284570967150671, -45.971859326812535 ], [ 170.284582984086398, -45.97189295279037 ], [ 170.284544760681996, -45.971906332588588 ], [ 170.284507700619315, -45.971895925579076 ], [ 170.284459941021879, -45.971894789917677 ], [ 170.284403846203645, -45.971924414824684 ], [ 170.284357636507536, -45.971961419108048 ], [ 170.284352479961456, -45.971997018172182 ], [ 170.284377328026721, -45.97204761941282 ], [ 170.284435089300246, -45.972053755831602 ], [ 170.284465675647141, -45.972056864589852 ], [ 170.28449932439699, -45.972067190496567 ], [ 170.284528398390933, -45.972101222070258 ], [ 170.284530530109976, -45.972127468661299 ], [ 170.284525722662693, -45.972155931696307 ], [ 170.284513743364101, -45.972191368532791 ], [ 170.284478465800447, -45.972214344138607 ], [ 170.284467300830897, -45.972233130214249 ], [ 170.284451677374108, -45.972273243281279 ], [ 170.284422524533483, -45.972310653182838 ], [ 170.284406668336089, -45.972355523600143 ], [ 170.284378446167295, -45.972373904056141 ], [ 170.284335996533827, -45.972403853405083 ], [ 170.284334367698108, -45.972437154909599 ], [ 170.284308626123504, -45.972474645901301 ], [ 170.28430335313621, -45.9725126236374 ], [ 170.28428183738049, -45.972533544994924 ], [ 170.28422961865212, -45.972553736207708 ], [ 170.284194573441795, -45.972571954359587 ], [ 170.284152472617791, -45.972594767598238 ], [ 170.28410389794152, -45.972610282523689 ], [ 170.28407319495841, -45.972609552340742 ], [ 170.284036367245449, -45.972594387814354 ], [ 170.28398143510006, -45.972600225708092 ], [ 170.283952863579344, -45.972625742086528 ], [ 170.283920066038604, -45.972667828066513 ], [ 170.283894440439752, -45.972702940276925 ], [ 170.283848113373978, -45.972742323005441 ], [ 170.28380872551611, -45.972779489315982 ], [ 170.283776742368275, -45.972804924505695 ], [ 170.283791821342135, -45.972845767729609 ], [ 170.283824190369302, -45.97288225929622 ], [ 170.283836672517083, -45.972906370631335 ], [ 170.283845277739943, -45.972939915537033 ], [ 170.283847874623319, -45.972956647420112 ], [ 170.283826358520059, -45.972977568682694 ], [ 170.283788948783581, -45.972974297461548 ], [ 170.283762937164681, -45.972947482878375 ], [ 170.283746810834685, -45.97292804774888 ], [ 170.283689746998107, -45.972907638899692 ], [ 170.283594109752556, -45.97290774551216 ], [ 170.283541774048672, -45.972930315072922 ], [ 170.283523436540605, -45.972956074778494 ], [ 170.283490871241014, -45.972993403267381 ], [ 170.283468773066744, -45.97302621784393 ], [ 170.283439851929046, -45.973058870112816 ], [ 170.283407984837851, -45.973081926513949 ], [ 170.28337282263854, -45.973102523075369 ], [ 170.283354601383024, -45.973125904073463 ], [ 170.283353204698955, -45.973154448193348 ], [ 170.283337929327843, -45.973187425048636 ], [ 170.283318893283365, -45.973227456775781 ], [ 170.283289971948989, -45.973260109001387 ], [ 170.28327434732563, -45.97330022187549 ], [ 170.283245425925628, -45.973332874088022 ], [ 170.283197083153823, -45.973343631253186 ], [ 170.283168860080735, -45.973362011387223 ], [ 170.283181342038944, -45.973386122788256 ], [ 170.283200646985932, -45.973410396506338 ], [ 170.283199366607107, -45.973436561944922 ], [ 170.283153736826364, -45.973461672305504 ], [ 170.283143036747077, -45.973470943527978 ], [ 170.283128808769533, -45.973482512264212 ], [ 170.283133652936073, -45.973523112079796 ], [ 170.283146018510934, -45.973549602160602 ], [ 170.283148266000268, -45.973573470082172 ], [ 170.283177921895629, -45.973595608610488 ], [ 170.283197576106687, -45.973612746301498 ], [ 170.283207112220282, -45.973627261836221 ], [ 170.283168421690505, -45.97365015584051 ], [ 170.283130080335184, -45.97366591380289 ], [ 170.283091855362215, -45.973679293075968 ], [ 170.283077045296693, -45.973702755183432 ], [ 170.283106119212846, -45.973736787110326 ], [ 170.283122012730786, -45.973760979679966 ], [ 170.28312414381142, -45.973787226277118 ], [ 170.283105573003837, -45.973817743253342 ], [ 170.283111231996799, -45.97384169233689 ], [ 170.283099949813874, -45.973862856932335 ], [ 170.283112315440718, -45.973889347016716 ], [ 170.283132202536763, -45.973901727368293 ], [ 170.283144102576898, -45.973937732153217 ], [ 170.283156933848574, -45.973954707529664 ], [ 170.283166004398993, -45.973978737771823 ], [ 170.283164374772582, -45.974012039234815 ], [ 170.283133321828814, -45.974018444809943 ], [ 170.283067687987625, -45.97403355344629 ], [ 170.283005232822205, -45.97405350056102 ], [ 170.282966774728493, -45.974071637135893 ], [ 170.282925254317377, -45.974082556502815 ], [ 170.282890207708931, -45.974100774218918 ], [ 170.282848221598215, -45.974121208258133 ], [ 170.282830232605079, -45.974139831805992 ], [ 170.282787780768246, -45.974169780522338 ], [ 170.282772737596588, -45.974197999932919 ], [ 170.282777697959972, -45.974236221079607 ], [ 170.282769477844539, -45.974264602834353 ], [ 170.282738191874842, -45.974275765647604 ], [ 170.282682792254406, -45.974291117574509 ], [ 170.282647861860198, -45.974306956536083 ], [ 170.282629407033539, -45.974335094747929 ], [ 170.282624947651385, -45.974356421642995 ], [ 170.282585674227079, -45.974391208803837 ], [ 170.282561444105539, -45.974397776574065 ], [ 170.282523684216216, -45.974401640942986 ], [ 170.282502749199892, -45.974410668555471 ], [ 170.282454521784217, -45.974419046705883 ], [ 170.28242323566667, -45.974430209429187 ], [ 170.282377255399012, -45.974462455472207 ], [ 170.282355854582818, -45.97448099775324 ], [ 170.282337166669492, -45.974513893260699 ], [ 170.282318478733259, -45.974546788764428 ], [ 170.282316615685346, -45.974584847548684 ], [ 170.28231122463157, -45.974625203819478 ], [ 170.282296530411685, -45.974646287135286 ], [ 170.282276293921882, -45.974641042659499 ], [ 170.282231827170648, -45.974642365876974 ], [ 170.282217482251724, -45.974656313160388 ], [ 170.282250317000262, -45.974683290468221 ], [ 170.282253029902478, -45.97469764370031 ], [ 170.282218448466438, -45.974706346499701 ], [ 170.282213988890788, -45.974727673373302 ], [ 170.282220229798753, -45.974739729122405 ], [ 170.282185182543884, -45.974757946605806 ], [ 170.2821771949327, -45.974781570959806 ], [ 170.28219615055022, -45.974812980864485 ], [ 170.282228868931924, -45.974842336853321 ], [ 170.282241001445527, -45.974873584371096 ], [ 170.282203124766795, -45.974879827299695 ], [ 170.282148073746811, -45.97488804292815 ], [ 170.282117602455486, -45.974882554845024 ], [ 170.282090426295184, -45.974879526621486 ], [ 170.282051268612321, -45.974911934906551 ], [ 170.28202847005727, -45.974959021198387 ], [ 170.282036725079649, -45.974999702232225 ], [ 170.282038739212481, -45.975028327507474 ], [ 170.282064634456361, -45.975057521151278 ], [ 170.28208746749533, -45.975079497575159 ], [ 170.282109951197526, -45.975108610014942 ], [ 170.282115493413215, -45.975134937809777 ], [ 170.282127393016708, -45.975170942684969 ], [ 170.282111534055304, -45.975215812703993 ], [ 170.282059312014354, -45.975236002841868 ], [ 170.282031553408387, -45.975244867966722 ], [ 170.281982975827162, -45.975260381918481 ], [ 170.28196839776362, -45.975279086510412 ], [ 170.281911948785535, -45.975315846090474 ], [ 170.281860308896285, -45.975324142769061 ], [ 170.281834913640751, -45.975354497100803 ], [ 170.281829987996247, -45.975385338643683 ], [ 170.281826610513917, -45.975454320151805 ], [ 170.281851574118946, -45.975502543225431 ], [ 170.281893129999588, -45.975560686991244 ], [ 170.281891266594471, -45.975598745755306 ], [ 170.281940228137273, -45.975645158543877 ], [ 170.281955073503383, -45.975690759325019 ], [ 170.281967671865772, -45.975712492177074 ], [ 170.281945571648095, -45.975745306400711 ], [ 170.281896760673334, -45.975765577649746 ], [ 170.281849347249079, -45.975757304806017 ], [ 170.281774291403792, -45.975755518325393 ], [ 170.281754869853586, -45.975733623043141 ], [ 170.281698036900906, -45.975708455814654 ], [ 170.28166744873991, -45.975705346275305 ], [ 170.281639922785814, -45.975709453953208 ], [ 170.281588166016178, -45.975720129171279 ], [ 170.28155486509695, -45.975702666359027 ], [ 170.281503690719092, -45.975701448178647 ], [ 170.281472869612656, -45.975703095931301 ], [ 170.281457825329028, -45.975731315137743 ], [ 170.281473369204946, -45.975762643941593 ], [ 170.281502559620691, -45.975794297596217 ], [ 170.281507868639977, -45.975825382756611 ], [ 170.281502709799327, -45.975860981621857 ], [ 170.281480958692782, -45.975886659731863 ], [ 170.281470024890751, -45.975900688120987 ], [ 170.281426488996402, -45.97588298162762 ], [ 170.281392372636986, -45.975882169469152 ], [ 170.28132894941578, -45.975852082281762 ], [ 170.281285763075772, -45.975827239721987 ], [ 170.281228813760464, -45.975804450934284 ], [ 170.281167753895744, -45.975795852923696 ], [ 170.281112468836227, -45.975808825370279 ], [ 170.281080832173643, -45.975827123713081 ], [ 170.281035082957459, -45.975854611823372 ], [ 170.281013681146248, -45.975873153826825 ], [ 170.280994991940815, -45.975906049079271 ], [ 170.280973473592297, -45.975926969745124 ], [ 170.280928656285028, -45.975935428443364 ], [ 170.280866198232673, -45.975955374317181 ], [ 170.280837856536635, -45.975976132491219 ], [ 170.280792107078355, -45.976003620498069 ], [ 170.280760004147822, -45.976031433428034 ], [ 170.280742246848376, -45.97604529927132 ], [ 170.280708013893303, -45.976046865576613 ], [ 170.280656489681434, -45.976052783020393 ], [ 170.280635437223367, -45.976064188937571 ], [ 170.280597909130364, -45.976063295300214 ], [ 170.280566505199005, -45.976076836152828 ], [ 170.280548048702769, -45.976104973983816 ], [ 170.280556302767025, -45.976145655097113 ], [ 170.28055467145316, -45.976178956475273 ], [ 170.280542805175202, -45.976212014127192 ], [ 170.280534117490618, -45.976249910359492 ], [ 170.280525196744605, -45.976292563930144 ], [ 170.280516625557681, -45.976328081490344 ], [ 170.280460990242887, -45.976348189614171 ], [ 170.280415123760434, -45.976378056126919 ], [ 170.280410197212746, -45.976408897584037 ], [ 170.280367392724514, -45.976445981330258 ], [ 170.280338817522704, -45.976471496707774 ], [ 170.280283298536716, -45.976489226070669 ], [ 170.280241775811788, -45.976500144405456 ], [ 170.280195792546692, -45.976532389492988 ], [ 170.280180397756965, -45.976567744514888 ], [ 170.280168531164094, -45.97660080211908 ], [ 170.280156198390472, -45.976643374397085 ], [ 170.280126807188282, -45.976685540398201 ], [ 170.280120831556104, -45.976737789856188 ], [ 170.280111677310401, -45.976785200719952 ], [ 170.280092404520531, -45.976829989144704 ], [ 170.280060300751302, -45.976857801855857 ], [ 170.280011255030388, -45.976882829595176 ], [ 170.2799860911297, -45.97690842613293 ], [ 170.2799715119464, -45.976927130440437 ], [ 170.279905990404785, -45.976939858488059 ], [ 170.279840235722162, -45.976957343833675 ], [ 170.2798083648687, -45.976980399132778 ], [ 170.279826154250259, -45.977035596087568 ], [ 170.27984580856949, -45.977052734350508 ], [ 170.279864763566565, -45.977084144619035 ], [ 170.279843360881358, -45.977102686380277 ], [ 170.279803003197514, -45.977089817861945 ], [ 170.279755938683991, -45.977074408128345 ], [ 170.279703714055444, -45.977094597124761 ], [ 170.279671843065586, -45.977117652382269 ], [ 170.279652569796355, -45.977162440719979 ], [ 170.27966140614754, -45.977191228541798 ], [ 170.279677065933612, -45.977220178901952 ], [ 170.279672022316362, -45.977253398980032 ], [ 170.279671206363219, -45.97727004965369 ], [ 170.279649920106237, -45.977286212707448 ], [ 170.279616152637033, -45.977278263996958 ], [ 170.279593086598368, -45.977261044422981 ], [ 170.279570137143054, -45.977241446177189 ], [ 170.27952977942752, -45.977228577561696 ], [ 170.279485893446349, -45.977218006324641 ], [ 170.279453789147595, -45.977245818851799 ], [ 170.279434399079804, -45.977292985814046 ], [ 170.279454434149045, -45.977372050766547 ], [ 170.279419267747045, -45.97739264600321 ], [ 170.279417985409395, -45.977418811341366 ], [ 170.279430116823448, -45.977450059122617 ], [ 170.279443064278155, -45.977464656232847 ], [ 170.27947531637011, -45.977503527669668 ], [ 170.279481090665058, -45.977525098225698 ], [ 170.279479808350629, -45.9775512635646 ], [ 170.279437701796866, -45.977574074919509 ], [ 170.279348530392554, -45.977581476350615 ], [ 170.279290647491621, -45.977577715914656 ], [ 170.279253118418126, -45.97757682181313 ], [ 170.279212177612692, -45.977575846415604 ], [ 170.279190774517872, -45.97759438804399 ], [ 170.279185963740218, -45.977622850758301 ], [ 170.279208446863407, -45.977651963747029 ], [ 170.279227634854948, -45.977678616781738 ], [ 170.279226468999838, -45.9777024034478 ], [ 170.279154122899172, -45.977714968470977 ], [ 170.279098602298802, -45.977732697218151 ], [ 170.279063785313383, -45.977746156337233 ], [ 170.27903567520633, -45.977762156690233 ], [ 170.279041449351695, -45.977783727264423 ], [ 170.279074867257719, -45.977798812148094 ], [ 170.279104873434164, -45.977813815735125 ], [ 170.279114175951349, -45.977833088927113 ], [ 170.279122778930827, -45.977866634116388 ], [ 170.279107616237951, -45.97789723163018 ], [ 170.279085863202766, -45.977922909233222 ], [ 170.279071050252696, -45.97794637074248 ], [ 170.279062944210978, -45.977972373493252 ], [ 170.27903471739117, -45.977990752509015 ], [ 170.278956946535118, -45.977974610825648 ], [ 170.278916471846401, -45.977964120652025 ], [ 170.278886932048209, -45.977939602351817 ], [ 170.278815285193957, -45.977937895156636 ], [ 170.27877658983374, -45.977960787549733 ], [ 170.278732470221144, -45.977954973345668 ], [ 170.278654699512089, -45.97793883145939 ], [ 170.278606934951767, -45.977937693237202 ], [ 170.278595416939794, -45.977963614647607 ], [ 170.278545903123273, -45.977998156377332 ], [ 170.278500617330764, -45.978016128734438 ], [ 170.278486387203202, -45.978027696836357 ], [ 170.27849463997066, -45.97806837805917 ], [ 170.278482655400666, -45.978103814115833 ], [ 170.278444193031106, -45.97812194906021 ], [ 170.278396078453142, -45.978127946740912 ], [ 170.278319969985034, -45.978147565903264 ], [ 170.278278212394611, -45.978163240813927 ], [ 170.278273517716343, -45.978189324811211 ], [ 170.278285998512729, -45.978213436706127 ], [ 170.278315538178532, -45.9782379551581 ], [ 170.278317200549395, -45.978273716438089 ], [ 170.278298742147598, -45.978301853854113 ], [ 170.278273693429696, -45.978325071312327 ], [ 170.278228990436759, -45.978331150230801 ], [ 170.278204874732268, -45.978335338358164 ], [ 170.27817664744785, -45.97835371715027 ], [ 170.278166412112313, -45.978353473202695 ], [ 170.2781755977486, -45.978375125128515 ], [ 170.278184783391708, -45.978396777053682 ], [ 170.27815337755527, -45.978410317194985 ], [ 170.278109724208747, -45.978394988087558 ], [ 170.278068899477177, -45.978391633603088 ], [ 170.278031253252351, -45.978393117752162 ], [ 170.27800643766372, -45.978411577820161 ], [ 170.27798503384119, -45.978430119203907 ], [ 170.277936219090776, -45.978450388666218 ], [ 170.277897872951286, -45.978466144752524 ], [ 170.277886354490391, -45.97849206607944 ], [ 170.2778883665232, -45.978520691367407 ], [ 170.277921667890041, -45.978538155253482 ], [ 170.277923913231405, -45.978562023213748 ], [ 170.277922513492115, -45.978590567177669 ], [ 170.277891107483157, -45.978604107242553 ], [ 170.277873348634586, -45.9786179725997 ], [ 170.277794060824078, -45.978632752738754 ], [ 170.277749707495673, -45.978631695472572 ], [ 170.277698880545614, -45.978623339539091 ], [ 170.277661584127998, -45.978617687572978 ], [ 170.277610290571857, -45.978618846252957 ], [ 170.277575822660452, -45.97862516890698 ], [ 170.277541121418579, -45.978636248876207 ], [ 170.277506303500161, -45.978649707497325 ], [ 170.277508315338594, -45.978678332787069 ], [ 170.277496329993909, -45.978713768719857 ], [ 170.277477521031244, -45.978749041976791 ], [ 170.277420948877619, -45.978788177833962 ], [ 170.277396016240914, -45.978809016422211 ], [ 170.27737131692453, -45.978825097679618 ], [ 170.27735332453571, -45.978843720275819 ], [ 170.277321918248902, -45.978857260177293 ], [ 170.277245691746515, -45.978879257252721 ], [ 170.277196292950947, -45.97891141969307 ], [ 170.277178767188303, -45.978920527611336 ], [ 170.277201366412243, -45.978947262315643 ], [ 170.277199499572646, -45.978985320908727 ], [ 170.2771770451495, -45.979025270086638 ], [ 170.277145288676707, -45.979045945921804 ], [ 170.277119655730814, -45.979081056415289 ], [ 170.277097901303904, -45.979106733603921 ], [ 170.277083320552435, -45.979125437501573 ], [ 170.277089444100795, -45.979139872170855 ], [ 170.277081803670427, -45.97915636010449 ], [ 170.277037333264957, -45.979157681214311 ], [ 170.276996858117656, -45.979147190350922 ], [ 170.276944980625473, -45.9791602420283 ], [ 170.276892402960726, -45.979187565649781 ], [ 170.276867586637138, -45.979206025451596 ], [ 170.276787830958625, -45.979230319510599 ], [ 170.276721489132882, -45.979259696276529 ], [ 170.276692910788228, -45.979285210660585 ], [ 170.276671272784768, -45.979308509100008 ], [ 170.276621989977826, -45.97933829261293 ], [ 170.276569528694239, -45.979363237416941 ], [ 170.276481431761056, -45.979418291110122 ], [ 170.276434626898634, -45.979467185188149 ], [ 170.276423107531713, -45.979493106343526 ], [ 170.276398057487256, -45.979516323356378 ], [ 170.276374057858277, -45.979518132421418 ], [ 170.276321479577206, -45.979545455764615 ], [ 170.276288321861927, -45.979594675266434 ], [ 170.276213521524397, -45.979657190210766 ], [ 170.276173773380464, -45.979701489602817 ], [ 170.276075556668843, -45.979753920166871 ], [ 170.276010147700305, -45.97976426721911 ], [ 170.27595509102153, -45.979772479726364 ], [ 170.275937331315731, -45.979786344760726 ], [ 170.275932752104353, -45.979810049968314 ], [ 170.275934646409155, -45.979841053922655 ], [ 170.27590618413663, -45.979864189433528 ], [ 170.275864074375534, -45.979886999390196 ], [ 170.275859378384013, -45.979913083252619 ], [ 170.275869030295553, -45.97992522070836 ], [ 170.27585374847456, -45.979958196386612 ], [ 170.275807526300298, -45.979995196886293 ], [ 170.275777779724507, -45.980044497608922 ], [ 170.275776612295971, -45.980068284196889 ], [ 170.275748033094203, -45.980093798322208 ], [ 170.275702160973452, -45.980123662798356 ], [ 170.275677227085339, -45.980144500979115 ], [ 170.275644768919278, -45.9801794483176 ], [ 170.275623480368921, -45.980195610562241 ], [ 170.275612077210582, -45.980219152962597 ], [ 170.275623973502263, -45.9802551584173 ], [ 170.27560527954725, -45.980288052660732 ], [ 170.275574105527397, -45.980296834733899 ], [ 170.275542581236266, -45.98031275277306 ], [ 170.275509889372842, -45.980352457384555 ], [ 170.275501664514763, -45.980380838485772 ], [ 170.275476146647549, -45.980413569907938 ], [ 170.275420972493322, -45.980424160798648 ], [ 170.275392976745792, -45.980437781536423 ], [ 170.275370170116531, -45.980484866281273 ], [ 170.275328059661462, -45.980507676022611 ], [ 170.275323129824528, -45.980538517169059 ], [ 170.275314554545332, -45.980574034226287 ], [ 170.27531338689684, -45.980597820802863 ], [ 170.275284690437218, -45.980625713456881 ], [ 170.275251531126571, -45.980674932614384 ], [ 170.275225779432958, -45.98071242128767 ], [ 170.275210847305061, -45.980738260890242 ], [ 170.275161095349517, -45.980777558349381 ], [ 170.275126041972158, -45.980795773511694 ], [ 170.27513464290405, -45.980829318942504 ], [ 170.275153713163292, -45.98085835128682 ], [ 170.275132424204571, -45.980874513429164 ], [ 170.275127727765607, -45.980900597247917 ], [ 170.275099147826666, -45.980926111191273 ], [ 170.275053975324795, -45.980941703437743 ], [ 170.275026329560347, -45.980948188105728 ], [ 170.275035397564494, -45.980972218914651 ], [ 170.275054467816716, -45.981001251274847 ], [ 170.275072603872303, -45.981049312888096 ], [ 170.275064612227368, -45.981072936633517 ], [ 170.27504308960124, -45.98109385607011 ], [ 170.275000394641296, -45.981128558959419 ], [ 170.274971464177526, -45.981161208836269 ], [ 170.27495288629342, -45.981191724296096 ], [ 170.274924656472251, -45.981210102219492 ], [ 170.274879600475714, -45.981223315733395 ], [ 170.274865251974063, -45.981237261999482 ], [ 170.274857493785106, -45.981256128414174 ], [ 170.274842210966312, -45.981289103928596 ], [ 170.274844455037254, -45.981312971912125 ], [ 170.274823399388339, -45.981324376677001 ], [ 170.274785984713361, -45.981321102396194 ], [ 170.274754459610648, -45.981337020197138 ], [ 170.274780704110754, -45.981359079475865 ], [ 170.274807415790661, -45.981371624123611 ], [ 170.274820246083721, -45.98138860039883 ], [ 170.274822490147272, -45.981412468382281 ], [ 170.274821088675083, -45.981441012258315 ], [ 170.274785917970746, -45.981461605958771 ], [ 170.274734154609035, -45.981472277910754 ], [ 170.274692276725546, -45.981490330079311 ], [ 170.274670520200772, -45.981516006749601 ], [ 170.274656897204039, -45.981584743497976 ], [ 170.274652317264326, -45.981608448632059 ], [ 170.274623853531352, -45.981631583784697 ], [ 170.274633038256184, -45.981653235965759 ], [ 170.274631753473415, -45.98167940118023 ], [ 170.274640938208449, -45.981701053360744 ], [ 170.274622126352341, -45.981736326067733 ], [ 170.274636850262084, -45.981784306315191 ], [ 170.274673214062318, -45.98180898855437 ], [ 170.274707100279699, -45.981814560111111 ], [ 170.274726404217148, -45.981838835212962 ], [ 170.274747251445888, -45.981901250230706 ], [ 170.274738675549372, -45.981936767224212 ], [ 170.274757395569537, -45.981972935601469 ], [ 170.274742462860161, -45.981998775125248 ], [ 170.274703412583506, -45.982028801990253 ], [ 170.274671653450127, -45.982049477068692 ], [ 170.274626363106478, -45.982067447775833 ], [ 170.274584835138171, -45.982078363925631 ], [ 170.274550014345778, -45.982091821573718 ], [ 170.274548963111926, -45.982113229473356 ], [ 170.274568267076887, -45.982137504601624 ], [ 170.274581097461891, -45.982154480904008 ], [ 170.274572988625408, -45.982180483258261 ], [ 170.274547819756322, -45.982206078466561 ], [ 170.274525712454164, -45.982238891064945 ], [ 170.274480188293779, -45.982261619019795 ], [ 170.274413374368208, -45.982300508943347 ], [ 170.274382082217556, -45.982311669313987 ], [ 170.274356796387082, -45.982339643131418 ], [ 170.274301503296414, -45.982352612085393 ], [ 170.27424480836612, -45.98239412486955 ], [ 170.27418858063308, -45.982426123004721 ], [ 170.27410575762795, -45.982443197644244 ], [ 170.274010104296593, -45.982443295860442 ], [ 170.273945743282951, -45.982432233758018 ], [ 170.273901620728282, -45.982426417623003 ], [ 170.273900686065218, -45.982445446855721 ], [ 170.273902345589335, -45.982481208115843 ], [ 170.273903771448317, -45.98252172668392 ], [ 170.273881663636701, -45.982554539144665 ], [ 170.273839667821051, -45.982574969626967 ], [ 170.273832376424451, -45.982584321340511 ], [ 170.273837447932806, -45.982620164051063 ], [ 170.273832517028694, -45.982651005100323 ], [ 170.273814288503019, -45.982674384381141 ], [ 170.273785823862937, -45.982697519300984 ], [ 170.27374723993708, -45.982718031198281 ], [ 170.273708655982858, -45.982738543081851 ], [ 170.273700897170841, -45.982757409400072 ], [ 170.273710432225641, -45.982771925686997 ], [ 170.273705734919275, -45.982798009421053 ], [ 170.273687038915455, -45.982830903292836 ], [ 170.273679163237716, -45.982852148262353 ], [ 170.273657405689988, -45.982877824711736 ], [ 170.273655886702159, -45.982908747206153 ], [ 170.273638125398321, -45.982922611840813 ], [ 170.273640602676295, -45.982941722525119 ], [ 170.2736327269632, -45.982962967490302 ], [ 170.2736041452481, -45.982988481012121 ], [ 170.273565327351349, -45.983013750147471 ], [ 170.27351309491084, -45.983033936118176 ], [ 170.273478156409624, -45.983049772071197 ], [ 170.27347392638012, -45.983066341179679 ], [ 170.273509706198439, -45.983102917056769 ], [ 170.273557124446938, -45.983111193466982 ], [ 170.273591011326317, -45.983116765369097 ], [ 170.273600079014898, -45.983140796277937 ], [ 170.273609029862513, -45.983167205839358 ], [ 170.273590917913964, -45.983188206423549 ], [ 170.273549388910226, -45.983199122171506 ], [ 170.273498558526086, -45.983190764294633 ], [ 170.27345478599176, -45.983177812016379 ], [ 170.273412789543841, -45.983198242325614 ], [ 170.273370442488954, -45.98322580857679 ], [ 170.273344688280673, -45.983263296756085 ], [ 170.273323631577597, -45.983274701217475 ], [ 170.273268804780201, -45.98327815503302 ], [ 170.273155505364741, -45.983289738416943 ], [ 170.273069385578452, -45.983304352141886 ], [ 170.272996797149631, -45.983321670361924 ], [ 170.272982213866896, -45.983340373667893 ], [ 170.272946807514558, -45.983365724057265 ], [ 170.272862697059082, -45.983408962921537 ], [ 170.272816820615617, -45.983438826127013 ], [ 170.272790832164191, -45.983481071472525 ], [ 170.272758370169271, -45.983516017888043 ], [ 170.272718148863419, -45.983569830532254 ], [ 170.27264427417839, -45.983613313680301 ], [ 170.272578158710871, -45.983637930550344 ], [ 170.272498277933977, -45.983664600062525 ], [ 170.272433565153193, -45.983660673037036 ], [ 170.272388857299717, -45.983666749553329 ], [ 170.272347561525891, -45.9836729075489 ], [ 170.272312505391653, -45.98369112177766 ], [ 170.27230439524169, -45.98371712393579 ], [ 170.272316757641249, -45.983743615082737 ], [ 170.272335827336036, -45.983772647874019 ], [ 170.272300888040434, -45.98378848344705 ], [ 170.272283009208223, -45.983804726505447 ], [ 170.272256296980061, -45.983792181258373 ], [ 170.272229584764148, -45.983779636005288 ], [ 170.272205933921811, -45.983774308198065 ], [ 170.2721715791522, -45.983778250479965 ], [ 170.272129932531612, -45.983791544344498 ], [ 170.27211217056464, -45.983805408725033 ], [ 170.272084055381498, -45.983821407237869 ], [ 170.27203535067602, -45.983839295356034 ], [ 170.272000645096171, -45.983850373534615 ], [ 170.271979237136804, -45.983868913684979 ], [ 170.27199524535223, -45.983890729072229 ], [ 170.272011487419633, -45.983907787157975 ], [ 170.272006789197064, -45.983933870797543 ], [ 170.271984913521635, -45.983961925546787 ], [ 170.271963388590279, -45.983982844342393 ], [ 170.27194127902635, -45.984015656381295 ], [ 170.271912462139085, -45.984045926744948 ], [ 170.271894115407633, -45.984071684335227 ], [ 170.271862470985837, -45.984089979926694 ], [ 170.271824470029827, -45.984098597885612 ], [ 170.271809418425164, -45.984126815623164 ], [ 170.271777890875029, -45.984142732540512 ], [ 170.27173213017565, -45.984170216631007 ], [ 170.271679311322572, -45.984202294964874 ], [ 170.271648485312511, -45.984203939950994 ], [ 170.271614481057668, -45.984200746111568 ], [ 170.271599780133641, -45.984221827871643 ], [ 170.271595198623913, -45.984245532839296 ], [ 170.271628852091908, -45.984255862631528 ], [ 170.271616978590316, -45.984288919156668 ], [ 170.27160910189383, -45.984310163956209 ], [ 170.271554274001261, -45.984313616922584 ], [ 170.27153627783764, -45.984332238502688 ], [ 170.271499817699237, -45.984378996247564 ], [ 170.271467588246935, -45.984409184964271 ], [ 170.271428066704914, -45.984448725213745 ], [ 170.271369007887046, -45.984468747100223 ], [ 170.271327126658747, -45.984486797950957 ], [ 170.271281482406266, -45.984511903199916 ], [ 170.27122548474091, -45.984539142483094 ], [ 170.271166191839598, -45.984563921556273 ], [ 170.271113840130255, -45.984586485019996 ], [ 170.271036901594783, -45.984622749584851 ], [ 170.270979617062835, -45.984676153863525 ], [ 170.270937150709557, -45.984706097800881 ], [ 170.270922098479957, -45.984734315405014 ], [ 170.270914104478209, -45.984757938794978 ], [ 170.270853758450102, -45.984804125520917 ], [ 170.27080035361007, -45.984848096655135 ], [ 170.270770716821829, -45.984895017231374 ], [ 170.270688727744897, -45.984964501054101 ], [ 170.270606621476702, -45.985036363459045 ], [ 170.270539567533831, -45.985080008256112 ], [ 170.270483685924802, -45.9851048685058 ], [ 170.27041368760257, -45.985138917085337 ], [ 170.27041499389739, -45.985181814270817 ], [ 170.270370050634995, -45.985192647254742 ], [ 170.270318984987199, -45.985189045226491 ], [ 170.270273339704659, -45.985214150046524 ], [ 170.270278058070147, -45.985257128791694 ], [ 170.270283478438358, -45.985285835662175 ], [ 170.270237950060249, -45.98530856181987 ], [ 170.270197120865959, -45.985305204420982 ], [ 170.270139815792845, -45.985289545956157 ], [ 170.270070402074538, -45.985311701087447 ], [ 170.270025107612724, -45.985329669867241 ], [ 170.269956044842019, -45.985344688991319 ], [ 170.269890277204468, -45.985362168290322 ], [ 170.269857929283347, -45.985394735160561 ], [ 170.269826400460801, -45.98541065150723 ], [ 170.269781339885185, -45.985423862897015 ], [ 170.269756518381911, -45.985442321019853 ], [ 170.269735109053158, -45.985460860714298 ], [ 170.269722766044083, -45.985503431583417 ], [ 170.269707829994303, -45.985529270360828 ], [ 170.26966288632201, -45.985540103056387 ], [ 170.269607354955468, -45.985557826923205 ], [ 170.269609245769317, -45.985588830880111 ], [ 170.269596785601038, -45.985633780376197 ], [ 170.269516198365864, -45.985674719562063 ], [ 170.269431730656294, -45.985725091676841 ], [ 170.269342076959504, -45.985741999534959 ], [ 170.269287130512794, -45.985747830020571 ], [ 170.269235245124634, -45.985760878002566 ], [ 170.269230428358441, -45.985789340131113 ], [ 170.269255619217944, -45.985832808453679 ], [ 170.269254565806108, -45.985854216244824 ], [ 170.269277163810358, -45.985880952466665 ], [ 170.269302120657073, -45.985929178067096 ], [ 170.269293774641483, -45.985959937250449 ], [ 170.269264838235756, -45.985992585525217 ], [ 170.269241772007263, -45.985975363874026 ], [ 170.269180937272665, -45.98596200197052 ], [ 170.269142817594371, -45.985972997639536 ], [ 170.269118346787536, -45.985984319682331 ], [ 170.269137883706122, -45.986003838404919 ], [ 170.269178011032636, -45.98602146805176 ], [ 170.269199672671789, -45.986067233434852 ], [ 170.269184736217653, -45.986093072132718 ], [ 170.269159914212139, -45.986111530112787 ], [ 170.269125089603477, -45.98612498601176 ], [ 170.269103679795222, -45.986143525575237 ], [ 170.269098862919549, -45.98617198769427 ], [ 170.269053450389748, -45.986192334706374 ], [ 170.268936380889841, -45.986210968074687 ], [ 170.26888049743593, -45.986235827493743 ], [ 170.268873321772162, -45.986242800213233 ], [ 170.268909919879519, -45.986262726993957 ], [ 170.268960401091419, -45.986278222885417 ], [ 170.268993821131261, -45.986293310753197 ], [ 170.269016536234517, -45.986317668383244 ], [ 170.26904196125912, -45.986356379465377 ], [ 170.26902408063404, -45.986372621967107 ], [ 170.268989607005523, -45.98637894189158 ], [ 170.26894524781622, -45.986377881071334 ], [ 170.268910540051081, -45.986388958256811 ], [ 170.268872537090516, -45.986397575184604 ], [ 170.268803589764502, -45.986410214929904 ], [ 170.268731581373061, -45.9864156370977 ], [ 170.268676282986434, -45.986428603198704 ], [ 170.26864816548715, -45.986444600806983 ], [ 170.268635236021055, -45.986499064738318 ], [ 170.268663604811536, -45.986547372079094 ], [ 170.26866243407116, -45.986571158498968 ], [ 170.268678090471212, -45.986600110256418 ], [ 170.268676217292381, -45.986638168528273 ], [ 170.268667402509891, -45.986678442220139 ], [ 170.26866623176582, -45.986702228639516 ], [ 170.268654590072657, -45.986730527508989 ], [ 170.268592115585591, -45.986750466263672 ], [ 170.268550817142255, -45.986756622822142 ], [ 170.268490332989472, -45.986736124611951 ], [ 170.268422087673372, -45.986734492265825 ], [ 170.268351132626378, -45.986718506410767 ], [ 170.268272299273093, -45.986723765037624 ], [ 170.268227003087731, -45.986741733061272 ], [ 170.268218422148749, -45.986777249428116 ], [ 170.268186774977295, -45.986795543931414 ], [ 170.268175133020037, -45.98682384274565 ], [ 170.268156900699807, -45.986847221023993 ], [ 170.268145024520351, -45.986880277116029 ], [ 170.268150678094884, -45.986904226777725 ], [ 170.268156097479306, -45.986932933720858 ], [ 170.268144806768049, -45.986954096608002 ], [ 170.268097386172059, -45.986945817899276 ], [ 170.268063380496898, -45.986942622970474 ], [ 170.26803220159016, -45.986951402864818 ], [ 170.268047974857637, -45.986977976061425 ], [ 170.268046335426931, -45.987011277029602 ], [ 170.268021278422168, -45.987034492022907 ], [ 170.26799280911203, -45.987057625378611 ], [ 170.267944802919743, -45.987061239807197 ], [ 170.267879383970978, -45.987071581962567 ], [ 170.267881625159589, -45.9870954499997 ], [ 170.26789786682815, -45.987112508654882 ], [ 170.267840092167688, -45.987106363573588 ], [ 170.267825623235325, -45.987122687508617 ], [ 170.267834220532649, -45.987156233379579 ], [ 170.267835876143494, -45.987191994617362 ], [ 170.267841061161647, -45.98722545885127 ], [ 170.26786660285191, -45.987261791540583 ], [ 170.26788943493699, -45.987283770748888 ], [ 170.267867204483224, -45.987318960538722 ], [ 170.267837095382163, -45.987375394810485 ], [ 170.267743573709026, -45.987470796454978 ], [ 170.267693107639815, -45.98752436220331 ], [ 170.267619106634044, -45.987570220506548 ], [ 170.267528043919924, -45.987615670528903 ], [ 170.267434505787492, -45.987642009713177 ], [ 170.267365790882167, -45.987649891267722 ], [ 170.267263655598697, -45.987642684411142 ], [ 170.267161520345923, -45.987635477463762 ], [ 170.267095866298462, -45.987650576427811 ], [ 170.26703715400285, -45.987663460037027 ], [ 170.266989498691373, -45.987659938135693 ], [ 170.266929731987943, -45.987694229432158 ], [ 170.266900793266842, -45.987726877047542 ], [ 170.26686150038239, -45.987761658294133 ], [ 170.266822441764134, -45.987791682250247 ], [ 170.266787498388339, -45.987807516034124 ], [ 170.266765969983311, -45.98782843376005 ], [ 170.266730557920283, -45.987853782076151 ], [ 170.266699143973625, -45.98786731886414 ], [ 170.266681496500695, -45.987878803693846 ], [ 170.266700798852071, -45.987903080098519 ], [ 170.266788816544704, -45.987919475344377 ], [ 170.266835769114493, -45.987937269160781 ], [ 170.26688966354331, -45.987952847652323 ], [ 170.266933906760784, -45.987956287936292 ], [ 170.266971559615286, -45.98795480760073 ], [ 170.267002153493593, -45.987957921204377 ], [ 170.267027812090845, -45.987991875434346 ], [ 170.267025469089361, -45.988039448196986 ], [ 170.267020182339763, -45.988077424744773 ], [ 170.266987948266575, -45.988107612076902 ], [ 170.266956534232861, -45.988121148933352 ], [ 170.266907238357248, -45.988150927919797 ], [ 170.266902420137171, -45.988179389908176 ], [ 170.266860066042057, -45.988206953565602 ], [ 170.266790764562501, -45.988226727944117 ], [ 170.266755469410469, -45.988249697623417 ], [ 170.26670523599401, -45.988298505616513 ], [ 170.266641001545565, -45.98835412280291 ], [ 170.266580648013814, -45.988400307077121 ], [ 170.266531234515952, -45.988432464526873 ], [ 170.266508885544738, -45.988470032653254 ], [ 170.266489831736294, -45.988510061089727 ], [ 170.266450538023292, -45.988544842172445 ], [ 170.266422653162948, -45.988556081915512 ], [ 170.266363236674209, -45.988583236971245 ], [ 170.266312768238663, -45.988636802047679 ], [ 170.266256763988565, -45.98866403872843 ], [ 170.266216884081814, -45.988710712905544 ], [ 170.266138764741584, -45.988770760307844 ], [ 170.266081822721617, -45.988817025985149 ], [ 170.266042645728589, -45.988849428279359 ], [ 170.266024294623776, -45.98887518481051 ], [ 170.266015829086257, -45.988908322325301 ], [ 170.265991356349531, -45.988919643649403 ], [ 170.26594829803463, -45.988961478756472 ], [ 170.265916414460975, -45.98898452985069 ], [ 170.265890769643079, -45.989019637506757 ], [ 170.265848062787398, -45.989054336665752 ], [ 170.265826767942343, -45.98907049692108 ], [ 170.265787590618487, -45.989102899119132 ], [ 170.265772886129724, -45.989123980034144 ], [ 170.265723823147283, -45.989149001200538 ], [ 170.265706175059364, -45.989160485863572 ], [ 170.265694531296418, -45.989188784375003 ], [ 170.265690063978468, -45.989210110386715 ], [ 170.265657125229609, -45.989254569116419 ], [ 170.265627716057224, -45.989296730905608 ], [ 170.265595597721926, -45.989324539171257 ], [ 170.265569835319269, -45.989362025380025 ], [ 170.265568077047959, -45.989397704900064 ], [ 170.265532780639603, -45.989420674169146 ], [ 170.265514077438439, -45.989453566510143 ], [ 170.265484785268711, -45.989493349621938 ], [ 170.265490203458938, -45.989522056654806 ], [ 170.265498682419093, -45.989557981300308 ], [ 170.26549033366868, -45.989588740128802 ], [ 170.265462330866484, -45.989602358253748 ], [ 170.265447860563398, -45.989618681850864 ], [ 170.265453161519559, -45.989649767519111 ], [ 170.265465639028605, -45.989673880705524 ], [ 170.265498473962225, -45.989700862784865 ], [ 170.265534838589986, -45.989725547929567 ], [ 170.265595442005775, -45.989743669110005 ], [ 170.265621921025144, -45.989760973203651 ], [ 170.26565169528962, -45.989780737631392 ], [ 170.265688177253281, -45.989803044094955 ], [ 170.265731366929174, -45.989827892588195 ], [ 170.265726782349333, -45.989851597233177 ], [ 170.265777265827154, -45.989867094576717 ], [ 170.265816925931347, -45.989894239972607 ], [ 170.26582823155843, -45.989942139472639 ], [ 170.265840006039042, -45.98998052443185 ], [ 170.265852249368976, -45.990009394850098 ], [ 170.265827658894779, -45.990023094760502 ], [ 170.265762939363157, -45.990019163802238 ], [ 170.26572152098845, -45.990027697907365 ], [ 170.26563550617746, -45.99003992709661 ], [ 170.26558032070443, -45.990050512959179 ], [ 170.265542080298758, -45.990063885974422 ], [ 170.265527375446567, -45.990084966846879 ], [ 170.265493016365866, -45.990088907017032 ], [ 170.265435121716195, -45.990085139292269 ], [ 170.265414412483011, -45.990089406286131 ], [ 170.265379115559909, -45.990112375493965 ], [ 170.265337579831254, -45.990123288090743 ], [ 170.265305578089112, -45.990148717623413 ], [ 170.265307700998761, -45.99017496431145 ], [ 170.265313001914905, -45.990206049982945 ], [ 170.265290768593189, -45.990241239192287 ], [ 170.26527888989969, -45.990274294914222 ], [ 170.265260772414081, -45.990295294031078 ], [ 170.265241951498894, -45.990330564946426 ], [ 170.265203359107602, -45.990351073742197 ], [ 170.265137115127544, -45.990378064656873 ], [ 170.265109346318951, -45.99038692541599 ], [ 170.265088285221253, -45.990398328247345 ], [ 170.265086878306107, -45.990426871846694 ], [ 170.265054759026185, -45.990454679934594 ], [ 170.265026286691835, -45.990477812471241 ], [ 170.264997462592135, -45.990508080899353 ], [ 170.264989816883912, -45.990524567879035 ], [ 170.265019356820176, -45.990549089739567 ], [ 170.265021714093621, -45.990570579162444 ], [ 170.26500336191603, -45.990596335499262 ], [ 170.265012544173544, -45.990617988373259 ], [ 170.265021491944481, -45.990644398512693 ], [ 170.265033969467538, -45.99066851174338 ], [ 170.265022794000203, -45.990687295632696 ], [ 170.264994556025272, -45.990705670891607 ], [ 170.264962905530695, -45.990723964416112 ], [ 170.264941023519128, -45.990752017646251 ], [ 170.264936907511839, -45.990766207715495 ], [ 170.264946207018738, -45.990785481961467 ], [ 170.264927737479525, -45.990813616915688 ], [ 170.26489573514192, -45.990839046317632 ], [ 170.264861023792321, -45.99085012218373 ], [ 170.264805602861856, -45.990865464914307 ], [ 170.264777833756455, -45.990874325585452 ], [ 170.264746417613338, -45.990887861780806 ], [ 170.264728299718939, -45.990908860802172 ], [ 170.264763726688216, -45.990952575256934 ], [ 170.264765849354291, -45.990978821946712 ], [ 170.264729848024814, -45.991016062726125 ], [ 170.264708786607429, -45.991027465479249 ], [ 170.264670545320683, -45.99104083818073 ], [ 170.264638425467751, -45.991068646136235 ], [ 170.264612192499214, -45.991115646614396 ], [ 170.264601134060598, -45.991132051823904 ], [ 170.264603491185937, -45.991153541250398 ], [ 170.264612556101696, -45.991177572785269 ], [ 170.264625268086149, -45.991196928793293 ], [ 170.264661515998142, -45.991223992855723 ], [ 170.264677171486198, -45.991252945123534 ], [ 170.264655640906568, -45.991273862392532 ], [ 170.264637522845618, -45.991294861394636 ], [ 170.26459928135543, -45.991308234067183 ], [ 170.264571394725721, -45.99131947331373 ], [ 170.264556689155484, -45.991340554041336 ], [ 170.264552221190712, -45.991361879987714 ], [ 170.264557287225301, -45.991397722945209 ], [ 170.264579415982695, -45.991433974601073 ], [ 170.264615312218893, -45.991468174575751 ], [ 170.26466203247071, -45.991490726591834 ], [ 170.264701927663509, -45.991513115117939 ], [ 170.264713584379138, -45.991553878805995 ], [ 170.264691701896936, -45.991581931974608 ], [ 170.264649578598153, -45.9916047374507 ], [ 170.264611102357065, -45.991622867385587 ], [ 170.264566035519323, -45.991636076563331 ], [ 170.264500493321691, -45.991648795271949 ], [ 170.264411766858245, -45.991646669942604 ], [ 170.264359640285107, -45.991664472810292 ], [ 170.26434199110011, -45.991675957233689 ], [ 170.264357998374464, -45.991697773648525 ], [ 170.26437388838221, -45.991721968692637 ], [ 170.264390012959979, -45.991741406472109 ], [ 170.264398509872194, -45.991755303293132 ], [ 170.264423101472914, -45.991741603719362 ], [ 170.26444698940702, -45.991742175928721 ], [ 170.264477233368098, -45.991752426145219 ], [ 170.264472765332442, -45.991773752085663 ], [ 170.264441348599206, -45.991787288182095 ], [ 170.264426056463179, -45.991820262044428 ], [ 170.264421236569291, -45.991848723876174 ], [ 170.264409122417334, -45.991886536742697 ], [ 170.264390769496259, -45.99191229295964 ], [ 170.264362530676777, -45.991930668040077 ], [ 170.264340296018872, -45.991965857025889 ], [ 170.264328181782844, -45.992003669881342 ], [ 170.264299942895406, -45.99202204494452 ], [ 170.264254406519456, -45.992044768513495 ], [ 170.264239231481469, -45.992075363714484 ], [ 170.264248296370369, -45.992099395274643 ], [ 170.264236768470795, -45.992125314963118 ], [ 170.264231479299525, -45.992163291306184 ], [ 170.264219834090142, -45.992191589623033 ], [ 170.26420101182191, -45.992226860327136 ], [ 170.264189249293338, -45.992257537270703 ], [ 170.26416383637175, -45.992287887201236 ], [ 170.264155720986224, -45.992313888632033 ], [ 170.264151135481455, -45.992337593184892 ], [ 170.264156787770162, -45.992361542997877 ], [ 170.264168444232155, -45.99240230673125 ], [ 170.264167623198745, -45.99241895714556 ], [ 170.264159742374915, -45.992440201314523 ], [ 170.264104085070187, -45.992460300921927 ], [ 170.264068316888768, -45.992492784191803 ], [ 170.26403831821429, -45.992546838636535 ], [ 170.264009844353495, -45.992569970878627 ], [ 170.263971132629734, -45.992592857835831 ], [ 170.263939480705091, -45.992611151039519 ], [ 170.263917949302794, -45.992632068146939 ], [ 170.263940195393246, -45.992665941291328 ], [ 170.263976443888026, -45.992693005579127 ], [ 170.263947500719468, -45.992725652323202 ], [ 170.263911380361549, -45.992765271426677 ], [ 170.263902912868133, -45.992798408723168 ], [ 170.263881029463022, -45.99282646171077 ], [ 170.263843138647587, -45.992832698209632 ], [ 170.263797718720156, -45.992853042944731 ], [ 170.263776421785877, -45.992869202762058 ], [ 170.263761011620772, -45.992904555143859 ], [ 170.263763251153563, -45.99292842320574 ], [ 170.26374713709717, -45.992978047362193 ], [ 170.263720433156351, -45.993034562102352 ], [ 170.263697728368669, -45.99307926545567 ], [ 170.263631128427448, -45.993113391283671 ], [ 170.263564997682408, -45.993138002554318 ], [ 170.263549118020734, -45.993182869417687 ], [ 170.26354994962486, -45.99323528102957 ], [ 170.263559366339052, -45.993252176750545 ], [ 170.263606556883275, -45.993265214699917 ], [ 170.263644682652199, -45.993254221028778 ], [ 170.263703049691941, -45.993248475213605 ], [ 170.263752831740675, -45.99327824527704 ], [ 170.263792610494164, -45.993303012764677 ], [ 170.263814739447753, -45.993339264563815 ], [ 170.263823921641603, -45.99336091752393 ], [ 170.263846167945644, -45.993394790688079 ], [ 170.263844877553396, -45.993420955613246 ], [ 170.263766855543281, -45.993409560494264 ], [ 170.263685303590677, -45.993400462183125 ], [ 170.263606460417037, -45.993405717360048 ], [ 170.263551271223406, -45.993416302152625 ], [ 170.263492903994035, -45.993422047885737 ], [ 170.263451130766526, -45.993437716984396 ], [ 170.263409005534044, -45.99346052195321 ], [ 170.263414892246971, -45.99347971453679 ], [ 170.263440785662169, -45.993508912294416 ], [ 170.263466796429384, -45.993535731417893 ], [ 170.263472213869221, -45.993564438513928 ], [ 170.263466337366225, -45.993614307941883 ], [ 170.263470581557357, -45.99366680132492 ], [ 170.263475529707165, -45.99370502293533 ], [ 170.263402220831125, -45.993736606426637 ], [ 170.263357269317396, -45.993747436449482 ], [ 170.26330820110698, -45.993772456443772 ], [ 170.263243956747715, -45.993828071453194 ], [ 170.263174294947277, -45.993854979317305 ], [ 170.263126047948418, -45.993863348832996 ], [ 170.263025437147462, -45.993894277779447 ], [ 170.262982372612072, -45.993936111598927 ], [ 170.262960488274047, -45.993964164384622 ], [ 170.262945429305603, -45.993992380749219 ], [ 170.262919076072563, -45.994041759381368 ], [ 170.262913433705364, -45.994086871510035 ], [ 170.26290531743561, -45.994112872825646 ], [ 170.262887315100215, -45.99413149287772 ], [ 170.262885789517782, -45.99416241503323 ], [ 170.262877203810234, -45.994197930855236 ], [ 170.26285214130894, -45.994221144566865 ], [ 170.262837903695072, -45.994232710522773 ], [ 170.262816371229206, -45.994253627393746 ], [ 170.262791660748036, -45.994269705209348 ], [ 170.262787191819882, -45.994291031056434 ], [ 170.262789078889142, -45.994322035005432 ], [ 170.26278072780633, -45.994352793563252 ], [ 170.262766020708682, -45.994373874016979 ], [ 170.262744957597306, -45.994385276364262 ], [ 170.26271471256419, -45.994375025668141 ], [ 170.26267764210607, -45.994364611363885 ], [ 170.262665995597189, -45.994392909484461 ], [ 170.262678355490067, -45.994419401581261 ], [ 170.262667061058124, -45.994440563821044 ], [ 170.262645645809073, -45.99445910202914 ], [ 170.262636825164634, -45.994499375080409 ], [ 170.262621648510219, -45.994529970019684 ], [ 170.262572461906245, -45.994557368298366 ], [ 170.262526922724732, -45.994580091106862 ], [ 170.262446551944862, -45.994616267584519 ], [ 170.26234546989636, -45.994656710393691 ], [ 170.262268629009071, -45.994690589925121 ], [ 170.262222737446962, -45.994720448484081 ], [ 170.262169550811876, -45.994759657894349 ], [ 170.262154256438151, -45.994792631388506 ], [ 170.262152847799001, -45.994821174895876 ], [ 170.262158147264216, -45.99485226066173 ], [ 170.262132849385324, -45.99488023145085 ], [ 170.262133796990014, -45.994930264404275 ], [ 170.262142157042291, -45.994968567864134 ], [ 170.262140396224424, -45.995004247246854 ], [ 170.262121923779233, -45.995032381665325 ], [ 170.262079561999769, -45.995059943349375 ], [ 170.26204484744656, -45.995071018280186 ], [ 170.262032496094861, -45.995113588073998 ], [ 170.26196294949338, -45.99513811651908 ], [ 170.261964953504332, -45.995166741842823 ], [ 170.261895054609369, -45.995198406119208 ], [ 170.261842571685634, -45.995223343609538 ], [ 170.261820921048553, -45.995246638897306 ], [ 170.261757964921543, -45.995276088114515 ], [ 170.261726545536703, -45.995289623397206 ], [ 170.261684887817609, -45.995302913177817 ], [ 170.261687478730352, -45.995319645380278 ], [ 170.26172407998925, -45.995339574512762 ], [ 170.261729614063455, -45.995365903042675 ], [ 170.261728322585014, -45.995392067912498 ], [ 170.261714201839226, -45.995401255089682 ], [ 170.26170314164338, -45.995417659969192 ], [ 170.261708206080527, -45.995453502997563 ], [ 170.26170008902011, -45.995479504204816 ], [ 170.261661609114043, -45.995497633052913 ], [ 170.261623246595377, -45.995513383263166 ], [ 170.26159500500188, -45.995531757587123 ], [ 170.261596656586846, -45.995567518784213 ], [ 170.261616194019467, -45.99558703878121 ], [ 170.261614667651656, -45.995617960895949 ], [ 170.261606667933506, -45.995641583470203 ], [ 170.261605611211934, -45.99566299108772 ], [ 170.261580430086099, -45.995688583112255 ], [ 170.261558779150533, -45.9957118783421 ], [ 170.261517238489802, -45.995722789428655 ], [ 170.261505356240633, -45.995755844653047 ], [ 170.261463345856498, -45.995776270214478 ], [ 170.261418040061329, -45.995794235296174 ], [ 170.261378268180806, -45.995838528901487 ], [ 170.261353791420049, -45.995849849129506 ], [ 170.261315780850879, -45.995858463357521 ], [ 170.261300955351885, -45.995881922219631 ], [ 170.261255179700896, -45.995909401726955 ], [ 170.261227524936146, -45.995915882834971 ], [ 170.261202578383461, -45.995936717522113 ], [ 170.261198578412092, -45.995948528791821 ], [ 170.261197169224801, -45.995977072270584 ], [ 170.261198350823122, -45.996022347958338 ], [ 170.261173169342669, -45.996047939883731 ], [ 170.261120920160124, -45.99606811976755 ], [ 170.261068553501985, -45.996090678249502 ], [ 170.261056436020567, -45.996128490663295 ], [ 170.261012898457182, -45.996179838144471 ], [ 170.260983481894385, -45.996221998530409 ], [ 170.260944648905991, -45.996247262985918 ], [ 170.260926645200584, -45.996265882692363 ], [ 170.260897698310771, -45.996298528563095 ], [ 170.260851217422214, -45.996340279629081 ], [ 170.260812854091967, -45.996356029546739 ], [ 170.260738600574626, -45.996406640179799 ], [ 170.260693411489285, -45.99642222633328 ], [ 170.260682703147296, -45.996431495233942 ], [ 170.260681880953086, -45.996448145587991 ], [ 170.260694122845052, -45.996477016502169 ], [ 170.260696008760618, -45.996508020450655 ], [ 170.260697777221367, -45.996541403020977 ], [ 170.260726143741152, -45.996589712218771 ], [ 170.260700257040213, -45.996629575758909 ], [ 170.260610707181399, -45.996713159551177 ], [ 170.260532452812441, -45.996775581275429 ], [ 170.26043101303182, -45.99682315812084 ], [ 170.260343459486961, -45.996866305123866 ], [ 170.260242606767747, -45.996901988688627 ], [ 170.260135515592424, -45.996925615298444 ], [ 170.260042075808286, -45.996949569336422 ], [ 170.259996533626861, -45.996972291059848 ], [ 170.259978059408382, -45.997000425083748 ], [ 170.259962763065744, -45.997033398229782 ], [ 170.259933227743289, -45.997077936931788 ], [ 170.259897336583435, -45.997112797370214 ], [ 170.259875801865604, -45.997133713627292 ], [ 170.259857327529232, -45.997161847628398 ], [ 170.259842266057404, -45.997190063514758 ], [ 170.259819908812858, -45.997227630099829 ], [ 170.259794373644212, -45.997260357549528 ], [ 170.25978625538923, -45.997286358587381 ], [ 170.259809323136039, -45.99730358215831 ], [ 170.259852515761821, -45.997328432918472 ], [ 170.259871465684597, -45.99735984630879 ], [ 170.259879706960874, -45.997400528513026 ], [ 170.259891948618588, -45.997429399504327 ], [ 170.259869121321799, -45.997476480576111 ], [ 170.259874067201082, -45.997514702271985 ], [ 170.259828524479104, -45.997537423914423 ], [ 170.259760148879423, -45.997538164720616 ], [ 170.259725667325085, -45.997544481657421 ], [ 170.259734261019929, -45.997578028010317 ], [ 170.259760271773501, -45.99760484796392 ], [ 170.25976227467612, -45.997633473291856 ], [ 170.259767690492737, -45.997662180511369 ], [ 170.25975968965875, -45.997685802924437 ], [ 170.259758279646263, -45.997714346360127 ], [ 170.259713324226908, -45.997725174853272 ], [ 170.259664368347586, -45.997747814530726 ], [ 170.259625181157134, -45.997780214352154 ], [ 170.259595645142099, -45.997824752946649 ], [ 170.259565874058325, -45.997874048770505 ], [ 170.259516565450753, -45.997903824237127 ], [ 170.259485379056173, -45.99791260161377 ], [ 170.259434655213028, -45.997901858620395 ], [ 170.25939676047139, -45.997908093549633 ], [ 170.259365221500531, -45.997924006749386 ], [ 170.259330504624046, -45.997935080797546 ], [ 170.259285313903291, -45.997950666353162 ], [ 170.259213407347289, -45.997953703532289 ], [ 170.259124436141065, -45.997956331110906 ], [ 170.259073007146839, -45.997959859666942 ], [ 170.259034407131054, -45.997980366182809 ], [ 170.259018639799677, -45.998022853650895 ], [ 170.25898333511779, -45.998045820680318 ], [ 170.258911902893743, -45.998108405028766 ], [ 170.258907784720918, -45.998122594817545 ], [ 170.258909434571279, -45.998158356001994 ], [ 170.258894489868908, -45.998184193124331 ], [ 170.258862715516585, -45.998204863413171 ], [ 170.258831528855268, -45.998213640604675 ], [ 170.258812700980371, -45.998248910264721 ], [ 170.258793990625378, -45.99828180130342 ], [ 170.258782341238117, -45.99831009894767 ], [ 170.258739857729552, -45.998340037902466 ], [ 170.258630055533757, -45.998349309391479 ], [ 170.258591219975614, -45.998374572980666 ], [ 170.258529316597162, -45.9983826127323 ], [ 170.258491186320185, -45.998393604584571 ], [ 170.25848012454756, -45.998410009109442 ], [ 170.258492718343263, -45.99843174438449 ], [ 170.258487659567379, -45.998464963088878 ], [ 170.258437762057611, -45.998506631145709 ], [ 170.258381156109749, -45.9985457566939 ], [ 170.258327140084987, -45.998601614462892 ], [ 170.258280655298819, -45.998643364380662 ], [ 170.258241819374859, -45.998668627841639 ], [ 170.258144610178164, -45.998699634145538 ], [ 170.258095535234219, -45.998724651729134 ], [ 170.258031514975102, -45.998775506284936 ], [ 170.258005507691564, -45.998817747749868 ], [ 170.257983501257684, -45.998848178076209 ], [ 170.257945017805952, -45.998866305582432 ], [ 170.257892764813903, -45.998886483894097 ], [ 170.257884292641194, -45.998919620610991 ], [ 170.257862050923904, -45.998954808141761 ], [ 170.257840161943221, -45.998982859821545 ], [ 170.257784143040993, -45.99901009197437 ], [ 170.257724358311975, -45.999044377988994 ], [ 170.257667986503179, -45.999078745926774 ], [ 170.257621853611823, -45.999113359708581 ], [ 170.257576779066909, -45.999126565937992 ], [ 170.257481100033317, -45.999195711440919 ], [ 170.257386714460722, -45.999238692100604 ], [ 170.25733328480618, -45.999282656284691 ], [ 170.257249020381295, -45.999328261337538 ], [ 170.257168051210414, -45.999376326910173 ], [ 170.257132744900815, -45.999399293325972 ], [ 170.257046008117072, -45.999425787338801 ], [ 170.257000580308954, -45.999446129171716 ], [ 170.256943972390218, -45.999485253957339 ], [ 170.256915491955453, -45.999508384258696 ], [ 170.256876301910637, -45.99954078306375 ], [ 170.256834404602188, -45.999558828194111 ], [ 170.256753552377234, -45.999604514842488 ], [ 170.256731309657795, -45.99963970212697 ], [ 170.256695650079735, -45.999669804237101 ], [ 170.256657048002296, -45.999690309897289 ], [ 170.256566544578192, -45.999723857379543 ], [ 170.256527471824825, -45.999753877443375 ], [ 170.256488987277493, -45.999772004431442 ], [ 170.256518410442112, -45.999798907094807 ], [ 170.256530533156877, -45.999830157020689 ], [ 170.256532416768749, -45.999861160972102 ], [ 170.256517117530819, -45.999894133578124 ], [ 170.256472159750587, -45.999904960737446 ], [ 170.25638189117484, -45.999933750837684 ], [ 170.256336815681237, -45.999946956554247 ], [ 170.256240663041325, -46.000025615389383 ], [ 170.256176992564662, -46.000069332988311 ], [ 170.25604294287001, -46.000154225448412 ], [ 170.256000574142774, -46.000181784699208 ], [ 170.255961618431854, -46.000209425942053 ], [ 170.255898888939782, -46.000234114487341 ], [ 170.255822860189483, -46.000251339113333 ], [ 170.255719291534206, -46.000272664783125 ], [ 170.255650559555789, -46.000280538882095 ], [ 170.255581827559752, -46.00028841293922 ], [ 170.255478141056756, -46.000312116996618 ], [ 170.255391402092442, -46.000338609698822 ], [ 170.255335027537967, -46.00037297641574 ], [ 170.255285714458751, -46.000402749942602 ], [ 170.255227221474541, -46.000410869868787 ], [ 170.255183440124569, -46.000397910410257 ], [ 170.255124123157657, -46.000422680548787 ], [ 170.255095641485184, -46.00044581036493 ], [ 170.255042915143463, -46.000475501747168 ], [ 170.2549701811744, -46.000495186436851 ], [ 170.254941581681777, -46.000520694820928 ], [ 170.254881087261282, -46.000569250915269 ], [ 170.254825300782784, -46.000591724323584 ], [ 170.25475927502049, -46.000613951568269 ], [ 170.254705135585453, -46.000672186086845 ], [ 170.254665825698567, -46.000706962688021 ], [ 170.254627104429034, -46.000729846233646 ], [ 170.254605095363758, -46.00076027584106 ], [ 170.254599092111079, -46.000812523168641 ], [ 170.254576612051807, -46.000852467201206 ], [ 170.254541068262313, -46.000880189980954 ], [ 170.254498933722118, -46.000902991426422 ], [ 170.25446397856723, -46.000918821141418 ], [ 170.254409251262757, -46.000919886864295 ], [ 170.254364527759094, -46.000925955948802 ], [ 170.254328748323701, -46.000958435873677 ], [ 170.254309916606331, -46.000993704690856 ], [ 170.254294497968033, -46.00102905556389 ], [ 170.254289436376752, -46.001062274007054 ], [ 170.254213052770865, -46.001086633343846 ], [ 170.25417809742018, -46.001102462966429 ], [ 170.254135844807735, -46.001127642877002 ], [ 170.2541072446013, -46.001153151033606 ], [ 170.254037451497737, -46.001182431592447 ], [ 170.253940942231679, -46.001199162513011 ], [ 170.253896571758418, -46.00119809558808 ], [ 170.253835724568575, -46.001184725247086 ], [ 170.253773581919887, -46.001197519543176 ], [ 170.25371461680848, -46.001215153094371 ], [ 170.253632113192594, -46.001225076240452 ], [ 170.253576325563898, -46.001247549009989 ], [ 170.253538192385065, -46.001258539136792 ], [ 170.253513476091115, -46.001274614796081 ], [ 170.253527832671949, -46.001329733143265 ], [ 170.253535480814264, -46.001382308717595 ], [ 170.253513470884116, -46.00141273809222 ], [ 170.253494991841109, -46.001440870940506 ], [ 170.253470864380745, -46.001445053560147 ], [ 170.253420256414472, -46.001431929248525 ], [ 170.253365764186697, -46.001428237248476 ], [ 170.253300914798018, -46.001426677558527 ], [ 170.253228885775627, -46.001432089463144 ], [ 170.253207111253317, -46.001457761564147 ], [ 170.25317921724394, -46.001468997843638 ], [ 170.253131080054175, -46.00147498433779 ], [ 170.253084356485317, -46.001452427554185 ], [ 170.253036926128544, -46.001444142380372 ], [ 170.252975372057676, -46.001445043207696 ], [ 170.252946064309555, -46.00148482268358 ], [ 170.252879683329724, -46.001514184610556 ], [ 170.252831074819653, -46.001529685393727 ], [ 170.252785525967653, -46.001552404073465 ], [ 170.252774108410534, -46.001575943797668 ], [ 170.252735857038289, -46.00158931225134 ], [ 170.252683953109482, -46.001602352258246 ], [ 170.252652763612303, -46.001611127692328 ], [ 170.252617807500656, -46.001626956818448 ], [ 170.2525923838339, -46.001657303890148 ], [ 170.252560605163183, -46.001677972316322 ], [ 170.252522589326247, -46.001686583488372 ], [ 170.252497636894162, -46.001707416122819 ], [ 170.252464562027995, -46.001754249158637 ], [ 170.252421836827551, -46.001788942817093 ], [ 170.252376169763238, -46.001814039927297 ], [ 170.252286249571227, -46.001835690853632 ], [ 170.252264592292875, -46.001858984156911 ], [ 170.252276595147123, -46.001892613083726 ], [ 170.252229278157785, -46.001951010572206 ], [ 170.25214971066103, -46.002039590751778 ], [ 170.252113693518282, -46.002076827136783 ], [ 170.252039070869841, -46.002134567523413 ], [ 170.25195197393009, -46.002168193310865 ], [ 170.251873117513867, -46.002173440072205 ], [ 170.251797909973817, -46.002174011710849 ], [ 170.251730000222437, -46.002165233168732 ], [ 170.251675035963103, -46.002171054755308 ], [ 170.251657380797013, -46.002182537064733 ], [ 170.251665970171501, -46.002216083907228 ], [ 170.251633247894517, -46.002255780871181 ], [ 170.251591111136605, -46.002278581188172 ], [ 170.251572395082178, -46.002311470895904 ], [ 170.25154649903476, -46.002351332116994 ], [ 170.251503654924306, -46.002388404006638 ], [ 170.251415850005202, -46.002436300974246 ], [ 170.251363709230958, -46.002454097556353 ], [ 170.251281674954384, -46.002454504547643 ], [ 170.251189165355385, -46.002459422218458 ], [ 170.251110308475887, -46.00246466844176 ], [ 170.25103121579474, -46.002474671810759 ], [ 170.250975425889891, -46.002497143253002 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.236650669165783, -46.01703889986711 ], [ 170.236650742921057, -46.017039164086505 ], [ 170.236680520706614, -46.017058936083735 ], [ 170.236714068259829, -46.017071654984008 ], [ 170.236767625811382, -46.0170943837702 ], [ 170.236776919409778, -46.017113660110297 ], [ 170.236810704148155, -46.017121621852034 ], [ 170.23685544240567, -46.017115559997961 ], [ 170.23688676160387, -46.01710441058848 ], [ 170.236914548187514, -46.017095557135193 ], [ 170.236955279580911, -46.017101305469943 ], [ 170.236989064339951, -46.017109267159341 ], [ 170.237015546797892, -46.017126577907753 ], [ 170.236983990496782, -46.017142484484864 ], [ 170.236953026970781, -46.017146498223084 ], [ 170.23693171278066, -46.017162652583927 ], [ 170.236899326508393, -46.017195209097494 ], [ 170.23687741947316, -46.017223256276239 ], [ 170.236845151696286, -46.0172534342069 ], [ 170.236820779074435, -46.01726237024495 ], [ 170.236799346235017, -46.017280903144524 ], [ 170.236798160577138, -46.017304688800245 ], [ 170.236752117913966, -46.017336914848258 ], [ 170.236682176787099, -46.017368562621662 ], [ 170.236647206194135, -46.017384386491578 ], [ 170.236611168412793, -46.017421617436611 ], [ 170.236558415993954, -46.017451299615168 ], [ 170.236492600157732, -46.017468758488377 ], [ 170.236443973188756, -46.017484251836386 ], [ 170.23639887884292, -46.017497449215206 ], [ 170.236390509117427, -46.017528205322023 ], [ 170.236354945413098, -46.017555921920902 ], [ 170.236313265058413, -46.017569201882118 ], [ 170.236263689233738, -46.017603723665353 ], [ 170.236232013856949, -46.017622008586756 ], [ 170.236169967577581, -46.017632414195816 ], [ 170.236111335350245, -46.017642902396268 ], [ 170.236102491051525, -46.017683172733257 ], [ 170.236073873858544, -46.017708675926144 ], [ 170.23604819631899, -46.017743775994347 ], [ 170.236029939913749, -46.017767148493363 ], [ 170.236011683492791, -46.017790520989003 ], [ 170.236003669308047, -46.017814141368895 ], [ 170.236040038227998, -46.017838835920514 ], [ 170.236069460406497, -46.017865743770955 ], [ 170.236093570947531, -46.017930626010411 ], [ 170.236084489381852, -46.017975653470593 ], [ 170.236035506051195, -46.017998282322175 ], [ 170.235976043182944, -46.018025420388994 ], [ 170.235919875749062, -46.018055019618835 ], [ 170.235849933245134, -46.018086666847687 ], [ 170.235828499757844, -46.018105199548103 ], [ 170.235806710420803, -46.018130867933806 ], [ 170.235771027418707, -46.018160962896076 ], [ 170.235762894457366, -46.0181869618173 ], [ 170.235767943464083, -46.018222805537476 ], [ 170.235759454647933, -46.018255940147263 ], [ 170.235751440279984, -46.0182795605038 ], [ 170.235756963743654, -46.018305889971757 ], [ 170.235752007636535, -46.01833672865417 ], [ 170.235727041284065, -46.018357557257524 ], [ 170.235691595323715, -46.018382895063787 ], [ 170.235690290527344, -46.018409059255539 ], [ 170.235668501001527, -46.01843472760951 ], [ 170.235633529446488, -46.018450551144568 ], [ 170.235587722390022, -46.018478019555097 ], [ 170.235589831665635, -46.018504266386529 ], [ 170.235602183323465, -46.018530761144412 ], [ 170.235601115722943, -46.018552168208224 ], [ 170.235562611320717, -46.018570287639605 ], [ 170.235557892324152, -46.018596369184273 ], [ 170.235560001587487, -46.018622616015584 ], [ 170.235565524986384, -46.018648945490099 ], [ 170.235533611523238, -46.018671987321056 ], [ 170.235479103986023, -46.018668286437389 ], [ 170.235453781490861, -46.018696250661151 ], [ 170.235485431671634, -46.018747026932097 ], [ 170.235521445065842, -46.018778857341012 ], [ 170.235543564673321, -46.018815114288365 ], [ 170.235561795661084, -46.018860802837999 ], [ 170.235567200454113, -46.018889510874473 ], [ 170.235518453352086, -46.018907382353241 ], [ 170.235460056916452, -46.018913113059362 ], [ 170.235414723911873, -46.018931067139292 ], [ 170.235382691586722, -46.01895648748404 ], [ 170.235357724809091, -46.018977315995187 ], [ 170.235336053532023, -46.019000605712996 ], [ 170.235277538345088, -46.019008714884905 ], [ 170.235248682790143, -46.019038974965191 ], [ 170.235226418240217, -46.019074157468879 ], [ 170.235190971584501, -46.019099495101344 ], [ 170.235159294989558, -46.019117779693559 ], [ 170.235131032536685, -46.019136146933455 ], [ 170.235129846086721, -46.01915993254795 ], [ 170.235084275481455, -46.019182643611778 ], [ 170.235049184637234, -46.019200845512884 ], [ 170.235027750440821, -46.019219378043985 ], [ 170.234979002880351, -46.019237249281012 ], [ 170.234926722465389, -46.019257416394311 ], [ 170.234860429358605, -46.019284388505319 ], [ 170.234807555560224, -46.019316448365871 ], [ 170.234765398871417, -46.01933924196279 ], [ 170.234723716801454, -46.019352521301123 ], [ 170.234672029516105, -46.019360795490435 ], [ 170.234653415976794, -46.019391303419539 ], [ 170.234665886026221, -46.019415419709048 ], [ 170.234667401549018, -46.019453559346594 ], [ 170.234659505188688, -46.019474801047302 ], [ 170.234631005052591, -46.019497925275218 ], [ 170.234582019782778, -46.019520553454043 ], [ 170.234509847209836, -46.019528331520604 ], [ 170.234436962560636, -46.019550380900448 ], [ 170.234391510034072, -46.019570713112877 ], [ 170.234380080682342, -46.019594250671162 ], [ 170.234398666963756, -46.019632803705875 ], [ 170.234397242822155, -46.019661346423099 ], [ 170.234375096150501, -46.01969415017976 ], [ 170.234346595781915, -46.019717274330667 ], [ 170.234332345588655, -46.01972883640321 ], [ 170.234327269845494, -46.019762053555759 ], [ 170.234271099765067, -46.019791651906829 ], [ 170.234215997807922, -46.019799843194725 ], [ 170.234174433952717, -46.019810743761475 ], [ 170.23412898111664, -46.019831075861561 ], [ 170.234127794208263, -46.019854861453005 ], [ 170.234143203565452, -46.019888574719523 ], [ 170.234158850320256, -46.019917530865854 ], [ 170.234181681577695, -46.019939516705691 ], [ 170.234205462357068, -46.019942474067228 ], [ 170.234223811246608, -46.019985784246757 ], [ 170.234232392266222, -46.02001933213198 ], [ 170.234238033826585, -46.020043283094651 ], [ 170.234239786425832, -46.020076665609388 ], [ 170.234231533740569, -46.020105042950476 ], [ 170.234222806294184, -46.020142934527499 ], [ 170.234221025972062, -46.020178612915522 ], [ 170.234215950108592, -46.020211830058379 ], [ 170.234197692082518, -46.020235202219631 ], [ 170.234189795418303, -46.020256443878665 ], [ 170.234181780057327, -46.020280064096042 ], [ 170.234194487460883, -46.020299423315429 ], [ 170.234203661950517, -46.020321078406432 ], [ 170.234181158812021, -46.020361017790755 ], [ 170.234156309629441, -46.020379467451143 ], [ 170.234101681846198, -46.02037814443387 ], [ 170.234039632110267, -46.020388548801968 ], [ 170.234024906885253, -46.02040962506446 ], [ 170.234040553711935, -46.020438581226564 ], [ 170.234049253374167, -46.020469750563564 ], [ 170.234020989855651, -46.020488117500918 ], [ 170.233986135230026, -46.020501561927787 ], [ 170.233978238442631, -46.020522803568639 ], [ 170.234010956507575, -46.02055217319981 ], [ 170.234026603363674, -46.02058112936394 ], [ 170.234025178983501, -46.020609672067458 ], [ 170.233997152783189, -46.020623281879537 ], [ 170.233959239917766, -46.020629507927424 ], [ 170.233934034431428, -46.020655093209598 ], [ 170.233916013540551, -46.020673708201414 ], [ 170.233888580804518, -46.020675425193666 ], [ 170.233860791949809, -46.020684277854087 ], [ 170.233866670814308, -46.020703471714022 ], [ 170.233855122279806, -46.020729387763545 ], [ 170.233854172629549, -46.02074841622931 ], [ 170.233829085746606, -46.020771622927356 ], [ 170.233810827364749, -46.020794995016857 ], [ 170.233759019896013, -46.020805647315534 ], [ 170.233696494768367, -46.020825565715931 ], [ 170.233671526499194, -46.020846393818942 ], [ 170.233646320779599, -46.020871979031497 ], [ 170.233601697895068, -46.020875660990392 ], [ 170.233560014393021, -46.020888939868264 ], [ 170.233542468180957, -46.020898040565712 ], [ 170.233555531649017, -46.020910264179932 ], [ 170.233596027987858, -46.02092077088043 ], [ 170.233615801294007, -46.020935538456065 ], [ 170.233648994259653, -46.020955393959532 ], [ 170.233661701618217, -46.020974753235514 ], [ 170.23365027164246, -46.020998290702032 ], [ 170.233636139682829, -46.021007474116963 ], [ 170.233595524554659, -46.02099934598683 ], [ 170.233555146879382, -46.020986460727478 ], [ 170.23352136032284, -46.020978497984437 ], [ 170.233480151617897, -46.020982262601116 ], [ 170.233438705457729, -46.020990784317391 ], [ 170.233413855743265, -46.02100923380241 ], [ 170.233419497028763, -46.021033184796131 ], [ 170.233421605316408, -46.021059431636225 ], [ 170.233403821573319, -46.021073289424777 ], [ 170.233369322617506, -46.021079597979011 ], [ 170.233337881742358, -46.021093124906947 ], [ 170.233336931902613, -46.021112153363205 ], [ 170.233324908106056, -46.021147583577907 ], [ 170.233296287803569, -46.021173085991535 ], [ 170.233291804930474, -46.021194410289105 ], [ 170.233266480140145, -46.021222373965756 ], [ 170.233264936603291, -46.021253295204545 ], [ 170.233239849241158, -46.021276501760546 ], [ 170.233218651091789, -46.021290276800734 ], [ 170.233163547501988, -46.021298467541605 ], [ 170.233152473460137, -46.021314869281092 ], [ 170.233151404810542, -46.021336276290178 ], [ 170.233164230812292, -46.021353257061868 ], [ 170.233152088107545, -46.021391065809929 ], [ 170.233106514850704, -46.021413776016672 ], [ 170.233058358461562, -46.021419753587992 ], [ 170.23304669064396, -46.021448048097241 ], [ 170.233048680017447, -46.021476673495179 ], [ 170.233050194416393, -46.021514813118166 ], [ 170.233049244463956, -46.021533841568356 ], [ 170.233020861320824, -46.021554586791588 ], [ 170.233009787182652, -46.021570988514483 ], [ 170.233018842646601, -46.02159502224692 ], [ 170.233051917030025, -46.021617256482251 ], [ 170.233085585154896, -46.021627597926994 ], [ 170.233105477306538, -46.021639987035712 ], [ 170.233128308814145, -46.021661973086907 ], [ 170.233133831287802, -46.021688302647398 ], [ 170.233167261992207, -46.021703401182108 ], [ 170.233169013951454, -46.021736783691274 ], [ 170.233160997915149, -46.021760403816877 ], [ 170.23317263661346, -46.02180117015277 ], [ 170.233174388576288, -46.02183455266151 ], [ 170.233186502256132, -46.02186580477052 ], [ 170.233194726664067, -46.02190648838554 ], [ 170.233179763212092, -46.021932321630459 ], [ 170.233135020705674, -46.021938381942654 ], [ 170.233117117857688, -46.021954618232918 ], [ 170.233122996577123, -46.0219738121246 ], [ 170.233152419406366, -46.022000720727135 ], [ 170.233188077233336, -46.022039687542438 ], [ 170.233203249079111, -46.022078158037857 ], [ 170.233197222459154, -46.022130403558549 ], [ 170.233185317063572, -46.02216345518967 ], [ 170.233153163064458, -46.022191253387021 ], [ 170.233131608303637, -46.022212164069231 ], [ 170.233126531546247, -46.022245381134219 ], [ 170.233101324914088, -46.02227096620085 ], [ 170.233086717549781, -46.022289663760766 ], [ 170.233072990481332, -46.022322951412988 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "LDS", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.238112325413027, -46.015204873577616 ], [ 170.238105854809135, -46.015207319059641 ], [ 170.238081246288857, -46.015221012532599 ], [ 170.238049928397771, -46.015232162302453 ], [ 170.237981982539736, -46.015292436349839 ], [ 170.237959839824043, -46.015325240911373 ], [ 170.237895900245945, -46.015373704625894 ], [ 170.237867166587307, -46.015401586891493 ], [ 170.237845616324137, -46.015422498585437 ], [ 170.237805218602517, -46.015478675941957 ], [ 170.237765650416378, -46.015518203304119 ], [ 170.237703702155017, -46.01559529229197 ], [ 170.237680255415228, -46.015654261039906 ], [ 170.23757838279289, -46.015778012965768 ], [ 170.237501237210552, -46.015885692889555 ], [ 170.237435518580327, -46.015969834830514 ], [ 170.237423735720256, -46.016000508454731 ], [ 170.237391113371103, -46.016037822270157 ], [ 170.237357898293311, -46.016087028911052 ], [ 170.237314322662485, -46.016138366345388 ], [ 170.237294881943541, -46.016185524747037 ], [ 170.237247180929927, -46.016251050965288 ], [ 170.237177099100222, -46.016354138678707 ], [ 170.237084304478145, -46.016432862514591 ], [ 170.236950304399386, -46.01651535222026 ], [ 170.236949355950287, -46.016534380749825 ], [ 170.236931456011746, -46.01655061771644 ], [ 170.236890013670461, -46.016559140778263 ], [ 170.236858813346373, -46.01656791163056 ], [ 170.236809713025139, -46.016592919420425 ], [ 170.236771921775045, -46.016596767909746 ], [ 170.236755088848241, -46.016591597754804 ], [ 170.236731546469372, -46.016583883820687 ], [ 170.236714950683336, -46.016573956528582 ], [ 170.236598044360989, -46.016587797820883 ], [ 170.236551053611009, -46.016639052325409 ], [ 170.236541854101546, -46.016686458409502 ], [ 170.236556789855911, -46.016729685641295 ], [ 170.23660512984921, -46.016857071370858 ], [ 170.236641236767781, -46.016955583862959 ], [ 170.236642042235133, -46.017007994910301 ], [ 170.236650669165783, -46.01703889986711 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.335648118378316, -45.945771204571628 ], [ 170.335572757557628, -45.945776590670832 ], [ 170.335559003749609, -45.945778651224458 ], [ 170.335527515950872, -45.945794586716609 ], [ 170.335502049675597, -45.945827332851806 ], [ 170.335480221415224, -45.945855400962508 ], [ 170.335434523506137, -45.945882912128646 ], [ 170.335377911379283, -45.945924457319293 ], [ 170.335209899488632, -45.946011032081032 ], [ 170.335029603936192, -45.946140186057733 ], [ 170.334944913015988, -45.946197745932707 ], [ 170.334849535702261, -45.946264582151684 ], [ 170.334668782140341, -45.946403250670301 ], [ 170.334576129573463, -45.946484438958528 ], [ 170.334560321900881, -45.946529317568796 ], [ 170.334446980835594, -45.946614785774699 ], [ 170.334341258123374, -45.946683761541792 ], [ 170.334257250294684, -45.946727048144375 ], [ 170.334204845180665, -45.946752020799309 ], [ 170.334114587708257, -45.946783254154667 ], [ 170.333963520737399, -45.946801160569862 ], [ 170.333732654149316, -45.946845781094559 ], [ 170.333571014495163, -45.946870584495372 ], [ 170.333529067234025, -45.946891038118252 ], [ 170.333467002338608, -45.946903877630426 ], [ 170.333429720582785, -45.946898244197499 ], [ 170.333377200804534, -45.946925595245617 ], [ 170.333314907544633, -45.946943192244106 ], [ 170.333211123410507, -45.946971727569007 ], [ 170.333043105046045, -45.947058298984452 ], [ 170.332913053009293, -45.947136231049718 ], [ 170.332824720044158, -45.947198467190006 ], [ 170.33268602052101, -45.947314300239626 ], [ 170.332597801196755, -45.947374157407033 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29Jan2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.333218740255546, -45.947524401989789 ], [ 170.333248974016755, -45.947534633808615 ], [ 170.333283531038262, -45.947525914969638 ], [ 170.333308885273084, -45.947495548168732 ], [ 170.333330258699419, -45.94747699565886 ], [ 170.333362775400133, -45.947439651745221 ], [ 170.333384034640488, -45.947423478009433 ], [ 170.333410515909151, -45.947440766514276 ], [ 170.333431090272285, -45.947438865481068 ], [ 170.333478944925361, -45.947437601436199 ], [ 170.333516911888921, -45.94742896214786 ], [ 170.333534418627721, -45.947419845116919 ], [ 170.333578178402064, -45.947432774121246 ], [ 170.333601934520743, -45.947435710248826 ], [ 170.333666839354322, -45.947434844223444 ], [ 170.33369695902266, -45.947447454710279 ], [ 170.333709914380222, -45.94746204589287 ], [ 170.333730032217858, -45.947469659949071 ], [ 170.333760722570531, -45.947470376490344 ], [ 170.333781411064734, -45.947466096608046 ], [ 170.333849497722184, -45.947470067666124 ], [ 170.33387973157798, -45.947480299319892 ], [ 170.33391042194026, -45.947481015821097 ], [ 170.333924860963464, -45.947464682759829 ], [ 170.333933164637017, -45.947433917758978 ], [ 170.333975682778316, -45.947401570063285 ], [ 170.334041158164837, -45.94738880989194 ], [ 170.33409287926969, -45.947378110049009 ], [ 170.334146298690996, -45.947403171586224 ], [ 170.334176076120599, -45.947422918308867 ], [ 170.334198120603475, -45.947461536114261 ], [ 170.334220735668623, -45.947488259981839 ], [ 170.334237443547522, -45.947495794348754 ], [ 170.334283358412478, -45.947534969344026 ], [ 170.334319157306908, -45.947571526739353 ], [ 170.334345638944797, -45.947588815034791 ], [ 170.334388600326776, -45.947618395244376 ], [ 170.334418492059939, -45.947635763120445 ], [ 170.334448383811861, -45.947653130989032 ], [ 170.334464977671018, -45.947663044111373 ], [ 170.334525445842161, -45.947683507094077 ], [ 170.334579436235316, -45.947696674501387 ], [ 170.334633654842492, -45.947705084308659 ], [ 170.334667299034749, -45.947715395348901 ], [ 170.334748227690937, -45.947736335745724 ], [ 170.334788577955464, -45.947749184710887 ], [ 170.334848361837118, -45.947783920253933 ], [ 170.334921443803779, -45.947826110456191 ], [ 170.334957129225586, -45.947865046451092 ], [ 170.335044536121728, -45.94789328216897 ], [ 170.335138421031616, -45.947928813336553 ], [ 170.335229466336642, -45.947952370914528 ], [ 170.335284027504571, -45.947953644054387 ], [ 170.335311878418253, -45.947942386670974 ], [ 170.335369621526496, -45.94794849691683 ], [ 170.335416450060706, -45.947968641168366 ], [ 170.335407462739767, -45.948013679024001 ], [ 170.335416324233478, -45.948042463190674 ], [ 170.335387674848761, -45.948070372120483 ], [ 170.335392898131971, -45.948103834298713 ], [ 170.335378345294004, -45.948122546338602 ], [ 170.335342305350963, -45.94816219006298 ], [ 170.335310245777748, -45.948190019401615 ], [ 170.335298304506239, -45.948225462520064 ], [ 170.335283067194808, -45.948258447277368 ], [ 170.33527487818921, -45.948286833597578 ], [ 170.335212355795449, -45.948309189184329 ], [ 170.335177114120199, -45.948332181331878 ], [ 170.335182337293702, -45.948365643516127 ], [ 170.335187560472519, -45.948399105700084 ], [ 170.335196079686511, -45.948435026245832 ], [ 170.335215171439955, -45.948464049146025 ], [ 170.335241197495833, -45.948490852400028 ], [ 170.335270405544719, -45.948522492796975 ], [ 170.335276199135279, -45.948544061035605 ], [ 170.335271876467914, -45.948563011771199 ], [ 170.335284376216805, -45.948587117940832 ], [ 170.335259592869818, -45.948605591246299 ], [ 170.335241743805881, -45.948621844903045 ], [ 170.335244241349898, -45.948640954781979 ], [ 170.335239120161361, -45.948676557033622 ], [ 170.335220472560025, -45.948709462203944 ], [ 170.335232744172089, -45.948738325955361 ], [ 170.335238195550545, -45.948767030560042 ], [ 170.335226824456271, -45.948790579722996 ], [ 170.335209203468025, -45.94880207579633 ], [ 170.335150660966463, -45.948812616967466 ], [ 170.335135081161098, -45.948852738060602 ], [ 170.33513018803157, -45.94888358272825 ], [ 170.335128933182034, -45.948909749395895 ], [ 170.335124040042615, -45.948940594062847 ], [ 170.335119489130904, -45.948964302365546 ], [ 170.335090725024884, -45.948994589991017 ], [ 170.335042412709782, -45.949005369833728 ], [ 170.33500831134117, -45.949004574038284 ], [ 170.334981486583217, -45.948994422244056 ], [ 170.334940793122485, -45.948988709691513 ], [ 170.334859634406172, -45.948972526968653 ], [ 170.33481564493286, -45.948964356000275 ], [ 170.33474153474549, -45.94894357479167 ], [ 170.334667082324046, -45.948929929897282 ], [ 170.334588877509645, -45.948923341723457 ], [ 170.334571598654151, -45.948927701333623 ], [ 170.334523400410319, -45.948936102169043 ], [ 170.334472362548723, -45.94893252945446 ], [ 170.334414276217757, -45.948933555095188 ], [ 170.334366990828045, -45.948922925571736 ], [ 170.334322773251017, -45.948919511988684 ], [ 170.334254684775175, -45.948915541174188 ], [ 170.334182957946524, -45.948916248287013 ], [ 170.334089971492148, -45.948933129214304 ], [ 170.334025179027378, -45.948931616656097 ], [ 170.333967549207586, -45.948923126926324 ], [ 170.333918894371209, -45.948941042647242 ], [ 170.333877630420886, -45.948947223646798 ], [ 170.333791464094503, -45.94896426355497 ], [ 170.333694610766969, -45.948990579680341 ], [ 170.333608101894498, -45.949014755802494 ], [ 170.333531709207506, -45.949041549515094 ], [ 170.333444629439413, -45.949077619433481 ], [ 170.333329012742865, -45.949139218872133 ], [ 170.333237495118169, -45.949196618053776 ], [ 170.333187926524204, -45.949233563724967 ], [ 170.333135176044351, -45.949265672168835 ], [ 170.333089131636569, -45.949300318646294 ], [ 170.333050249978129, -45.949327988030518 ], [ 170.3330213704009, -45.949360653887801 ], [ 170.333016247705103, -45.94939625600307 ], [ 170.333008171524682, -45.949422263342974 ], [ 170.333009412450451, -45.949467539872295 ], [ 170.333004518075199, -45.949498384418874 ], [ 170.33298223036212, -45.949535967110862 ], [ 170.332963695301657, -45.949566493089058 ], [ 170.332938796580351, -45.949587344644883 ], [ 170.332900942220618, -45.949593604920402 ], [ 170.332856838404439, -45.949587811976905 ], [ 170.332805115010132, -45.949598511205913 ], [ 170.332800220507067, -45.949629355740363 ], [ 170.332771683164367, -45.949654885176962 ], [ 170.332740420718494, -45.949666062259048 ], [ 170.332719160408459, -45.949682235846389 ], [ 170.332687327012593, -45.949705306827994 ], [ 170.332652768534501, -45.949714025451811 ], [ 170.332634689980864, -45.949735036239254 ], [ 170.33265400916622, -45.949759301976755 ], [ 170.332663326206443, -45.949778571192851 ], [ 170.332638313089291, -45.949801801460694 ], [ 170.332600001796663, -45.949817576763188 ], [ 170.33257192102522, -45.949833591014361 ], [ 170.332539744904977, -45.949863798298779 ], [ 170.332537917833292, -45.949901858819395 ], [ 170.332536433334866, -45.949932782992185 ], [ 170.332551543010851, -45.949973620569303 ], [ 170.332556764707192, -45.950007082833814 ], [ 170.332558347831849, -45.950045223008644 ], [ 170.33253322035381, -45.950070832031358 ], [ 170.332502300208006, -45.950074872694067 ], [ 170.332443984296646, -45.950080654869851 ], [ 170.33241033913373, -45.950070343155893 ], [ 170.332370216194931, -45.950052735765681 ], [ 170.332377721779665, -45.950038622392846 ], [ 170.332378292776923, -45.950026728482023 ], [ 170.332331006893611, -45.950016098105259 ], [ 170.33230418217309, -45.950005945683564 ], [ 170.332281110262898, -45.949988736572593 ], [ 170.33226485874394, -45.94997168678384 ], [ 170.332266114987647, -45.949945520182055 ], [ 170.332243157318658, -45.949925932282099 ], [ 170.332227362650684, -45.949899367360736 ], [ 170.332148700006314, -45.949902292620166 ], [ 170.332106749905449, -45.94992274564914 ], [ 170.332065142411523, -45.949936062317157 ], [ 170.332031154768686, -45.949932886839385 ], [ 170.331959540877307, -45.949931213744307 ], [ 170.331888041212238, -45.949927161823155 ], [ 170.331826657889849, -45.949925727667676 ], [ 170.33177516245027, -45.949931668856088 ], [ 170.331716846630968, -45.94993745066219 ], [ 170.331659673098869, -45.94991944463009 ], [ 170.331626028188253, -45.949909132690038 ], [ 170.331585791391831, -45.949893903812409 ], [ 170.331544983445497, -45.949890568824109 ], [ 170.331517359286721, -45.949897067685896 ], [ 170.331490077832512, -45.949896430199381 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "LDS", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.331490058369582, -45.949896188898833 ], [ 170.331402927379941, -45.949897725037573 ], [ 170.331326198298626, -45.949895932013263 ], [ 170.331286132966852, -45.949877134861751 ], [ 170.331246239033362, -45.949854769526667 ], [ 170.331164223377897, -45.949856425024556 ], [ 170.331015023704964, -45.949870799003961 ], [ 170.330901630846739, -45.949886009681833 ], [ 170.330798639871318, -45.949897891198006 ], [ 170.330695477449495, -45.949913340788711 ], [ 170.330628121877709, -45.949929627266378 ], [ 170.330596573181595, -45.94994675069502 ], [ 170.330523416596691, -45.949977190211726 ], [ 170.330456060900786, -45.949993476584929 ], [ 170.330414795834429, -45.949999656306233 ], [ 170.330337380954489, -45.950012135284766 ], [ 170.330275826181889, -45.950014268461501 ], [ 170.330121853514385, -45.950021385341053 ], [ 170.330033865089518, -45.950040761262564 ], [ 170.329899839076575, -45.950059060716555 ], [ 170.329800076772841, -45.95011031074516 ], [ 170.329748238048808, -45.95012338734184 ], [ 170.329655991428211, -45.95012480253051 ], [ 170.329620355904126, -45.95012039707651 ], [ 170.329574146857396, -45.950122888711057 ], [ 170.329495874217457, -45.950153207935372 ], [ 170.329453922990069, -45.950173659963163 ], [ 170.329386738260268, -45.950186377528318 ], [ 170.329355360541683, -45.950199932437279 ], [ 170.329257484005552, -45.950211932167889 ], [ 170.329133173423429, -45.950241174457737 ], [ 170.329066846111061, -45.950236051013157 ], [ 170.329006148655793, -45.950220342681646 ], [ 170.328938792257276, -45.950236628142825 ], [ 170.328851832277053, -45.950234594158189 ], [ 170.328769987598264, -45.950232679759296 ], [ 170.328718834678256, -45.950231483230269 ], [ 170.328707574879076, -45.950252652896381 ], [ 170.32864344671313, -45.950308307620581 ], [ 170.328611039496167, -45.950343271292141 ], [ 170.328490814308196, -45.950394041498505 ], [ 170.328417312918646, -45.950431615948446 ], [ 170.3283398970446, -45.950444093548576 ], [ 170.328308347372257, -45.9504612163216 ], [ 170.328261451742605, -45.950477980061457 ], [ 170.328209269201949, -45.950498192264938 ], [ 170.328147542286388, -45.950503892441098 ], [ 170.328091616982761, -45.950495439624497 ], [ 170.328035348536162, -45.950494123101521 ], [ 170.327943319338971, -45.950526500841754 ], [ 170.327867265161927, -45.950546154332244 ], [ 170.327787686322608, -45.950568106746353 ], [ 170.327688561358457, -45.950570550118918 ], [ 170.327583187998329, -45.950560939934753 ], [ 170.327528967841459, -45.950552526745064 ], [ 170.327491913164124, -45.950542133790712 ], [ 170.327461793331821, -45.950529521666994 ], [ 170.327416659715766, -45.950545135570202 ], [ 170.327361066609654, -45.950565267568919 ], [ 170.327336394210363, -45.950581360299303 ], [ 170.327332068658023, -45.950600310665337 ], [ 170.327348776474224, -45.950607846036768 ], [ 170.327365369878748, -45.950617760178069 ], [ 170.327332961684363, -45.950652723463527 ], [ 170.327301239963987, -45.950673414106404 ], [ 170.327207676589069, -45.950702183172737 ], [ 170.327162199487674, -45.950724933285699 ], [ 170.327131164223829, -45.950731351248436 ], [ 170.327083077847789, -45.950737370109564 ], [ 170.327037600668149, -45.950760120171019 ], [ 170.326968595188561, -45.950775175145523 ], [ 170.326878327266598, -45.95080640252749 ], [ 170.326853540182952, -45.950824873918634 ], [ 170.32679476525675, -45.950840168262083 ], [ 170.326765995688817, -45.950870453660293 ], [ 170.326727682066576, -45.950886226936746 ], [ 170.32667288950779, -45.95088970719074 ], [ 170.326627412039983, -45.950912457081834 ], [ 170.326586031471976, -45.950921014164599 ], [ 170.326509976308984, -45.95094066672727 ], [ 170.32646108850156, -45.950963336713251 ], [ 170.326398788635288, -45.950980929779377 ], [ 170.326333650805168, -45.950986549118852 ], [ 170.326274532181571, -45.951008979497111 ], [ 170.326139358075295, -45.951051062152899 ], [ 170.326018397108157, -45.951081570202184 ], [ 170.325914601697178, -45.951110098623445 ], [ 170.325786820002975, -45.951140446712813 ], [ 170.325673022622055, -45.951163977796803 ], [ 170.325613789061578, -45.951188786590897 ], [ 170.325496237773734, -45.951219373936624 ], [ 170.325433822833418, -45.951239345230697 ], [ 170.325305926093392, -45.95127207153697 ], [ 170.325174160906812, -45.951314232890589 ], [ 170.324942123911256, -45.951382622714327 ], [ 170.32482013085874, -45.951434538365525 ], [ 170.324778635119145, -45.951445473544659 ], [ 170.324741007749736, -45.951446973531084 ], [ 170.324682346159335, -45.951459887991589 ], [ 170.324592763133325, -45.951476840911106 ], [ 170.324551038240514, -45.951492533538605 ], [ 170.324495672280165, -45.95150790656276 ], [ 170.324422796798018, -45.951532395128687 ], [ 170.32436697257188, -45.951557283152859 ], [ 170.324297850889877, -45.951574715239396 ], [ 170.324220877643313, -45.951613396363683 ], [ 170.324092635697667, -45.951653257570811 ], [ 170.323991790306195, -45.95169137916664 ], [ 170.323801590247456, -45.951741695423443 ], [ 170.323603881813199, -45.95180612409392 ], [ 170.323365478754596, -45.951864835715121 ], [ 170.323240760529501, -45.951902397105009 ], [ 170.323071020821942, -45.951953191721095 ], [ 170.322923003265515, -45.951978299354778 ], [ 170.322819663160146, -45.951997309834809 ], [ 170.322723143562627, -45.952016480121216 ], [ 170.322637886383632, -45.952014481322912 ], [ 170.32256638498734, -45.952010423520939 ], [ 170.32247158475684, -45.951993912159139 ], [ 170.322397017021757, -45.951982638007586 ], [ 170.322349731587082, -45.95197200350519 ], [ 170.322313135570653, -45.951952093825263 ], [ 170.322262554537758, -45.95193900056303 ], [ 170.322176495005266, -45.951953652754646 ], [ 170.322056217955861, -45.951969883941828 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "LDS", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.322059628238492, -45.951969963912269 ], [ 170.32202142722889, -45.951983356799218 ], [ 170.322003229301373, -45.95200674455225 ], [ 170.322023003108058, -45.952021496950628 ], [ 170.322045957912962, -45.952041086839245 ], [ 170.322054812984391, -45.952069871886913 ], [ 170.322046616611914, -45.952098257080401 ], [ 170.322021598071302, -45.952121484893148 ], [ 170.321996694161641, -45.952142333938738 ], [ 170.321968379938909, -45.952163103005091 ], [ 170.321943017372547, -45.952193467082097 ], [ 170.321896849021613, -45.952230487583762 ], [ 170.321822710247261, -45.952281140810115 ], [ 170.321769721136405, -45.952318001300426 ], [ 170.321678989265166, -45.952358739486463 ], [ 170.32156392642321, -45.952408432740206 ], [ 170.3214420427569, -45.952457965894283 ], [ 170.321362114765861, -45.95248704998621 ], [ 170.321282645428994, -45.952506618981865 ], [ 170.321196011346274, -45.952533164205562 ], [ 170.321102441858955, -45.95256192812149 ], [ 170.321008872277503, -45.95259069195847 ], [ 170.320905645146979, -45.952607321905738 ], [ 170.320812190097996, -45.952633706818688 ], [ 170.320701683357186, -45.952659691595102 ], [ 170.320563205645215, -45.952699308686206 ], [ 170.320507952168441, -45.952712300964748 ], [ 170.320455650110347, -45.952734888266775 ], [ 170.320351619493096, -45.952768169007626 ], [ 170.320275100840206, -45.952797332337163 ], [ 170.320199041035067, -45.952816980584117 ], [ 170.320136507765426, -45.952839327652953 ], [ 170.320067612732544, -45.952851999596135 ], [ 170.320026803498536, -45.952848660459544 ], [ 170.3199782556797, -45.952864191296626 ], [ 170.319908901606965, -45.952886378169843 ], [ 170.31985353305663, -45.952901748880493 ], [ 170.319831923578533, -45.952925056219797 ], [ 170.319762798875786, -45.95294248548803 ], [ 170.319727662747226, -45.952963093887952 ], [ 170.319644322835273, -45.952992096697805 ], [ 170.319516418894494, -45.953024816345277 ], [ 170.319422962525522, -45.953051200089277 ], [ 170.319385334001538, -45.95305269828301 ], [ 170.319347820244928, -45.95305181770869 ], [ 170.319244132727846, -45.953077961144572 ], [ 170.319199109620911, -45.953091192941081 ], [ 170.319043692884918, -45.953128029096163 ], [ 170.318950465705711, -45.95314965493445 ], [ 170.318915558728321, -45.953165505564762 ], [ 170.318801639765411, -45.95319140839112 ], [ 170.318711478352441, -45.953220250361959 ], [ 170.318632007104384, -45.953239817466617 ], [ 170.318600395532798, -45.95325812682556 ], [ 170.318544796665435, -45.953278254392451 ], [ 170.31845145424731, -45.953302258566708 ], [ 170.318385279784678, -45.953329282074513 ], [ 170.318353897707908, -45.953342833854883 ], [ 170.31826339137919, -45.953378811720988 ], [ 170.318125369536403, -45.953408910760011 ], [ 170.318028271888494, -45.953439970748036 ], [ 170.31796926227878, -45.953460017932755 ], [ 170.317848177074637, -45.953492895852129 ], [ 170.3177410777148, -45.953518957789193 ], [ 170.317589298951589, -45.953551114511335 ], [ 170.317530518771321, -45.95356640395903 ], [ 170.317471738559874, -45.953581693375718 ], [ 170.317433075975117, -45.95360459968191 ], [ 170.317392036681497, -45.953606017098359 ], [ 170.317350652816572, -45.953614570754432 ], [ 170.317312794168572, -45.953620825758158 ], [ 170.317264589539548, -45.953629219153775 ], [ 170.317215925446789, -45.9536471275335 ], [ 170.317163621220629, -45.953669713275197 ], [ 170.317101889902347, -45.953675407373652 ], [ 170.317063916319142, -45.953684041044156 ], [ 170.317021957995195, -45.953704488332789 ], [ 170.31700433176141, -45.953715981470069 ], [ 170.316969998259253, -45.953719937730426 ], [ 170.316907462737362, -45.9537422829764 ], [ 170.316796722349636, -45.953773021380492 ], [ 170.316671880777307, -45.953812954140929 ], [ 170.316540103372574, -45.953855105235405 ], [ 170.316498259626599, -45.953873173574166 ], [ 170.316325212617329, -45.953921498987803 ], [ 170.316248690356019, -45.95395065953177 ], [ 170.316134309002194, -45.953986074626705 ], [ 170.316022993152956, -45.954028706003065 ], [ 170.315953636133742, -45.954050890402577 ], [ 170.315915202450554, -45.954069038675001 ], [ 170.315849600503839, -45.954084166920396 ], [ 170.315812086160008, -45.954083285170263 ], [ 170.315742384210864, -45.954112605682475 ], [ 170.315696899764475, -45.954135351051093 ], [ 170.315661991271384, -45.95415120065006 ], [ 170.315624132090051, -45.954157455081003 ], [ 170.315582632632584, -45.95416838682825 ], [ 170.315537837695956, -45.954176859644363 ], [ 170.315475416049736, -45.954196825332623 ], [ 170.315419585280353, -45.95422170882393 ], [ 170.315333060830028, -45.954245870723248 ], [ 170.315281100145739, -45.954261319329412 ], [ 170.315221973772225, -45.954283743797539 ], [ 170.315124758106094, -45.954317179989275 ], [ 170.315020491589166, -45.95435521322166 ], [ 170.314864723865895, -45.954399179780751 ], [ 170.31474624051404, -45.954448785731195 ], [ 170.314635267646111, -45.954484279469682 ], [ 170.31455556330198, -45.954508601152718 ], [ 170.314458806796949, -45.954532521776486 ], [ 170.31436864107539, -45.954561360213809 ], [ 170.314320090264516, -45.954576888572731 ], [ 170.314257207782816, -45.954606368554451 ], [ 170.314187964371058, -45.954626173102866 ], [ 170.31415635058039, -45.954644481177596 ], [ 170.314101323789231, -45.954652712786221 ], [ 170.314025259415672, -45.954672356810086 ], [ 170.313931682826762, -45.954701114677825 ], [ 170.313858568717734, -45.954730353781379 ], [ 170.31380695223271, -45.954738665463942 ], [ 170.313748169827733, -45.954753952910686 ], [ 170.313720081270787, -45.954769962337622 ], [ 170.313705634425901, -45.954786292651917 ], [ 170.313661068772035, -45.954790007225867 ], [ 170.313636505625681, -45.954803718112217 ], [ 170.313598645798521, -45.954809971855973 ], [ 170.313529746987797, -45.954822639763009 ], [ 170.313473914747931, -45.954847522267237 ], [ 170.313407966179653, -45.954869785302783 ], [ 170.313221041716815, -45.954922542431063 ], [ 170.313068221328905, -45.954976101677488 ], [ 170.312984990140308, -45.955002720731066 ], [ 170.312911990208363, -45.955029580464995 ], [ 170.312783732722977, -45.955069428594292 ], [ 170.312665361216375, -45.955116653565561 ], [ 170.312544039334171, -45.95515428318491 ], [ 170.312446935684335, -45.955185338281296 ], [ 170.312363934053195, -45.955207199385413 ], [ 170.312266715135053, -45.955240633064953 ], [ 170.312124584719641, -45.955284916843802 ], [ 170.311989735376613, -45.955319846030207 ], [ 170.31187534864091, -45.955355256728325 ], [ 170.311781769851933, -45.955384012780819 ], [ 170.311705358398569, -45.955410791435916 ], [ 170.31167374336232, -45.955429098793012 ], [ 170.31162894687327, -45.955437570038143 ], [ 170.311580049239353, -45.955460233414321 ], [ 170.311528777116166, -45.955461407825233 ], [ 170.311466352663388, -45.955481371253768 ], [ 170.311430751453202, -45.955511491945288 ], [ 170.311371852501878, -45.955529156873219 ], [ 170.311309888410676, -45.955539605257258 ], [ 170.311250759142666, -45.955562027598752 ], [ 170.311209142707128, -45.955575336450337 ], [ 170.311157064570637, -45.95559316186209 ], [ 170.311094985240146, -45.95560598886545 ], [ 170.311029265136398, -45.955623493006584 ], [ 170.310911466719944, -45.955658822405375 ], [ 170.310814015891282, -45.955697012284617 ], [ 170.310702462405288, -45.955744395771411 ], [ 170.310639691896085, -45.955771494946099 ], [ 170.310576921326543, -45.955798594084804 ], [ 170.310528253273958, -45.955816499518178 ], [ 170.310410108659539, -45.955858964593837 ], [ 170.310278321905031, -45.955901108234841 ], [ 170.310160176928349, -45.955943573043122 ], [ 170.31005306950982, -45.9559696275739 ], [ 170.30999804087827, -45.955977857160597 ], [ 170.309945616445731, -45.956002818209939 ], [ 170.309817239515127, -45.956045041639705 ], [ 170.309744467133868, -45.956067141808404 ], [ 170.309674990002094, -45.956091701010351 ], [ 170.30961233381467, -45.956116420863552 ], [ 170.309525458443431, -45.95614771443887 ], [ 170.309462917333207, -45.956170055471937 ], [ 170.309424595336225, -45.956185822739059 ], [ 170.309386158110129, -45.956203968727664 ], [ 170.309320091164125, -45.95622860806008 ], [ 170.309146339659975, -45.956291194681384 ], [ 170.309080157287042, -45.956318212604224 ], [ 170.309025012961087, -45.956328820444803 ], [ 170.30898680596033, -45.956342208825362 ], [ 170.30894143222929, -45.956362572659202 ], [ 170.308865133355624, -45.956386970615384 ], [ 170.308750166361335, -45.956434271751874 ], [ 170.30869467614832, -45.956452015629111 ], [ 170.308618607532566, -45.956471655948441 ], [ 170.308570053530616, -45.956487181784972 ], [ 170.308507396424687, -45.95651190100952 ], [ 170.308448149788717, -45.956536700581132 ], [ 170.308368209439067, -45.95656577527722 ], [ 170.308270640083066, -45.956606341638832 ], [ 170.308239138517791, -45.956622269268863 ], [ 170.308204456924557, -45.956633359034996 ], [ 170.308163300042452, -45.956637151810888 ], [ 170.308135324223969, -45.956650781070202 ], [ 170.308100412064078, -45.956666628268167 ], [ 170.308041510889609, -45.956684291424232 ], [ 170.30795839013166, -45.956708527964331 ], [ 170.307885500908924, -45.956733005641944 ], [ 170.307846947540696, -45.956753529822947 ], [ 170.307753479706662, -45.956779903737527 ], [ 170.307680244454815, -45.956811517473774 ], [ 170.307548568767487, -45.956851279130518 ], [ 170.307371633458075, -45.956909025085849 ], [ 170.3072425607605, -45.956965517907747 ], [ 170.307175800165197, -45.957004428336845 ], [ 170.307126553468578, -45.957034225919784 ], [ 170.30709482072271, -45.957054910680483 ], [ 170.307066383196627, -45.957078054586447 ], [ 170.307028059917485, -45.957093821017992 ], [ 170.306986326061207, -45.957109507009115 ], [ 170.306930373372637, -45.95713676491841 ], [ 170.306836789163356, -45.957165516786603 ], [ 170.30676037298565, -45.957192292017595 ], [ 170.306676558973606, -45.957230799968578 ], [ 170.306620606014974, -45.957258057719507 ], [ 170.306533611911902, -45.957291727664675 ], [ 170.30648471063077, -45.957314388769873 ], [ 170.306415230562095, -45.95733894591686 ], [ 170.306356097484127, -45.957361365630895 ], [ 170.306279796160908, -45.957385761799962 ], [ 170.306192570960718, -45.957424188931967 ], [ 170.306105807054479, -45.957453101082791 ], [ 170.306026094925414, -45.957477416622815 ], [ 170.305977308638944, -45.957497698774119 ], [ 170.305928637678477, -45.95751560217618 ], [ 170.305900545521837, -45.957531609591584 ], [ 170.305848117834557, -45.957556568680147 ], [ 170.305792279519352, -45.957581447280148 ], [ 170.305726094036686, -45.957608463183085 ], [ 170.305646496900863, -45.957630399721793 ], [ 170.305528575618524, -45.957668102112187 ], [ 170.305410192644615, -45.957715319282798 ], [ 170.305295104675054, -45.957764995530532 ], [ 170.305253485235994, -45.957778302138401 ], [ 170.305187760841932, -45.957795802813273 ], [ 170.304999895989624, -45.9578675758722 ], [ 170.304867292721042, -45.957926364135417 ], [ 170.30481168442995, -45.957946484785978 ], [ 170.304725265267081, -45.957968259676043 ], [ 170.304700467729646, -45.957986726002957 ], [ 170.304672144154694, -45.958007490551637 ], [ 170.304633934997383, -45.958020877423166 ], [ 170.304591968955378, -45.958041319955846 ], [ 170.304560234704923, -45.958062003975193 ], [ 170.30452555151561, -45.95807309258506 ], [ 170.304487342279316, -45.958086479405601 ], [ 170.30445913400078, -45.958104865173759 ], [ 170.304423873626376, -45.958127847373532 ], [ 170.304395780735035, -45.958143854400689 ], [ 170.304304911601577, -45.958186956973179 ], [ 170.304203925916454, -45.958227439211555 ], [ 170.304095426194436, -45.958282032669295 ], [ 170.30401842998765, -45.958320699614788 ], [ 170.303938369399646, -45.958352149816143 ], [ 170.303862181159474, -45.958374165588793 ], [ 170.303775068243453, -45.958410212073396 ], [ 170.30372911367715, -45.958442467363859 ], [ 170.303680210271494, -45.958465127215966 ], [ 170.303586160369889, -45.958503391217299 ], [ 170.303543847185637, -45.95853096951403 ], [ 170.303502573180396, -45.958537139292801 ], [ 170.303426153578926, -45.958563912208952 ], [ 170.303296842191259, -45.958625157825402 ], [ 170.303223717532319, -45.958654389861863 ], [ 170.303185161146473, -45.958674912394756 ], [ 170.303112613796685, -45.958692250749031 ], [ 170.303084173786516, -45.958715393601871 ], [ 170.302994111168005, -45.958741844034328 ], [ 170.3029452072075, -45.958764503558044 ], [ 170.302900060341983, -45.958780107447971 ], [ 170.302872544174448, -45.958784220476389 ], [ 170.302847976658512, -45.958797928934864 ], [ 170.302781210839441, -45.95883683666608 ], [ 170.302736525882921, -45.958842925605737 ], [ 170.302694443034341, -45.958865746129753 ], [ 170.302618484641101, -45.958883003602971 ], [ 170.302552296118051, -45.958910017591919 ], [ 170.302499519125803, -45.958942111236041 ], [ 170.30242968878602, -45.95897380202755 ], [ 170.302377258220076, -45.958998759451852 ], [ 170.302345753650059, -45.959014685382314 ], [ 170.302334481983621, -45.959035852156255 ], [ 170.302313324887592, -45.959049641062229 ], [ 170.302261818391997, -45.959055568672383 ], [ 170.302160483105268, -45.959103185188567 ], [ 170.302142390017963, -45.959124190793418 ], [ 170.302069495181314, -45.959148664621537 ], [ 170.302037643837423, -45.959171726620546 ], [ 170.302012498271182, -45.959197328486063 ], [ 170.301925267363742, -45.959235752218461 ], [ 170.301851794576521, -45.959272119496291 ], [ 170.301795952799779, -45.959296996057162 ], [ 170.30173987987871, -45.959326630026695 ], [ 170.301708374943615, -45.959342555772288 ], [ 170.301676292238596, -45.959370375100946 ], [ 170.301603512435577, -45.9593924699005 ], [ 170.3016058831343, -45.959413958955864 ], [ 170.301543219740552, -45.959438674205174 ], [ 170.301477145607407, -45.959463308824084 ], [ 170.301453501935526, -45.959457987222891 ], [ 170.301429049338907, -45.959469316642313 ], [ 170.301383901492557, -45.95948491990881 ], [ 170.301335227369322, -45.959502821275656 ], [ 170.301296900845784, -45.959518585704281 ], [ 170.301265164540354, -45.959539268757034 ], [ 170.301226953542766, -45.959552654443556 ], [ 170.301192037645421, -45.959568499437651 ], [ 170.301153595463575, -45.959586642533445 ], [ 170.301114922106109, -45.959609543050185 ], [ 170.301020984138347, -45.959645426132241 ], [ 170.300962193257675, -45.959660706790793 ], [ 170.300923288603428, -45.959688364673191 ], [ 170.300876984583141, -45.959727754899347 ], [ 170.300824437036056, -45.959755090293029 ], [ 170.300772351800845, -45.95977291079528 ], [ 170.300698646377441, -45.959814034728311 ], [ 170.300649162579418, -45.959848586804391 ], [ 170.300534181662414, -45.959895879327775 ], [ 170.300492097128, -45.959918698998493 ], [ 170.300433421427272, -45.959931600658599 ], [ 170.300388619760838, -45.959940067368713 ], [ 170.3003367654388, -45.959953130233522 ], [ 170.300284795480906, -45.959968571789673 ], [ 170.300236467437173, -45.959979336523254 ], [ 170.300195307651251, -45.959983126357628 ], [ 170.300147326434171, -45.959986754907071 ], [ 170.300106051017991, -45.959992923424139 ], [ 170.300068995658961, -45.959982521558395 ], [ 170.300017834971641, -45.959981311985828 ], [ 170.299963147949285, -45.959982400464696 ], [ 170.299915282350383, -45.959983650201522 ], [ 170.299837298499227, -45.959972280550367 ], [ 170.299769662447972, -45.95995877407158 ], [ 170.299674740757496, -45.959944622363679 ], [ 170.299585368470844, -45.959956797736695 ], [ 170.299515766537411, -45.959983729247654 ], [ 170.299524842220848, -45.960007758348567 ], [ 170.299524032705023, -45.960024409346225 ], [ 170.299478421310482, -45.960049526691549 ], [ 170.299460442551378, -45.960068153125121 ], [ 170.299421189928097, -45.96010294661226 ], [ 170.299370779877108, -45.960156527818533 ], [ 170.299344938720509, -45.960196401336745 ], [ 170.299320022763624, -45.96021724514037 ], [ 170.299294297196724, -45.960254739931862 ], [ 170.29924799156035, -45.960294129457779 ], [ 170.299233192055624, -45.960317593940232 ], [ 170.299218508197498, -45.960338679707192 ], [ 170.299183128606188, -45.960364038913987 ], [ 170.299141158838609, -45.960384479351767 ], [ 170.299112369326451, -45.960414757292178 ], [ 170.299065832092737, -45.960458904163239 ], [ 170.298988713780631, -45.960499946271618 ], [ 170.298938302943185, -45.960553527266406 ], [ 170.298885406658144, -45.960587997863108 ], [ 170.29882898388189, -45.960624766470815 ], [ 170.298758223945583, -45.960675484612935 ], [ 170.298729202707023, -45.96071051987164 ], [ 170.298651621056763, -45.960761076585484 ], [ 170.298567564814817, -45.960804335741344 ], [ 170.298463043876154, -45.960847110714958 ], [ 170.298375923690116, -45.960883152902142 ], [ 170.298302446453363, -45.960919517786536 ], [ 170.298246370068057, -45.960949149955027 ], [ 170.298218042591031, -45.960969912805879 ], [ 170.298155723109488, -45.960987489984674 ], [ 170.298140691534769, -45.961015711730326 ], [ 170.298081435617121, -45.961040505695351 ], [ 170.298018653160341, -45.961067597638909 ], [ 170.297947891923997, -45.961118315246367 ], [ 170.297896151684569, -45.961128998252761 ], [ 170.297826431761052, -45.961158307388359 ], [ 170.29778422945455, -45.961183504720594 ], [ 170.297752838082516, -45.961197050611432 ], [ 170.297686760239714, -45.961221682946196 ], [ 170.297626925249631, -45.96125837021404 ], [ 170.297518760496331, -45.961305820992116 ], [ 170.297399437261646, -45.961372059180775 ], [ 170.29731219983762, -45.961410479228824 ], [ 170.2971724113589, -45.961476232836688 ], [ 170.29703944415283, -45.961542147725417 ], [ 170.296931162596508, -45.96159197662962 ], [ 170.296896475752305, -45.961603062832936 ], [ 170.296874737519659, -45.961628744214394 ], [ 170.296822880848509, -45.961641805426396 ], [ 170.296780446187569, -45.961671759783265 ], [ 170.296714020048057, -45.961703527654457 ], [ 170.296658752462349, -45.961716508049456 ], [ 170.296609959141762, -45.961736786025824 ], [ 170.296560471112173, -45.961771336224928 ], [ 170.296463231619896, -45.961804755946275 ], [ 170.296421259783415, -45.961825195333212 ], [ 170.296400100174509, -45.961838983081215 ], [ 170.296378593193651, -45.961859906946032 ], [ 170.296343790288205, -45.961873371681804 ], [ 170.296315345843936, -45.961896512738178 ], [ 170.296294533554544, -45.961903164344754 ], [ 170.296277711038954, -45.96189800316666 ], [ 170.296256551367037, -45.961911790886482 ], [ 170.296235275891036, -45.961927957308816 ], [ 170.296200472909447, -45.961941421999022 ], [ 170.296165785707927, -45.961952507971667 ], [ 170.296127224476436, -45.961973028001644 ], [ 170.296094326867262, -45.962017496599429 ], [ 170.296027320915755, -45.962061157582994 ], [ 170.295988296338777, -45.962091192387646 ], [ 170.295959851634706, -45.962114333348936 ], [ 170.295907531074846, -45.962136908953433 ], [ 170.295869085430922, -45.962155050184755 ], [ 170.29583428222071, -45.962168514757721 ], [ 170.295785604024189, -45.962186413659083 ], [ 170.295743515839007, -45.962209231489354 ], [ 170.295731893532377, -45.962237533647425 ], [ 170.295713912801432, -45.962256159441033 ], [ 170.295685815353977, -45.962272164212521 ], [ 170.295650896207178, -45.962288007432171 ], [ 170.295602102026379, -45.962308284956649 ], [ 170.295553423634942, -45.962326183754257 ], [ 170.29550815605748, -45.962344163307101 ], [ 170.295470057626801, -45.962355168282237 ], [ 170.295465604327148, -45.962376495849362 ], [ 170.295443865125975, -45.962402176933843 ], [ 170.295401313313306, -45.96243450945002 ], [ 170.295359108950663, -45.962459705834824 ], [ 170.295324421264354, -45.962470791540021 ], [ 170.295293028580886, -45.962484336722341 ], [ 170.295268225914668, -45.962502800873096 ], [ 170.295243191555045, -45.962526022427042 ], [ 170.29521873637222, -45.962537350452756 ], [ 170.295176416008047, -45.96256492547046 ], [ 170.295130568899566, -45.962594798387379 ], [ 170.295060382330547, -45.962633620570465 ], [ 170.29496574036628, -45.962683770676684 ], [ 170.294887920857718, -45.962739082087658 ], [ 170.294768939031343, -45.96279818126343 ], [ 170.294670190468537, -45.962862522531765 ], [ 170.294620584368289, -45.962899450537996 ], [ 170.29458554866153, -45.962917672117804 ], [ 170.294549933582999, -45.962947787201109 ], [ 170.294497727550606, -45.962967983423503 ], [ 170.294402968639275, -45.963020511739387 ], [ 170.294332781030192, -45.963059333449344 ], [ 170.294266120093681, -45.963095857226271 ], [ 170.294193216720657, -45.963120325817314 ], [ 170.294079034934924, -45.963150960628269 ], [ 170.293950977668061, -45.963186029429039 ], [ 170.293895823904762, -45.963196629734753 ], [ 170.293857840486879, -45.963205255448784 ], [ 170.293813267076075, -45.963208962090363 ], [ 170.293785400414691, -45.963220208966142 ], [ 170.293760828731678, -45.963233915366267 ], [ 170.293749089279942, -45.963264595992008 ], [ 170.293724053942071, -45.963287817188359 ], [ 170.293680341369111, -45.963343936032672 ], [ 170.293640039610125, -45.963400135691742 ], [ 170.293615004164081, -45.96342335686132 ], [ 170.293582335490157, -45.963463067259724 ], [ 170.293492542024211, -45.963553815660944 ], [ 170.293442007166504, -45.963609772724489 ], [ 170.293351517682908, -45.963714793204645 ], [ 170.293284391611422, -45.963760831173595 ], [ 170.293217613219554, -45.963799733000343 ], [ 170.293147539738385, -45.963836175236722 ], [ 170.293081340843401, -45.963863183480392 ], [ 170.293053473707488, -45.963874430165781 ], [ 170.293015489703038, -45.96388305558542 ], [ 170.292945068159867, -45.963926633790201 ], [ 170.292913442198653, -45.96394493568264 ], [ 170.292826661493962, -45.963973837332041 ], [ 170.292782899060484, -45.963960892661916 ], [ 170.292724913147026, -45.963959518023302 ], [ 170.292697161846888, -45.963968385919976 ], [ 170.292689992113367, -45.963975360290803 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.292683286193579, -45.963972819865674 ], [ 170.292674145234344, -45.964020232115807 ], [ 170.292658298328149, -45.964065103937727 ], [ 170.292663496841044, -45.964098567448609 ], [ 170.292699973646364, -45.964120865235799 ], [ 170.292711646223779, -45.964161626567126 ], [ 170.292723550723139, -45.964197630499655 ], [ 170.292749678808633, -45.964222064383947 ], [ 170.292755225242985, -45.964248391794733 ], [ 170.292740189997176, -45.964276612734416 ], [ 170.292715733540717, -45.964287940192385 ], [ 170.292711510907054, -45.964304510221162 ], [ 170.292692948709089, -45.964335028989368 ], [ 170.292702022040459, -45.964359058566622 ], [ 170.292687566512114, -45.964375386004029 ], [ 170.292683459817766, -45.964389577332511 ], [ 170.292716409899327, -45.964414172952686 ], [ 170.292738663300213, -45.964448040772936 ], [ 170.292754210744192, -45.964479368167083 ], [ 170.292717781975881, -45.964526133518362 ], [ 170.292696040640521, -45.964551814024105 ], [ 170.292657592288322, -45.964569954106665 ], [ 170.292592203998566, -45.964580311149433 ], [ 170.292547281531171, -45.964591153364672 ], [ 170.292522477005832, -45.964609616871677 ], [ 170.29252131737195, -45.964633403854428 ], [ 170.292526863729705, -45.96465973127313 ], [ 170.29253946397796, -45.964681463032207 ], [ 170.292538072422303, -45.964710007411512 ], [ 170.2924991600498, -45.964737662229602 ], [ 170.292476954664323, -45.964772857481258 ], [ 170.292448275177179, -45.964800754891094 ], [ 170.292426765542729, -45.964821677943242 ], [ 170.29240537186115, -45.964840222292963 ], [ 170.292367039185393, -45.964855983572399 ], [ 170.292342350451662, -45.964872068337726 ], [ 170.29231696586416, -45.96490242528386 ], [ 170.292305457174223, -45.96492834833218 ], [ 170.29225336445316, -45.964946164764868 ], [ 170.292228791623671, -45.964959870806183 ], [ 170.292240579978198, -45.964998253479045 ], [ 170.292242947184718, -45.965019742634901 ], [ 170.292238492390652, -45.965041070034978 ], [ 170.292207445446877, -45.965047478221877 ], [ 170.29213182351333, -45.965057592348714 ], [ 170.292073720502515, -45.965058596051776 ], [ 170.291987749539487, -45.965070846130274 ], [ 170.291931549640879, -45.965102853706775 ], [ 170.291912406775253, -45.96514526581322 ], [ 170.291904192858709, -45.965173648399414 ], [ 170.291872449844902, -45.965194328673348 ], [ 170.29180977572085, -45.965219038316576 ], [ 170.291757334578193, -45.965243990602197 ], [ 170.291684427308553, -45.965268457495782 ], [ 170.29164481809795, -45.965310384179929 ], [ 170.291629665977666, -45.965340983646001 ], [ 170.291610870809649, -45.965376259604817 ], [ 170.291602888712191, -45.965399884771841 ], [ 170.291587504529019, -45.965435241623048 ], [ 170.291552466231025, -45.965453462207179 ], [ 170.291519446818398, -45.965500308031281 ], [ 170.291473943348876, -45.965523043280875 ], [ 170.29142867187025, -45.965541021119961 ], [ 170.291393169391966, -45.96556875643504 ], [ 170.291374722041127, -45.965596896261772 ], [ 170.291369222707715, -45.965639631877941 ], [ 170.291357713411031, -45.9656655548145 ], [ 170.29133914998971, -45.965696073329511 ], [ 170.291344695867394, -45.965722400791179 ], [ 170.291367412976797, -45.965746754082836 ], [ 170.291411292459742, -45.965757320620284 ], [ 170.291433777583251, -45.965786431290795 ], [ 170.29140590914875, -45.965797677541808 ], [ 170.2913511003932, -45.965801140458822 ], [ 170.291320517007335, -45.96579803361022 ], [ 170.291240206611405, -45.96583423186118 ], [ 170.291229161305466, -45.96585064000088 ], [ 170.29118105856034, -45.96585664334809 ], [ 170.291133071833514, -45.965860267979785 ], [ 170.291087916000549, -45.965875866979239 ], [ 170.29106322644185, -45.965891951447048 ], [ 170.291015123645934, -45.965897954723125 ], [ 170.290994193209769, -45.96590698400658 ], [ 170.291003266025513, -45.965931013702324 ], [ 170.290995515649058, -45.965949881427882 ], [ 170.290960824939447, -45.965960965733395 ], [ 170.290943653634173, -45.965962939840161 ], [ 170.29089647907287, -45.965949913507977 ], [ 170.290865663557184, -45.965951563925366 ], [ 170.290838143052127, -45.965955673949765 ], [ 170.290809810248618, -45.965976434827887 ], [ 170.290818766952043, -45.966002843230825 ], [ 170.290834777861306, -45.966024656086994 ], [ 170.290796211844537, -45.966045174196701 ], [ 170.29071896367978, -45.966088589068967 ], [ 170.290642295644744, -45.966120110416263 ], [ 170.290561868299307, -45.96615868686191 ], [ 170.290485664308761, -45.966180693324766 ], [ 170.290422756349329, -45.966210159551373 ], [ 170.290384190054652, -45.966230677515021 ], [ 170.290366090151394, -45.966251681079541 ], [ 170.290314343780835, -45.966262360502462 ], [ 170.290268258867883, -45.966296988709885 ], [ 170.290238648929659, -45.966343915060641 ], [ 170.290177294599488, -45.966411521171388 ], [ 170.290138379856387, -45.96643917512484 ], [ 170.290080900682824, -45.966497347349289 ], [ 170.290062684499077, -45.966520729553004 ], [ 170.290028109332098, -45.966529434869415 ], [ 170.28994519853768, -45.966548900369659 ], [ 170.2899138022579, -45.966562443983754 ], [ 170.289905819250009, -45.966586069007953 ], [ 170.289877485775946, -45.966606829637733 ], [ 170.289845509016914, -45.966632266692834 ], [ 170.289816943321796, -45.966657784690689 ], [ 170.289775429756531, -45.966668706714692 ], [ 170.289739577456231, -45.966703577552202 ], [ 170.289727254522006, -45.966746151141628 ], [ 170.289694697147354, -45.966783481609859 ], [ 170.28967942743094, -45.966816459469008 ], [ 170.289627680411087, -45.966827138565129 ], [ 170.289549225040787, -45.966825276497879 ], [ 170.289482904757335, -45.966854661215649 ], [ 170.2894642237884, -45.966887558079698 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.2894642237884, -45.966887558079698 ], [ 170.289463991581499, -45.966892315462324 ], [ 170.289459883852857, -45.966906506646801 ], [ 170.289428487254526, -45.966920050119562 ], [ 170.289407091756431, -45.966938593861116 ], [ 170.289402519584002, -45.966962299807705 ], [ 170.289414422439165, -45.966998304035251 ], [ 170.289456909243341, -45.967037415629932 ], [ 170.289462570433329, -45.967061364469473 ], [ 170.289481759998921, -45.967088015852717 ], [ 170.289484010083555, -45.967111883728286 ], [ 170.289462730631129, -45.967128048787245 ], [ 170.289451568427808, -45.967146835425446 ], [ 170.289444165656363, -45.967158566953117 ], [ 170.289378889888354, -45.967166543379037 ], [ 170.289340786983075, -45.967177546199885 ], [ 170.289323034699692, -45.967191413507507 ], [ 170.289311524102146, -45.967217336203149 ], [ 170.289286949544362, -45.967231041567928 ], [ 170.289269893909278, -45.967230636721695 ], [ 170.28924648047726, -45.967220555169732 ], [ 170.289219888158669, -45.967205635260804 ], [ 170.28918352694825, -45.967180957667814 ], [ 170.289149764066309, -45.967173011870891 ], [ 170.289125886204914, -45.967172445057351 ], [ 170.289081773849006, -45.967166635009512 ], [ 170.289054020380803, -45.967175501967574 ], [ 170.289039214660875, -45.967198964966776 ], [ 170.289004290547041, -45.967214806030185 ], [ 170.289000298798641, -45.967226618504036 ], [ 170.289006424304148, -45.967241052600514 ], [ 170.288998556927083, -45.967262298857754 ], [ 170.288977393403627, -45.967276085131232 ], [ 170.288993868422807, -45.967288383472535 ], [ 170.289033989116405, -45.967306006031087 ], [ 170.289044730561812, -45.967365797194383 ], [ 170.289057562240941, -45.967382771931341 ], [ 170.289047372392531, -45.967451591996998 ], [ 170.289031637596139, -45.967494084514342 ], [ 170.289019430044419, -45.96753427931597 ], [ 170.288993926263458, -45.96756701413333 ], [ 170.288961832409882, -45.967594829605879 ], [ 170.28892349687149, -45.967610589658321 ], [ 170.288888920855015, -45.967619294609186 ], [ 170.288857059183755, -45.967642352670552 ], [ 170.288828260236954, -45.967672627774888 ], [ 170.288788995523191, -45.967707417297405 ], [ 170.288760777189566, -45.967725798934808 ], [ 170.288711743478302, -45.967750830713968 ], [ 170.288679881657686, -45.967773888722085 ], [ 170.288630151011063, -45.967813192600296 ], [ 170.288563829061303, -45.967842576742562 ], [ 170.288535378290618, -45.967865715698885 ], [ 170.288474484761451, -45.967923806039025 ], [ 170.288407117221482, -45.967974598284627 ], [ 170.288340794962863, -45.968003982289694 ], [ 170.288267185650966, -45.968042719007634 ], [ 170.288252263195034, -45.968068560577557 ], [ 170.288237456885525, -45.968092023456684 ], [ 170.288225945580109, -45.968117946023831 ], [ 170.28821431810141, -45.968146247277765 ], [ 170.288189045882746, -45.968174224518819 ], [ 170.288190946943388, -45.968205228469216 ], [ 170.288203662376588, -45.968224581986696 ], [ 170.288199089561402, -45.968248287866572 ], [ 170.288167459568513, -45.968266588342395 ], [ 170.288109353216839, -45.968267589951061 ], [ 170.288055006559688, -45.96826153647342 ], [ 170.28800724994548, -45.968260402363256 ], [ 170.287998684996012, -45.968295920663607 ], [ 170.288038225219992, -45.968325437017803 ], [ 170.288064236884821, -45.96835225064396 ], [ 170.288062959021801, -45.968378416211266 ], [ 170.288075558277654, -45.96840014843032 ], [ 170.288066761006945, -45.968440424111321 ], [ 170.288037612691568, -45.968477835057278 ], [ 170.288022457660503, -45.968508433966029 ], [ 170.287982843318645, -45.968550359245583 ], [ 170.287933924702259, -45.968573011975828 ], [ 170.287888881964449, -45.968586230946748 ], [ 170.287823720505941, -45.968591827751965 ], [ 170.287768327924056, -45.968607182317641 ], [ 170.287722820381703, -45.968629915970318 ], [ 170.287697082943964, -45.968667407838382 ], [ 170.28769557252113, -45.968698330770437 ], [ 170.287689721386386, -45.968748202180016 ], [ 170.28769797986115, -45.968788882915568 ], [ 170.287699532092091, -45.968827022926639 ], [ 170.287749073815519, -45.968861539812835 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.287748957630669, -45.968863918499942 ], [ 170.287768030759764, -45.968892948846438 ], [ 170.28776710128605, -45.968911978343478 ], [ 170.287708529513196, -45.968922494481106 ], [ 170.287683721425424, -45.968940956845486 ], [ 170.287652671810747, -45.96894736372959 ], [ 170.287634453770835, -45.968970745496307 ], [ 170.287643176990429, -45.969001911486899 ], [ 170.287652248788049, -45.969025941416369 ], [ 170.287661669161167, -45.969042835284597 ], [ 170.287683688782636, -45.969081461412188 ], [ 170.287685821945672, -45.969107707987284 ], [ 170.287671131292115, -45.969128792090821 ], [ 170.287630312616386, -45.969125441159271 ], [ 170.287597013577312, -45.969107980137231 ], [ 170.2875741806549, -45.969086004800957 ], [ 170.287554875179012, -45.969061731796998 ], [ 170.287529095838636, -45.969030160682635 ], [ 170.287495332103219, -45.969022214378974 ], [ 170.287453467735673, -45.969040271564623 ], [ 170.287442072049686, -45.969063815349948 ], [ 170.287440561464052, -45.969094738273313 ], [ 170.287422808084472, -45.969108605257126 ], [ 170.287376835178947, -45.969140853503049 ], [ 170.287355089514392, -45.969166532878027 ], [ 170.287340979738673, -45.969175723504826 ], [ 170.287303223678947, -45.969179589544105 ], [ 170.28724783037066, -45.969194943839575 ], [ 170.287223138217087, -45.969211027411035 ], [ 170.287225038746556, -45.969242031361304 ], [ 170.287251515250546, -45.969259330425857 ], [ 170.287237056808721, -45.969275657096638 ], [ 170.287195540797455, -45.969286578123217 ], [ 170.287147783336337, -45.969285443634483 ], [ 170.287078047597873, -45.969314745814572 ], [ 170.287063705306963, -45.969328693776212 ], [ 170.287055488210541, -45.969357075926148 ], [ 170.287077856166746, -45.969388566105451 ], [ 170.287097393967372, -45.969408081815537 ], [ 170.287117164209974, -45.96942284015126 ], [ 170.287088712012718, -45.969445978709935 ], [ 170.287063787266362, -45.969466819613835 ], [ 170.287015564780774, -45.969475199808286 ], [ 170.286952767474844, -45.969502285298347 ], [ 170.286923966500098, -45.969532559868959 ], [ 170.28691257048132, -45.969556103592353 ], [ 170.286897995636338, -45.969574808900646 ], [ 170.286859774376467, -45.969588189526675 ], [ 170.286808372948627, -45.969591731215722 ], [ 170.286770267886396, -45.969602733126102 ], [ 170.286755344289958, -45.96962857446924 ], [ 170.286781123444626, -45.969660145751774 ], [ 170.286790194960531, -45.969684175741364 ], [ 170.286755036178704, -45.969704773431175 ], [ 170.286727862237143, -45.969701746359895 ], [ 170.286695144322891, -45.969672391651372 ], [ 170.286659015175275, -45.969642955883472 ], [ 170.286624670026868, -45.969646902740564 ], [ 170.286596217510777, -45.969670041168591 ], [ 170.286598466405991, -45.969693909066166 ], [ 170.28661719047966, -45.969730075647625 ], [ 170.286609438036578, -45.96974894301929 ], [ 170.286561371816106, -45.969824007230969 ], [ 170.286498341412738, -45.969855849824469 ], [ 170.28644011715997, -45.969859229229769 ], [ 170.286379295353612, -45.969845876757951 ], [ 170.286334832473898, -45.969847201662127 ], [ 170.286316846076289, -45.969865825828599 ], [ 170.286308396007001, -45.969898965279839 ], [ 170.286323708667823, -45.969935050844008 ], [ 170.286314793587223, -45.969977705030516 ], [ 170.286278820678035, -45.970014953351082 ], [ 170.28624672402745, -45.970042767988005 ], [ 170.286251454041633, -45.970085746420743 ], [ 170.286239127579989, -45.970128319535 ], [ 170.286221141055563, -45.970146943682849 ], [ 170.286175282844027, -45.970176812721505 ], [ 170.286187765470203, -45.970200923818922 ], [ 170.286200131850165, -45.970227413598593 ], [ 170.286181912764221, -45.970250795105898 ], [ 170.286173811319742, -45.970276798491817 ], [ 170.286186177708288, -45.970303288272923 ], [ 170.28618854269763, -45.970324777489438 ], [ 170.286143149356349, -45.970345131777236 ], [ 170.286087870837065, -45.970358106790826 ], [ 170.286076241756746, -45.970386407782442 ], [ 170.286057906300726, -45.970412167950208 ], [ 170.286046625984994, -45.970433332888653 ], [ 170.286000767439106, -45.970463201848546 ], [ 170.28595583898948, -45.970474041325573 ], [ 170.28593432466775, -45.970494963032614 ], [ 170.285939635807409, -45.970526048056527 ], [ 170.285951769595812, -45.970557295226435 ], [ 170.28596095714687, -45.970578946590983 ], [ 170.285936147729615, -45.970597408541437 ], [ 170.28593157370841, -45.970621114295824 ], [ 170.285985341048729, -45.970639062242768 ], [ 170.286008755271411, -45.970649144477079 ], [ 170.286038875894036, -45.970661767531105 ], [ 170.286077602825912, -45.970707935348869 ], [ 170.286071866211245, -45.970755427939849 ], [ 170.286070819831849, -45.970776836086912 ], [ 170.286042947819084, -45.970788080940103 ], [ 170.285995189113095, -45.970786945941271 ], [ 170.285943670264345, -45.970792865897209 ], [ 170.285902617958612, -45.970794271689307 ], [ 170.285847571484538, -45.970802489209248 ], [ 170.285812876741517, -45.9708135718517 ], [ 170.285801479968711, -45.970837115443175 ], [ 170.285817141354869, -45.970866065021099 ], [ 170.285815513494157, -45.970899366575502 ], [ 170.285817762078665, -45.970923234477517 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "5", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.250976115300119, -46.002496155683495 ], [ 170.250955046702302, -46.002507555717287 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "5", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.250954575110086, -46.002517070117605 ], [ 170.250981055319073, -46.002534377607063 ], [ 170.251003768668056, -46.002558738731196 ], [ 170.251016360361916, -46.002580474772287 ], [ 170.251014591924786, -46.00261615377481 ], [ 170.251002819694435, -46.002646829096577 ], [ 170.250963977680357, -46.00267208992851 ], [ 170.250932433623916, -46.002688000671483 ], [ 170.250907126439586, -46.002715968731287 ], [ 170.250892412533403, -46.002737047476636 ], [ 170.250857573122573, -46.002750497433944 ], [ 170.250830267523128, -46.002749840113147 ], [ 170.250786013832368, -46.002746393353284 ], [ 170.250748586546251, -46.002743110912469 ], [ 170.250723279244653, -46.002771078928646 ], [ 170.250681967102793, -46.002777228694818 ], [ 170.250651248293252, -46.002776489160915 ], [ 170.250616526715788, -46.002787560443387 ], [ 170.25062888247723, -46.002814053722766 ], [ 170.250641827813951, -46.002828654004382 ], [ 170.250617227902069, -46.002842350398822 ], [ 170.250572738323228, -46.002843660753442 ], [ 170.250535310987573, -46.002840378241565 ], [ 170.250498355332724, -46.00282758132137 ], [ 170.250468226100935, -46.002814948742596 ], [ 170.250427267667959, -46.002813962618333 ], [ 170.250379011136317, -46.002822326516757 ], [ 170.250337109294406, -46.002840369150135 ], [ 170.250288381015736, -46.002858247404021 ], [ 170.250232944224877, -46.002873582671 ], [ 170.250187864956644, -46.002886785867084 ], [ 170.250138900721993, -46.002909421251687 ], [ 170.250103707220063, -46.002930006766775 ], [ 170.250061333457694, -46.002957563687431 ], [ 170.250008955898352, -46.002980116824681 ], [ 170.249950223643765, -46.002992991161257 ], [ 170.249904672434553, -46.003015708632851 ], [ 170.249903492982526, -46.003039494610562 ], [ 170.249874889850986, -46.003065001633331 ], [ 170.249835693193802, -46.003097397854546 ], [ 170.249824391998374, -46.003118558645212 ], [ 170.249816504014888, -46.003139801630887 ], [ 170.249811439498615, -46.003173019799952 ], [ 170.249755294554291, -46.003202626408957 ], [ 170.249619819642078, -46.003246992542884 ], [ 170.249550021608627, -46.003276270236299 ], [ 170.249515771360791, -46.00327782678346 ], [ 170.249478343811859, -46.003274543920099 ], [ 170.249450566123585, -46.00328340065105 ], [ 170.24944291390392, -46.003299886413132 ], [ 170.249417487722582, -46.003330232713594 ], [ 170.249399123915964, -46.003355986232776 ], [ 170.249376521072321, -46.00339830771474 ], [ 170.249368396934358, -46.003424307856839 ], [ 170.249366391445761, -46.003464743997725 ], [ 170.249337433930719, -46.00349738666312 ], [ 170.249267281511123, -46.00353379996114 ], [ 170.249152402869271, -46.00357628019303 ], [ 170.249100142345327, -46.003596454293707 ], [ 170.249019631915701, -46.003634999372885 ], [ 170.248922409089147, -46.00366599748839 ], [ 170.248886978676609, -46.003691339796021 ], [ 170.248807765910414, -46.003703720169675 ], [ 170.24874279611339, -46.003704536429339 ], [ 170.248744911391412, -46.003730783205292 ], [ 170.248729488397657, -46.003766133214782 ], [ 170.248652272727014, -46.003807138847201 ], [ 170.248583653542028, -46.003812629971179 ], [ 170.248558462663539, -46.003838218872509 ], [ 170.248515851428294, -46.003870532372147 ], [ 170.248473712183596, -46.003893331476405 ], [ 170.248445225963508, -46.003916459518393 ], [ 170.248413798504686, -46.003929990935752 ], [ 170.248374836411188, -46.003957629429351 ], [ 170.248339877628297, -46.003973457179093 ], [ 170.248232768099996, -46.003997072176119 ], [ 170.248188395602625, -46.003996002985211 ], [ 170.248144849279669, -46.003978283620171 ], [ 170.248090591078551, -46.0039698318676 ], [ 170.248008790704091, -46.003965479268672 ], [ 170.247956411382177, -46.003988031420462 ], [ 170.247902851668016, -46.004034369480763 ], [ 170.247873538885841, -46.004074147525763 ], [ 170.247861764585593, -46.004104822470644 ], [ 170.24789459893961, -46.004131809552042 ], [ 170.2479276693945, -46.004154039437893 ], [ 170.247929430189458, -46.004187421998822 ], [ 170.247924836561339, -46.004211125677926 ], [ 170.247858567764212, -46.004238105946413 ], [ 170.247805125759413, -46.004282065358645 ], [ 170.247769458361546, -46.004312164482684 ], [ 170.247689300124478, -46.004343572796586 ], [ 170.247586891303854, -46.004410166355122 ], [ 170.247442578227691, -46.004494801332591 ], [ 170.247410796028078, -46.004515468236335 ], [ 170.247358297885143, -46.004540398686736 ], [ 170.247323220389148, -46.004558604700925 ], [ 170.247294851411141, -46.004579353843077 ], [ 170.247248943632997, -46.004609205971171 ], [ 170.247234463954356, -46.004625527012713 ], [ 170.247205386503538, -46.00466054768124 ], [ 170.247156773719553, -46.004676045943043 ], [ 170.24709968128019, -46.004724679905109 ], [ 170.247007865223651, -46.00478438397316 ], [ 170.246948540017002, -46.004809149659096 ], [ 170.246920170770551, -46.004829898701296 ], [ 170.246824822943069, -46.00489189891853 ], [ 170.246785505124308, -46.004926672604917 ], [ 170.24675277772775, -46.004966368038588 ], [ 170.246698979869137, -46.005017462664298 ], [ 170.246627760976139, -46.005075281563506 ], [ 170.246545947638026, -46.005139989295216 ], [ 170.246472259898098, -46.005178697071656 ], [ 170.246436827401993, -46.00520403856595 ], [ 170.246409166385007, -46.005210515931637 ], [ 170.246384682490628, -46.005221832771824 ], [ 170.246359962373987, -46.005237906786036 ], [ 170.246362312759089, -46.005259396396298 ], [ 170.246371962254443, -46.00527153625184 ], [ 170.246399032782989, -46.005276951845154 ], [ 170.246432339486603, -46.005294424982402 ], [ 170.246420446001395, -46.005327478338877 ], [ 170.2463891353637, -46.005338630576986 ], [ 170.246378068583851, -46.005355033799731 ], [ 170.246362997915867, -46.005383247667304 ], [ 170.246355698789955, -46.005392597420787 ], [ 170.246351458689986, -46.005409165245709 ], [ 170.246336506100647, -46.005435000519277 ], [ 170.246318140143245, -46.005460753486545 ], [ 170.24628317983462, -46.005476580568228 ], [ 170.246251750973585, -46.005490111355343 ], [ 170.246240329784086, -46.005513650331004 ], [ 170.24622561333959, -46.005534728409053 ], [ 170.246233845494885, -46.005575411348595 ], [ 170.246232073798467, -46.005611090188978 ], [ 170.24622618005219, -46.005660958258119 ], [ 170.246220876863617, -46.005698933379882 ], [ 170.246188384819959, -46.005733871449159 ], [ 170.246169428106839, -46.005771517333429 ], [ 170.246133522612382, -46.005806373076048 ], [ 170.246108329679402, -46.005831961382974 ], [ 170.246076428089026, -46.005855006471478 ], [ 170.246027459579636, -46.005877639985485 ], [ 170.24594741623423, -46.00590666840678 ], [ 170.245897975112712, -46.005938816217231 ], [ 170.245862896251822, -46.005957021748081 ], [ 170.245800392164341, -46.005976947297988 ], [ 170.245698214320669, -46.006038781849988 ], [ 170.245616871020701, -46.006093974497794 ], [ 170.245571551796189, -46.006111932956472 ], [ 170.245534582396232, -46.006168195785335 ], [ 170.245536932483276, -46.006189685403157 ], [ 170.24549784921345, -46.006219701424818 ], [ 170.24547936444776, -46.006247832826965 ], [ 170.245457229963137, -46.006280639069871 ], [ 170.245407670072183, -46.006315165239677 ], [ 170.24537918131719, -46.006338292451119 ], [ 170.245320208193164, -46.006355921469286 ], [ 170.245271002622985, -46.006383311814446 ], [ 170.245240977709301, -46.006437360620879 ], [ 170.24518952695982, -46.006509944080165 ], [ 170.245156442964884, -46.006556774760213 ], [ 170.245099346803613, -46.006605407624605 ], [ 170.245084629623022, -46.006626485535712 ], [ 170.245045900301534, -46.006649365628391 ], [ 170.245030828581292, -46.006677579291278 ], [ 170.245012934268459, -46.006693817674751 ], [ 170.244987858578497, -46.00671702712372 ], [ 170.244955837837892, -46.00674245046033 ], [ 170.244924880633562, -46.006746466510876 ], [ 170.244892505321019, -46.006779025587214 ], [ 170.244877433485357, -46.006807239226703 ], [ 170.244851412267138, -46.006849477331684 ], [ 170.244843758152712, -46.006865962734459 ], [ 170.244798083509522, -46.006891056622081 ], [ 170.244773480363023, -46.006904751675556 ], [ 170.244751817915102, -46.00692804341962 ], [ 170.244715083480514, -46.006979548773415 ], [ 170.244683062461149, -46.007004972026238 ], [ 170.244681289679392, -46.007040650811163 ], [ 170.244659863510918, -46.007059185363936 ], [ 170.244624783535045, -46.007077390486046 ], [ 170.244599234748222, -46.007110114182652 ], [ 170.244587812499049, -46.007133652963745 ], [ 170.244563091001197, -46.00714972655318 ], [ 170.244534246881273, -46.00717998928917 ], [ 170.24450246204907, -46.007200655315565 ], [ 170.244513988389144, -46.007243799291494 ], [ 170.244515747137939, -46.00727718184497 ], [ 170.244528219047595, -46.007301297137808 ], [ 170.244499611215474, -46.007326802691729 ], [ 170.244471948923149, -46.007333279556981 ], [ 170.244426391921508, -46.007355994696518 ], [ 170.244400488286459, -46.007395854096615 ], [ 170.24440895570703, -46.007431779962175 ], [ 170.244414364262127, -46.007460487708784 ], [ 170.244402705457532, -46.007488783636532 ], [ 170.244377747343748, -46.007509614349907 ], [ 170.244380097014016, -46.007531103978238 ], [ 170.244365497503367, -46.007549803197094 ], [ 170.244354311460285, -46.007568584779378 ], [ 170.244316408596802, -46.007574814506526 ], [ 170.244289455387474, -46.007567019815966 ], [ 170.244254729584355, -46.007578089059145 ], [ 170.244250370456257, -46.007597035367077 ], [ 170.244266374001057, -46.007618854470422 ], [ 170.244275314183511, -46.007645266005142 ], [ 170.244277427406388, -46.00767151280354 ], [ 170.244245287570578, -46.007699314501849 ], [ 170.244213975161131, -46.007710466099262 ], [ 170.244158886544483, -46.007718662504885 ], [ 170.244154409159506, -46.007739987392064 ], [ 170.244135332119555, -46.00778001146454 ], [ 170.244099424016241, -46.007814866498464 ], [ 170.2440709339308, -46.007837993348389 ], [ 170.244029026276337, -46.007856033520788 ], [ 170.244017603619312, -46.007879572233243 ], [ 170.243992290525995, -46.007907538605672 ], [ 170.243964155007546, -46.007923529674905 ], [ 170.243952850528501, -46.007944689795842 ], [ 170.243947190833751, -46.007989800509911 ], [ 170.243924700046648, -46.008029742161945 ], [ 170.243916336145162, -46.008060498991888 ], [ 170.243874191822613, -46.008083296269227 ], [ 170.243821925164809, -46.008103467800588 ], [ 170.243813797648102, -46.008129467454168 ], [ 170.24379872487097, -46.008157680924697 ], [ 170.243773647994345, -46.008180890075351 ], [ 170.243741980527773, -46.008199177284141 ], [ 170.243729730054014, -46.008239366045018 ], [ 170.243720538385247, -46.00828677293898 ], [ 170.243702051992983, -46.008314904008493 ], [ 170.243667207371089, -46.008328351641595 ], [ 170.243662375033836, -46.008356812251293 ], [ 170.243648247996276, -46.008365997033493 ], [ 170.243643533880771, -46.0083920790589 ], [ 170.243618456830148, -46.008415288170774 ], [ 170.243613860932498, -46.008438991611413 ], [ 170.243635863857577, -46.008477625658266 ], [ 170.243611259713191, -46.008491320435581 ], [ 170.243559702011794, -46.008497220337702 ], [ 170.243524384275844, -46.0085201822545 ], [ 170.243533205986552, -46.008548972421657 ], [ 170.243504597037571, -46.008574477696499 ], [ 170.243489878702604, -46.008595555370121 ], [ 170.243481869191896, -46.008619176410377 ], [ 170.243480450269118, -46.008647719401417 ], [ 170.243452550713073, -46.008658953165877 ], [ 170.243441009387141, -46.008684870390901 ], [ 170.243429704542052, -46.008706030449524 ], [ 170.243418163194718, -46.008731947671592 ], [ 170.243396381191872, -46.008757617705321 ], [ 170.243374362670949, -46.008788044898928 ], [ 170.243366471328983, -46.008809287346352 ], [ 170.243348221073404, -46.008832661183817 ], [ 170.243337270912463, -46.008846685484663 ], [ 170.243339620211032, -46.008868175122139 ], [ 170.243321369923734, -46.008891548954395 ], [ 170.243289110632134, -46.008921728933629 ], [ 170.243260383119008, -46.00894961272099 ], [ 170.243248959892242, -46.008973151340051 ], [ 170.243240122429739, -46.009013422432112 ], [ 170.243248825803192, -46.009044591199434 ], [ 170.243267651632806, -46.00907838574873 ], [ 170.243301550801419, -46.009083966908285 ], [ 170.24333120864577, -46.009106115734461 ], [ 170.243376633616407, -46.0091548409426 ], [ 170.243482320569115, -46.009228835062146 ], [ 170.243512096807507, -46.009248605261831 ], [ 170.243518214497499, -46.009263041542006 ], [ 170.243486073330985, -46.009290842990353 ], [ 170.243464764115657, -46.009306998701476 ], [ 170.24342332813697, -46.009315524289086 ], [ 170.243388601061525, -46.009326593237219 ], [ 170.243401191144841, -46.009348330062721 ], [ 170.243444740006566, -46.009366051283294 ], [ 170.243464275541868, -46.00938557431035 ], [ 170.243483456350788, -46.009412233081122 ], [ 170.243485450979904, -46.009440858462298 ], [ 170.24348085492025, -46.009464561890603 ], [ 170.243449068359382, -46.009485227578026 ], [ 170.243390209524335, -46.009500476919271 ], [ 170.243338177847164, -46.009515891026702 ], [ 170.243326518017341, -46.009544186813393 ], [ 170.24331120806761, -46.009577157362827 ], [ 170.243289780433145, -46.009595691618784 ], [ 170.24329836565542, -46.009629238963996 ], [ 170.243320841810572, -46.009658358742861 ], [ 170.243350499959575, -46.009680507569144 ], [ 170.243382507468283, -46.009724146023089 ], [ 170.243408397313885, -46.009753348183679 ], [ 170.243407096548651, -46.009779512585254 ], [ 170.243392141331526, -46.009805347398171 ], [ 170.243373654232926, -46.009833478392686 ], [ 170.243362585615188, -46.009849881271364 ], [ 170.243321267468247, -46.009856028229905 ], [ 170.243340684869054, -46.009877929861311 ], [ 170.243383761106799, -46.009905165439882 ], [ 170.243414010668033, -46.009915421342939 ], [ 170.243423069012351, -46.009939454352285 ], [ 170.243411645630431, -46.009962992980952 ], [ 170.243353022781747, -46.009973485126594 ], [ 170.24329487294068, -46.009974462914997 ], [ 170.243243550343948, -46.009975605477969 ], [ 170.243161032093326, -46.009985520707311 ], [ 170.243183390048785, -46.010017019094668 ], [ 170.243198920775342, -46.010048352671348 ], [ 170.243207269477125, -46.010086657184239 ], [ 170.243208554403196, -46.010129554053059 ], [ 170.243168875716322, -46.010171462074865 ], [ 170.243110370871022, -46.010179575508282 ], [ 170.243037383586852, -46.010204009345721 ], [ 170.24300571469999, -46.01022229631306 ], [ 170.242987108987876, -46.010252805816549 ], [ 170.243033007621221, -46.010292016843309 ], [ 170.243037114705686, -46.01034688902341 ], [ 170.243024626636753, -46.010391834834898 ], [ 170.243009316251772, -46.010424805330189 ], [ 170.242980942604589, -46.010445553277421 ], [ 170.242935618951378, -46.010463510578184 ], [ 170.2429107771855, -46.010481962337941 ], [ 170.24289582153537, -46.010507797073537 ], [ 170.242877333937741, -46.010535927973677 ], [ 170.242869205571481, -46.010561927532187 ], [ 170.242844363738527, -46.010580379275716 ], [ 170.242805630689219, -46.010603258511324 ], [ 170.242776902027771, -46.010631142144611 ], [ 170.242751941849775, -46.010651972446759 ], [ 170.242739926606191, -46.01068740389718 ], [ 170.242738270631406, -46.010720704020443 ], [ 170.242730260453754, -46.010744324986035 ], [ 170.242738845481085, -46.010777872363711 ], [ 170.242711992652488, -46.010836759937362 ], [ 170.2427068046903, -46.010872356219856 ], [ 170.242735990074237, -46.010904019531154 ], [ 170.242748225374584, -46.010932892166053 ], [ 170.242759632698238, -46.010978414860972 ], [ 170.242749848216533, -46.011037714528335 ], [ 170.242721474150812, -46.011058462399859 ], [ 170.242696868614445, -46.011072156943726 ], [ 170.242641184994824, -46.011092245432103 ], [ 170.242565137485656, -46.011109460771429 ], [ 170.242541123359558, -46.011111262381803 ], [ 170.242488853338557, -46.011131433218125 ], [ 170.242447179252792, -46.01114471557392 ], [ 170.242385259592623, -46.011152746181537 ], [ 170.242312980533569, -46.011162908040525 ], [ 170.242268602527133, -46.011161836423256 ], [ 170.242230578677805, -46.011170443972851 ], [ 170.242194548799858, -46.01120767689175 ], [ 170.242135214550814, -46.011232439848349 ], [ 170.242072703181151, -46.011252363176801 ], [ 170.242020787815278, -46.011265398055698 ], [ 170.241972049486606, -46.011283272509154 ], [ 170.241909064716367, -46.011312710058746 ], [ 170.24185667596106, -46.011335259173805 ], [ 170.241695030753334, -46.011424231118902 ], [ 170.241589306129612, -46.01148835773887 ], [ 170.241566930465893, -46.011525920256886 ], [ 170.241541614410693, -46.011553886004712 ], [ 170.2414886335755, -46.011588327828569 ], [ 170.241471091624476, -46.011597429853381 ], [ 170.241418465737183, -46.011624735910779 ], [ 170.241396326590717, -46.01165754123636 ], [ 170.241364419637108, -46.011680584867555 ], [ 170.241332394308614, -46.011706007066159 ], [ 170.241296363475556, -46.01174323967706 ], [ 170.241274342558512, -46.011773666398817 ], [ 170.24120052390677, -46.011814749027685 ], [ 170.241189335877891, -46.011833530243827 ], [ 170.241164492913015, -46.011851981592748 ], [ 170.241122581266524, -46.011870020597286 ], [ 170.24109055571671, -46.01189544272232 ], [ 170.241051465943059, -46.011925457050232 ], [ 170.241012849579164, -46.011945957058614 ], [ 170.240991065151434, -46.011971626567004 ], [ 170.240959868040733, -46.011980398619158 ], [ 170.240916890925519, -46.012019844728862 ], [ 170.240864856215211, -46.01203525763421 ], [ 170.240792339017901, -46.012050175648518 ], [ 170.240736772127434, -46.012067884591545 ], [ 170.240680494935219, -46.012099864959858 ], [ 170.240645410441942, -46.012118068743547 ], [ 170.240637280769619, -46.012144068107936 ], [ 170.240595013589683, -46.012169242635224 ], [ 170.240596888375904, -46.01220024659856 ], [ 170.240558863572915, -46.012208853568033 ], [ 170.240544616643177, -46.012220416502188 ], [ 170.240577570344158, -46.012245027106808 ], [ 170.240599809277711, -46.012278904551785 ], [ 170.240561646661888, -46.012358951262108 ], [ 170.240531495320397, -46.012415377178378 ], [ 170.240533606844281, -46.012441623990746 ], [ 170.240542427520353, -46.012470414350545 ], [ 170.240531239128728, -46.012489195492279 ], [ 170.240498857782171, -46.012521753159788 ], [ 170.240490372809774, -46.012554888234092 ], [ 170.240481769437963, -46.012590401882285 ], [ 170.240470462610972, -46.012611561591612 ], [ 170.240455741996982, -46.012632638810679 ], [ 170.240454676488611, -46.012654045984299 ], [ 170.240463733931307, -46.012678079199375 ], [ 170.240432417949933, -46.012689229670414 ], [ 170.240402976638023, -46.012731384094423 ], [ 170.240398378927694, -46.012755087350669 ], [ 170.240386361672677, -46.012790518497624 ], [ 170.240375173159208, -46.012809299620486 ], [ 170.240363984637952, -46.012828080742054 ], [ 170.240376100674979, -46.012859332178877 ], [ 170.240384802931231, -46.012890501123216 ], [ 170.240430820164789, -46.012927334613188 ], [ 170.240453414435393, -46.012954076363187 ], [ 170.24046187996592, -46.01299000245195 ], [ 170.240445383364602, -46.013046758286343 ], [ 170.240433602852619, -46.013077432286643 ], [ 170.240438417792859, -46.013118033035504 ], [ 170.240464425950165, -46.01314485727444 ], [ 170.240466655845438, -46.013168725510347 ], [ 170.24043851660889, -46.013184715614514 ], [ 170.240421447549579, -46.01318430316222 ], [ 170.240382948459057, -46.01320242435402 ], [ 170.240357986202753, -46.013223254078042 ], [ 170.240366451704091, -46.013259180171886 ], [ 170.240382455226126, -46.013280999802873 ], [ 170.240419533645337, -46.01329142150685 ], [ 170.240457204041178, -46.01328995032619 ], [ 170.240484751371554, -46.013285853091986 ], [ 170.240503931986808, -46.013312512345301 ], [ 170.240498387132959, -46.013355244200483 ], [ 170.240483192752123, -46.013385835714885 ], [ 170.240426914045798, -46.013417815918189 ], [ 170.240370990465181, -46.013442660369108 ], [ 170.240315658831179, -46.01345561192025 ], [ 170.24027974453881, -46.013490465584979 ], [ 170.240265023604508, -46.013511542769677 ], [ 170.240201916979629, -46.013543357863767 ], [ 170.24014964382215, -46.013563527550566 ], [ 170.240086892302031, -46.013588206856646 ], [ 170.240038151310529, -46.013606080417937 ], [ 170.240023785490138, -46.013620021847622 ], [ 170.240032250822367, -46.013655947960515 ], [ 170.240010228413865, -46.01368637439662 ], [ 170.239991501409833, -46.013719261905614 ], [ 170.239949706377217, -46.013734921860454 ], [ 170.239911443584418, -46.013748285732952 ], [ 170.239903668549942, -46.013767149305508 ], [ 170.239888947396452, -46.013788226435928 ], [ 170.23987069396307, -46.013811599629364 ], [ 170.239844330539341, -46.013791910976792 ], [ 170.239773113439185, -46.013780663977784 ], [ 170.239721313611113, -46.013791319167368 ], [ 170.239685990864672, -46.01381427976591 ], [ 170.23968091902583, -46.01384749727152 ], [ 170.239672670184461, -46.013875875117087 ], [ 170.239637110502855, -46.013903592843967 ], [ 170.239587540066964, -46.013938116210817 ], [ 170.239562458742057, -46.013961324316853 ], [ 170.239571042248826, -46.013994871883952 ], [ 170.239590459512129, -46.014016774138426 ], [ 170.23959280748042, -46.014038263807926 ], [ 170.239574435403711, -46.014064015520901 ], [ 170.239559595608711, -46.014087471175749 ], [ 170.239514504749309, -46.014100669871226 ], [ 170.239466000002807, -46.01411378602787 ], [ 170.239444213973599, -46.014139455197096 ], [ 170.239428781902063, -46.014174803693791 ], [ 170.239376152545873, -46.014202108720959 ], [ 170.239296804385106, -46.014216860660412 ], [ 170.239285733643499, -46.014233263085671 ], [ 170.239271012126665, -46.014254340126804 ], [ 170.239253113618901, -46.014270577495132 ], [ 170.239255343014207, -46.014294445739772 ], [ 170.239260275601339, -46.014332667941815 ], [ 170.239261675864384, -46.014373186188351 ], [ 170.239252952924488, -46.014411078281519 ], [ 170.239218103384729, -46.014424524433153 ], [ 170.239159356630978, -46.014437392865318 ], [ 170.239110614599156, -46.014455266004646 ], [ 170.239089420546691, -46.014469042241245 ], [ 170.239084466729679, -46.014499881136224 ], [ 170.239058792646716, -46.014534981975558 ], [ 170.239040183233641, -46.014565490733716 ], [ 170.239039117107268, -46.014586897874537 ], [ 170.239062303621211, -46.014601747037005 ], [ 170.239075130002249, -46.014618727168049 ], [ 170.239073590058126, -46.014649648594265 ], [ 170.23906180841152, -46.014680322420595 ], [ 170.239057920679016, -46.014689754171918 ], [ 170.239034023375638, -46.01468917643485 ], [ 170.239007659855076, -46.014669487589046 ], [ 170.238994596562577, -46.014657264592913 ], [ 170.238964226864141, -46.014649386057513 ], [ 170.238933620248048, -46.014646264656136 ], [ 170.238925726279945, -46.014667506720066 ], [ 170.238946898925121, -46.014722791611881 ], [ 170.238945714293692, -46.014746577321347 ], [ 170.23892039539615, -46.014774542410912 ], [ 170.238884834751701, -46.014802259878131 ], [ 170.238879406917107, -46.014842613042504 ], [ 170.238884339275415, -46.014880835252775 ], [ 170.238878556029647, -46.014928324128654 ], [ 170.23887042506081, -46.014954323327899 ], [ 170.238841455171013, -46.014986962997824 ], [ 170.238799303448616, -46.015009758211285 ], [ 170.238736549694124, -46.015034436719127 ], [ 170.238673558932476, -46.015063872331631 ], [ 170.238614337465435, -46.015086254744702 ], [ 170.238582901272025, -46.015099783235243 ], [ 170.238531573925286, -46.015100923569797 ], [ 170.23847989112349, -46.015109199590768 ], [ 170.238386530275477, -46.015130756363739 ], [ 170.238310002007864, -46.015157482981337 ], [ 170.238247958847182, -46.01516788979476 ], [ 170.238165076600922, -46.015184936918288 ], [ 170.238112325413027, -46.015204873577616 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "5", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.285815345388329, -45.970926804665574 ], [ 170.285769835136506, -45.970949537471434 ], [ 170.285732310338147, -45.970948645596231 ], [ 170.285684318943112, -45.970952267828864 ], [ 170.285645631311837, -45.970975162746441 ], [ 170.285678698240162, -45.970997381708102 ], [ 170.285694010758135, -45.9710334673482 ], [ 170.285689785435153, -45.971050037041763 ], [ 170.285644623882462, -45.9710656337476 ], [ 170.285620511847952, -45.971069823528822 ], [ 170.285573218064172, -45.971059173620517 ], [ 170.285510883421921, -45.97107674352786 ], [ 170.285445021095626, -45.971096610993079 ], [ 170.285412923387696, -45.971124425367698 ], [ 170.285360473803564, -45.97114937450381 ], [ 170.28532531355836, -45.971169971716165 ], [ 170.285297208603424, -45.971185973741498 ], [ 170.285265343370924, -45.971209030708906 ], [ 170.285233478111905, -45.971232087666735 ], [ 170.285215258276679, -45.971255468999715 ], [ 170.285224096732691, -45.971284256460713 ], [ 170.28522587985924, -45.971317639092085 ], [ 170.285210606144716, -45.971350616243377 ], [ 170.28519556501999, -45.971378836030006 ], [ 170.285157574725645, -45.971387458683644 ], [ 170.28509275868808, -45.971385917805705 ], [ 170.285031586648529, -45.971379700631338 ], [ 170.284984060100896, -45.971373807837438 ], [ 170.284928896616634, -45.971384403578391 ], [ 170.284955024427774, -45.971408839218149 ], [ 170.284940099473033, -45.971434680287082 ], [ 170.284921414180303, -45.971467576290067 ], [ 170.284870127241447, -45.971468738383521 ], [ 170.284818491338882, -45.971477036494605 ], [ 170.284820390543103, -45.971508040445791 ], [ 170.284839230323001, -45.97154182861626 ], [ 170.284810310789055, -45.971574481275042 ], [ 170.284740803600243, -45.971599024565329 ], [ 170.284695525017668, -45.971616999558492 ], [ 170.284687189998635, -45.971647760173305 ], [ 170.284651796531307, -45.97167311452376 ], [ 170.284620163410551, -45.971691413937549 ], [ 170.284612293659734, -45.971712659826373 ], [ 170.284587366951541, -45.971733500138917 ], [ 170.284592793752438, -45.971762206525646 ], [ 170.284618921582364, -45.971786642241533 ], [ 170.284635047909973, -45.971806077250697 ], [ 170.284617176620372, -45.971822322437191 ], [ 170.284589769123045, -45.971824052196844 ], [ 170.284551662102189, -45.971835053318983 ], [ 170.284570967150671, -45.971859326812535 ], [ 170.284582984086398, -45.97189295279037 ], [ 170.284544760681996, -45.971906332588588 ], [ 170.284507700619315, -45.971895925579076 ], [ 170.284459941021879, -45.971894789917677 ], [ 170.284403846203645, -45.971924414824684 ], [ 170.284357636507536, -45.971961419108048 ], [ 170.284352479961456, -45.971997018172182 ], [ 170.284377328026721, -45.97204761941282 ], [ 170.284435089300246, -45.972053755831602 ], [ 170.284465675647141, -45.972056864589852 ], [ 170.28449932439699, -45.972067190496567 ], [ 170.284528398390933, -45.972101222070258 ], [ 170.284530530109976, -45.972127468661299 ], [ 170.284525722662693, -45.972155931696307 ], [ 170.284513743364101, -45.972191368532791 ], [ 170.284478465800447, -45.972214344138607 ], [ 170.284467300830897, -45.972233130214249 ], [ 170.284451677374108, -45.972273243281279 ], [ 170.284422524533483, -45.972310653182838 ], [ 170.284406668336089, -45.972355523600143 ], [ 170.284378446167295, -45.972373904056141 ], [ 170.284335996533827, -45.972403853405083 ], [ 170.284334367698108, -45.972437154909599 ], [ 170.284308626123504, -45.972474645901301 ], [ 170.28430335313621, -45.9725126236374 ], [ 170.28428183738049, -45.972533544994924 ], [ 170.28422961865212, -45.972553736207708 ], [ 170.284194573441795, -45.972571954359587 ], [ 170.284152472617791, -45.972594767598238 ], [ 170.28410389794152, -45.972610282523689 ], [ 170.28407319495841, -45.972609552340742 ], [ 170.284036367245449, -45.972594387814354 ], [ 170.28398143510006, -45.972600225708092 ], [ 170.283952863579344, -45.972625742086528 ], [ 170.283920066038604, -45.972667828066513 ], [ 170.283894440439752, -45.972702940276925 ], [ 170.283848113373978, -45.972742323005441 ], [ 170.28380872551611, -45.972779489315982 ], [ 170.283776742368275, -45.972804924505695 ], [ 170.283791821342135, -45.972845767729609 ], [ 170.283824190369302, -45.97288225929622 ], [ 170.283836672517083, -45.972906370631335 ], [ 170.283845277739943, -45.972939915537033 ], [ 170.283847874623319, -45.972956647420112 ], [ 170.283826358520059, -45.972977568682694 ], [ 170.283788948783581, -45.972974297461548 ], [ 170.283762937164681, -45.972947482878375 ], [ 170.283746810834685, -45.97292804774888 ], [ 170.283689746998107, -45.972907638899692 ], [ 170.283594109752556, -45.97290774551216 ], [ 170.283541774048672, -45.972930315072922 ], [ 170.283523436540605, -45.972956074778494 ], [ 170.283490871241014, -45.972993403267381 ], [ 170.283468773066744, -45.97302621784393 ], [ 170.283439851929046, -45.973058870112816 ], [ 170.283407984837851, -45.973081926513949 ], [ 170.28337282263854, -45.973102523075369 ], [ 170.283354601383024, -45.973125904073463 ], [ 170.283353204698955, -45.973154448193348 ], [ 170.283337929327843, -45.973187425048636 ], [ 170.283318893283365, -45.973227456775781 ], [ 170.283289971948989, -45.973260109001387 ], [ 170.28327434732563, -45.97330022187549 ], [ 170.283245425925628, -45.973332874088022 ], [ 170.283197083153823, -45.973343631253186 ], [ 170.283168860080735, -45.973362011387223 ], [ 170.283181342038944, -45.973386122788256 ], [ 170.283200646985932, -45.973410396506338 ], [ 170.283199366607107, -45.973436561944922 ], [ 170.283153736826364, -45.973461672305504 ], [ 170.283143036747077, -45.973470943527978 ], [ 170.283128808769533, -45.973482512264212 ], [ 170.283133652936073, -45.973523112079796 ], [ 170.283146018510934, -45.973549602160602 ], [ 170.283148266000268, -45.973573470082172 ], [ 170.283177921895629, -45.973595608610488 ], [ 170.283197576106687, -45.973612746301498 ], [ 170.283207112220282, -45.973627261836221 ], [ 170.283168421690505, -45.97365015584051 ], [ 170.283130080335184, -45.97366591380289 ], [ 170.283091855362215, -45.973679293075968 ], [ 170.283077045296693, -45.973702755183432 ], [ 170.283106119212846, -45.973736787110326 ], [ 170.283122012730786, -45.973760979679966 ], [ 170.28312414381142, -45.973787226277118 ], [ 170.283105573003837, -45.973817743253342 ], [ 170.283111231996799, -45.97384169233689 ], [ 170.283099949813874, -45.973862856932335 ], [ 170.283112315440718, -45.973889347016716 ], [ 170.283132202536763, -45.973901727368293 ], [ 170.283144102576898, -45.973937732153217 ], [ 170.283156933848574, -45.973954707529664 ], [ 170.283166004398993, -45.973978737771823 ], [ 170.283164374772582, -45.974012039234815 ], [ 170.283133321828814, -45.974018444809943 ], [ 170.283067687987625, -45.97403355344629 ], [ 170.283005232822205, -45.97405350056102 ], [ 170.282966774728493, -45.974071637135893 ], [ 170.282925254317377, -45.974082556502815 ], [ 170.282890207708931, -45.974100774218918 ], [ 170.282848221598215, -45.974121208258133 ], [ 170.282830232605079, -45.974139831805992 ], [ 170.282787780768246, -45.974169780522338 ], [ 170.282772737596588, -45.974197999932919 ], [ 170.282777697959972, -45.974236221079607 ], [ 170.282769477844539, -45.974264602834353 ], [ 170.282738191874842, -45.974275765647604 ], [ 170.282682792254406, -45.974291117574509 ], [ 170.282647861860198, -45.974306956536083 ], [ 170.282629407033539, -45.974335094747929 ], [ 170.282624947651385, -45.974356421642995 ], [ 170.282585674227079, -45.974391208803837 ], [ 170.282561444105539, -45.974397776574065 ], [ 170.282523684216216, -45.974401640942986 ], [ 170.282502749199892, -45.974410668555471 ], [ 170.282454521784217, -45.974419046705883 ], [ 170.28242323566667, -45.974430209429187 ], [ 170.282377255399012, -45.974462455472207 ], [ 170.282355854582818, -45.97448099775324 ], [ 170.282337166669492, -45.974513893260699 ], [ 170.282318478733259, -45.974546788764428 ], [ 170.282316615685346, -45.974584847548684 ], [ 170.28231122463157, -45.974625203819478 ], [ 170.282296530411685, -45.974646287135286 ], [ 170.282276293921882, -45.974641042659499 ], [ 170.282231827170648, -45.974642365876974 ], [ 170.282217482251724, -45.974656313160388 ], [ 170.282250317000262, -45.974683290468221 ], [ 170.282253029902478, -45.97469764370031 ], [ 170.282218448466438, -45.974706346499701 ], [ 170.282213988890788, -45.974727673373302 ], [ 170.282220229798753, -45.974739729122405 ], [ 170.282185182543884, -45.974757946605806 ], [ 170.2821771949327, -45.974781570959806 ], [ 170.28219615055022, -45.974812980864485 ], [ 170.282228868931924, -45.974842336853321 ], [ 170.282241001445527, -45.974873584371096 ], [ 170.282203124766795, -45.974879827299695 ], [ 170.282148073746811, -45.97488804292815 ], [ 170.282117602455486, -45.974882554845024 ], [ 170.282090426295184, -45.974879526621486 ], [ 170.282051268612321, -45.974911934906551 ], [ 170.28202847005727, -45.974959021198387 ], [ 170.282036725079649, -45.974999702232225 ], [ 170.282038739212481, -45.975028327507474 ], [ 170.282064634456361, -45.975057521151278 ], [ 170.28208746749533, -45.975079497575159 ], [ 170.282109951197526, -45.975108610014942 ], [ 170.282115493413215, -45.975134937809777 ], [ 170.282127393016708, -45.975170942684969 ], [ 170.282111534055304, -45.975215812703993 ], [ 170.282059312014354, -45.975236002841868 ], [ 170.282031553408387, -45.975244867966722 ], [ 170.281982975827162, -45.975260381918481 ], [ 170.28196839776362, -45.975279086510412 ], [ 170.281911948785535, -45.975315846090474 ], [ 170.281860308896285, -45.975324142769061 ], [ 170.281834913640751, -45.975354497100803 ], [ 170.281829987996247, -45.975385338643683 ], [ 170.281826610513917, -45.975454320151805 ], [ 170.281851574118946, -45.975502543225431 ], [ 170.281893129999588, -45.975560686991244 ], [ 170.281891266594471, -45.975598745755306 ], [ 170.281940228137273, -45.975645158543877 ], [ 170.281955073503383, -45.975690759325019 ], [ 170.281967671865772, -45.975712492177074 ], [ 170.281945571648095, -45.975745306400711 ], [ 170.281896760673334, -45.975765577649746 ], [ 170.281849347249079, -45.975757304806017 ], [ 170.281774291403792, -45.975755518325393 ], [ 170.281754869853586, -45.975733623043141 ], [ 170.281698036900906, -45.975708455814654 ], [ 170.28166744873991, -45.975705346275305 ], [ 170.281639922785814, -45.975709453953208 ], [ 170.281588166016178, -45.975720129171279 ], [ 170.28155486509695, -45.975702666359027 ], [ 170.281503690719092, -45.975701448178647 ], [ 170.281472869612656, -45.975703095931301 ], [ 170.281457825329028, -45.975731315137743 ], [ 170.281473369204946, -45.975762643941593 ], [ 170.281502559620691, -45.975794297596217 ], [ 170.281507868639977, -45.975825382756611 ], [ 170.281502709799327, -45.975860981621857 ], [ 170.281480958692782, -45.975886659731863 ], [ 170.281470024890751, -45.975900688120987 ], [ 170.281426488996402, -45.97588298162762 ], [ 170.281392372636986, -45.975882169469152 ], [ 170.28132894941578, -45.975852082281762 ], [ 170.281285763075772, -45.975827239721987 ], [ 170.281228813760464, -45.975804450934284 ], [ 170.281167753895744, -45.975795852923696 ], [ 170.281112468836227, -45.975808825370279 ], [ 170.281080832173643, -45.975827123713081 ], [ 170.281035082957459, -45.975854611823372 ], [ 170.281013681146248, -45.975873153826825 ], [ 170.280994991940815, -45.975906049079271 ], [ 170.280973473592297, -45.975926969745124 ], [ 170.280928656285028, -45.975935428443364 ], [ 170.280866198232673, -45.975955374317181 ], [ 170.280837856536635, -45.975976132491219 ], [ 170.280792107078355, -45.976003620498069 ], [ 170.280760004147822, -45.976031433428034 ], [ 170.280742246848376, -45.97604529927132 ], [ 170.280708013893303, -45.976046865576613 ], [ 170.280656489681434, -45.976052783020393 ], [ 170.280635437223367, -45.976064188937571 ], [ 170.280597909130364, -45.976063295300214 ], [ 170.280566505199005, -45.976076836152828 ], [ 170.280548048702769, -45.976104973983816 ], [ 170.280556302767025, -45.976145655097113 ], [ 170.28055467145316, -45.976178956475273 ], [ 170.280542805175202, -45.976212014127192 ], [ 170.280534117490618, -45.976249910359492 ], [ 170.280525196744605, -45.976292563930144 ], [ 170.280516625557681, -45.976328081490344 ], [ 170.280460990242887, -45.976348189614171 ], [ 170.280415123760434, -45.976378056126919 ], [ 170.280410197212746, -45.976408897584037 ], [ 170.280367392724514, -45.976445981330258 ], [ 170.280338817522704, -45.976471496707774 ], [ 170.280283298536716, -45.976489226070669 ], [ 170.280241775811788, -45.976500144405456 ], [ 170.280195792546692, -45.976532389492988 ], [ 170.280180397756965, -45.976567744514888 ], [ 170.280168531164094, -45.97660080211908 ], [ 170.280156198390472, -45.976643374397085 ], [ 170.280126807188282, -45.976685540398201 ], [ 170.280120831556104, -45.976737789856188 ], [ 170.280111677310401, -45.976785200719952 ], [ 170.280092404520531, -45.976829989144704 ], [ 170.280060300751302, -45.976857801855857 ], [ 170.280011255030388, -45.976882829595176 ], [ 170.2799860911297, -45.97690842613293 ], [ 170.2799715119464, -45.976927130440437 ], [ 170.279905990404785, -45.976939858488059 ], [ 170.279840235722162, -45.976957343833675 ], [ 170.2798083648687, -45.976980399132778 ], [ 170.279826154250259, -45.977035596087568 ], [ 170.27984580856949, -45.977052734350508 ], [ 170.279864763566565, -45.977084144619035 ], [ 170.279843360881358, -45.977102686380277 ], [ 170.279803003197514, -45.977089817861945 ], [ 170.279755938683991, -45.977074408128345 ], [ 170.279703714055444, -45.977094597124761 ], [ 170.279671843065586, -45.977117652382269 ], [ 170.279652569796355, -45.977162440719979 ], [ 170.27966140614754, -45.977191228541798 ], [ 170.279677065933612, -45.977220178901952 ], [ 170.279672022316362, -45.977253398980032 ], [ 170.279671206363219, -45.97727004965369 ], [ 170.279649920106237, -45.977286212707448 ], [ 170.279616152637033, -45.977278263996958 ], [ 170.279593086598368, -45.977261044422981 ], [ 170.279570137143054, -45.977241446177189 ], [ 170.27952977942752, -45.977228577561696 ], [ 170.279485893446349, -45.977218006324641 ], [ 170.279453789147595, -45.977245818851799 ], [ 170.279434399079804, -45.977292985814046 ], [ 170.279454434149045, -45.977372050766547 ], [ 170.279419267747045, -45.97739264600321 ], [ 170.279417985409395, -45.977418811341366 ], [ 170.279430116823448, -45.977450059122617 ], [ 170.279443064278155, -45.977464656232847 ], [ 170.27947531637011, -45.977503527669668 ], [ 170.279481090665058, -45.977525098225698 ], [ 170.279479808350629, -45.9775512635646 ], [ 170.279437701796866, -45.977574074919509 ], [ 170.279348530392554, -45.977581476350615 ], [ 170.279290647491621, -45.977577715914656 ], [ 170.279253118418126, -45.97757682181313 ], [ 170.279212177612692, -45.977575846415604 ], [ 170.279190774517872, -45.97759438804399 ], [ 170.279185963740218, -45.977622850758301 ], [ 170.279208446863407, -45.977651963747029 ], [ 170.279227634854948, -45.977678616781738 ], [ 170.279226468999838, -45.9777024034478 ], [ 170.279154122899172, -45.977714968470977 ], [ 170.279098602298802, -45.977732697218151 ], [ 170.279063785313383, -45.977746156337233 ], [ 170.27903567520633, -45.977762156690233 ], [ 170.279041449351695, -45.977783727264423 ], [ 170.279074867257719, -45.977798812148094 ], [ 170.279104873434164, -45.977813815735125 ], [ 170.279114175951349, -45.977833088927113 ], [ 170.279122778930827, -45.977866634116388 ], [ 170.279107616237951, -45.97789723163018 ], [ 170.279085863202766, -45.977922909233222 ], [ 170.279071050252696, -45.97794637074248 ], [ 170.279062944210978, -45.977972373493252 ], [ 170.27903471739117, -45.977990752509015 ], [ 170.278956946535118, -45.977974610825648 ], [ 170.278916471846401, -45.977964120652025 ], [ 170.278886932048209, -45.977939602351817 ], [ 170.278815285193957, -45.977937895156636 ], [ 170.27877658983374, -45.977960787549733 ], [ 170.278732470221144, -45.977954973345668 ], [ 170.278654699512089, -45.97793883145939 ], [ 170.278606934951767, -45.977937693237202 ], [ 170.278595416939794, -45.977963614647607 ], [ 170.278545903123273, -45.977998156377332 ], [ 170.278500617330764, -45.978016128734438 ], [ 170.278486387203202, -45.978027696836357 ], [ 170.27849463997066, -45.97806837805917 ], [ 170.278482655400666, -45.978103814115833 ], [ 170.278444193031106, -45.97812194906021 ], [ 170.278396078453142, -45.978127946740912 ], [ 170.278319969985034, -45.978147565903264 ], [ 170.278278212394611, -45.978163240813927 ], [ 170.278273517716343, -45.978189324811211 ], [ 170.278285998512729, -45.978213436706127 ], [ 170.278315538178532, -45.9782379551581 ], [ 170.278317200549395, -45.978273716438089 ], [ 170.278298742147598, -45.978301853854113 ], [ 170.278273693429696, -45.978325071312327 ], [ 170.278228990436759, -45.978331150230801 ], [ 170.278204874732268, -45.978335338358164 ], [ 170.27817664744785, -45.97835371715027 ], [ 170.278166412112313, -45.978353473202695 ], [ 170.2781755977486, -45.978375125128515 ], [ 170.278184783391708, -45.978396777053682 ], [ 170.27815337755527, -45.978410317194985 ], [ 170.278109724208747, -45.978394988087558 ], [ 170.278068899477177, -45.978391633603088 ], [ 170.278031253252351, -45.978393117752162 ], [ 170.27800643766372, -45.978411577820161 ], [ 170.27798503384119, -45.978430119203907 ], [ 170.277936219090776, -45.978450388666218 ], [ 170.277897872951286, -45.978466144752524 ], [ 170.277886354490391, -45.97849206607944 ], [ 170.2778883665232, -45.978520691367407 ], [ 170.277921667890041, -45.978538155253482 ], [ 170.277923913231405, -45.978562023213748 ], [ 170.277922513492115, -45.978590567177669 ], [ 170.277891107483157, -45.978604107242553 ], [ 170.277873348634586, -45.9786179725997 ], [ 170.277794060824078, -45.978632752738754 ], [ 170.277749707495673, -45.978631695472572 ], [ 170.277698880545614, -45.978623339539091 ], [ 170.277661584127998, -45.978617687572978 ], [ 170.277610290571857, -45.978618846252957 ], [ 170.277575822660452, -45.97862516890698 ], [ 170.277541121418579, -45.978636248876207 ], [ 170.277506303500161, -45.978649707497325 ], [ 170.277508315338594, -45.978678332787069 ], [ 170.277496329993909, -45.978713768719857 ], [ 170.277477521031244, -45.978749041976791 ], [ 170.277420948877619, -45.978788177833962 ], [ 170.277396016240914, -45.978809016422211 ], [ 170.27737131692453, -45.978825097679618 ], [ 170.27735332453571, -45.978843720275819 ], [ 170.277321918248902, -45.978857260177293 ], [ 170.277245691746515, -45.978879257252721 ], [ 170.277196292950947, -45.97891141969307 ], [ 170.277178767188303, -45.978920527611336 ], [ 170.277201366412243, -45.978947262315643 ], [ 170.277199499572646, -45.978985320908727 ], [ 170.2771770451495, -45.979025270086638 ], [ 170.277145288676707, -45.979045945921804 ], [ 170.277119655730814, -45.979081056415289 ], [ 170.277097901303904, -45.979106733603921 ], [ 170.277083320552435, -45.979125437501573 ], [ 170.277089444100795, -45.979139872170855 ], [ 170.277081803670427, -45.97915636010449 ], [ 170.277037333264957, -45.979157681214311 ], [ 170.276996858117656, -45.979147190350922 ], [ 170.276944980625473, -45.9791602420283 ], [ 170.276892402960726, -45.979187565649781 ], [ 170.276867586637138, -45.979206025451596 ], [ 170.276787830958625, -45.979230319510599 ], [ 170.276721489132882, -45.979259696276529 ], [ 170.276692910788228, -45.979285210660585 ], [ 170.276671272784768, -45.979308509100008 ], [ 170.276621989977826, -45.97933829261293 ], [ 170.276569528694239, -45.979363237416941 ], [ 170.276481431761056, -45.979418291110122 ], [ 170.276434626898634, -45.979467185188149 ], [ 170.276423107531713, -45.979493106343526 ], [ 170.276398057487256, -45.979516323356378 ], [ 170.276374057858277, -45.979518132421418 ], [ 170.276321479577206, -45.979545455764615 ], [ 170.276288321861927, -45.979594675266434 ], [ 170.276213521524397, -45.979657190210766 ], [ 170.276173773380464, -45.979701489602817 ], [ 170.276075556668843, -45.979753920166871 ], [ 170.276010147700305, -45.97976426721911 ], [ 170.27595509102153, -45.979772479726364 ], [ 170.275937331315731, -45.979786344760726 ], [ 170.275932752104353, -45.979810049968314 ], [ 170.275934646409155, -45.979841053922655 ], [ 170.27590618413663, -45.979864189433528 ], [ 170.275864074375534, -45.979886999390196 ], [ 170.275859378384013, -45.979913083252619 ], [ 170.275869030295553, -45.97992522070836 ], [ 170.27585374847456, -45.979958196386612 ], [ 170.275807526300298, -45.979995196886293 ], [ 170.275777779724507, -45.980044497608922 ], [ 170.275776612295971, -45.980068284196889 ], [ 170.275748033094203, -45.980093798322208 ], [ 170.275702160973452, -45.980123662798356 ], [ 170.275677227085339, -45.980144500979115 ], [ 170.275644768919278, -45.9801794483176 ], [ 170.275623480368921, -45.980195610562241 ], [ 170.275612077210582, -45.980219152962597 ], [ 170.275623973502263, -45.9802551584173 ], [ 170.27560527954725, -45.980288052660732 ], [ 170.275574105527397, -45.980296834733899 ], [ 170.275542581236266, -45.98031275277306 ], [ 170.275509889372842, -45.980352457384555 ], [ 170.275501664514763, -45.980380838485772 ], [ 170.275476146647549, -45.980413569907938 ], [ 170.275420972493322, -45.980424160798648 ], [ 170.275392976745792, -45.980437781536423 ], [ 170.275370170116531, -45.980484866281273 ], [ 170.275328059661462, -45.980507676022611 ], [ 170.275323129824528, -45.980538517169059 ], [ 170.275314554545332, -45.980574034226287 ], [ 170.27531338689684, -45.980597820802863 ], [ 170.275284690437218, -45.980625713456881 ], [ 170.275251531126571, -45.980674932614384 ], [ 170.275225779432958, -45.98071242128767 ], [ 170.275210847305061, -45.980738260890242 ], [ 170.275161095349517, -45.980777558349381 ], [ 170.275126041972158, -45.980795773511694 ], [ 170.27513464290405, -45.980829318942504 ], [ 170.275153713163292, -45.98085835128682 ], [ 170.275132424204571, -45.980874513429164 ], [ 170.275127727765607, -45.980900597247917 ], [ 170.275099147826666, -45.980926111191273 ], [ 170.275053975324795, -45.980941703437743 ], [ 170.275026329560347, -45.980948188105728 ], [ 170.275035397564494, -45.980972218914651 ], [ 170.275054467816716, -45.981001251274847 ], [ 170.275072603872303, -45.981049312888096 ], [ 170.275064612227368, -45.981072936633517 ], [ 170.27504308960124, -45.98109385607011 ], [ 170.275000394641296, -45.981128558959419 ], [ 170.274971464177526, -45.981161208836269 ], [ 170.27495288629342, -45.981191724296096 ], [ 170.274924656472251, -45.981210102219492 ], [ 170.274879600475714, -45.981223315733395 ], [ 170.274865251974063, -45.981237261999482 ], [ 170.274857493785106, -45.981256128414174 ], [ 170.274842210966312, -45.981289103928596 ], [ 170.274844455037254, -45.981312971912125 ], [ 170.274823399388339, -45.981324376677001 ], [ 170.274785984713361, -45.981321102396194 ], [ 170.274754459610648, -45.981337020197138 ], [ 170.274780704110754, -45.981359079475865 ], [ 170.274807415790661, -45.981371624123611 ], [ 170.274820246083721, -45.98138860039883 ], [ 170.274822490147272, -45.981412468382281 ], [ 170.274821088675083, -45.981441012258315 ], [ 170.274785917970746, -45.981461605958771 ], [ 170.274734154609035, -45.981472277910754 ], [ 170.274692276725546, -45.981490330079311 ], [ 170.274670520200772, -45.981516006749601 ], [ 170.274656897204039, -45.981584743497976 ], [ 170.274652317264326, -45.981608448632059 ], [ 170.274623853531352, -45.981631583784697 ], [ 170.274633038256184, -45.981653235965759 ], [ 170.274631753473415, -45.98167940118023 ], [ 170.274640938208449, -45.981701053360744 ], [ 170.274622126352341, -45.981736326067733 ], [ 170.274636850262084, -45.981784306315191 ], [ 170.274673214062318, -45.98180898855437 ], [ 170.274707100279699, -45.981814560111111 ], [ 170.274726404217148, -45.981838835212962 ], [ 170.274747251445888, -45.981901250230706 ], [ 170.274738675549372, -45.981936767224212 ], [ 170.274757395569537, -45.981972935601469 ], [ 170.274742462860161, -45.981998775125248 ], [ 170.274703412583506, -45.982028801990253 ], [ 170.274671653450127, -45.982049477068692 ], [ 170.274626363106478, -45.982067447775833 ], [ 170.274584835138171, -45.982078363925631 ], [ 170.274550014345778, -45.982091821573718 ], [ 170.274548963111926, -45.982113229473356 ], [ 170.274568267076887, -45.982137504601624 ], [ 170.274581097461891, -45.982154480904008 ], [ 170.274572988625408, -45.982180483258261 ], [ 170.274547819756322, -45.982206078466561 ], [ 170.274525712454164, -45.982238891064945 ], [ 170.274480188293779, -45.982261619019795 ], [ 170.274413374368208, -45.982300508943347 ], [ 170.274382082217556, -45.982311669313987 ], [ 170.274356796387082, -45.982339643131418 ], [ 170.274301503296414, -45.982352612085393 ], [ 170.27424480836612, -45.98239412486955 ], [ 170.27418858063308, -45.982426123004721 ], [ 170.27410575762795, -45.982443197644244 ], [ 170.274010104296593, -45.982443295860442 ], [ 170.273945743282951, -45.982432233758018 ], [ 170.273901620728282, -45.982426417623003 ], [ 170.273900686065218, -45.982445446855721 ], [ 170.273902345589335, -45.982481208115843 ], [ 170.273903771448317, -45.98252172668392 ], [ 170.273881663636701, -45.982554539144665 ], [ 170.273839667821051, -45.982574969626967 ], [ 170.273832376424451, -45.982584321340511 ], [ 170.273837447932806, -45.982620164051063 ], [ 170.273832517028694, -45.982651005100323 ], [ 170.273814288503019, -45.982674384381141 ], [ 170.273785823862937, -45.982697519300984 ], [ 170.27374723993708, -45.982718031198281 ], [ 170.273708655982858, -45.982738543081851 ], [ 170.273700897170841, -45.982757409400072 ], [ 170.273710432225641, -45.982771925686997 ], [ 170.273705734919275, -45.982798009421053 ], [ 170.273687038915455, -45.982830903292836 ], [ 170.273679163237716, -45.982852148262353 ], [ 170.273657405689988, -45.982877824711736 ], [ 170.273655886702159, -45.982908747206153 ], [ 170.273638125398321, -45.982922611840813 ], [ 170.273640602676295, -45.982941722525119 ], [ 170.2736327269632, -45.982962967490302 ], [ 170.2736041452481, -45.982988481012121 ], [ 170.273565327351349, -45.983013750147471 ], [ 170.27351309491084, -45.983033936118176 ], [ 170.273478156409624, -45.983049772071197 ], [ 170.27347392638012, -45.983066341179679 ], [ 170.273509706198439, -45.983102917056769 ], [ 170.273557124446938, -45.983111193466982 ], [ 170.273591011326317, -45.983116765369097 ], [ 170.273600079014898, -45.983140796277937 ], [ 170.273609029862513, -45.983167205839358 ], [ 170.273590917913964, -45.983188206423549 ], [ 170.273549388910226, -45.983199122171506 ], [ 170.273498558526086, -45.983190764294633 ], [ 170.27345478599176, -45.983177812016379 ], [ 170.273412789543841, -45.983198242325614 ], [ 170.273370442488954, -45.98322580857679 ], [ 170.273344688280673, -45.983263296756085 ], [ 170.273323631577597, -45.983274701217475 ], [ 170.273268804780201, -45.98327815503302 ], [ 170.273155505364741, -45.983289738416943 ], [ 170.273069385578452, -45.983304352141886 ], [ 170.272996797149631, -45.983321670361924 ], [ 170.272982213866896, -45.983340373667893 ], [ 170.272946807514558, -45.983365724057265 ], [ 170.272862697059082, -45.983408962921537 ], [ 170.272816820615617, -45.983438826127013 ], [ 170.272790832164191, -45.983481071472525 ], [ 170.272758370169271, -45.983516017888043 ], [ 170.272718148863419, -45.983569830532254 ], [ 170.27264427417839, -45.983613313680301 ], [ 170.272578158710871, -45.983637930550344 ], [ 170.272498277933977, -45.983664600062525 ], [ 170.272433565153193, -45.983660673037036 ], [ 170.272388857299717, -45.983666749553329 ], [ 170.272347561525891, -45.9836729075489 ], [ 170.272312505391653, -45.98369112177766 ], [ 170.27230439524169, -45.98371712393579 ], [ 170.272316757641249, -45.983743615082737 ], [ 170.272335827336036, -45.983772647874019 ], [ 170.272300888040434, -45.98378848344705 ], [ 170.272283009208223, -45.983804726505447 ], [ 170.272256296980061, -45.983792181258373 ], [ 170.272229584764148, -45.983779636005288 ], [ 170.272205933921811, -45.983774308198065 ], [ 170.2721715791522, -45.983778250479965 ], [ 170.272129932531612, -45.983791544344498 ], [ 170.27211217056464, -45.983805408725033 ], [ 170.272084055381498, -45.983821407237869 ], [ 170.27203535067602, -45.983839295356034 ], [ 170.272000645096171, -45.983850373534615 ], [ 170.271979237136804, -45.983868913684979 ], [ 170.27199524535223, -45.983890729072229 ], [ 170.272011487419633, -45.983907787157975 ], [ 170.272006789197064, -45.983933870797543 ], [ 170.271984913521635, -45.983961925546787 ], [ 170.271963388590279, -45.983982844342393 ], [ 170.27194127902635, -45.984015656381295 ], [ 170.271912462139085, -45.984045926744948 ], [ 170.271894115407633, -45.984071684335227 ], [ 170.271862470985837, -45.984089979926694 ], [ 170.271824470029827, -45.984098597885612 ], [ 170.271809418425164, -45.984126815623164 ], [ 170.271777890875029, -45.984142732540512 ], [ 170.27173213017565, -45.984170216631007 ], [ 170.271679311322572, -45.984202294964874 ], [ 170.271648485312511, -45.984203939950994 ], [ 170.271614481057668, -45.984200746111568 ], [ 170.271599780133641, -45.984221827871643 ], [ 170.271595198623913, -45.984245532839296 ], [ 170.271628852091908, -45.984255862631528 ], [ 170.271616978590316, -45.984288919156668 ], [ 170.27160910189383, -45.984310163956209 ], [ 170.271554274001261, -45.984313616922584 ], [ 170.27153627783764, -45.984332238502688 ], [ 170.271499817699237, -45.984378996247564 ], [ 170.271467588246935, -45.984409184964271 ], [ 170.271428066704914, -45.984448725213745 ], [ 170.271369007887046, -45.984468747100223 ], [ 170.271327126658747, -45.984486797950957 ], [ 170.271281482406266, -45.984511903199916 ], [ 170.27122548474091, -45.984539142483094 ], [ 170.271166191839598, -45.984563921556273 ], [ 170.271113840130255, -45.984586485019996 ], [ 170.271036901594783, -45.984622749584851 ], [ 170.270979617062835, -45.984676153863525 ], [ 170.270937150709557, -45.984706097800881 ], [ 170.270922098479957, -45.984734315405014 ], [ 170.270914104478209, -45.984757938794978 ], [ 170.270853758450102, -45.984804125520917 ], [ 170.27080035361007, -45.984848096655135 ], [ 170.270770716821829, -45.984895017231374 ], [ 170.270688727744897, -45.984964501054101 ], [ 170.270606621476702, -45.985036363459045 ], [ 170.270539567533831, -45.985080008256112 ], [ 170.270483685924802, -45.9851048685058 ], [ 170.27041368760257, -45.985138917085337 ], [ 170.27041499389739, -45.985181814270817 ], [ 170.270370050634995, -45.985192647254742 ], [ 170.270318984987199, -45.985189045226491 ], [ 170.270273339704659, -45.985214150046524 ], [ 170.270278058070147, -45.985257128791694 ], [ 170.270283478438358, -45.985285835662175 ], [ 170.270237950060249, -45.98530856181987 ], [ 170.270197120865959, -45.985305204420982 ], [ 170.270139815792845, -45.985289545956157 ], [ 170.270070402074538, -45.985311701087447 ], [ 170.270025107612724, -45.985329669867241 ], [ 170.269956044842019, -45.985344688991319 ], [ 170.269890277204468, -45.985362168290322 ], [ 170.269857929283347, -45.985394735160561 ], [ 170.269826400460801, -45.98541065150723 ], [ 170.269781339885185, -45.985423862897015 ], [ 170.269756518381911, -45.985442321019853 ], [ 170.269735109053158, -45.985460860714298 ], [ 170.269722766044083, -45.985503431583417 ], [ 170.269707829994303, -45.985529270360828 ], [ 170.26966288632201, -45.985540103056387 ], [ 170.269607354955468, -45.985557826923205 ], [ 170.269609245769317, -45.985588830880111 ], [ 170.269596785601038, -45.985633780376197 ], [ 170.269516198365864, -45.985674719562063 ], [ 170.269431730656294, -45.985725091676841 ], [ 170.269342076959504, -45.985741999534959 ], [ 170.269287130512794, -45.985747830020571 ], [ 170.269235245124634, -45.985760878002566 ], [ 170.269230428358441, -45.985789340131113 ], [ 170.269255619217944, -45.985832808453679 ], [ 170.269254565806108, -45.985854216244824 ], [ 170.269277163810358, -45.985880952466665 ], [ 170.269302120657073, -45.985929178067096 ], [ 170.269293774641483, -45.985959937250449 ], [ 170.269264838235756, -45.985992585525217 ], [ 170.269241772007263, -45.985975363874026 ], [ 170.269180937272665, -45.98596200197052 ], [ 170.269142817594371, -45.985972997639536 ], [ 170.269118346787536, -45.985984319682331 ], [ 170.269137883706122, -45.986003838404919 ], [ 170.269178011032636, -45.98602146805176 ], [ 170.269199672671789, -45.986067233434852 ], [ 170.269184736217653, -45.986093072132718 ], [ 170.269159914212139, -45.986111530112787 ], [ 170.269125089603477, -45.98612498601176 ], [ 170.269103679795222, -45.986143525575237 ], [ 170.269098862919549, -45.98617198769427 ], [ 170.269053450389748, -45.986192334706374 ], [ 170.268936380889841, -45.986210968074687 ], [ 170.26888049743593, -45.986235827493743 ], [ 170.268873321772162, -45.986242800213233 ], [ 170.268909919879519, -45.986262726993957 ], [ 170.268960401091419, -45.986278222885417 ], [ 170.268993821131261, -45.986293310753197 ], [ 170.269016536234517, -45.986317668383244 ], [ 170.26904196125912, -45.986356379465377 ], [ 170.26902408063404, -45.986372621967107 ], [ 170.268989607005523, -45.98637894189158 ], [ 170.26894524781622, -45.986377881071334 ], [ 170.268910540051081, -45.986388958256811 ], [ 170.268872537090516, -45.986397575184604 ], [ 170.268803589764502, -45.986410214929904 ], [ 170.268731581373061, -45.9864156370977 ], [ 170.268676282986434, -45.986428603198704 ], [ 170.26864816548715, -45.986444600806983 ], [ 170.268635236021055, -45.986499064738318 ], [ 170.268663604811536, -45.986547372079094 ], [ 170.26866243407116, -45.986571158498968 ], [ 170.268678090471212, -45.986600110256418 ], [ 170.268676217292381, -45.986638168528273 ], [ 170.268667402509891, -45.986678442220139 ], [ 170.26866623176582, -45.986702228639516 ], [ 170.268654590072657, -45.986730527508989 ], [ 170.268592115585591, -45.986750466263672 ], [ 170.268550817142255, -45.986756622822142 ], [ 170.268490332989472, -45.986736124611951 ], [ 170.268422087673372, -45.986734492265825 ], [ 170.268351132626378, -45.986718506410767 ], [ 170.268272299273093, -45.986723765037624 ], [ 170.268227003087731, -45.986741733061272 ], [ 170.268218422148749, -45.986777249428116 ], [ 170.268186774977295, -45.986795543931414 ], [ 170.268175133020037, -45.98682384274565 ], [ 170.268156900699807, -45.986847221023993 ], [ 170.268145024520351, -45.986880277116029 ], [ 170.268150678094884, -45.986904226777725 ], [ 170.268156097479306, -45.986932933720858 ], [ 170.268144806768049, -45.986954096608002 ], [ 170.268097386172059, -45.986945817899276 ], [ 170.268063380496898, -45.986942622970474 ], [ 170.26803220159016, -45.986951402864818 ], [ 170.268047974857637, -45.986977976061425 ], [ 170.268046335426931, -45.987011277029602 ], [ 170.268021278422168, -45.987034492022907 ], [ 170.26799280911203, -45.987057625378611 ], [ 170.267944802919743, -45.987061239807197 ], [ 170.267879383970978, -45.987071581962567 ], [ 170.267881625159589, -45.9870954499997 ], [ 170.26789786682815, -45.987112508654882 ], [ 170.267840092167688, -45.987106363573588 ], [ 170.267825623235325, -45.987122687508617 ], [ 170.267834220532649, -45.987156233379579 ], [ 170.267835876143494, -45.987191994617362 ], [ 170.267841061161647, -45.98722545885127 ], [ 170.26786660285191, -45.987261791540583 ], [ 170.26788943493699, -45.987283770748888 ], [ 170.267867204483224, -45.987318960538722 ], [ 170.267837095382163, -45.987375394810485 ], [ 170.267743573709026, -45.987470796454978 ], [ 170.267693107639815, -45.98752436220331 ], [ 170.267619106634044, -45.987570220506548 ], [ 170.267528043919924, -45.987615670528903 ], [ 170.267434505787492, -45.987642009713177 ], [ 170.267365790882167, -45.987649891267722 ], [ 170.267263655598697, -45.987642684411142 ], [ 170.267161520345923, -45.987635477463762 ], [ 170.267095866298462, -45.987650576427811 ], [ 170.26703715400285, -45.987663460037027 ], [ 170.266989498691373, -45.987659938135693 ], [ 170.266929731987943, -45.987694229432158 ], [ 170.266900793266842, -45.987726877047542 ], [ 170.26686150038239, -45.987761658294133 ], [ 170.266822441764134, -45.987791682250247 ], [ 170.266787498388339, -45.987807516034124 ], [ 170.266765969983311, -45.98782843376005 ], [ 170.266730557920283, -45.987853782076151 ], [ 170.266699143973625, -45.98786731886414 ], [ 170.266681496500695, -45.987878803693846 ], [ 170.266700798852071, -45.987903080098519 ], [ 170.266788816544704, -45.987919475344377 ], [ 170.266835769114493, -45.987937269160781 ], [ 170.26688966354331, -45.987952847652323 ], [ 170.266933906760784, -45.987956287936292 ], [ 170.266971559615286, -45.98795480760073 ], [ 170.267002153493593, -45.987957921204377 ], [ 170.267027812090845, -45.987991875434346 ], [ 170.267025469089361, -45.988039448196986 ], [ 170.267020182339763, -45.988077424744773 ], [ 170.266987948266575, -45.988107612076902 ], [ 170.266956534232861, -45.988121148933352 ], [ 170.266907238357248, -45.988150927919797 ], [ 170.266902420137171, -45.988179389908176 ], [ 170.266860066042057, -45.988206953565602 ], [ 170.266790764562501, -45.988226727944117 ], [ 170.266755469410469, -45.988249697623417 ], [ 170.26670523599401, -45.988298505616513 ], [ 170.266641001545565, -45.98835412280291 ], [ 170.266580648013814, -45.988400307077121 ], [ 170.266531234515952, -45.988432464526873 ], [ 170.266508885544738, -45.988470032653254 ], [ 170.266489831736294, -45.988510061089727 ], [ 170.266450538023292, -45.988544842172445 ], [ 170.266422653162948, -45.988556081915512 ], [ 170.266363236674209, -45.988583236971245 ], [ 170.266312768238663, -45.988636802047679 ], [ 170.266256763988565, -45.98866403872843 ], [ 170.266216884081814, -45.988710712905544 ], [ 170.266138764741584, -45.988770760307844 ], [ 170.266081822721617, -45.988817025985149 ], [ 170.266042645728589, -45.988849428279359 ], [ 170.266024294623776, -45.98887518481051 ], [ 170.266015829086257, -45.988908322325301 ], [ 170.265991356349531, -45.988919643649403 ], [ 170.26594829803463, -45.988961478756472 ], [ 170.265916414460975, -45.98898452985069 ], [ 170.265890769643079, -45.989019637506757 ], [ 170.265848062787398, -45.989054336665752 ], [ 170.265826767942343, -45.98907049692108 ], [ 170.265787590618487, -45.989102899119132 ], [ 170.265772886129724, -45.989123980034144 ], [ 170.265723823147283, -45.989149001200538 ], [ 170.265706175059364, -45.989160485863572 ], [ 170.265694531296418, -45.989188784375003 ], [ 170.265690063978468, -45.989210110386715 ], [ 170.265657125229609, -45.989254569116419 ], [ 170.265627716057224, -45.989296730905608 ], [ 170.265595597721926, -45.989324539171257 ], [ 170.265569835319269, -45.989362025380025 ], [ 170.265568077047959, -45.989397704900064 ], [ 170.265532780639603, -45.989420674169146 ], [ 170.265514077438439, -45.989453566510143 ], [ 170.265484785268711, -45.989493349621938 ], [ 170.265490203458938, -45.989522056654806 ], [ 170.265498682419093, -45.989557981300308 ], [ 170.26549033366868, -45.989588740128802 ], [ 170.265462330866484, -45.989602358253748 ], [ 170.265447860563398, -45.989618681850864 ], [ 170.265453161519559, -45.989649767519111 ], [ 170.265465639028605, -45.989673880705524 ], [ 170.265498473962225, -45.989700862784865 ], [ 170.265534838589986, -45.989725547929567 ], [ 170.265595442005775, -45.989743669110005 ], [ 170.265621921025144, -45.989760973203651 ], [ 170.26565169528962, -45.989780737631392 ], [ 170.265688177253281, -45.989803044094955 ], [ 170.265731366929174, -45.989827892588195 ], [ 170.265726782349333, -45.989851597233177 ], [ 170.265777265827154, -45.989867094576717 ], [ 170.265816925931347, -45.989894239972607 ], [ 170.26582823155843, -45.989942139472639 ], [ 170.265840006039042, -45.98998052443185 ], [ 170.265852249368976, -45.990009394850098 ], [ 170.265827658894779, -45.990023094760502 ], [ 170.265762939363157, -45.990019163802238 ], [ 170.26572152098845, -45.990027697907365 ], [ 170.26563550617746, -45.99003992709661 ], [ 170.26558032070443, -45.990050512959179 ], [ 170.265542080298758, -45.990063885974422 ], [ 170.265527375446567, -45.990084966846879 ], [ 170.265493016365866, -45.990088907017032 ], [ 170.265435121716195, -45.990085139292269 ], [ 170.265414412483011, -45.990089406286131 ], [ 170.265379115559909, -45.990112375493965 ], [ 170.265337579831254, -45.990123288090743 ], [ 170.265305578089112, -45.990148717623413 ], [ 170.265307700998761, -45.99017496431145 ], [ 170.265313001914905, -45.990206049982945 ], [ 170.265290768593189, -45.990241239192287 ], [ 170.26527888989969, -45.990274294914222 ], [ 170.265260772414081, -45.990295294031078 ], [ 170.265241951498894, -45.990330564946426 ], [ 170.265203359107602, -45.990351073742197 ], [ 170.265137115127544, -45.990378064656873 ], [ 170.265109346318951, -45.99038692541599 ], [ 170.265088285221253, -45.990398328247345 ], [ 170.265086878306107, -45.990426871846694 ], [ 170.265054759026185, -45.990454679934594 ], [ 170.265026286691835, -45.990477812471241 ], [ 170.264997462592135, -45.990508080899353 ], [ 170.264989816883912, -45.990524567879035 ], [ 170.265019356820176, -45.990549089739567 ], [ 170.265021714093621, -45.990570579162444 ], [ 170.26500336191603, -45.990596335499262 ], [ 170.265012544173544, -45.990617988373259 ], [ 170.265021491944481, -45.990644398512693 ], [ 170.265033969467538, -45.99066851174338 ], [ 170.265022794000203, -45.990687295632696 ], [ 170.264994556025272, -45.990705670891607 ], [ 170.264962905530695, -45.990723964416112 ], [ 170.264941023519128, -45.990752017646251 ], [ 170.264936907511839, -45.990766207715495 ], [ 170.264946207018738, -45.990785481961467 ], [ 170.264927737479525, -45.990813616915688 ], [ 170.26489573514192, -45.990839046317632 ], [ 170.264861023792321, -45.99085012218373 ], [ 170.264805602861856, -45.990865464914307 ], [ 170.264777833756455, -45.990874325585452 ], [ 170.264746417613338, -45.990887861780806 ], [ 170.264728299718939, -45.990908860802172 ], [ 170.264763726688216, -45.990952575256934 ], [ 170.264765849354291, -45.990978821946712 ], [ 170.264729848024814, -45.991016062726125 ], [ 170.264708786607429, -45.991027465479249 ], [ 170.264670545320683, -45.99104083818073 ], [ 170.264638425467751, -45.991068646136235 ], [ 170.264612192499214, -45.991115646614396 ], [ 170.264601134060598, -45.991132051823904 ], [ 170.264603491185937, -45.991153541250398 ], [ 170.264612556101696, -45.991177572785269 ], [ 170.264625268086149, -45.991196928793293 ], [ 170.264661515998142, -45.991223992855723 ], [ 170.264677171486198, -45.991252945123534 ], [ 170.264655640906568, -45.991273862392532 ], [ 170.264637522845618, -45.991294861394636 ], [ 170.26459928135543, -45.991308234067183 ], [ 170.264571394725721, -45.99131947331373 ], [ 170.264556689155484, -45.991340554041336 ], [ 170.264552221190712, -45.991361879987714 ], [ 170.264557287225301, -45.991397722945209 ], [ 170.264579415982695, -45.991433974601073 ], [ 170.264615312218893, -45.991468174575751 ], [ 170.26466203247071, -45.991490726591834 ], [ 170.264701927663509, -45.991513115117939 ], [ 170.264713584379138, -45.991553878805995 ], [ 170.264691701896936, -45.991581931974608 ], [ 170.264649578598153, -45.9916047374507 ], [ 170.264611102357065, -45.991622867385587 ], [ 170.264566035519323, -45.991636076563331 ], [ 170.264500493321691, -45.991648795271949 ], [ 170.264411766858245, -45.991646669942604 ], [ 170.264359640285107, -45.991664472810292 ], [ 170.26434199110011, -45.991675957233689 ], [ 170.264357998374464, -45.991697773648525 ], [ 170.26437388838221, -45.991721968692637 ], [ 170.264390012959979, -45.991741406472109 ], [ 170.264398509872194, -45.991755303293132 ], [ 170.264423101472914, -45.991741603719362 ], [ 170.26444698940702, -45.991742175928721 ], [ 170.264477233368098, -45.991752426145219 ], [ 170.264472765332442, -45.991773752085663 ], [ 170.264441348599206, -45.991787288182095 ], [ 170.264426056463179, -45.991820262044428 ], [ 170.264421236569291, -45.991848723876174 ], [ 170.264409122417334, -45.991886536742697 ], [ 170.264390769496259, -45.99191229295964 ], [ 170.264362530676777, -45.991930668040077 ], [ 170.264340296018872, -45.991965857025889 ], [ 170.264328181782844, -45.992003669881342 ], [ 170.264299942895406, -45.99202204494452 ], [ 170.264254406519456, -45.992044768513495 ], [ 170.264239231481469, -45.992075363714484 ], [ 170.264248296370369, -45.992099395274643 ], [ 170.264236768470795, -45.992125314963118 ], [ 170.264231479299525, -45.992163291306184 ], [ 170.264219834090142, -45.992191589623033 ], [ 170.26420101182191, -45.992226860327136 ], [ 170.264189249293338, -45.992257537270703 ], [ 170.26416383637175, -45.992287887201236 ], [ 170.264155720986224, -45.992313888632033 ], [ 170.264151135481455, -45.992337593184892 ], [ 170.264156787770162, -45.992361542997877 ], [ 170.264168444232155, -45.99240230673125 ], [ 170.264167623198745, -45.99241895714556 ], [ 170.264159742374915, -45.992440201314523 ], [ 170.264104085070187, -45.992460300921927 ], [ 170.264068316888768, -45.992492784191803 ], [ 170.26403831821429, -45.992546838636535 ], [ 170.264009844353495, -45.992569970878627 ], [ 170.263971132629734, -45.992592857835831 ], [ 170.263939480705091, -45.992611151039519 ], [ 170.263917949302794, -45.992632068146939 ], [ 170.263940195393246, -45.992665941291328 ], [ 170.263976443888026, -45.992693005579127 ], [ 170.263947500719468, -45.992725652323202 ], [ 170.263911380361549, -45.992765271426677 ], [ 170.263902912868133, -45.992798408723168 ], [ 170.263881029463022, -45.99282646171077 ], [ 170.263843138647587, -45.992832698209632 ], [ 170.263797718720156, -45.992853042944731 ], [ 170.263776421785877, -45.992869202762058 ], [ 170.263761011620772, -45.992904555143859 ], [ 170.263763251153563, -45.99292842320574 ], [ 170.26374713709717, -45.992978047362193 ], [ 170.263720433156351, -45.993034562102352 ], [ 170.263697728368669, -45.99307926545567 ], [ 170.263631128427448, -45.993113391283671 ], [ 170.263564997682408, -45.993138002554318 ], [ 170.263549118020734, -45.993182869417687 ], [ 170.26354994962486, -45.99323528102957 ], [ 170.263559366339052, -45.993252176750545 ], [ 170.263606556883275, -45.993265214699917 ], [ 170.263644682652199, -45.993254221028778 ], [ 170.263703049691941, -45.993248475213605 ], [ 170.263752831740675, -45.99327824527704 ], [ 170.263792610494164, -45.993303012764677 ], [ 170.263814739447753, -45.993339264563815 ], [ 170.263823921641603, -45.99336091752393 ], [ 170.263846167945644, -45.993394790688079 ], [ 170.263844877553396, -45.993420955613246 ], [ 170.263766855543281, -45.993409560494264 ], [ 170.263685303590677, -45.993400462183125 ], [ 170.263606460417037, -45.993405717360048 ], [ 170.263551271223406, -45.993416302152625 ], [ 170.263492903994035, -45.993422047885737 ], [ 170.263451130766526, -45.993437716984396 ], [ 170.263409005534044, -45.99346052195321 ], [ 170.263414892246971, -45.99347971453679 ], [ 170.263440785662169, -45.993508912294416 ], [ 170.263466796429384, -45.993535731417893 ], [ 170.263472213869221, -45.993564438513928 ], [ 170.263466337366225, -45.993614307941883 ], [ 170.263470581557357, -45.99366680132492 ], [ 170.263475529707165, -45.99370502293533 ], [ 170.263402220831125, -45.993736606426637 ], [ 170.263357269317396, -45.993747436449482 ], [ 170.26330820110698, -45.993772456443772 ], [ 170.263243956747715, -45.993828071453194 ], [ 170.263174294947277, -45.993854979317305 ], [ 170.263126047948418, -45.993863348832996 ], [ 170.263025437147462, -45.993894277779447 ], [ 170.262982372612072, -45.993936111598927 ], [ 170.262960488274047, -45.993964164384622 ], [ 170.262945429305603, -45.993992380749219 ], [ 170.262919076072563, -45.994041759381368 ], [ 170.262913433705364, -45.994086871510035 ], [ 170.26290531743561, -45.994112872825646 ], [ 170.262887315100215, -45.99413149287772 ], [ 170.262885789517782, -45.99416241503323 ], [ 170.262877203810234, -45.994197930855236 ], [ 170.26285214130894, -45.994221144566865 ], [ 170.262837903695072, -45.994232710522773 ], [ 170.262816371229206, -45.994253627393746 ], [ 170.262791660748036, -45.994269705209348 ], [ 170.262787191819882, -45.994291031056434 ], [ 170.262789078889142, -45.994322035005432 ], [ 170.26278072780633, -45.994352793563252 ], [ 170.262766020708682, -45.994373874016979 ], [ 170.262744957597306, -45.994385276364262 ], [ 170.26271471256419, -45.994375025668141 ], [ 170.26267764210607, -45.994364611363885 ], [ 170.262665995597189, -45.994392909484461 ], [ 170.262678355490067, -45.994419401581261 ], [ 170.262667061058124, -45.994440563821044 ], [ 170.262645645809073, -45.99445910202914 ], [ 170.262636825164634, -45.994499375080409 ], [ 170.262621648510219, -45.994529970019684 ], [ 170.262572461906245, -45.994557368298366 ], [ 170.262526922724732, -45.994580091106862 ], [ 170.262446551944862, -45.994616267584519 ], [ 170.26234546989636, -45.994656710393691 ], [ 170.262268629009071, -45.994690589925121 ], [ 170.262222737446962, -45.994720448484081 ], [ 170.262169550811876, -45.994759657894349 ], [ 170.262154256438151, -45.994792631388506 ], [ 170.262152847799001, -45.994821174895876 ], [ 170.262158147264216, -45.99485226066173 ], [ 170.262132849385324, -45.99488023145085 ], [ 170.262133796990014, -45.994930264404275 ], [ 170.262142157042291, -45.994968567864134 ], [ 170.262140396224424, -45.995004247246854 ], [ 170.262121923779233, -45.995032381665325 ], [ 170.262079561999769, -45.995059943349375 ], [ 170.26204484744656, -45.995071018280186 ], [ 170.262032496094861, -45.995113588073998 ], [ 170.26196294949338, -45.99513811651908 ], [ 170.261964953504332, -45.995166741842823 ], [ 170.261895054609369, -45.995198406119208 ], [ 170.261842571685634, -45.995223343609538 ], [ 170.261820921048553, -45.995246638897306 ], [ 170.261757964921543, -45.995276088114515 ], [ 170.261726545536703, -45.995289623397206 ], [ 170.261684887817609, -45.995302913177817 ], [ 170.261687478730352, -45.995319645380278 ], [ 170.26172407998925, -45.995339574512762 ], [ 170.261729614063455, -45.995365903042675 ], [ 170.261728322585014, -45.995392067912498 ], [ 170.261714201839226, -45.995401255089682 ], [ 170.26170314164338, -45.995417659969192 ], [ 170.261708206080527, -45.995453502997563 ], [ 170.26170008902011, -45.995479504204816 ], [ 170.261661609114043, -45.995497633052913 ], [ 170.261623246595377, -45.995513383263166 ], [ 170.26159500500188, -45.995531757587123 ], [ 170.261596656586846, -45.995567518784213 ], [ 170.261616194019467, -45.99558703878121 ], [ 170.261614667651656, -45.995617960895949 ], [ 170.261606667933506, -45.995641583470203 ], [ 170.261605611211934, -45.99566299108772 ], [ 170.261580430086099, -45.995688583112255 ], [ 170.261558779150533, -45.9957118783421 ], [ 170.261517238489802, -45.995722789428655 ], [ 170.261505356240633, -45.995755844653047 ], [ 170.261463345856498, -45.995776270214478 ], [ 170.261418040061329, -45.995794235296174 ], [ 170.261378268180806, -45.995838528901487 ], [ 170.261353791420049, -45.995849849129506 ], [ 170.261315780850879, -45.995858463357521 ], [ 170.261300955351885, -45.995881922219631 ], [ 170.261255179700896, -45.995909401726955 ], [ 170.261227524936146, -45.995915882834971 ], [ 170.261202578383461, -45.995936717522113 ], [ 170.261198578412092, -45.995948528791821 ], [ 170.261197169224801, -45.995977072270584 ], [ 170.261198350823122, -45.996022347958338 ], [ 170.261173169342669, -45.996047939883731 ], [ 170.261120920160124, -45.99606811976755 ], [ 170.261068553501985, -45.996090678249502 ], [ 170.261056436020567, -45.996128490663295 ], [ 170.261012898457182, -45.996179838144471 ], [ 170.260983481894385, -45.996221998530409 ], [ 170.260944648905991, -45.996247262985918 ], [ 170.260926645200584, -45.996265882692363 ], [ 170.260897698310771, -45.996298528563095 ], [ 170.260851217422214, -45.996340279629081 ], [ 170.260812854091967, -45.996356029546739 ], [ 170.260738600574626, -45.996406640179799 ], [ 170.260693411489285, -45.99642222633328 ], [ 170.260682703147296, -45.996431495233942 ], [ 170.260681880953086, -45.996448145587991 ], [ 170.260694122845052, -45.996477016502169 ], [ 170.260696008760618, -45.996508020450655 ], [ 170.260697777221367, -45.996541403020977 ], [ 170.260726143741152, -45.996589712218771 ], [ 170.260700257040213, -45.996629575758909 ], [ 170.260610707181399, -45.996713159551177 ], [ 170.260532452812441, -45.996775581275429 ], [ 170.26043101303182, -45.99682315812084 ], [ 170.260343459486961, -45.996866305123866 ], [ 170.260242606767747, -45.996901988688627 ], [ 170.260135515592424, -45.996925615298444 ], [ 170.260042075808286, -45.996949569336422 ], [ 170.259996533626861, -45.996972291059848 ], [ 170.259978059408382, -45.997000425083748 ], [ 170.259962763065744, -45.997033398229782 ], [ 170.259933227743289, -45.997077936931788 ], [ 170.259897336583435, -45.997112797370214 ], [ 170.259875801865604, -45.997133713627292 ], [ 170.259857327529232, -45.997161847628398 ], [ 170.259842266057404, -45.997190063514758 ], [ 170.259819908812858, -45.997227630099829 ], [ 170.259794373644212, -45.997260357549528 ], [ 170.25978625538923, -45.997286358587381 ], [ 170.259809323136039, -45.99730358215831 ], [ 170.259852515761821, -45.997328432918472 ], [ 170.259871465684597, -45.99735984630879 ], [ 170.259879706960874, -45.997400528513026 ], [ 170.259891948618588, -45.997429399504327 ], [ 170.259869121321799, -45.997476480576111 ], [ 170.259874067201082, -45.997514702271985 ], [ 170.259828524479104, -45.997537423914423 ], [ 170.259760148879423, -45.997538164720616 ], [ 170.259725667325085, -45.997544481657421 ], [ 170.259734261019929, -45.997578028010317 ], [ 170.259760271773501, -45.99760484796392 ], [ 170.25976227467612, -45.997633473291856 ], [ 170.259767690492737, -45.997662180511369 ], [ 170.25975968965875, -45.997685802924437 ], [ 170.259758279646263, -45.997714346360127 ], [ 170.259713324226908, -45.997725174853272 ], [ 170.259664368347586, -45.997747814530726 ], [ 170.259625181157134, -45.997780214352154 ], [ 170.259595645142099, -45.997824752946649 ], [ 170.259565874058325, -45.997874048770505 ], [ 170.259516565450753, -45.997903824237127 ], [ 170.259485379056173, -45.99791260161377 ], [ 170.259434655213028, -45.997901858620395 ], [ 170.25939676047139, -45.997908093549633 ], [ 170.259365221500531, -45.997924006749386 ], [ 170.259330504624046, -45.997935080797546 ], [ 170.259285313903291, -45.997950666353162 ], [ 170.259213407347289, -45.997953703532289 ], [ 170.259124436141065, -45.997956331110906 ], [ 170.259073007146839, -45.997959859666942 ], [ 170.259034407131054, -45.997980366182809 ], [ 170.259018639799677, -45.998022853650895 ], [ 170.25898333511779, -45.998045820680318 ], [ 170.258911902893743, -45.998108405028766 ], [ 170.258907784720918, -45.998122594817545 ], [ 170.258909434571279, -45.998158356001994 ], [ 170.258894489868908, -45.998184193124331 ], [ 170.258862715516585, -45.998204863413171 ], [ 170.258831528855268, -45.998213640604675 ], [ 170.258812700980371, -45.998248910264721 ], [ 170.258793990625378, -45.99828180130342 ], [ 170.258782341238117, -45.99831009894767 ], [ 170.258739857729552, -45.998340037902466 ], [ 170.258630055533757, -45.998349309391479 ], [ 170.258591219975614, -45.998374572980666 ], [ 170.258529316597162, -45.9983826127323 ], [ 170.258491186320185, -45.998393604584571 ], [ 170.25848012454756, -45.998410009109442 ], [ 170.258492718343263, -45.99843174438449 ], [ 170.258487659567379, -45.998464963088878 ], [ 170.258437762057611, -45.998506631145709 ], [ 170.258381156109749, -45.9985457566939 ], [ 170.258327140084987, -45.998601614462892 ], [ 170.258280655298819, -45.998643364380662 ], [ 170.258241819374859, -45.998668627841639 ], [ 170.258144610178164, -45.998699634145538 ], [ 170.258095535234219, -45.998724651729134 ], [ 170.258031514975102, -45.998775506284936 ], [ 170.258005507691564, -45.998817747749868 ], [ 170.257983501257684, -45.998848178076209 ], [ 170.257945017805952, -45.998866305582432 ], [ 170.257892764813903, -45.998886483894097 ], [ 170.257884292641194, -45.998919620610991 ], [ 170.257862050923904, -45.998954808141761 ], [ 170.257840161943221, -45.998982859821545 ], [ 170.257784143040993, -45.99901009197437 ], [ 170.257724358311975, -45.999044377988994 ], [ 170.257667986503179, -45.999078745926774 ], [ 170.257621853611823, -45.999113359708581 ], [ 170.257576779066909, -45.999126565937992 ], [ 170.257481100033317, -45.999195711440919 ], [ 170.257386714460722, -45.999238692100604 ], [ 170.25733328480618, -45.999282656284691 ], [ 170.257249020381295, -45.999328261337538 ], [ 170.257168051210414, -45.999376326910173 ], [ 170.257132744900815, -45.999399293325972 ], [ 170.257046008117072, -45.999425787338801 ], [ 170.257000580308954, -45.999446129171716 ], [ 170.256943972390218, -45.999485253957339 ], [ 170.256915491955453, -45.999508384258696 ], [ 170.256876301910637, -45.99954078306375 ], [ 170.256834404602188, -45.999558828194111 ], [ 170.256753552377234, -45.999604514842488 ], [ 170.256731309657795, -45.99963970212697 ], [ 170.256695650079735, -45.999669804237101 ], [ 170.256657048002296, -45.999690309897289 ], [ 170.256566544578192, -45.999723857379543 ], [ 170.256527471824825, -45.999753877443375 ], [ 170.256488987277493, -45.999772004431442 ], [ 170.256518410442112, -45.999798907094807 ], [ 170.256530533156877, -45.999830157020689 ], [ 170.256532416768749, -45.999861160972102 ], [ 170.256517117530819, -45.999894133578124 ], [ 170.256472159750587, -45.999904960737446 ], [ 170.25638189117484, -45.999933750837684 ], [ 170.256336815681237, -45.999946956554247 ], [ 170.256240663041325, -46.000025615389383 ], [ 170.256176992564662, -46.000069332988311 ], [ 170.25604294287001, -46.000154225448412 ], [ 170.256000574142774, -46.000181784699208 ], [ 170.255961618431854, -46.000209425942053 ], [ 170.255898888939782, -46.000234114487341 ], [ 170.255822860189483, -46.000251339113333 ], [ 170.255719291534206, -46.000272664783125 ], [ 170.255650559555789, -46.000280538882095 ], [ 170.255581827559752, -46.00028841293922 ], [ 170.255478141056756, -46.000312116996618 ], [ 170.255391402092442, -46.000338609698822 ], [ 170.255335027537967, -46.00037297641574 ], [ 170.255285714458751, -46.000402749942602 ], [ 170.255227221474541, -46.000410869868787 ], [ 170.255183440124569, -46.000397910410257 ], [ 170.255124123157657, -46.000422680548787 ], [ 170.255095641485184, -46.00044581036493 ], [ 170.255042915143463, -46.000475501747168 ], [ 170.2549701811744, -46.000495186436851 ], [ 170.254941581681777, -46.000520694820928 ], [ 170.254881087261282, -46.000569250915269 ], [ 170.254825300782784, -46.000591724323584 ], [ 170.25475927502049, -46.000613951568269 ], [ 170.254705135585453, -46.000672186086845 ], [ 170.254665825698567, -46.000706962688021 ], [ 170.254627104429034, -46.000729846233646 ], [ 170.254605095363758, -46.00076027584106 ], [ 170.254599092111079, -46.000812523168641 ], [ 170.254576612051807, -46.000852467201206 ], [ 170.254541068262313, -46.000880189980954 ], [ 170.254498933722118, -46.000902991426422 ], [ 170.25446397856723, -46.000918821141418 ], [ 170.254409251262757, -46.000919886864295 ], [ 170.254364527759094, -46.000925955948802 ], [ 170.254328748323701, -46.000958435873677 ], [ 170.254309916606331, -46.000993704690856 ], [ 170.254294497968033, -46.00102905556389 ], [ 170.254289436376752, -46.001062274007054 ], [ 170.254213052770865, -46.001086633343846 ], [ 170.25417809742018, -46.001102462966429 ], [ 170.254135844807735, -46.001127642877002 ], [ 170.2541072446013, -46.001153151033606 ], [ 170.254037451497737, -46.001182431592447 ], [ 170.253940942231679, -46.001199162513011 ], [ 170.253896571758418, -46.00119809558808 ], [ 170.253835724568575, -46.001184725247086 ], [ 170.253773581919887, -46.001197519543176 ], [ 170.25371461680848, -46.001215153094371 ], [ 170.253632113192594, -46.001225076240452 ], [ 170.253576325563898, -46.001247549009989 ], [ 170.253538192385065, -46.001258539136792 ], [ 170.253513476091115, -46.001274614796081 ], [ 170.253527832671949, -46.001329733143265 ], [ 170.253535480814264, -46.001382308717595 ], [ 170.253513470884116, -46.00141273809222 ], [ 170.253494991841109, -46.001440870940506 ], [ 170.253470864380745, -46.001445053560147 ], [ 170.253420256414472, -46.001431929248525 ], [ 170.253365764186697, -46.001428237248476 ], [ 170.253300914798018, -46.001426677558527 ], [ 170.253228885775627, -46.001432089463144 ], [ 170.253207111253317, -46.001457761564147 ], [ 170.25317921724394, -46.001468997843638 ], [ 170.253131080054175, -46.00147498433779 ], [ 170.253084356485317, -46.001452427554185 ], [ 170.253036926128544, -46.001444142380372 ], [ 170.252975372057676, -46.001445043207696 ], [ 170.252946064309555, -46.00148482268358 ], [ 170.252879683329724, -46.001514184610556 ], [ 170.252831074819653, -46.001529685393727 ], [ 170.252785525967653, -46.001552404073465 ], [ 170.252774108410534, -46.001575943797668 ], [ 170.252735857038289, -46.00158931225134 ], [ 170.252683953109482, -46.001602352258246 ], [ 170.252652763612303, -46.001611127692328 ], [ 170.252617807500656, -46.001626956818448 ], [ 170.2525923838339, -46.001657303890148 ], [ 170.252560605163183, -46.001677972316322 ], [ 170.252522589326247, -46.001686583488372 ], [ 170.252497636894162, -46.001707416122819 ], [ 170.252464562027995, -46.001754249158637 ], [ 170.252421836827551, -46.001788942817093 ], [ 170.252376169763238, -46.001814039927297 ], [ 170.252286249571227, -46.001835690853632 ], [ 170.252264592292875, -46.001858984156911 ], [ 170.252276595147123, -46.001892613083726 ], [ 170.252229278157785, -46.001951010572206 ], [ 170.25214971066103, -46.002039590751778 ], [ 170.252113693518282, -46.002076827136783 ], [ 170.252039070869841, -46.002134567523413 ], [ 170.25195197393009, -46.002168193310865 ], [ 170.251873117513867, -46.002173440072205 ], [ 170.251797909973817, -46.002174011710849 ], [ 170.251730000222437, -46.002165233168732 ], [ 170.251675035963103, -46.002171054755308 ], [ 170.251657380797013, -46.002182537064733 ], [ 170.251665970171501, -46.002216083907228 ], [ 170.251633247894517, -46.002255780871181 ], [ 170.251591111136605, -46.002278581188172 ], [ 170.251572395082178, -46.002311470895904 ], [ 170.25154649903476, -46.002351332116994 ], [ 170.251503654924306, -46.002388404006638 ], [ 170.251415850005202, -46.002436300974246 ], [ 170.251363709230958, -46.002454097556353 ], [ 170.251281674954384, -46.002454504547643 ], [ 170.251189165355385, -46.002459422218458 ], [ 170.251110308475887, -46.00246466844176 ], [ 170.25103121579474, -46.002474671810759 ], [ 170.250975425889891, -46.002497143253002 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.236650669165783, -46.01703889986711 ], [ 170.236650742921057, -46.017039164086505 ], [ 170.236680520706614, -46.017058936083735 ], [ 170.236714068259829, -46.017071654984008 ], [ 170.236767625811382, -46.0170943837702 ], [ 170.236776919409778, -46.017113660110297 ], [ 170.236810704148155, -46.017121621852034 ], [ 170.23685544240567, -46.017115559997961 ], [ 170.23688676160387, -46.01710441058848 ], [ 170.236914548187514, -46.017095557135193 ], [ 170.236955279580911, -46.017101305469943 ], [ 170.236989064339951, -46.017109267159341 ], [ 170.237015546797892, -46.017126577907753 ], [ 170.236983990496782, -46.017142484484864 ], [ 170.236953026970781, -46.017146498223084 ], [ 170.23693171278066, -46.017162652583927 ], [ 170.236899326508393, -46.017195209097494 ], [ 170.23687741947316, -46.017223256276239 ], [ 170.236845151696286, -46.0172534342069 ], [ 170.236820779074435, -46.01726237024495 ], [ 170.236799346235017, -46.017280903144524 ], [ 170.236798160577138, -46.017304688800245 ], [ 170.236752117913966, -46.017336914848258 ], [ 170.236682176787099, -46.017368562621662 ], [ 170.236647206194135, -46.017384386491578 ], [ 170.236611168412793, -46.017421617436611 ], [ 170.236558415993954, -46.017451299615168 ], [ 170.236492600157732, -46.017468758488377 ], [ 170.236443973188756, -46.017484251836386 ], [ 170.23639887884292, -46.017497449215206 ], [ 170.236390509117427, -46.017528205322023 ], [ 170.236354945413098, -46.017555921920902 ], [ 170.236313265058413, -46.017569201882118 ], [ 170.236263689233738, -46.017603723665353 ], [ 170.236232013856949, -46.017622008586756 ], [ 170.236169967577581, -46.017632414195816 ], [ 170.236111335350245, -46.017642902396268 ], [ 170.236102491051525, -46.017683172733257 ], [ 170.236073873858544, -46.017708675926144 ], [ 170.23604819631899, -46.017743775994347 ], [ 170.236029939913749, -46.017767148493363 ], [ 170.236011683492791, -46.017790520989003 ], [ 170.236003669308047, -46.017814141368895 ], [ 170.236040038227998, -46.017838835920514 ], [ 170.236069460406497, -46.017865743770955 ], [ 170.236093570947531, -46.017930626010411 ], [ 170.236084489381852, -46.017975653470593 ], [ 170.236035506051195, -46.017998282322175 ], [ 170.235976043182944, -46.018025420388994 ], [ 170.235919875749062, -46.018055019618835 ], [ 170.235849933245134, -46.018086666847687 ], [ 170.235828499757844, -46.018105199548103 ], [ 170.235806710420803, -46.018130867933806 ], [ 170.235771027418707, -46.018160962896076 ], [ 170.235762894457366, -46.0181869618173 ], [ 170.235767943464083, -46.018222805537476 ], [ 170.235759454647933, -46.018255940147263 ], [ 170.235751440279984, -46.0182795605038 ], [ 170.235756963743654, -46.018305889971757 ], [ 170.235752007636535, -46.01833672865417 ], [ 170.235727041284065, -46.018357557257524 ], [ 170.235691595323715, -46.018382895063787 ], [ 170.235690290527344, -46.018409059255539 ], [ 170.235668501001527, -46.01843472760951 ], [ 170.235633529446488, -46.018450551144568 ], [ 170.235587722390022, -46.018478019555097 ], [ 170.235589831665635, -46.018504266386529 ], [ 170.235602183323465, -46.018530761144412 ], [ 170.235601115722943, -46.018552168208224 ], [ 170.235562611320717, -46.018570287639605 ], [ 170.235557892324152, -46.018596369184273 ], [ 170.235560001587487, -46.018622616015584 ], [ 170.235565524986384, -46.018648945490099 ], [ 170.235533611523238, -46.018671987321056 ], [ 170.235479103986023, -46.018668286437389 ], [ 170.235453781490861, -46.018696250661151 ], [ 170.235485431671634, -46.018747026932097 ], [ 170.235521445065842, -46.018778857341012 ], [ 170.235543564673321, -46.018815114288365 ], [ 170.235561795661084, -46.018860802837999 ], [ 170.235567200454113, -46.018889510874473 ], [ 170.235518453352086, -46.018907382353241 ], [ 170.235460056916452, -46.018913113059362 ], [ 170.235414723911873, -46.018931067139292 ], [ 170.235382691586722, -46.01895648748404 ], [ 170.235357724809091, -46.018977315995187 ], [ 170.235336053532023, -46.019000605712996 ], [ 170.235277538345088, -46.019008714884905 ], [ 170.235248682790143, -46.019038974965191 ], [ 170.235226418240217, -46.019074157468879 ], [ 170.235190971584501, -46.019099495101344 ], [ 170.235159294989558, -46.019117779693559 ], [ 170.235131032536685, -46.019136146933455 ], [ 170.235129846086721, -46.01915993254795 ], [ 170.235084275481455, -46.019182643611778 ], [ 170.235049184637234, -46.019200845512884 ], [ 170.235027750440821, -46.019219378043985 ], [ 170.234979002880351, -46.019237249281012 ], [ 170.234926722465389, -46.019257416394311 ], [ 170.234860429358605, -46.019284388505319 ], [ 170.234807555560224, -46.019316448365871 ], [ 170.234765398871417, -46.01933924196279 ], [ 170.234723716801454, -46.019352521301123 ], [ 170.234672029516105, -46.019360795490435 ], [ 170.234653415976794, -46.019391303419539 ], [ 170.234665886026221, -46.019415419709048 ], [ 170.234667401549018, -46.019453559346594 ], [ 170.234659505188688, -46.019474801047302 ], [ 170.234631005052591, -46.019497925275218 ], [ 170.234582019782778, -46.019520553454043 ], [ 170.234509847209836, -46.019528331520604 ], [ 170.234436962560636, -46.019550380900448 ], [ 170.234391510034072, -46.019570713112877 ], [ 170.234380080682342, -46.019594250671162 ], [ 170.234398666963756, -46.019632803705875 ], [ 170.234397242822155, -46.019661346423099 ], [ 170.234375096150501, -46.01969415017976 ], [ 170.234346595781915, -46.019717274330667 ], [ 170.234332345588655, -46.01972883640321 ], [ 170.234327269845494, -46.019762053555759 ], [ 170.234271099765067, -46.019791651906829 ], [ 170.234215997807922, -46.019799843194725 ], [ 170.234174433952717, -46.019810743761475 ], [ 170.23412898111664, -46.019831075861561 ], [ 170.234127794208263, -46.019854861453005 ], [ 170.234143203565452, -46.019888574719523 ], [ 170.234158850320256, -46.019917530865854 ], [ 170.234181681577695, -46.019939516705691 ], [ 170.234205462357068, -46.019942474067228 ], [ 170.234223811246608, -46.019985784246757 ], [ 170.234232392266222, -46.02001933213198 ], [ 170.234238033826585, -46.020043283094651 ], [ 170.234239786425832, -46.020076665609388 ], [ 170.234231533740569, -46.020105042950476 ], [ 170.234222806294184, -46.020142934527499 ], [ 170.234221025972062, -46.020178612915522 ], [ 170.234215950108592, -46.020211830058379 ], [ 170.234197692082518, -46.020235202219631 ], [ 170.234189795418303, -46.020256443878665 ], [ 170.234181780057327, -46.020280064096042 ], [ 170.234194487460883, -46.020299423315429 ], [ 170.234203661950517, -46.020321078406432 ], [ 170.234181158812021, -46.020361017790755 ], [ 170.234156309629441, -46.020379467451143 ], [ 170.234101681846198, -46.02037814443387 ], [ 170.234039632110267, -46.020388548801968 ], [ 170.234024906885253, -46.02040962506446 ], [ 170.234040553711935, -46.020438581226564 ], [ 170.234049253374167, -46.020469750563564 ], [ 170.234020989855651, -46.020488117500918 ], [ 170.233986135230026, -46.020501561927787 ], [ 170.233978238442631, -46.020522803568639 ], [ 170.234010956507575, -46.02055217319981 ], [ 170.234026603363674, -46.02058112936394 ], [ 170.234025178983501, -46.020609672067458 ], [ 170.233997152783189, -46.020623281879537 ], [ 170.233959239917766, -46.020629507927424 ], [ 170.233934034431428, -46.020655093209598 ], [ 170.233916013540551, -46.020673708201414 ], [ 170.233888580804518, -46.020675425193666 ], [ 170.233860791949809, -46.020684277854087 ], [ 170.233866670814308, -46.020703471714022 ], [ 170.233855122279806, -46.020729387763545 ], [ 170.233854172629549, -46.02074841622931 ], [ 170.233829085746606, -46.020771622927356 ], [ 170.233810827364749, -46.020794995016857 ], [ 170.233759019896013, -46.020805647315534 ], [ 170.233696494768367, -46.020825565715931 ], [ 170.233671526499194, -46.020846393818942 ], [ 170.233646320779599, -46.020871979031497 ], [ 170.233601697895068, -46.020875660990392 ], [ 170.233560014393021, -46.020888939868264 ], [ 170.233542468180957, -46.020898040565712 ], [ 170.233555531649017, -46.020910264179932 ], [ 170.233596027987858, -46.02092077088043 ], [ 170.233615801294007, -46.020935538456065 ], [ 170.233648994259653, -46.020955393959532 ], [ 170.233661701618217, -46.020974753235514 ], [ 170.23365027164246, -46.020998290702032 ], [ 170.233636139682829, -46.021007474116963 ], [ 170.233595524554659, -46.02099934598683 ], [ 170.233555146879382, -46.020986460727478 ], [ 170.23352136032284, -46.020978497984437 ], [ 170.233480151617897, -46.020982262601116 ], [ 170.233438705457729, -46.020990784317391 ], [ 170.233413855743265, -46.02100923380241 ], [ 170.233419497028763, -46.021033184796131 ], [ 170.233421605316408, -46.021059431636225 ], [ 170.233403821573319, -46.021073289424777 ], [ 170.233369322617506, -46.021079597979011 ], [ 170.233337881742358, -46.021093124906947 ], [ 170.233336931902613, -46.021112153363205 ], [ 170.233324908106056, -46.021147583577907 ], [ 170.233296287803569, -46.021173085991535 ], [ 170.233291804930474, -46.021194410289105 ], [ 170.233266480140145, -46.021222373965756 ], [ 170.233264936603291, -46.021253295204545 ], [ 170.233239849241158, -46.021276501760546 ], [ 170.233218651091789, -46.021290276800734 ], [ 170.233163547501988, -46.021298467541605 ], [ 170.233152473460137, -46.021314869281092 ], [ 170.233151404810542, -46.021336276290178 ], [ 170.233164230812292, -46.021353257061868 ], [ 170.233152088107545, -46.021391065809929 ], [ 170.233106514850704, -46.021413776016672 ], [ 170.233058358461562, -46.021419753587992 ], [ 170.23304669064396, -46.021448048097241 ], [ 170.233048680017447, -46.021476673495179 ], [ 170.233050194416393, -46.021514813118166 ], [ 170.233049244463956, -46.021533841568356 ], [ 170.233020861320824, -46.021554586791588 ], [ 170.233009787182652, -46.021570988514483 ], [ 170.233018842646601, -46.02159502224692 ], [ 170.233051917030025, -46.021617256482251 ], [ 170.233085585154896, -46.021627597926994 ], [ 170.233105477306538, -46.021639987035712 ], [ 170.233128308814145, -46.021661973086907 ], [ 170.233133831287802, -46.021688302647398 ], [ 170.233167261992207, -46.021703401182108 ], [ 170.233169013951454, -46.021736783691274 ], [ 170.233160997915149, -46.021760403816877 ], [ 170.23317263661346, -46.02180117015277 ], [ 170.233174388576288, -46.02183455266151 ], [ 170.233186502256132, -46.02186580477052 ], [ 170.233194726664067, -46.02190648838554 ], [ 170.233179763212092, -46.021932321630459 ], [ 170.233135020705674, -46.021938381942654 ], [ 170.233117117857688, -46.021954618232918 ], [ 170.233122996577123, -46.0219738121246 ], [ 170.233152419406366, -46.022000720727135 ], [ 170.233188077233336, -46.022039687542438 ], [ 170.233203249079111, -46.022078158037857 ], [ 170.233197222459154, -46.022130403558549 ], [ 170.233185317063572, -46.02216345518967 ], [ 170.233153163064458, -46.022191253387021 ], [ 170.233131608303637, -46.022212164069231 ], [ 170.233126531546247, -46.022245381134219 ], [ 170.233101324914088, -46.02227096620085 ], [ 170.233086717549781, -46.022289663760766 ], [ 170.233072990481332, -46.022322951412988 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "LDS", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.238112325413027, -46.015204873577616 ], [ 170.238105854809135, -46.015207319059641 ], [ 170.238081246288857, -46.015221012532599 ], [ 170.238049928397771, -46.015232162302453 ], [ 170.237981982539736, -46.015292436349839 ], [ 170.237959839824043, -46.015325240911373 ], [ 170.237895900245945, -46.015373704625894 ], [ 170.237867166587307, -46.015401586891493 ], [ 170.237845616324137, -46.015422498585437 ], [ 170.237805218602517, -46.015478675941957 ], [ 170.237765650416378, -46.015518203304119 ], [ 170.237703702155017, -46.01559529229197 ], [ 170.237680255415228, -46.015654261039906 ], [ 170.23757838279289, -46.015778012965768 ], [ 170.237501237210552, -46.015885692889555 ], [ 170.237435518580327, -46.015969834830514 ], [ 170.237423735720256, -46.016000508454731 ], [ 170.237391113371103, -46.016037822270157 ], [ 170.237357898293311, -46.016087028911052 ], [ 170.237314322662485, -46.016138366345388 ], [ 170.237294881943541, -46.016185524747037 ], [ 170.237247180929927, -46.016251050965288 ], [ 170.237177099100222, -46.016354138678707 ], [ 170.237084304478145, -46.016432862514591 ], [ 170.236950304399386, -46.01651535222026 ], [ 170.236949355950287, -46.016534380749825 ], [ 170.236931456011746, -46.01655061771644 ], [ 170.236890013670461, -46.016559140778263 ], [ 170.236858813346373, -46.01656791163056 ], [ 170.236809713025139, -46.016592919420425 ], [ 170.236771921775045, -46.016596767909746 ], [ 170.236755088848241, -46.016591597754804 ], [ 170.236731546469372, -46.016583883820687 ], [ 170.236714950683336, -46.016573956528582 ], [ 170.236598044360989, -46.016587797820883 ], [ 170.236551053611009, -46.016639052325409 ], [ 170.236541854101546, -46.016686458409502 ], [ 170.236556789855911, -46.016729685641295 ], [ 170.23660512984921, -46.016857071370858 ], [ 170.236641236767781, -46.016955583862959 ], [ 170.236642042235133, -46.017007994910301 ], [ 170.236650669165783, -46.01703889986711 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "EOV", "Source": "LDS", "CPS": "4", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.335648118378316, -45.945771204571628 ], [ 170.335572757557628, -45.945776590670832 ], [ 170.335559003749609, -45.945778651224458 ], [ 170.335527515950872, -45.945794586716609 ], [ 170.335502049675597, -45.945827332851806 ], [ 170.335480221415224, -45.945855400962508 ], [ 170.335434523506137, -45.945882912128646 ], [ 170.335377911379283, -45.945924457319293 ], [ 170.335209899488632, -45.946011032081032 ], [ 170.335029603936192, -45.946140186057733 ], [ 170.334944913015988, -45.946197745932707 ], [ 170.334849535702261, -45.946264582151684 ], [ 170.334668782140341, -45.946403250670301 ], [ 170.334576129573463, -45.946484438958528 ], [ 170.334560321900881, -45.946529317568796 ], [ 170.334446980835594, -45.946614785774699 ], [ 170.334341258123374, -45.946683761541792 ], [ 170.334257250294684, -45.946727048144375 ], [ 170.334204845180665, -45.946752020799309 ], [ 170.334114587708257, -45.946783254154667 ], [ 170.333963520737399, -45.946801160569862 ], [ 170.333732654149316, -45.946845781094559 ], [ 170.333571014495163, -45.946870584495372 ], [ 170.333529067234025, -45.946891038118252 ], [ 170.333467002338608, -45.946903877630426 ], [ 170.333429720582785, -45.946898244197499 ], [ 170.333377200804534, -45.946925595245617 ], [ 170.333314907544633, -45.946943192244106 ], [ 170.333211123410507, -45.946971727569007 ], [ 170.333043105046045, -45.947058298984452 ], [ 170.332913053009293, -45.947136231049718 ], [ 170.332824720044158, -45.947198467190006 ], [ 170.33268602052101, -45.947314300239626 ], [ 170.332597801196755, -45.947374157407033 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2019-01-29", "DSASDate": "29/01/2019", "Digitiser": "TK", "Scale": "1000", "Notes": "Base of cliff", "Source": "LDS", "CPS": "4", "Proxy": "4", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_29JAN2019.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.333218740255546, -45.947524401989789 ], [ 170.333248974016755, -45.947534633808615 ], [ 170.333283531038262, -45.947525914969638 ], [ 170.333308885273084, -45.947495548168732 ], [ 170.333330258699419, -45.94747699565886 ], [ 170.333362775400133, -45.947439651745221 ], [ 170.333384034640488, -45.947423478009433 ], [ 170.333410515909151, -45.947440766514276 ], [ 170.333431090272285, -45.947438865481068 ], [ 170.333478944925361, -45.947437601436199 ], [ 170.333516911888921, -45.94742896214786 ], [ 170.333534418627721, -45.947419845116919 ], [ 170.333578178402064, -45.947432774121246 ], [ 170.333601934520743, -45.947435710248826 ], [ 170.333666839354322, -45.947434844223444 ], [ 170.33369695902266, -45.947447454710279 ], [ 170.333709914380222, -45.94746204589287 ], [ 170.333730032217858, -45.947469659949071 ], [ 170.333760722570531, -45.947470376490344 ], [ 170.333781411064734, -45.947466096608046 ], [ 170.333849497722184, -45.947470067666124 ], [ 170.33387973157798, -45.947480299319892 ], [ 170.33391042194026, -45.947481015821097 ], [ 170.333924860963464, -45.947464682759829 ], [ 170.333933164637017, -45.947433917758978 ], [ 170.333975682778316, -45.947401570063285 ], [ 170.334041158164837, -45.94738880989194 ], [ 170.33409287926969, -45.947378110049009 ], [ 170.334146298690996, -45.947403171586224 ], [ 170.334176076120599, -45.947422918308867 ], [ 170.334198120603475, -45.947461536114261 ], [ 170.334220735668623, -45.947488259981839 ], [ 170.334237443547522, -45.947495794348754 ], [ 170.334283358412478, -45.947534969344026 ], [ 170.334319157306908, -45.947571526739353 ], [ 170.334345638944797, -45.947588815034791 ], [ 170.334388600326776, -45.947618395244376 ], [ 170.334418492059939, -45.947635763120445 ], [ 170.334448383811861, -45.947653130989032 ], [ 170.334464977671018, -45.947663044111373 ], [ 170.334525445842161, -45.947683507094077 ], [ 170.334579436235316, -45.947696674501387 ], [ 170.334633654842492, -45.947705084308659 ], [ 170.334667299034749, -45.947715395348901 ], [ 170.334748227690937, -45.947736335745724 ], [ 170.334788577955464, -45.947749184710887 ], [ 170.334848361837118, -45.947783920253933 ], [ 170.334921443803779, -45.947826110456191 ], [ 170.334957129225586, -45.947865046451092 ], [ 170.335044536121728, -45.94789328216897 ], [ 170.335138421031616, -45.947928813336553 ], [ 170.335229466336642, -45.947952370914528 ], [ 170.335284027504571, -45.947953644054387 ], [ 170.335311878418253, -45.947942386670974 ], [ 170.335369621526496, -45.94794849691683 ], [ 170.335416450060706, -45.947968641168366 ], [ 170.335407462739767, -45.948013679024001 ], [ 170.335416324233478, -45.948042463190674 ], [ 170.335387674848761, -45.948070372120483 ], [ 170.335392898131971, -45.948103834298713 ], [ 170.335378345294004, -45.948122546338602 ], [ 170.335342305350963, -45.94816219006298 ], [ 170.335310245777748, -45.948190019401615 ], [ 170.335298304506239, -45.948225462520064 ], [ 170.335283067194808, -45.948258447277368 ], [ 170.33527487818921, -45.948286833597578 ], [ 170.335212355795449, -45.948309189184329 ], [ 170.335177114120199, -45.948332181331878 ], [ 170.335182337293702, -45.948365643516127 ], [ 170.335187560472519, -45.948399105700084 ], [ 170.335196079686511, -45.948435026245832 ], [ 170.335215171439955, -45.948464049146025 ], [ 170.335241197495833, -45.948490852400028 ], [ 170.335270405544719, -45.948522492796975 ], [ 170.335276199135279, -45.948544061035605 ], [ 170.335271876467914, -45.948563011771199 ], [ 170.335284376216805, -45.948587117940832 ], [ 170.335259592869818, -45.948605591246299 ], [ 170.335241743805881, -45.948621844903045 ], [ 170.335244241349898, -45.948640954781979 ], [ 170.335239120161361, -45.948676557033622 ], [ 170.335220472560025, -45.948709462203944 ], [ 170.335232744172089, -45.948738325955361 ], [ 170.335238195550545, -45.948767030560042 ], [ 170.335226824456271, -45.948790579722996 ], [ 170.335209203468025, -45.94880207579633 ], [ 170.335150660966463, -45.948812616967466 ], [ 170.335135081161098, -45.948852738060602 ], [ 170.33513018803157, -45.94888358272825 ], [ 170.335128933182034, -45.948909749395895 ], [ 170.335124040042615, -45.948940594062847 ], [ 170.335119489130904, -45.948964302365546 ], [ 170.335090725024884, -45.948994589991017 ], [ 170.335042412709782, -45.949005369833728 ], [ 170.33500831134117, -45.949004574038284 ], [ 170.334981486583217, -45.948994422244056 ], [ 170.334940793122485, -45.948988709691513 ], [ 170.334859634406172, -45.948972526968653 ], [ 170.33481564493286, -45.948964356000275 ], [ 170.33474153474549, -45.94894357479167 ], [ 170.334667082324046, -45.948929929897282 ], [ 170.334588877509645, -45.948923341723457 ], [ 170.334571598654151, -45.948927701333623 ], [ 170.334523400410319, -45.948936102169043 ], [ 170.334472362548723, -45.94893252945446 ], [ 170.334414276217757, -45.948933555095188 ], [ 170.334366990828045, -45.948922925571736 ], [ 170.334322773251017, -45.948919511988684 ], [ 170.334254684775175, -45.948915541174188 ], [ 170.334182957946524, -45.948916248287013 ], [ 170.334089971492148, -45.948933129214304 ], [ 170.334025179027378, -45.948931616656097 ], [ 170.333967549207586, -45.948923126926324 ], [ 170.333918894371209, -45.948941042647242 ], [ 170.333877630420886, -45.948947223646798 ], [ 170.333791464094503, -45.94896426355497 ], [ 170.333694610766969, -45.948990579680341 ], [ 170.333608101894498, -45.949014755802494 ], [ 170.333531709207506, -45.949041549515094 ], [ 170.333444629439413, -45.949077619433481 ], [ 170.333329012742865, -45.949139218872133 ], [ 170.333237495118169, -45.949196618053776 ], [ 170.333187926524204, -45.949233563724967 ], [ 170.333135176044351, -45.949265672168835 ], [ 170.333089131636569, -45.949300318646294 ], [ 170.333050249978129, -45.949327988030518 ], [ 170.3330213704009, -45.949360653887801 ], [ 170.333016247705103, -45.94939625600307 ], [ 170.333008171524682, -45.949422263342974 ], [ 170.333009412450451, -45.949467539872295 ], [ 170.333004518075199, -45.949498384418874 ], [ 170.33298223036212, -45.949535967110862 ], [ 170.332963695301657, -45.949566493089058 ], [ 170.332938796580351, -45.949587344644883 ], [ 170.332900942220618, -45.949593604920402 ], [ 170.332856838404439, -45.949587811976905 ], [ 170.332805115010132, -45.949598511205913 ], [ 170.332800220507067, -45.949629355740363 ], [ 170.332771683164367, -45.949654885176962 ], [ 170.332740420718494, -45.949666062259048 ], [ 170.332719160408459, -45.949682235846389 ], [ 170.332687327012593, -45.949705306827994 ], [ 170.332652768534501, -45.949714025451811 ], [ 170.332634689980864, -45.949735036239254 ], [ 170.33265400916622, -45.949759301976755 ], [ 170.332663326206443, -45.949778571192851 ], [ 170.332638313089291, -45.949801801460694 ], [ 170.332600001796663, -45.949817576763188 ], [ 170.33257192102522, -45.949833591014361 ], [ 170.332539744904977, -45.949863798298779 ], [ 170.332537917833292, -45.949901858819395 ], [ 170.332536433334866, -45.949932782992185 ], [ 170.332551543010851, -45.949973620569303 ], [ 170.332556764707192, -45.950007082833814 ], [ 170.332558347831849, -45.950045223008644 ], [ 170.33253322035381, -45.950070832031358 ], [ 170.332502300208006, -45.950074872694067 ], [ 170.332443984296646, -45.950080654869851 ], [ 170.33241033913373, -45.950070343155893 ], [ 170.332370216194931, -45.950052735765681 ], [ 170.332377721779665, -45.950038622392846 ], [ 170.332378292776923, -45.950026728482023 ], [ 170.332331006893611, -45.950016098105259 ], [ 170.33230418217309, -45.950005945683564 ], [ 170.332281110262898, -45.949988736572593 ], [ 170.33226485874394, -45.94997168678384 ], [ 170.332266114987647, -45.949945520182055 ], [ 170.332243157318658, -45.949925932282099 ], [ 170.332227362650684, -45.949899367360736 ], [ 170.332148700006314, -45.949902292620166 ], [ 170.332106749905449, -45.94992274564914 ], [ 170.332065142411523, -45.949936062317157 ], [ 170.332031154768686, -45.949932886839385 ], [ 170.331959540877307, -45.949931213744307 ], [ 170.331888041212238, -45.949927161823155 ], [ 170.331826657889849, -45.949925727667676 ], [ 170.33177516245027, -45.949931668856088 ], [ 170.331716846630968, -45.94993745066219 ], [ 170.331659673098869, -45.94991944463009 ], [ 170.331626028188253, -45.949909132690038 ], [ 170.331585791391831, -45.949893903812409 ], [ 170.331544983445497, -45.949890568824109 ], [ 170.331517359286721, -45.949897067685896 ], [ 170.331490077832512, -45.949896430199381 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2006-03-26", "DSASDate": "26/03/2006", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV", "Source": "LDS", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_26MAR2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.332259315427251, -45.949974121668156 ], [ 170.332244997422634, -45.949952354144514 ], [ 170.33227637432924, -45.949938798422323 ], [ 170.332272286881732, -45.949917269889951 ], [ 170.332237850397775, -45.949887888040436 ], [ 170.332176467101277, -45.949886454073791 ], [ 170.332140488866884, -45.949889185750678 ], [ 170.332098367456894, -45.94991320694934 ], [ 170.332077221079402, -45.949927001628723 ], [ 170.332051302051553, -45.949933540455007 ], [ 170.332005093225433, -45.949936033079382 ], [ 170.331979516833997, -45.94993543554471 ], [ 170.331923591431234, -45.949926984604303 ], [ 170.331857264162437, -45.949921862783285 ], [ 170.331816513286441, -45.949917338500669 ], [ 170.331749329347616, -45.949930057475363 ], [ 170.331718295005913, -45.949936476707229 ], [ 170.331687946028978, -45.949928623245313 ], [ 170.331652653130504, -45.949917082082273 ], [ 170.331632706069058, -45.949905899478587 ], [ 170.331592469273005, -45.949890670603288 ], [ 170.331567064261378, -45.949886504805747 ], [ 170.331520512754821, -45.949896133576203 ], [ 170.331504481519232, -45.949910047674429 ], [ 170.331478391081617, -45.949920154540095 ], [ 170.331432524969699, -45.94991551059109 ], [ 170.331407291321199, -45.949907776587494 ], [ 170.33136176795395, -45.949895996269539 ], [ 170.331306185432339, -45.949880408688941 ], [ 170.331265948749149, -45.949865179700907 ], [ 170.331226054832399, -45.949842814359066 ], [ 170.331195363233746, -45.949842097108665 ], [ 170.331159556370096, -45.949841260306137 ], [ 170.331108403710488, -45.949840064854499 ], [ 170.331087428504986, -45.94985029117629 ], [ 170.331077026590179, -45.949853620250884 ], [ 170.331029789496625, -45.949877521498031 ], [ 170.330998583723414, -45.949887508702517 ], [ 170.330973178763742, -45.949883342773802 ], [ 170.330937714661417, -45.949875369562768 ], [ 170.330896621122491, -45.949877981292374 ], [ 170.330870359200759, -45.949891656186011 ], [ 170.330834038122418, -45.949901523787496 ], [ 170.330803175101721, -45.949904374599882 ], [ 170.330762252939223, -45.949903418111788 ], [ 170.330731561318657, -45.949902700736111 ], [ 170.330674779127634, -45.949912090031106 ], [ 170.330638629413954, -45.949918389401027 ], [ 170.330607423551925, -45.949928376496473 ], [ 170.33058644822421, -45.949938602723329 ], [ 170.33055489951056, -45.949955726140011 ], [ 170.330529837392191, -45.949944423776813 ], [ 170.330499145754857, -45.949943706338225 ], [ 170.330462481738152, -45.949960710154798 ], [ 170.330425817699307, -45.949977713959036 ], [ 170.330384209788207, -45.949991030004583 ], [ 170.330348231423159, -45.949993761113198 ], [ 170.330322483608882, -45.949996731374426 ], [ 170.33026110028797, -45.949995296376386 ], [ 170.33021966376424, -45.950005044193709 ], [ 170.330188629222221, -45.950011463004905 ], [ 170.330162881392738, -45.950014433229789 ], [ 170.33013218972593, -45.95001371569181 ], [ 170.330085980781803, -45.950016207535974 ], [ 170.330044544214417, -45.95002595528868 ], [ 170.330018796372002, -45.950028925480751 ], [ 170.32999816380584, -45.950032015263439 ], [ 170.329966957771774, -45.950042002179714 ], [ 170.329936266094649, -45.950041284588792 ], [ 170.329915633519988, -45.950044374356359 ], [ 170.32990011622303, -45.95004758372103 ], [ 170.329843505222783, -45.950053404430093 ], [ 170.329827644993571, -45.95006375011647 ], [ 170.329832417349195, -45.950071006052084 ], [ 170.32981144183023, -45.950081232131993 ], [ 170.329780235736791, -45.950091218995823 ], [ 170.329759260200859, -45.950101445065741 ], [ 170.329728054087184, -45.950111431914848 ], [ 170.329697362377743, -45.950110714258919 ], [ 170.32966189833266, -45.95010274065266 ], [ 170.329626091345943, -45.950101903366011 ], [ 170.329605287256328, -45.950108561241763 ], [ 170.329589255489367, -45.950122475058706 ], [ 170.329558220815954, -45.950128893695364 ], [ 170.329516955563037, -45.950135073087615 ], [ 170.329486092360469, -45.950137923539501 ], [ 170.32944959940528, -45.950151358855912 ], [ 170.329428452298771, -45.950165153027761 ], [ 170.329397074602042, -45.950178707948716 ], [ 170.329355294814405, -45.950195591774559 ], [ 170.329318801790919, -45.950209027047528 ], [ 170.32925144548966, -45.950225312695508 ], [ 170.329214952422717, -45.950238747934243 ], [ 170.329168400253707, -45.950248375729629 ], [ 170.329147939072868, -45.950247897191957 ], [ 170.329127820910628, -45.950240282323335 ], [ 170.329071895699741, -45.950231829989164 ], [ 170.329035917132302, -45.950234560679235 ], [ 170.329004539304691, -45.950248115489188 ], [ 170.328958501654967, -45.950247038708291 ], [ 170.328922694595832, -45.950246201199242 ], [ 170.328887230587213, -45.950238227353061 ], [ 170.328841192950023, -45.950237150525091 ], [ 170.328785096261356, -45.950232266214172 ], [ 170.328733600272614, -45.950238206016941 ], [ 170.328696764005826, -45.95025877741201 ], [ 170.328660099251152, -45.950275780632239 ], [ 170.328602115571044, -45.95031014601507 ], [ 170.328580796654308, -45.950327508185651 ], [ 170.328543617178212, -45.950355215852369 ], [ 170.328501493910096, -45.950379235680337 ], [ 170.328465172122179, -45.950389102511188 ], [ 170.328433279409779, -45.950413361643612 ], [ 170.328381096989858, -45.950433573928542 ], [ 170.328349890456053, -45.950443560390845 ], [ 170.328319198597796, -45.950442842360815 ], [ 170.328277761427671, -45.950452589457818 ], [ 170.328241267987437, -45.950466024376404 ], [ 170.328240238583533, -45.950487433342019 ], [ 170.328229493252451, -45.950497898472278 ], [ 170.328198801367165, -45.950497180409279 ], [ 170.328172881653444, -45.950503718338616 ], [ 170.328131787563166, -45.950506329059657 ], [ 170.328085406577458, -45.950512388243475 ], [ 170.328049256213347, -45.950518686777848 ], [ 170.328012762676991, -45.950532121621094 ], [ 170.327976783877375, -45.950534851971867 ], [ 170.327899882541686, -45.950536624788008 ], [ 170.3278279249256, -45.950542085406596 ], [ 170.327792117709521, -45.950541247539171 ], [ 170.327746766260105, -45.950525897626747 ], [ 170.3276904977985, -45.950524580933312 ], [ 170.327649575283459, -45.950523623320699 ], [ 170.327592792001099, -45.950533011056507 ], [ 170.327535837087794, -45.950545966922483 ], [ 170.327494571330874, -45.950552145571578 ], [ 170.327468479898158, -45.95056225149721 ], [ 170.327411181686045, -45.950582343616723 ], [ 170.327369572642311, -45.9505956585365 ], [ 170.327327277072186, -45.950623246073398 ], [ 170.327280209395724, -45.950643577558367 ], [ 170.32725360298727, -45.950664387906905 ], [ 170.327222911034539, -45.950663669579797 ], [ 170.327207050154271, -45.950674014886587 ], [ 170.32718078697738, -45.950687688901638 ], [ 170.327164926082474, -45.950698034202205 ], [ 170.327123316895864, -45.950711349028779 ], [ 170.327096710396631, -45.950732159338536 ], [ 170.327081536046649, -45.95072823199714 ], [ 170.327066876631164, -45.950713600181658 ], [ 170.327062276234955, -45.95070277598051 ], [ 170.327037042885678, -45.950695041017376 ], [ 170.326996120267012, -45.950694083168045 ], [ 170.326970371981218, -45.950697052661894 ], [ 170.326943937085446, -45.950714294777917 ], [ 170.32691733051945, -45.950735105044352 ], [ 170.326885951912857, -45.950748659253406 ], [ 170.326849286300018, -45.950765661871529 ], [ 170.326797274661374, -45.950782305254847 ], [ 170.326755665328676, -45.950795619943939 ], [ 170.326723771649768, -45.95081987857575 ], [ 170.326671931594746, -45.950832953743664 ], [ 170.326630322195541, -45.950846268385476 ], [ 170.326598943458436, -45.950859822512498 ], [ 170.326577623713746, -45.950877184289141 ], [ 170.326536357618181, -45.950883362583845 ], [ 170.32650020685719, -45.950889660618181 ], [ 170.326453653716953, -45.950899287283299 ], [ 170.326396869872355, -45.950908674410861 ], [ 170.326329511934489, -45.950924958295694 ], [ 170.326302905040308, -45.950945768410982 ], [ 170.326235203634099, -45.950969188548264 ], [ 170.326183019928351, -45.950989399797699 ], [ 170.326125720832721, -45.951009491250844 ], [ 170.326079339242341, -45.951015549605124 ], [ 170.326022555223147, -45.951024936542332 ], [ 170.325965256035971, -45.951045027912755 ], [ 170.325928589954884, -45.951062030223888 ], [ 170.325871634142828, -45.951074985238101 ], [ 170.325820480568922, -45.951073787394911 ], [ 170.325798988774608, -45.951094717171912 ], [ 170.325747663454621, -45.951097087449078 ], [ 170.325711512475294, -45.95110338522845 ], [ 170.325660015408602, -45.951109323619065 ], [ 170.325619092531014, -45.951108365270002 ], [ 170.325613118472745, -45.951126086239768 ], [ 170.325581224113023, -45.951150344536003 ], [ 170.325534670609898, -45.951159970817706 ], [ 170.325482658229816, -45.951176613584352 ], [ 170.325420243333696, -45.951196584872058 ], [ 170.32537846162333, -45.95121346719646 ], [ 170.325336679888039, -45.951230349505003 ], [ 170.325289954518041, -45.95124354383632 ], [ 170.325233341913304, -45.951249362220821 ], [ 170.325181672900897, -45.951258868543043 ], [ 170.325108855290864, -45.951282168177883 ], [ 170.325015404341343, -45.951308556629883 ], [ 170.324952817354955, -45.951332095805604 ], [ 170.324900804649019, -45.951348738299338 ], [ 170.324853735502785, -45.951369068748576 ], [ 170.324833273981596, -45.951368589429443 ], [ 170.324792350940868, -45.951367630780183 ], [ 170.324766430450211, -45.951374167917471 ], [ 170.324745281740633, -45.951387961183421 ], [ 170.324713902254928, -45.951401514774361 ], [ 170.324635797083545, -45.951428262412662 ], [ 170.324583784197756, -45.951444904757636 ], [ 170.324531943092865, -45.951457978928673 ], [ 170.324485045538438, -45.95147474107111 ], [ 170.324453665942485, -45.951488294587854 ], [ 170.324412227369123, -45.951498040248197 ], [ 170.324355614431511, -45.951503858189476 ], [ 170.324319806697559, -45.951503019220617 ], [ 170.32428382713789, -45.95150574838933 ], [ 170.324242904014511, -45.951504789541119 ], [ 170.324212039841427, -45.951507638543909 ], [ 170.324191578279965, -45.951507159108765 ], [ 170.324164970318577, -45.951527968700184 ], [ 170.324133075105976, -45.951552226571366 ], [ 170.324111754335775, -45.951569587862892 ], [ 170.324064512882643, -45.95159348612372 ], [ 170.324017443234396, -45.951613816216096 ], [ 170.323981635439566, -45.951612977139732 ], [ 170.323961173843259, -45.951612497662488 ], [ 170.323909504298484, -45.951622003396217 ], [ 170.323877952630198, -45.951639124897049 ], [ 170.323774097865851, -45.951668840705096 ], [ 170.323721740781991, -45.951692618940264 ], [ 170.323654381170059, -45.951708901206622 ], [ 170.323607826895937, -45.951718526684118 ], [ 170.323550354287249, -45.951742184951939 ], [ 170.323482650808216, -45.951765603407146 ], [ 170.323393798076921, -45.951802814824724 ], [ 170.323325578788541, -45.951836937621103 ], [ 170.323284139772852, -45.951846682861365 ], [ 170.323227182590756, -45.95185963652343 ], [ 170.323185571642313, -45.951872949872552 ], [ 170.323133557929367, -45.951889591536961 ], [ 170.323055451348864, -45.951916338060208 ], [ 170.323044876683809, -45.951923234527719 ], [ 170.322972057355429, -45.951946532758377 ], [ 170.322883719765372, -45.951973039330447 ], [ 170.322842108654044, -45.951986352550463 ], [ 170.322800841374288, -45.951992529466551 ], [ 170.322769461090076, -45.952006082503821 ], [ 170.322713363290461, -45.952001195183207 ], [ 170.322641403408284, -45.952006652478552 ], [ 170.322605251524521, -45.952012949252619 ], [ 170.32253909481949, -45.952004253840173 ], [ 170.32249271206814, -45.952010310709497 ], [ 170.322456904062562, -45.952009471149829 ], [ 170.32239586281699, -45.952000895592739 ], [ 170.322345224400749, -45.951988991746767 ], [ 170.322294586007132, -45.951977087878795 ], [ 170.322274640182428, -45.951965903668736 ], [ 170.322244635480047, -45.95195091141867 ], [ 170.322214458831297, -45.951939487303505 ], [ 170.322158017227082, -45.951941735997266 ], [ 170.322141467189255, -45.951966353138495 ], [ 170.322100199858028, -45.951972529799981 ], [ 170.322048701668791, -45.95197846653457 ], [ 170.32201783714558, -45.951981314935679 ], [ 170.321996687538416, -45.951995107671081 ], [ 170.322051409463711, -45.952028540477826 ], [ 170.322065379968308, -45.95205744548074 ], [ 170.322069463563395, -45.952078974287915 ], [ 170.322062800368741, -45.95211096760972 ], [ 170.322040446895841, -45.95214973734511 ], [ 170.321994063977058, -45.952155794007872 ], [ 170.321978373696368, -45.952162570413378 ], [ 170.321971882417216, -45.952190995586477 ], [ 170.321955504199934, -45.952212044554798 ], [ 170.321923779627156, -45.952232733634823 ], [ 170.321886939581503, -45.952253302741674 ], [ 170.321844640080656, -45.952280888152629 ], [ 170.321797397075613, -45.952304785437889 ], [ 170.321755441480605, -45.952325234531841 ], [ 170.321703254940985, -45.952345443665472 ], [ 170.321650896362598, -45.952369220914889 ], [ 170.321618999584075, -45.952393478045742 ], [ 170.32156152546213, -45.952417135275887 ], [ 170.321524685162188, -45.952437704259587 ], [ 170.321430886640997, -45.95247122597241 ], [ 170.32137358438132, -45.952491314964362 ], [ 170.3213113386347, -45.95250771579704 ], [ 170.321249092852668, -45.952524116594901 ], [ 170.32118701906748, -45.952536949218931 ], [ 170.321139775569037, -45.952560846220123 ], [ 170.321108222535202, -45.952577966922455 ], [ 170.321051264137026, -45.952590919469813 ], [ 170.320999593235996, -45.952600423854093 ], [ 170.320947750270165, -45.952613496352932 ], [ 170.320911253719515, -45.952626928853654 ], [ 170.32084423632304, -45.952636073140262 ], [ 170.320792393290191, -45.95264914556693 ], [ 170.320740894357215, -45.952655081694068 ], [ 170.320678992385012, -45.952664345898171 ], [ 170.320611630770912, -45.952680626321204 ], [ 170.320549728751701, -45.952689890454074 ], [ 170.320472136101699, -45.952705930743427 ], [ 170.320378852780152, -45.9527287471563 ], [ 170.320332813400853, -45.952727666855836 ], [ 170.320280798079978, -45.952744307181881 ], [ 170.320213436261753, -45.952760587365027 ], [ 170.320140958915403, -45.952776747464547 ], [ 170.320084000107528, -45.952789699519478 ], [ 170.3200266970575, -45.952809787816442 ], [ 170.319959507204089, -45.952822499710777 ], [ 170.319866395611797, -45.952841747560385 ], [ 170.319803804813859, -45.952865283821644 ], [ 170.319767652085716, -45.952871579676945 ], [ 170.319612121555849, -45.952910795385264 ], [ 170.319549530577348, -45.952934331502796 ], [ 170.319497514841601, -45.952950971461973 ], [ 170.319455385793106, -45.952974987813022 ], [ 170.319393138978853, -45.952991387574208 ], [ 170.319278704104931, -45.953027995290206 ], [ 170.319216112859039, -45.953051531218485 ], [ 170.319168695936696, -45.953078995506729 ], [ 170.319106621096097, -45.953091826974237 ], [ 170.319028855332704, -45.953111434392646 ], [ 170.318977183638708, -45.953120937842513 ], [ 170.318909993193358, -45.953133649104998 ], [ 170.318842458346069, -45.953153496590936 ], [ 170.318836826266164, -45.953164080884349 ], [ 170.318810732099195, -45.953174184765494 ], [ 170.318774234688021, -45.953187616562388 ], [ 170.318717619556111, -45.95319343165535 ], [ 170.318696813074126, -45.953200087485726 ], [ 170.318650084571544, -45.95321327902419 ], [ 170.318603183845227, -45.953230038674128 ], [ 170.318556283091254, -45.953246798304114 ], [ 170.318493863515926, -45.953266765692568 ], [ 170.318442191595636, -45.953276268894868 ], [ 170.318415925092694, -45.953289940813427 ], [ 170.31836936866975, -45.953299564103219 ], [ 170.318327755542555, -45.953312875629337 ], [ 170.318265335815397, -45.953332842889196 ], [ 170.318193029433218, -45.95334543359175 ], [ 170.318135552926606, -45.953369089039803 ], [ 170.318093939694393, -45.953382400478176 ], [ 170.318036979827838, -45.953395351486364 ], [ 170.317974904396721, -45.953408182324331 ], [ 170.317927831065191, -45.953428509817265 ], [ 170.317870354364089, -45.953452165127104 ], [ 170.317808278834462, -45.953464995872125 ], [ 170.317761894427065, -45.95347105077979 ], [ 170.317720625554813, -45.953477225821359 ], [ 170.317663493247238, -45.953493744767236 ], [ 170.317580438632831, -45.953516799146669 ], [ 170.317482037304075, -45.953539492974137 ], [ 170.317351736601381, -45.953586442592879 ], [ 170.317232528260035, -45.953615791774006 ], [ 170.31717487878484, -45.953643014848979 ], [ 170.317128321871024, -45.953652637620863 ], [ 170.317071533824276, -45.953662020009311 ], [ 170.317030092437847, -45.953671762922554 ], [ 170.316978075298579, -45.953688401700084 ], [ 170.316920942566924, -45.953704920264158 ], [ 170.316863465168581, -45.953728575050306 ], [ 170.316811275608472, -45.953748781875056 ], [ 170.316774605035988, -45.953765781137953 ], [ 170.316728047956303, -45.95377540374264 ], [ 170.316691032684872, -45.953799539228136 ], [ 170.316644475563692, -45.953809161797736 ], [ 170.316582399378291, -45.953821991860444 ], [ 170.316524749380676, -45.953849214594499 ], [ 170.316473076617427, -45.953858716885343 ], [ 170.316421576183558, -45.953864651028034 ], [ 170.316374157219485, -45.953892114106353 ], [ 170.316317196462649, -45.953905064235109 ], [ 170.316290929154349, -45.953918735645338 ], [ 170.316244199512568, -45.953931926171656 ], [ 170.316198159292867, -45.953930844183759 ], [ 170.316176835162736, -45.953948203912176 ], [ 170.316135221053173, -45.953961514615486 ], [ 170.316093606924255, -45.953974825303135 ], [ 170.316015838939563, -45.953994430615779 ], [ 170.315948129697517, -45.954017844463991 ], [ 170.315906170723679, -45.954038291326853 ], [ 170.315849899252299, -45.954036968725909 ], [ 170.315776901913523, -45.954063830354286 ], [ 170.315719768460553, -45.954080348299918 ], [ 170.315652748582664, -45.954089489479394 ], [ 170.315580268288727, -45.954105646612682 ], [ 170.315476232346498, -45.954138922782775 ], [ 170.31542881269246, -45.954166385451821 ], [ 170.315381910236141, -45.954183143736735 ], [ 170.315340295770596, -45.95419645414168 ], [ 170.315293565683987, -45.954209644268197 ], [ 170.315251778755254, -45.954226522760678 ], [ 170.315220740286833, -45.954232937408598 ], [ 170.315184413779889, -45.954242799900605 ], [ 170.315168549680834, -45.95425314345713 ], [ 170.315126762682866, -45.954270021902204 ], [ 170.315079860052123, -45.954286780058801 ], [ 170.315032784955775, -45.954307106315461 ], [ 170.314975478603174, -45.954327191997486 ], [ 170.314896675077932, -45.954368205245196 ], [ 170.314844311780888, -45.954391979259157 ], [ 170.314787005275463, -45.954412064842884 ], [ 170.314745390503163, -45.95442537502359 ], [ 170.31469866009121, -45.954438564898759 ], [ 170.314656700353254, -45.954459011283909 ], [ 170.314614568119026, -45.954483025771587 ], [ 170.314583012036564, -45.954500144596899 ], [ 170.314526050272519, -45.954513093807797 ], [ 170.314484607839574, -45.954522835771904 ], [ 170.314442992915616, -45.954536145838716 ], [ 170.314359418044177, -45.954569902161204 ], [ 170.314302111187857, -45.95458998749303 ], [ 170.314244631800818, -45.954613640912655 ], [ 170.314193130470699, -45.954619574028698 ], [ 170.31412576473133, -45.954635850525563 ], [ 170.314084322142179, -45.954645592340576 ], [ 170.314043397049488, -45.954644629789549 ], [ 170.313996838803433, -45.954654251252414 ], [ 170.313954878652254, -45.954674697369654 ], [ 170.313928265392349, -45.954695504446889 ], [ 170.313886650212993, -45.95470881430478 ], [ 170.313855093783843, -45.954725932920539 ], [ 170.313823709853466, -45.954739483410862 ], [ 170.31378721026266, -45.954752913560867 ], [ 170.313740651885354, -45.9547625349161 ], [ 170.31368880531906, -45.954775604031951 ], [ 170.31363713125964, -45.954785105008085 ], [ 170.313543841852322, -45.954807915689685 ], [ 170.313522689103706, -45.954821706778986 ], [ 170.313491650121136, -45.954828120944441 ], [ 170.313460783673634, -45.95483096698625 ], [ 170.313444401462306, -45.954852014636572 ], [ 170.313402786056002, -45.954865324312607 ], [ 170.313361170630287, -45.95487863397301 ], [ 170.313324325739245, -45.954899200199606 ], [ 170.313282710270272, -45.954912509830351 ], [ 170.313235806566013, -45.954929267203426 ], [ 170.313204767493147, -45.954935681288752 ], [ 170.313158726556964, -45.954934598058216 ], [ 170.313137401102921, -45.954951957186758 ], [ 170.313090842456631, -45.954961578270513 ], [ 170.313054860257267, -45.95496430383723 ], [ 170.313043938655909, -45.954978335562444 ], [ 170.312975709300275, -45.955012451930962 ], [ 170.312908170176343, -45.955032295803406 ], [ 170.312846091839901, -45.955045123782845 ], [ 170.31278895655899, -45.955061640217721 ], [ 170.312727050755342, -45.955070900018157 ], [ 170.312710840787474, -45.95508837944201 ], [ 170.312633070135973, -45.955107982386124 ], [ 170.312534318923838, -45.95513780806121 ], [ 170.312476320425361, -45.955172164895551 ], [ 170.312408780939563, -45.955192008463833 ], [ 170.312335953109084, -45.955215299705337 ], [ 170.312226970187368, -45.955244884311 ], [ 170.31217989327223, -45.955265209347274 ], [ 170.312117469261096, -45.955285173142478 ], [ 170.312080796284505, -45.955302170839559 ], [ 170.31202860357871, -45.955322375401913 ], [ 170.311986642219807, -45.955342820766454 ], [ 170.311934794728955, -45.955355889063512 ], [ 170.311893351248472, -45.955365630061749 ], [ 170.311851907754118, -45.95537537104461 ], [ 170.311815234639283, -45.955392368653008 ], [ 170.311789138202357, -45.955402470874411 ], [ 170.31172654124714, -45.95542600255866 ], [ 170.311680154641209, -45.955432054942698 ], [ 170.311633250037346, -45.955448811635648 ], [ 170.311591633773219, -45.955462120630791 ], [ 170.311560076226868, -45.95547923858507 ], [ 170.31151317154854, -45.955495995226912 ], [ 170.311456553455457, -45.955501806648186 ], [ 170.311430629580968, -45.95550834067619 ], [ 170.31139395625371, -45.955525338144128 ], [ 170.311368032361401, -45.955531872157486 ], [ 170.311326070608516, -45.955552317269721 ], [ 170.311284626883179, -45.955562058041089 ], [ 170.311258357586382, -45.955575728245229 ], [ 170.311242492388857, -45.955586071229504 ], [ 170.311205991645608, -45.955599500526425 ], [ 170.31116949088505, -45.955612929811217 ], [ 170.31115908676378, -45.955616257017844 ], [ 170.311123276768313, -45.955615413856222 ], [ 170.311087294075463, -45.955618138791039 ], [ 170.311056427093263, -45.95562098416999 ], [ 170.311020271691149, -45.955627277190999 ], [ 170.310963135301961, -45.955643792685386 ], [ 170.310885363300912, -45.955663394406457 ], [ 170.310854150857153, -45.955673375943832 ], [ 170.3107762060597, -45.955696545695474 ], [ 170.310724703420505, -45.955702477215475 ], [ 170.310693663652387, -45.955708890601322 ], [ 170.310646413075801, -45.955732783089069 ], [ 170.310599335190091, -45.955753107450143 ], [ 170.310567777180893, -45.955770225118947 ], [ 170.310561797787216, -45.955787945171153 ], [ 170.31052018102622, -45.955801253763724 ], [ 170.310489486658241, -45.95580053088063 ], [ 170.310479600680651, -45.955793153706281 ], [ 170.310454022045178, -45.955792551295268 ], [ 170.310402346544606, -45.955802050772597 ], [ 170.310360038749877, -45.955829631727433 ], [ 170.310318249162464, -45.955846508349829 ], [ 170.310296922481569, -45.955863866917987 ], [ 170.310265709824989, -45.955873848289357 ], [ 170.310229726934296, -45.95587657294913 ], [ 170.31020311172179, -45.95589737911056 ], [ 170.310166265014544, -45.955917944273928 ], [ 170.310130800378232, -45.95590996458769 ], [ 170.310100105960032, -45.955909241598697 ], [ 170.310068547712348, -45.95592635912373 ], [ 170.310042105184465, -45.955943597141228 ], [ 170.310005776699853, -45.955953457937738 ], [ 170.309958871174501, -45.955970213920523 ], [ 170.309917426916712, -45.955979954182745 ], [ 170.309886386908772, -45.955986367343371 ], [ 170.309829422615849, -45.955999314150027 ], [ 170.309772285511741, -45.956015829031195 ], [ 170.309689051271562, -45.956042445608233 ], [ 170.309647261328365, -45.956059321976447 ], [ 170.309620818608977, -45.956076559891699 ], [ 170.30959489426607, -45.956083093491564 ], [ 170.309558220016157, -45.956100090347469 ], [ 170.309506198485394, -45.956116725614521 ], [ 170.309449061170142, -45.956133240328832 ], [ 170.309417329790108, -45.956153925768476 ], [ 170.309385598386513, -45.956174611198684 ], [ 170.309338346866411, -45.956198503122131 ], [ 170.309270805078768, -45.956218344778456 ], [ 170.309213321946942, -45.956241995574324 ], [ 170.309181417592953, -45.956266249046415 ], [ 170.309113875669993, -45.956286090606646 ], [ 170.309066623941021, -45.95630998241252 ], [ 170.30903012221944, -45.956323410990102 ], [ 170.308962580176029, -45.956343252457913 ], [ 170.308920271265947, -45.956370832851945 ], [ 170.308868076453905, -45.956391035918429 ], [ 170.308826631705358, -45.95640077577287 ], [ 170.30878414983323, -45.956431924214165 ], [ 170.308762995305841, -45.956445714378305 ], [ 170.308721031931611, -45.956466158493697 ], [ 170.308669009819482, -45.956482793365204 ], [ 170.308637450814672, -45.956499910476182 ], [ 170.308580139996053, -45.956519992839993 ], [ 170.308542773684422, -45.956551261753901 ], [ 170.30851121460239, -45.956568378828081 ], [ 170.308453730795406, -45.95659202922505 ], [ 170.308396765573235, -45.95660497529451 ], [ 170.308344916119779, -45.956618041913934 ], [ 170.308298873974081, -45.956616956695022 ], [ 170.30826800632579, -45.956619801304193 ], [ 170.308232195768937, -45.956618957222517 ], [ 170.308201328116951, -45.956621801813569 ], [ 170.30817011467758, -45.956631782593085 ], [ 170.308138209649542, -45.956656035757142 ], [ 170.308136826492415, -45.956684580543701 ], [ 170.308110210116979, -45.956705386188716 ], [ 170.308031398282623, -45.956746394495759 ], [ 170.307963163762196, -45.956780507743119 ], [ 170.307884351714677, -45.956821515943425 ], [ 170.307779960480616, -45.956861921066171 ], [ 170.307675742023292, -45.956898757993031 ], [ 170.307628489169417, -45.956922649176214 ], [ 170.307581236275297, -45.956946540338805 ], [ 170.30751915468008, -45.956959365343302 ], [ 170.307436436824446, -45.956975275930404 ], [ 170.307384586815175, -45.956988342100288 ], [ 170.307342795485056, -45.957005217591224 ], [ 170.307301177080433, -45.957018524970614 ], [ 170.30725496168921, -45.95702100741947 ], [ 170.307151607403199, -45.957040003375894 ], [ 170.307073659231747, -45.957063170518147 ], [ 170.306989903282471, -45.957100489344114 ], [ 170.306906493175148, -45.957130671917099 ], [ 170.306812505338627, -45.957167749318636 ], [ 170.306728749061591, -45.957205067945033 ], [ 170.306645165667533, -45.9572388184137 ], [ 170.306566352022287, -45.95727982566531 ], [ 170.306482941425031, -45.957310007916945 ], [ 170.306409589434395, -45.957343999532647 ], [ 170.306315427901268, -45.957384644601078 ], [ 170.306226382092035, -45.957425410263994 ], [ 170.306148086960945, -45.957455712936628 ], [ 170.306075253674379, -45.957479000052345 ], [ 170.30604369332255, -45.957496116413445 ], [ 170.30602236468485, -45.957513474135069 ], [ 170.305975802770035, -45.95752309223856 ], [ 170.305934183666778, -45.957536399102679 ], [ 170.30587140888457, -45.957563495551838 ], [ 170.305772649880367, -45.957593315189762 ], [ 170.305709528845341, -45.957627547727874 ], [ 170.305615712460877, -45.957661056014544 ], [ 170.305558399401065, -45.957681136807125 ], [ 170.305469698721964, -45.957714765675192 ], [ 170.305427387060092, -45.957742344707412 ], [ 170.305322126968633, -45.957800587946693 ], [ 170.305295682098546, -45.957817824807435 ], [ 170.305248427465472, -45.957841714962129 ], [ 170.305144205565568, -45.957878549494524 ], [ 170.305034867631008, -45.95791526319902 ], [ 170.304935761360582, -45.957952218264133 ], [ 170.304857291696578, -45.957986088105024 ], [ 170.30479945868808, -45.958016872765405 ], [ 170.304752549917907, -45.958033626530401 ], [ 170.304695409298915, -45.95805013878573 ], [ 170.304642692049242, -45.958081044107985 ], [ 170.304554509598091, -45.958103967975369 ], [ 170.304496849440142, -45.958131184388662 ], [ 170.304455056404692, -45.958148058781042 ], [ 170.304392453376835, -45.958171586296629 ], [ 170.304329504000492, -45.95820224994899 ], [ 170.304256495857544, -45.958229103949215 ], [ 170.304219645448967, -45.958249667102848 ], [ 170.3041778522431, -45.958266541389627 ], [ 170.304120364899035, -45.958290189518657 ], [ 170.304078225303471, -45.958314199938378 ], [ 170.304036085671697, -45.958338210341665 ], [ 170.303957614930937, -45.958372079537924 ], [ 170.303904723795569, -45.958406552586894 ], [ 170.303816194177443, -45.958436612033985 ], [ 170.303753763750734, -45.958456571100655 ], [ 170.303722375332143, -45.958470118705023 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2006-03-26", "DSASDate": "26/03/2006", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV", "Source": "LDS", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_26MAR2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.303722375332143, -45.958470118705023 ], [ 170.303686736908389, -45.958465705088706 ], [ 170.303644943383915, -45.958482579172646 ], [ 170.303628729571358, -45.958500057212341 ], [ 170.303581993253204, -45.958513242394403 ], [ 170.303545835213697, -45.958519532985015 ], [ 170.303509677166488, -45.958525823563967 ], [ 170.303463633623863, -45.958524736362399 ], [ 170.303432418306755, -45.958534715801093 ], [ 170.303379873119866, -45.958562052428888 ], [ 170.303343195386873, -45.958579047203393 ], [ 170.303301574893425, -45.958592353074131 ], [ 170.303249376029271, -45.958612553473323 ], [ 170.303228046097246, -45.958629910641072 ], [ 170.30320688937482, -45.958643699721833 ], [ 170.303170038310867, -45.958664262520678 ], [ 170.303138476409885, -45.958681378040751 ], [ 170.30310760740835, -45.95868422122247 ], [ 170.303106741259768, -45.958702061633907 ], [ 170.303085411248702, -45.958719418773001 ], [ 170.303059658189369, -45.958722382759618 ], [ 170.303028615926934, -45.958728794001473 ], [ 170.302982052520491, -45.958738410848085 ], [ 170.302903753836404, -45.958768711209323 ], [ 170.302814876627167, -45.958805906016451 ], [ 170.302631659356507, -45.958887310737097 ], [ 170.302474887844852, -45.958951478984339 ], [ 170.30239624203989, -45.958988915144019 ], [ 170.302301555025423, -45.959040261004198 ], [ 170.302269819363005, -45.959060944352103 ], [ 170.302248315667299, -45.959081869404528 ], [ 170.302222042536187, -45.959095537435779 ], [ 170.30222134938009, -45.959109809753478 ], [ 170.302189960230322, -45.959123356918695 ], [ 170.302153974946293, -45.959126078976304 ], [ 170.30212241247591, -45.959143194201502 ], [ 170.302064923379049, -45.959166841252795 ], [ 170.302032667651957, -45.959198228767427 ], [ 170.302006221110162, -45.959215464825121 ], [ 170.301970062453989, -45.959221754901868 ], [ 170.301943615881896, -45.959238990944321 ], [ 170.301901821264011, -45.959255864363463 ], [ 170.301870085330876, -45.959276547593532 ], [ 170.301838696003699, -45.959290094657845 ], [ 170.301796727998948, -45.959310536114941 ], [ 170.301744354610634, -45.959334303874627 ], [ 170.301654955762274, -45.95938220197143 ], [ 170.301560614070041, -45.959426411029042 ], [ 170.301476677624009, -45.959467293712635 ], [ 170.301361004791033, -45.959528859411883 ], [ 170.301260853170845, -45.959587219618321 ], [ 170.301077111007686, -45.959679325954639 ], [ 170.301040258481606, -45.959699888029981 ], [ 170.300998463251005, -45.959716761103444 ], [ 170.300977132194618, -45.959734117822649 ], [ 170.300940973096317, -45.959740407562904 ], [ 170.300914525961304, -45.959757643353015 ], [ 170.300883136135639, -45.959771190142384 ], [ 170.300866747696773, -45.95979223583376 ], [ 170.300840300514039, -45.959809471605496 ], [ 170.300809084025417, -45.959819450298461 ], [ 170.300757229907504, -45.959832513359174 ], [ 170.300720203773494, -45.959856643400443 ], [ 170.300652307840778, -45.959883615928646 ], [ 170.300605569691868, -45.959896799847904 ], [ 170.300527614928427, -45.959919962361013 ], [ 170.300496398324469, -45.959929940965694 ], [ 170.300475240436725, -45.959943729511473 ], [ 170.300444544035088, -45.959943003880255 ], [ 170.300418096651867, -45.959960239549304 ], [ 170.300391822663954, -45.959973907138249 ], [ 170.300340315140886, -45.959979833857091 ], [ 170.300304155818338, -45.959986123390244 ], [ 170.300292883168765, -45.960007289937792 ], [ 170.300246144835796, -45.960020473705477 ], [ 170.3002048694037, -45.96002664225793 ], [ 170.300158477889198, -45.960032689843167 ], [ 170.300112086365431, -45.960038737409299 ], [ 170.300044883665265, -45.960051437273876 ], [ 170.299978548130042, -45.960046296736984 ], [ 170.299866861730692, -45.960025795195641 ], [ 170.29981110528837, -45.960013760348758 ], [ 170.29974988589575, -45.96000874064805 ], [ 170.299714593773018, -45.959997189634798 ], [ 170.299653721328099, -45.959985033740267 ], [ 170.299597791514515, -45.959976566862323 ], [ 170.299566748187516, -45.95998297713718 ], [ 170.299545416589751, -45.960000333575962 ], [ 170.299543334992563, -45.960043150427751 ], [ 170.299542294192236, -45.960064558853489 ], [ 170.29953084777074, -45.960089293389672 ], [ 170.299505267388867, -45.960088688484717 ], [ 170.299474397460415, -45.960091530661956 ], [ 170.299463297947227, -45.960109129049059 ], [ 170.299462430585976, -45.960126969402488 ], [ 170.299451851480768, -45.960133863576175 ], [ 170.299425924130674, -45.960140394794202 ], [ 170.299405112855908, -45.960147046992496 ], [ 170.299389070703654, -45.960160956314724 ], [ 170.299387682884685, -45.960189500878144 ], [ 170.299376756801706, -45.960203531185158 ], [ 170.299353690259039, -45.960256568287512 ], [ 170.299337127617548, -45.960281181811943 ], [ 170.299300274063171, -45.960301743300555 ], [ 170.299273132218218, -45.960333250971843 ], [ 170.299262206076889, -45.960347281266309 ], [ 170.299230468551599, -45.960367963723471 ], [ 170.299219542392478, -45.960381994013389 ], [ 170.299218501455101, -45.960403402432121 ], [ 170.299207228304653, -45.960424568860056 ], [ 170.299159795403796, -45.960452024447264 ], [ 170.299122074188574, -45.960490426221376 ], [ 170.299091204020954, -45.960493268289426 ], [ 170.299038828392497, -45.960517034753167 ], [ 170.298975352957854, -45.960558399524814 ], [ 170.298933209458085, -45.960582407949502 ], [ 170.298911877428878, -45.960599764258824 ], [ 170.298905893753385, -45.960617483593218 ], [ 170.298869386843705, -45.960630908795835 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "2006-03-26", "DSASDate": "26/03/2006", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV", "Source": "LDS", "CPS": "3", "Proxy": "1", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_26MAR2006.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.298838516587807, -45.960633750793484 ], [ 170.298796199454216, -45.960661327233183 ], [ 170.29874330297821, -45.960695797759257 ], [ 170.298707143027826, -45.960702086771526 ], [ 170.298680521225208, -45.960722890084064 ], [ 170.298643493608068, -45.960747019415273 ], [ 170.298606118896402, -45.9607782848692 ], [ 170.298574380881462, -45.960798967131716 ], [ 170.298527641497571, -45.960812150170405 ], [ 170.298470322732243, -45.96083222726579 ], [ 170.298422889123515, -45.960859682529296 ], [ 170.29839149808592, -45.96087322860393 ], [ 170.298385861304268, -45.960883811771922 ], [ 170.298343890854966, -45.96090425189977 ], [ 170.298312152671514, -45.960924934085206 ], [ 170.2982700086107, -45.960948942251164 ], [ 170.298207747020768, -45.960965330103804 ], [ 170.298160833853814, -45.960982081053317 ], [ 170.298113226402222, -45.961013104247492 ], [ 170.298075851214008, -45.961044369515939 ], [ 170.298033880531705, -45.961064809524068 ], [ 170.2979815039225, -45.96108857547862 ], [ 170.297939186020841, -45.961116151581571 ], [ 170.297907794723415, -45.961129697516874 ], [ 170.297870940083271, -45.961150258517129 ], [ 170.297844664918699, -45.961163925490986 ], [ 170.297844144171194, -45.961174629686752 ], [ 170.297828101329287, -45.961188538772177 ], [ 170.297791420206863, -45.961205531679951 ], [ 170.297754739062299, -45.961222524575362 ], [ 170.297723521251555, -45.961232502392519 ], [ 170.297712594538126, -45.9612465325241 ], [ 170.297706783995551, -45.96126068371904 ], [ 170.297658481672215, -45.961305978970138 ], [ 170.297590408931086, -45.961336517663483 ], [ 170.297532568487384, -45.961367298459798 ], [ 170.297463974778765, -45.961408541266543 ], [ 170.297390785615988, -45.961438958759423 ], [ 170.29732288618635, -45.961465929222108 ], [ 170.297280567672487, -45.961493505065683 ], [ 170.297221858773582, -45.961542126012823 ], [ 170.297137568748326, -45.961590141477039 ], [ 170.297026829346777, -45.961655391713016 ], [ 170.296948870699396, -45.961678551688202 ], [ 170.296906378193341, -45.961709695446658 ], [ 170.296827724817405, -45.961747127584239 ], [ 170.296769709875264, -45.961781476035043 ], [ 170.29669721449153, -45.961797620815801 ], [ 170.296655242742844, -45.96181806029081 ], [ 170.29661309729795, -45.961842067810856 ], [ 170.296560372023691, -45.96187296920305 ], [ 170.296476428283114, -45.961913848031045 ], [ 170.296413470397482, -45.961944507109543 ], [ 170.296381557225942, -45.961968756786291 ], [ 170.296370456343851, -45.961986354837499 ], [ 170.296312440872669, -45.962020703042832 ], [ 170.296233439282304, -45.962065270870639 ], [ 170.296160074903042, -45.962099255597089 ], [ 170.296138915123947, -45.962113043292327 ], [ 170.29610310138591, -45.96211219533221 ], [ 170.296045433028269, -45.962139407275714 ], [ 170.295992880867516, -45.962166740331838 ], [ 170.29591934249882, -45.96220429295586 ], [ 170.295877196447378, -45.962228300189238 ], [ 170.295855515399751, -45.962252792005302 ], [ 170.295756395509926, -45.962289738769385 ], [ 170.295656580571091, -45.962340957676645 ], [ 170.295488690251034, -45.962422713871895 ], [ 170.295383411056093, -45.962480947476855 ], [ 170.295262956546622, -45.962535249394179 ], [ 170.295135821631732, -45.962621542504145 ], [ 170.29500955519083, -45.962689995182856 ], [ 170.294930377839904, -45.962738130115767 ], [ 170.294851895489728, -45.962771992768651 ], [ 170.294741151082604, -45.962837240663561 ], [ 170.294682438544925, -45.962885860213774 ], [ 170.294634653735983, -45.962920449923566 ], [ 170.294571172302682, -45.962961812097184 ], [ 170.29453448903493, -45.962978803905649 ], [ 170.294492863230943, -45.962992106435806 ], [ 170.294451237407657, -45.963005408950323 ], [ 170.294429903050144, -45.963022764363856 ], [ 170.29438792955807, -45.963043202962332 ], [ 170.294334854282454, -45.963081239375704 ], [ 170.294318810011276, -45.963095147932101 ], [ 170.294302418088705, -45.963116192593255 ], [ 170.294270677149058, -45.963136873586549 ], [ 170.294229398819169, -45.963143039909419 ], [ 170.29419835315187, -45.963149448668275 ], [ 170.294161843479856, -45.963162872298021 ], [ 170.294120043619074, -45.963179742739882 ], [ 170.294088128740469, -45.963203991732883 ], [ 170.294046154988251, -45.963224430199269 ], [ 170.293994643887146, -45.963230353970118 ], [ 170.293948075273477, -45.963239967006764 ], [ 170.293891100108482, -45.963252905598253 ], [ 170.293839762819658, -45.963255261245969 ], [ 170.293767960152479, -45.963257131893087 ], [ 170.293741509141711, -45.963274365925443 ], [ 170.293739770553827, -45.963310046443837 ], [ 170.293733958768001, -45.963324197404738 ], [ 170.293706464546261, -45.963362839738302 ], [ 170.29365304077254, -45.96340801191883 ], [ 170.293626241919384, -45.963432382024592 ], [ 170.293577412764591, -45.96348837957175 ], [ 170.293560846571353, -45.963512992167544 ], [ 170.293559629468859, -45.963537968525678 ], [ 170.293527366391345, -45.963569353452698 ], [ 170.2934840011429, -45.963618336108141 ], [ 170.293419474769905, -45.963681105904648 ], [ 170.293397096529333, -45.963719869414007 ], [ 170.293374892141628, -45.963755064867584 ], [ 170.293349136315953, -45.963758026598008 ], [ 170.293286174644436, -45.963788683858311 ], [ 170.293259549335659, -45.963809485818771 ], [ 170.293233271796083, -45.963823151672472 ], [ 170.293181412270656, -45.963836211161436 ], [ 170.293134147413895, -45.963860096049814 ], [ 170.293096941410312, -45.963887791519944 ], [ 170.293060257088229, -45.963904782828664 ], [ 170.293038921949375, -45.96392213796247 ], [ 170.29302851523741, -45.963925463453755 ], [ 170.292976655571408, -45.963938522846306 ], [ 170.292920027308782, -45.963944324832603 ], [ 170.292893227872128, -45.963968694751372 ], [ 170.292867124088104, -45.963978792467913 ], [ 170.292821076432574, -45.963977700879148 ], [ 170.292796016173526, -45.963966390287069 ], [ 170.292740779284031, -45.96394364779492 ], [ 170.292714849414494, -45.963950177427897 ] ] } }, @@ -13635,8 +13634,8 @@ { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1962-03-02", "DSASDate": "02/03/1962", "Digitiser": "TK", "Scale": "1500", "Notes": "base of cliff", "Source": "RL", "CPS": "4", "Proxy": "4", "Photoscale": 16700.0, "Georef_ER": "2.09", "Pixel_Er": 0.443476002043312, "Total_UNCY": "2.974839653559216", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_02MAR1962.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.236599657282738, -46.016938483677677 ], [ 170.236628782852648, -46.016971337796434 ], [ 170.236672560198713, -46.017018835037703 ], [ 170.236722703643778, -46.017041481235552 ], [ 170.236761715761872, -46.01708171883859 ], [ 170.236812214994188, -46.017097229302131 ], [ 170.236853361345851, -46.017094652693032 ], [ 170.236925945431153, -46.01707854808236 ], [ 170.236992874910925, -46.017073023074254 ], [ 170.237032776413145, -46.017095421343797 ], [ 170.236970078790904, -46.01711890951858 ], [ 170.236912146503641, -46.017149657256802 ], [ 170.236859690911984, -46.017173393170836 ], [ 170.236817121727341, -46.017204512568718 ], [ 170.236779495721152, -46.017239323705553 ], [ 170.236788670779617, -46.017260978610473 ], [ 170.236781771204988, -46.017296533186276 ], [ 170.23674432296437, -46.017327776460888 ], [ 170.236702465015384, -46.017344624418755 ], [ 170.236670315643408, -46.017372423730365 ], [ 170.236648408420081, -46.017400470860188 ], [ 170.236595952478694, -46.017424206644222 ], [ 170.23653272070365, -46.017458398107685 ], [ 170.236443705487204, -46.01749553776834 ], [ 170.236364932356622, -46.017532925210745 ], [ 170.236321828973928, -46.017574747950157 ], [ 170.236300099375285, -46.017599227159778 ], [ 170.23627378230097, -46.017612878894013 ], [ 170.236196254118028, -46.017625291287864 ], [ 170.236159339001574, -46.017645830817727 ], [ 170.236116946955406, -46.01767338208905 ], [ 170.236067654768391, -46.017736487862223 ], [ 170.236060576760622, -46.017775610225904 ], [ 170.236027715209104, -46.017817680724839 ], [ 170.236031235223379, -46.017849915278624 ], [ 170.236056485071202, -46.017857670679348 ], [ 170.23607625799778, -46.017872437825979 ], [ 170.236089486617516, -46.017915623796448 ], [ 170.236103071051474, -46.017951674073871 ], [ 170.236086284445122, -46.017979845021017 ], [ 170.236023585427716, -46.018003332641094 ], [ 170.23598154884624, -46.018023748161944 ], [ 170.235944277564528, -46.018051423303945 ], [ 170.23588122258306, -46.018082046532811 ], [ 170.235816922114026, -46.018137644639346 ], [ 170.235773817835735, -46.018179467147974 ], [ 170.235776981874977, -46.018218837394372 ], [ 170.235785978762578, -46.018244060216091 ], [ 170.235769547743615, -46.018265095420375 ], [ 170.235758059958613, -46.018289822422211 ], [ 170.235756102816794, -46.018329068712646 ], [ 170.235744081241933, -46.018364499245997 ], [ 170.235707521310758, -46.018377902923604 ], [ 170.235685435260336, -46.018409517688632 ], [ 170.235673235692587, -46.018448516056921 ], [ 170.23564179687321, -46.018462043671285 ], [ 170.235600649467216, -46.018464619818999 ], [ 170.235574687676632, -46.018471135689133 ], [ 170.235553491193258, -46.018484911206201 ], [ 170.235567787139672, -46.018506690163946 ], [ 170.235587026352874, -46.018532160927826 ], [ 170.235606265583414, -46.018557631688779 ], [ 170.235588944726402, -46.018596506082069 ], [ 170.235572869394701, -46.01861040556512 ], [ 170.235559957950272, -46.01866367529248 ], [ 170.235528341041174, -46.018680770715477 ], [ 170.235477306945512, -46.018675963193942 ], [ 170.235419550143234, -46.01870314226845 ], [ 170.235479047246173, -46.018743876189298 ], [ 170.235507461273727, -46.01879100196529 ], [ 170.235556182284199, -46.018842191443348 ], [ 170.235533028311863, -46.018895213232021 ], [ 170.235485869640684, -46.018915504581095 ], [ 170.235407449728285, -46.018945755607923 ], [ 170.235359401211326, -46.01898388611783 ], [ 170.23529634483657, -46.019014508988015 ], [ 170.235263659894912, -46.019053011386553 ], [ 170.235215433223658, -46.019094709673432 ], [ 170.235157675853117, -46.019121888600964 ], [ 170.235115282162752, -46.019149439457301 ], [ 170.235067589210871, -46.019180434150577 ], [ 170.235045324486549, -46.019215616614282 ], [ 170.235008229897971, -46.019239723575112 ], [ 170.234951362174741, -46.019249063183665 ], [ 170.234913555594716, -46.019287441478163 ], [ 170.234851210577688, -46.019303792722376 ], [ 170.234808994586217, -46.019327775616439 ], [ 170.234787619590719, -46.019345118818833 ], [ 170.234734983017972, -46.019372421521979 ], [ 170.23471890724349, -46.019386320873195 ], [ 170.234712718002697, -46.019407603913244 ], [ 170.234685331687615, -46.019442662293457 ], [ 170.234627395696975, -46.019473408777721 ], [ 170.2345848234703, -46.01950452726394 ], [ 170.234537663941097, -46.019524818199876 ], [ 170.234481151877958, -46.019527021885267 ], [ 170.234408919946617, -46.019535989167451 ], [ 170.234360158152498, -46.019588390584879 ], [ 170.234353612707935, -46.019616809280279 ], [ 170.234346711214073, -46.019652363654032 ], [ 170.234328855037035, -46.019701941340188 ], [ 170.234322665606499, -46.019723224353861 ], [ 170.234305877528556, -46.019751394998906 ], [ 170.234269138313465, -46.01976836602374 ], [ 170.234227277775886, -46.019785213009087 ], [ 170.234195125721556, -46.019813011553119 ], [ 170.23415874250091, -46.019822846862816 ], [ 170.23415714019194, -46.019854957412115 ], [ 170.234154469670926, -46.019908474993748 ], [ 170.234183417207873, -46.01994489756251 ], [ 170.234219444443738, -46.019942197924699 ], [ 170.234216952006221, -46.019992147669448 ], [ 170.234244475386305, -46.020057112935376 ], [ 170.234243407204957, -46.020078519968912 ], [ 170.234216732375728, -46.020099306863429 ], [ 170.234230850144598, -46.020124653819508 ], [ 170.234265809321016, -46.020143361203104 ], [ 170.234243187617551, -46.020185679162658 ], [ 170.234209967129203, -46.020234884736738 ], [ 170.234187345343003, -46.020277202682813 ], [ 170.234174254074617, -46.020334040039415 ], [ 170.234162765113297, -46.020358766847011 ], [ 170.234135912075743, -46.020383121556449 ], [ 170.234094763194207, -46.020385697126848 ], [ 170.234053080176011, -46.020398976196766 ], [ 170.234035935650439, -46.020434282467633 ], [ 170.23402938992038, -46.02046270113469 ], [ 170.234007480089303, -46.020490747686502 ], [ 170.233995991018588, -46.020515474474301 ], [ 170.23400374107274, -46.020565672282821 ], [ 170.234012025284443, -46.020605166577027 ], [ 170.233980762883135, -46.020615125854832 ], [ 170.233954799899777, -46.020621641327374 ], [ 170.233933068018871, -46.020646120024281 ], [ 170.233916101388985, -46.020677858434766 ], [ 170.233893657241254, -46.020716608473066 ], [ 170.23387704668167, -46.020741211201575 ], [ 170.233829529710874, -46.020768637486093 ], [ 170.233787668277245, -46.020785484287543 ], [ 170.233740507359329, -46.020805774858928 ], [ 170.23371401005312, -46.020822993784591 ], [ 170.233692277984829, -46.020847472430717 ], [ 170.233661015391391, -46.020857431616164 ], [ 170.23360343349367, -46.020881041854643 ], [ 170.233571280473001, -46.020908840196832 ], [ 170.233580454806571, -46.020930495332664 ], [ 170.233625478984777, -46.02095301886979 ], [ 170.233633941045781, -46.020988945347796 ], [ 170.233597913107047, -46.020991644784374 ], [ 170.233531334793355, -46.020990032011852 ], [ 170.2334848859484, -46.020996051126481 ], [ 170.23344266806555, -46.021020033466542 ], [ 170.233415458206196, -46.021051523661356 ], [ 170.233398491148478, -46.021083261983406 ], [ 170.233336143677462, -46.021099612339924 ], [ 170.233298156583487, -46.021141557870138 ], [ 170.23327148087958, -46.021162344520796 ], [ 170.233253979400729, -46.021204786323992 ], [ 170.233267740781287, -46.021237269061672 ], [ 170.233240886916406, -46.021261623538798 ], [ 170.233193547290085, -46.021285481704119 ], [ 170.233150794734968, -46.021320167432101 ], [ 170.233138592659657, -46.021359165457163 ], [ 170.233131868230458, -46.021391151890576 ], [ 170.233094237000046, -46.021425961673692 ], [ 170.233072148186181, -46.021457575857085 ], [ 170.233054112105322, -46.021510721125523 ], [ 170.233046497022912, -46.021560546723634 ], [ 170.233079497405868, -46.021618500656245 ], [ 170.233124700029265, -46.021637456561997 ], [ 170.233140911230578, -46.021723580912401 ], [ 170.233161531516089, -46.021824100678003 ], [ 170.233183220527764, -46.021903213432608 ], [ 170.233155297619334, -46.021948974886023 ], [ 170.233143095388073, -46.021987972904697 ], [ 170.233172043271168, -46.022024395727655 ], [ 170.233184914230861, -46.02207471764703 ], [ 170.233182598787607, -46.022121099494989 ], [ 170.233165631242031, -46.022152837766761 ], [ 170.233148485562452, -46.022188143869712 ], [ 170.233126396454907, -46.022219758053666 ], [ 170.233124080951029, -46.02226613989815 ], [ 170.233086449096021, -46.022300949660448 ], [ 170.233079902616339, -46.022329368248862 ], [ 170.233041736323997, -46.022374881496233 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1962-03-02", "DSASDate": "02/03/1962", "Digitiser": "TK", "Scale": "1500", "Notes": "eov", "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 16700.0, "Georef_ER": "2.09", "Pixel_Er": 0.443476002043312, "Total_UNCY": "2.346416622083197", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_02MAR1962.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.335094585646374, -45.945674938075847 ], [ 170.335021950438119, -45.945694676121306 ], [ 170.334960229415543, -45.945700380117366 ], [ 170.334907711518071, -45.945727731915966 ], [ 170.334875310965458, -45.9457626975355 ], [ 170.334842910371464, -45.945797663144752 ], [ 170.334789365608287, -45.945846423983021 ], [ 170.334752192237346, -45.945874133824447 ], [ 170.334720647120463, -45.945891258481822 ], [ 170.334668300053011, -45.945915041980371 ], [ 170.334635899238208, -45.945950007525262 ], [ 170.334613728233677, -45.945985211823725 ], [ 170.33459667212918, -45.946020535499777 ], [ 170.334569215003, -45.946059188587476 ], [ 170.334531699103479, -45.946094034714747 ], [ 170.334489239358305, -45.946125193259157 ], [ 170.334441493480966, -45.946159800578627 ], [ 170.334393062956053, -45.946208680602638 ], [ 170.334355889142756, -45.946236390303831 ], [ 170.334318715292284, -45.946264099991986 ], [ 170.334271824965384, -45.946280866328969 ], [ 170.334229364931332, -45.946312024769519 ], [ 170.334197305924022, -45.946339853814834 ], [ 170.334159447273151, -45.946381836170545 ], [ 170.33410607250525, -45.946427028477778 ], [ 170.334046897998263, -45.946486374071256 ], [ 170.333957547046282, -45.946534298621415 ], [ 170.333863765696719, -45.946567830962607 ], [ 170.333749181939368, -45.946608021898172 ], [ 170.333670574096033, -45.946645480518157 ], [ 170.333477895591642, -45.946712425198491 ], [ 170.333425204803575, -45.94674334445228 ], [ 170.333352396418917, -45.946766649566854 ], [ 170.333186833171112, -45.946802077332386 ], [ 170.333062189703639, -45.946838460483235 ], [ 170.332994153568876, -45.946869021169981 ], [ 170.332955779917711, -45.946921707626053 ], [ 170.332814078485939, -45.946993413887725 ], [ 170.332740413240231, -45.947034559479796 ], [ 170.33259888251564, -45.947102697284762 ], [ 170.332540562039497, -45.947144201162111 ], [ 170.332476783897079, -45.947192721878473 ], [ 170.332419148354205, -45.94721995298827 ], [ 170.332382658014836, -45.947233389305893 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1962-03-02", "DSASDate": "02/03/1962", "Digitiser": "TK", "Scale": "1500", "Notes": "base of cliff", "Source": "RL", "CPS": "4", "Proxy": "4", "Photoscale": 16700.0, "Georef_ER": "2.09", "Pixel_Er": 0.443476002043312, "Total_UNCY": "2.974839653559216", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_02MAR1962.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.33311881430339, -45.947579223282595 ], [ 170.333211741655589, -45.94756353249204 ], [ 170.333279436091345, -45.9475401080498 ], [ 170.333316782551321, -45.947508830558057 ], [ 170.333349185132761, -45.947473865434176 ], [ 170.333390276812622, -45.947471252779359 ], [ 170.333426082215311, -45.947472088849842 ], [ 170.333452513578521, -45.947454845146311 ], [ 170.333509464042976, -45.947441886222705 ], [ 170.333566243274618, -45.947432495448417 ], [ 170.333617393822038, -45.947433689751861 ], [ 170.333662915713774, -45.947445469141243 ], [ 170.333682519938435, -45.947463787741448 ], [ 170.33371678456291, -45.947496737328919 ], [ 170.333772707848027, -45.947505187346529 ], [ 170.333808170899033, -45.947513159655642 ], [ 170.333914388930054, -45.947540644697447 ], [ 170.333981740697425, -45.947524356190328 ], [ 170.334002885676426, -45.94751056112262 ], [ 170.334013971699278, -45.947492959048454 ], [ 170.334010226071285, -45.947464294200039 ], [ 170.334022167973018, -45.947428851226519 ], [ 170.33401859352179, -45.947396618198418 ], [ 170.334090546616352, -45.947391153572653 ], [ 170.334173565649792, -45.947475251616851 ], [ 170.334267157396255, -45.947552452045713 ], [ 170.334326313148296, -45.947600271179375 ], [ 170.334380696236764, -45.947640834527768 ], [ 170.334447192242266, -45.947642386649299 ], [ 170.334503458097316, -45.947643699952707 ], [ 170.33455886823117, -45.947662854133831 ], [ 170.334634225310822, -45.94769319037114 ], [ 170.334705323068334, -45.94770556627202 ], [ 170.334775907464859, -45.947728646674321 ], [ 170.334860810431763, -45.947773494248914 ], [ 170.334923884172866, -45.947846409735348 ], [ 170.335048681572772, -45.947913621235031 ], [ 170.335150299244617, -45.947930281241725 ], [ 170.335201792526732, -45.947924338480547 ], [ 170.33523759827392, -45.947925173989809 ], [ 170.335261291690415, -45.947965020787542 ], [ 170.335337847256397, -45.947970379295192 ], [ 170.335384054354535, -45.947967885282061 ], [ 170.33543486328864, -45.947976215149389 ], [ 170.335474415482452, -45.948005715401756 ], [ 170.335483961361803, -45.94802022682989 ], [ 170.335481566128408, -45.948070181399039 ], [ 170.335390673904442, -45.948150220680269 ], [ 170.335285120418717, -45.948215629083592 ], [ 170.335242317199004, -45.948253924237029 ], [ 170.335223891879025, -45.948317793448723 ], [ 170.335216876492098, -45.948464088932589 ], [ 170.335245171947832, -45.948514759642137 ], [ 170.335279438140446, -45.94854770878959 ], [ 170.335293072600223, -45.948583748686055 ], [ 170.335261354961574, -45.948604441638132 ], [ 170.335214120677023, -45.948628344683897 ], [ 170.33521701143539, -45.948674850414626 ], [ 170.335245478097363, -45.9487219529424 ], [ 170.335213418141194, -45.948749782243297 ], [ 170.335191417411664, -45.948781418439843 ], [ 170.335153386636563, -45.948826969271245 ], [ 170.335145020271028, -45.94889464536638 ], [ 170.335174855880695, -45.948913202455117 ], [ 170.335141597967777, -45.948966009005836 ], [ 170.335124712311853, -45.948997764549659 ], [ 170.335082421716436, -45.949025355077488 ], [ 170.335031440766898, -45.94902059321641 ], [ 170.334929650026368, -45.949007501245255 ], [ 170.334823257542411, -45.9489835852631 ], [ 170.334700834979714, -45.948973583756207 ], [ 170.334583356515253, -45.948967269688467 ], [ 170.334460591724877, -45.948964404285981 ], [ 170.334404666860962, -45.94895595457286 ], [ 170.334332711754683, -45.948961419351626 ], [ 170.334225292595249, -45.948958911896305 ], [ 170.334185055721633, -45.948943683932015 ], [ 170.334103041405228, -45.948945341572774 ], [ 170.334046431880239, -45.948951164401201 ], [ 170.333963561598011, -45.948970662834675 ], [ 170.333896208053204, -45.948986951288894 ], [ 170.333834312069797, -45.948996222768976 ], [ 170.333756556853103, -45.949015840471468 ], [ 170.33367402880117, -45.949028202334702 ], [ 170.333607359966123, -45.949030217904792 ], [ 170.333529262189217, -45.949056971804268 ], [ 170.333408701645283, -45.949114883713186 ], [ 170.333340320383229, -45.949152580891912 ], [ 170.333271939029061, -45.949190278027444 ], [ 170.333188040685826, -45.949231184940906 ], [ 170.33314012002009, -45.949269359799111 ], [ 170.333060651682956, -45.949324658771125 ], [ 170.333033020514961, -45.949366879585831 ], [ 170.332999246536019, -45.949430389984613 ], [ 170.332990363659121, -45.949508770382131 ], [ 170.332978078081538, -45.949551349562597 ], [ 170.332961191010213, -45.94958310475257 ], [ 170.332914297452049, -45.949599870452964 ], [ 170.33286297367593, -45.94960224396651 ], [ 170.332810964820965, -45.949618890155975 ], [ 170.332763214828987, -45.949653496665967 ], [ 170.332736097085871, -45.949685012874461 ], [ 170.332688175712548, -45.949723187524881 ], [ 170.332671288420727, -45.949754942666367 ], [ 170.332663775246658, -45.949804777629446 ], [ 170.332601364319515, -45.949824752937772 ], [ 170.332554299165366, -45.949845086656758 ], [ 170.332531782617451, -45.949887426814179 ], [ 170.332469885429447, -45.949896697526235 ], [ 170.332394184066601, -45.949873496177986 ], [ 170.332369464189611, -45.949855057864376 ], [ 170.332292735106762, -45.949853265490269 ], [ 170.332256242980151, -45.949866701723444 ], [ 170.332240040625862, -45.94988418410221 ], [ 170.332233040967111, -45.949923314508368 ], [ 170.332201664059369, -45.949936870218643 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1967-02-20", "DSASDate": "20/02/1967", "Digitiser": "TK", "Scale": "1500", "Notes": "Base of cliff", "Source": "RL", "CPS": null, "Proxy": null, "Photoscale": 67500.0, "Georef_ER": "2.9", "Pixel_Er": 1.785888973014947, "Total_UNCY": null, "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_20FEB1967.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.292747705862411, -45.964258796259145 ], [ 170.292717775980293, -45.964288959570482 ], [ 170.292680221611903, -45.964323790988189 ], [ 170.292666857924189, -45.964387773260576 ], [ 170.292675525405798, -45.964420128284978 ], [ 170.292709775142811, -45.964453089784691 ], [ 170.292718094794708, -45.96449258090243 ], [ 170.292671003110598, -45.964512897531812 ], [ 170.292595372132695, -45.964593264455374 ], [ 170.292529799925632, -45.964677441977052 ], [ 170.292512363164974, -45.96471989463469 ], [ 170.292367260172711, -45.964859341217931 ], [ 170.292270640410891, -45.964949926795967 ], [ 170.292232911336782, -45.964988326093192 ], [ 170.292164135269729, -45.965033133551742 ], [ 170.292111752449699, -45.965056896659654 ], [ 170.292065529952623, -45.965059372792687 ], [ 170.292007508620031, -45.965093718663418 ], [ 170.291928151251852, -45.965145419407662 ], [ 170.291769262075803, -45.965252388764362 ], [ 170.29161903927627, -45.96539171297394 ], [ 170.291478178714272, -45.965549119889118 ], [ 170.291403066634587, -45.965618781809326 ], [ 170.291375743631846, -45.96565385546306 ], [ 170.291363944291874, -45.965685725139117 ], [ 170.291342433899956, -45.96570664796738 ] ] } }, -{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1967-02-20", "DSASDate": "20/02/1967", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV", "Source": "RL", "CPS": "2", "Proxy": "11", "Photoscale": 67500.0, "Georef_ER": "2.9", "Pixel_Er": 1.785888973014947, "Total_UNCY": "3.483145047788906", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_20FEB1967.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.331478231833046, -45.949901646404903 ], [ 170.331366209924681, -45.949888312181116 ], [ 170.331295281600546, -45.949872365989805 ], [ 170.331270047991808, -45.949864631956665 ], [ 170.331224181946766, -45.949859987925301 ], [ 170.331131592991511, -45.949868540656496 ], [ 170.33112033418098, -45.949889710583548 ], [ 170.331088271510055, -45.949917538660856 ], [ 170.331067296271101, -45.949927764978085 ], [ 170.331005398829177, -45.949937034889722 ], [ 170.330949130813963, -45.949935719813674 ], [ 170.330913323897192, -45.949934882932673 ], [ 170.330836937590163, -45.949925953240871 ], [ 170.33078049819278, -45.949928206250789 ], [ 170.3307283170424, -45.949948419638822 ], [ 170.330665391077019, -45.949979098374776 ], [ 170.330547739720544, -45.949976348286761 ], [ 170.330430088381149, -45.949973598077747 ], [ 170.330392738618769, -45.950004874541143 ], [ 170.33032469713055, -45.950035433504745 ], [ 170.330258027051514, -45.950037447089393 ], [ 170.330161179612418, -45.950028038603996 ], [ 170.330130487938135, -45.950027321065399 ], [ 170.330057673899574, -45.950050623942147 ], [ 170.329866865388567, -45.950078312309898 ], [ 170.329765074145513, -45.950065215720201 ], [ 170.329693288744352, -45.950067109366827 ], [ 170.3296063289757, -45.950065075962051 ], [ 170.329568978697807, -45.950096352143994 ], [ 170.329516796970751, -45.950116564964624 ], [ 170.329469216033317, -45.950147601875031 ], [ 170.329365195362385, -45.950180891067539 ], [ 170.329293752805143, -45.950175648130745 ], [ 170.329253001993919, -45.950171122933732 ], [ 170.329191104020509, -45.95018039184874 ], [ 170.329129720553539, -45.950178956238616 ], [ 170.329108573359406, -45.950192750349174 ], [ 170.329060992134345, -45.950223787082635 ], [ 170.328988863488263, -45.950232816608015 ], [ 170.328963287023242, -45.950232218395335 ], [ 170.328891672925408, -45.950230543369429 ], [ 170.328839662365084, -45.950247187709046 ], [ 170.328762075299352, -45.95026323376625 ], [ 170.328745014077356, -45.950298556434007 ], [ 170.328697432562706, -45.950329593009002 ], [ 170.328593754203183, -45.950355745155655 ], [ 170.328515480724519, -45.950386063687759 ], [ 170.328432606518362, -45.950405558012434 ], [ 170.328380938779702, -45.95041506581309 ], [ 170.328328241655754, -45.950445982557312 ], [ 170.328230192933546, -45.950461549553417 ], [ 170.328218761330959, -45.950486287326342 ], [ 170.328161978170499, -45.950495675348265 ], [ 170.328085076889437, -45.950497448290506 ], [ 170.328018234651068, -45.950503028713428 ], [ 170.327950191297731, -45.950533586217368 ], [ 170.32786937578777, -45.95051026220424 ], [ 170.327762125800348, -45.95050418044913 ], [ 170.327654532630788, -45.950505234912193 ], [ 170.327494413417611, -45.950533637461731 ], [ 170.327385790461904, -45.950556100621569 ], [ 170.327291826860659, -45.950593195465274 ], [ 170.327194120896905, -45.950601625243188 ], [ 170.327106988828774, -45.950603158076127 ], [ 170.327061637531216, -45.950587807894713 ], [ 170.3270046824492, -45.950600763491643 ], [ 170.326962043399362, -45.950635487203485 ], [ 170.326930664860527, -45.950649041426516 ], [ 170.326883425368379, -45.950672940901072 ], [ 170.326801751836683, -45.950667456921813 ], [ 170.326755198931068, -45.950677083715476 ], [ 170.32670692933965, -45.950722392053109 ], [ 170.326612965023912, -45.950759486320933 ], [ 170.326535376660871, -45.950775530833724 ], [ 170.326462560222552, -45.950798831360139 ], [ 170.326379169674226, -45.950829028629862 ], [ 170.326326986151855, -45.950849239949598 ], [ 170.32628572005342, -45.950855418153559 ], [ 170.326213590210386, -45.950864445896691 ], [ 170.326083646233002, -45.950904269491836 ], [ 170.326030775689986, -45.950938753289208 ], [ 170.325969048112398, -45.950944452271429 ], [ 170.325942441077274, -45.950965262299476 ], [ 170.325818985837941, -45.950976660133009 ], [ 170.32564369011908, -45.951001132523828 ], [ 170.325569155611475, -45.951060113993996 ], [ 170.325370993536865, -45.951134060903151 ], [ 170.325145708178638, -45.951239521742515 ], [ 170.325093523840536, -45.951259732478839 ], [ 170.325042541906384, -45.951254966132502 ], [ 170.324940234499934, -45.951252569673798 ], [ 170.324851727109404, -45.951282645967126 ], [ 170.324767647819414, -45.951327114623915 ], [ 170.324699945334856, -45.951350533824943 ], [ 170.324662247865064, -45.951388944615637 ], [ 170.324594201648466, -45.951419500050754 ], [ 170.324552247720192, -45.951439950212666 ], [ 170.324500406613197, -45.951453024369329 ], [ 170.324423332181567, -45.95145836296232 ], [ 170.324335167844282, -45.951481302542746 ], [ 170.324257234217384, -45.951504481766449 ], [ 170.324153895403015, -45.951523493485041 ], [ 170.324112456755444, -45.951533239034774 ], [ 170.324069987045732, -45.951564393457829 ], [ 170.323982681640445, -45.951569492018884 ], [ 170.323914462991013, -45.951603615182627 ], [ 170.323852218938782, -45.951620017441293 ], [ 170.323805321052788, -45.951636779296592 ], [ 170.323748192335273, -45.951653301373625 ], [ 170.323700950659656, -45.951677199478709 ], [ 170.323638534596284, -45.951697169764344 ], [ 170.32360186739723, -45.951714171301376 ], [ 170.323519505258361, -45.95172295753445 ], [ 170.32345317684775, -45.951717830802053 ], [ 170.323412081711467, -45.951720439799089 ], [ 170.323354609021862, -45.951744097966504 ], [ 170.323296448714814, -45.951782028686679 ], [ 170.323270355973733, -45.951792133621431 ], [ 170.323207939635125, -45.951812103665048 ], [ 170.323191218197508, -45.951840289115424 ], [ 170.3231494353534, -45.951857170596831 ], [ 170.323082763013844, -45.951859179936854 ], [ 170.323051726689016, -45.951865596765153 ], [ 170.322966613628012, -45.951931472909195 ], [ 170.322887819233614, -45.95197249189264 ], [ 170.322738096410092, -45.951997559310698 ], [ 170.322654702130706, -45.952027753770153 ], [ 170.322572167465182, -45.952040107449406 ], [ 170.322494576253433, -45.952056149147758 ], [ 170.322442390224722, -45.952076358631565 ], [ 170.322345025003784, -45.952077647898136 ], [ 170.322263350007546, -45.952072160637691 ], [ 170.322180987167116, -45.952080945888291 ], [ 170.322133056598375, -45.952119115888898 ], [ 170.322085985825055, -45.95213944515794 ], [ 170.321970694485316, -45.952193896363667 ], [ 170.321856090872814, -45.952234074882625 ], [ 170.321700907489941, -45.952266157230227 ], [ 170.321647172976213, -45.952318479605132 ], [ 170.321573664550783, -45.952356049479853 ], [ 170.32155027858542, -45.952416227949705 ], [ 170.321450160545481, -45.952474606680475 ], [ 170.321314233987607, -45.952532145393249 ], [ 170.321230150046517, -45.952576611332198 ], [ 170.321158361347159, -45.952578499533544 ], [ 170.321107378624731, -45.952573731411654 ], [ 170.321040877445739, -45.952572171399694 ], [ 170.321034041546795, -45.952607732783278 ], [ 170.320992429540212, -45.952621045307573 ], [ 170.320899834762713, -45.952629589600974 ], [ 170.320849196130013, -45.952617685087041 ], [ 170.320750969679949, -45.952636813661819 ], [ 170.320637740858899, -45.952648445814845 ], [ 170.320538825990582, -45.952681846753215 ], [ 170.320481351129189, -45.952705503421818 ], [ 170.320347832268112, -45.952713087033366 ], [ 170.320325993618468, -45.952741151988356 ], [ 170.320263231026274, -45.95276825664498 ], [ 170.320160921235072, -45.952765855847048 ], [ 170.320088271763751, -45.952785584048463 ], [ 170.319979297463334, -45.952815176261645 ], [ 170.319864002721829, -45.952869625257826 ], [ 170.319746174160315, -45.952870432051292 ], [ 170.319648463321755, -45.952878855254937 ], [ 170.319606850799829, -45.952892167261858 ], [ 170.319564721842568, -45.952916183655503 ], [ 170.319502991552781, -45.952921879076818 ], [ 170.319440916958428, -45.952934710731959 ], [ 170.319393500245354, -45.952962175118692 ], [ 170.319341656592968, -45.952975246871681 ], [ 170.319290329387258, -45.952977614200776 ], [ 170.319249061029126, -45.952983789807128 ], [ 170.319136175583509, -45.952988284181792 ], [ 170.319113819712925, -45.953027053286107 ], [ 170.319066058420276, -45.953061653796446 ], [ 170.319003294875273, -45.953088757737575 ], [ 170.318946163325052, -45.953105277343553 ], [ 170.318899434957814, -45.953118468987327 ], [ 170.318801207018709, -45.953137595848759 ], [ 170.318723613286181, -45.95315363492368 ], [ 170.318641592788708, -45.953155281308902 ], [ 170.318574574437292, -45.953164424240114 ], [ 170.318475829686378, -45.953194255209922 ], [ 170.318382717005619, -45.953213501823285 ], [ 170.318335471764442, -45.953237397622246 ], [ 170.318279200991697, -45.953236076235157 ], [ 170.318267592151443, -45.953264381020915 ], [ 170.318270985440023, -45.953300182449816 ], [ 170.318233971142519, -45.953324318459096 ], [ 170.318146834861835, -45.953325844353273 ], [ 170.318104188255035, -45.953360564574083 ], [ 170.318046367218813, -45.953391356234931 ], [ 170.317958541855575, -45.953407154499921 ], [ 170.317921871847858, -45.953424154144969 ], [ 170.317870716445242, -45.953422952696229 ], [ 170.317800304671408, -45.953396293729021 ], [ 170.317785474826735, -45.953385228894788 ], [ 170.31773891822553, -45.953394851923171 ], [ 170.317644254592409, -45.953446211075502 ], [ 170.31747745632174, -45.953506592258044 ], [ 170.31734152328832, -45.953564126085233 ], [ 170.317262550254043, -45.953608709160349 ], [ 170.317210533239518, -45.953625348046764 ], [ 170.317170642572222, -45.953602977871547 ], [ 170.317082472048554, -45.953625911702318 ], [ 170.317014591377102, -45.95365289433046 ], [ 170.316937341080575, -45.953661795910641 ], [ 170.316850376596477, -45.95365975267687 ], [ 170.316789506871174, -45.953647605977785 ], [ 170.316732374130197, -45.953664124447329 ], [ 170.316660239339342, -45.953673146035989 ], [ 170.316663803932414, -45.953705379362987 ], [ 170.316619605127329, -45.953772212125791 ], [ 170.316530055413523, -45.953823690516955 ], [ 170.31638388950671, -45.953880982748011 ], [ 170.316271002130634, -45.95388547424362 ], [ 170.316173289106985, -45.953893894420602 ], [ 170.316138169531285, -45.953878780360412 ], [ 170.316098279135446, -45.953856409816872 ], [ 170.316052928462454, -45.953841055278509 ], [ 170.316026316380061, -45.953861862873687 ], [ 170.315999187157644, -45.953893374831381 ], [ 170.315982116685973, -45.95392869536839 ], [ 170.315923949158957, -45.953966622158404 ], [ 170.315813936158435, -45.954017619025961 ], [ 170.315620521927059, -45.954098804941182 ], [ 170.315562526380916, -45.954133163414966 ], [ 170.315470273253538, -45.954134566985545 ], [ 170.315377330465822, -45.954150242965916 ], [ 170.315364857868758, -45.954196388021003 ], [ 170.315276685709449, -45.95421932041782 ], [ 170.315126608936993, -45.954251513876571 ], [ 170.314772022160639, -45.954382491603091 ], [ 170.314627232762774, -45.954411236556055 ], [ 170.314568718884487, -45.954456298858467 ], [ 170.314495375455863, -45.954490295876695 ], [ 170.314413180516055, -45.95449550729554 ], [ 170.314375991297197, -45.954523210112974 ], [ 170.314333686412141, -45.954550792610846 ], [ 170.314212059633974, -45.954630092199096 ], [ 170.314145038880554, -45.954639232472573 ], [ 170.31410445878933, -45.95463113370927 ], [ 170.313933227690171, -45.954677116754588 ], [ 170.313787229489606, -45.954730837428578 ], [ 170.313564151231674, -45.954789889043063 ], [ 170.313417462214886, -45.954857881689421 ], [ 170.313421370055863, -45.954882978842065 ], [ 170.313354693984422, -45.95488498241194 ], [ 170.313297904115728, -45.954894362879642 ], [ 170.313260196414916, -45.954932769657134 ], [ 170.313228984785098, -45.954942751863413 ], [ 170.313202026009293, -45.954970694990202 ], [ 170.313139775239563, -45.954987091246593 ], [ 170.313083502935569, -45.954985767262521 ], [ 170.313006422837901, -45.954991098012378 ], [ 170.312834672030817, -45.955047783702987 ], [ 170.312673497416426, -45.955097573666343 ], [ 170.312501400747124, -45.955161395064486 ], [ 170.312365458699531, -45.955218922748827 ], [ 170.31225474956625, -45.955284188495526 ], [ 170.312233078450987, -45.955308683667418 ], [ 170.312176460608924, -45.955314495451766 ], [ 170.312109093480302, -45.955330770725269 ], [ 170.312072593104631, -45.955344200308105 ], [ 170.312005571188905, -45.95535333929778 ], [ 170.311933260916021, -45.95536592594231 ], [ 170.311859914724408, -45.95539992120051 ], [ 170.311765242374037, -45.955451275266562 ], [ 170.311661029084974, -45.955488115956392 ], [ 170.311500370213594, -45.955527199881303 ], [ 170.31133953844261, -45.955569851683293 ], [ 170.311151573612534, -45.955644013970527 ], [ 170.311068167852625, -45.955674199689149 ], [ 170.310959528814209, -45.95569664683326 ], [ 170.310813870619342, -45.955743227359626 ], [ 170.310720233082861, -45.955773171882548 ], [ 170.310648094732812, -45.955782189587389 ], [ 170.310528532928629, -45.95581866778803 ], [ 170.310418856950577, -45.955862523040182 ], [ 170.31029366084033, -45.955909584818471 ], [ 170.310216061003985, -45.955925617964347 ], [ 170.310169328321876, -45.955938805930792 ], [ 170.310163521541767, -45.955952957853739 ], [ 170.31007126545083, -45.955954356991271 ], [ 170.310023668865682, -45.95598538541855 ], [ 170.309784889027242, -45.956051204136166 ], [ 170.30956622605521, -45.956124640641391 ], [ 170.309394468413416, -45.956181320991455 ], [ 170.309222537607752, -45.956241569176633 ], [ 170.308987834521389, -45.956328915326466 ], [ 170.308757900783007, -45.956423517736916 ], [ 170.308570275488847, -45.956490539424351 ], [ 170.308508194612159, -45.956503364983902 ], [ 170.308446113708186, -45.956516190509042 ], [ 170.308378225477412, -45.956543167819184 ], [ 170.308356552169272, -45.95656766220177 ], [ 170.308284585349924, -45.956573110281816 ], [ 170.308212272739894, -45.956585694513365 ], [ 170.308180194865571, -45.956613515788852 ], [ 170.308143001163472, -45.9566412164667 ], [ 170.308135983527279, -45.956680344960247 ], [ 170.308098098167847, -45.956722318014613 ], [ 170.307962493715735, -45.956772704060931 ], [ 170.307842063540789, -45.956827019844056 ], [ 170.307774693403132, -45.95684329248737 ], [ 170.307607355895897, -45.956914363045193 ], [ 170.30733683675183, -45.957000861378674 ], [ 170.30714322723162, -45.957085600485932 ], [ 170.306892478013793, -45.957186852641961 ], [ 170.306756698392661, -45.957240805297268 ], [ 170.306667826119792, -45.957278003223877 ], [ 170.306624996388734, -45.957316287002975 ], [ 170.30659786015687, -45.957347796554416 ], [ 170.306586936456057, -45.957361827610292 ], [ 170.306535258901079, -45.957371325287973 ], [ 170.306478465472935, -45.957380702278037 ], [ 170.306411440312729, -45.957389837905957 ], [ 170.306317970765633, -45.957416210603917 ], [ 170.306031753604771, -45.95750947990863 ], [ 170.305697762076079, -45.957637343094895 ], [ 170.305394118209193, -45.957773065730166 ], [ 170.305195214142742, -45.957861248774186 ], [ 170.305054834685961, -45.957904374338092 ], [ 170.305038275282925, -45.957928988770043 ], [ 170.3049500932255, -45.957951912952488 ], [ 170.304678006975962, -45.958070517557751 ], [ 170.3043547603626, -45.95818791389177 ], [ 170.304150737283095, -45.958275974280028 ], [ 170.303972812764982, -45.958353933926425 ], [ 170.303684855115705, -45.958482877985205 ], [ 170.303470944427858, -45.95856355935635 ], [ 170.303385798178255, -45.958629420092059 ], [ 170.303275764781745, -45.958680404380885 ], [ 170.303139285212723, -45.95874862489292 ], [ 170.303004191208231, -45.958788300578362 ], [ 170.302862941564769, -45.95884926375971 ], [ 170.302627698076151, -45.958947300576376 ], [ 170.302538820400514, -45.958984495157146 ], [ 170.302433901536716, -45.959035599442501 ], [ 170.302385258439756, -45.959088032997322 ], [ 170.302290397957535, -45.959142946923237 ], [ 170.302090791009675, -45.959245396638984 ], [ 170.302013011049894, -45.959264992123849 ], [ 170.301934884420291, -45.959291723711416 ], [ 170.301825368362842, -45.959332002303654 ], [ 170.301736316228954, -45.959372764309855 ], [ 170.301679000059977, -45.95939284307935 ], [ 170.301637378576544, -45.959406148319339 ], [ 170.301605815790339, -45.95942326339393 ], [ 170.301598446463061, -45.959469527513647 ], [ 170.301520319354466, -45.959496258805828 ], [ 170.301435862745905, -45.959547845686913 ], [ 170.301274838751908, -45.959594050930583 ], [ 170.301170264320007, -45.959638017846174 ], [ 170.301034473347045, -45.959691963419289 ], [ 170.300991291147199, -45.959737381094172 ], [ 170.300978631828769, -45.959787092320148 ], [ 170.300920968215109, -45.959814306842738 ], [ 170.300828185663221, -45.959826402587808 ], [ 170.300786910431469, -45.959832571355527 ], [ 170.300754480206763, -45.959867526555875 ], [ 170.300696469619595, -45.959901877109502 ], [ 170.300623630950042, -45.959925160616621 ], [ 170.300571083092308, -45.959952495885936 ], [ 170.300508649850855, -45.9599724531097 ], [ 170.300429827895073, -45.960013455921114 ], [ 170.300324731774623, -45.960068126247215 ], [ 170.300241313735114, -45.960098303757498 ], [ 170.300143241073442, -45.960113846055656 ], [ 170.300039878842938, -45.960132835383064 ], [ 170.299983255058379, -45.960138640978705 ], [ 170.299945708064655, -45.960173474972031 ], [ 170.299904952822317, -45.960168939196613 ], [ 170.299859948737577, -45.960146442081921 ], [ 170.299799769897959, -45.960120013974191 ], [ 170.299691291470822, -45.960138882014547 ], [ 170.299632759574394, -45.960183936219053 ], [ 170.299574574514139, -45.960221854249212 ], [ 170.299535119057964, -45.960295936879533 ], [ 170.299471817713737, -45.960333733871778 ], [ 170.299409730623836, -45.960346554334166 ], [ 170.2993471230632, -45.960370078972694 ], [ 170.299355446978382, -45.960409569722856 ], [ 170.299327784659965, -45.960451781616484 ], [ 170.299260060835138, -45.960475185213085 ], [ 170.299258325959272, -45.960510865911552 ], [ 170.299219563825943, -45.960570676136626 ], [ 170.299167188175204, -45.960594442658582 ], [ 170.299020466716399, -45.960662416014046 ], [ 170.298861777492078, -45.960765827834713 ], [ 170.298787548799055, -45.960817654672113 ], [ 170.298749827072129, -45.960856056309801 ], [ 170.298671523172004, -45.960886353641001 ], [ 170.298529222350709, -45.960968719622549 ], [ 170.298475978331169, -45.961010326147566 ], [ 170.298403657956982, -45.961022903980059 ], [ 170.298094688519939, -45.961162053356922 ], [ 170.29791674649681, -45.961240003136304 ], [ 170.297865237579742, -45.961245928705367 ], [ 170.297833325439171, -45.961270178813535 ], [ 170.297775485195331, -45.96130095973777 ], [ 170.297723281844782, -45.961321157500706 ], [ 170.297681484418717, -45.961338029306155 ], [ 170.297628933805527, -45.961365363153469 ], [ 170.297575515135378, -45.961410537296949 ], [ 170.297501284390592, -45.96146236324708 ], [ 170.297411878523548, -45.961510257848204 ], [ 170.297192657561737, -45.961594373941715 ], [ 170.29696181438706, -45.961706791900419 ], [ 170.296745450675274, -45.961837413004446 ], [ 170.296681624713074, -45.961885912543877 ], [ 170.296629941422424, -45.961895405600096 ], [ 170.296587969574546, -45.961915845047869 ], [ 170.296493793316017, -45.961956481655058 ], [ 170.296349923419314, -45.962070957318645 ], [ 170.296186282685966, -45.962170676010892 ], [ 170.29589828765225, -45.962299599512434 ], [ 170.295728660542693, -45.962417036656966 ], [ 170.295619307720074, -45.962453740981431 ], [ 170.295541868607899, -45.962466195781722 ], [ 170.295524434900869, -45.962508648980517 ], [ 170.295481767221048, -45.962543360230384 ], [ 170.295382646569749, -45.962580306651283 ], [ 170.295272424425036, -45.962634850915045 ], [ 170.295204870056779, -45.962654683944393 ], [ 170.29515743329722, -45.962682137772973 ], [ 170.295078429850804, -45.962726704755482 ], [ 170.295024660253318, -45.962779013732749 ], [ 170.294876711588842, -45.962871957888723 ], [ 170.294697369324524, -45.962978446848638 ], [ 170.294643425322334, -45.963034323685669 ], [ 170.294565811401355, -45.963050345854469 ], [ 170.294470936533884, -45.963105252927235 ], [ 170.294358626647522, -45.963202612908098 ], [ 170.294274679304777, -45.963243490028091 ], [ 170.294190731839848, -45.963284367083332 ], [ 170.294112422109492, -45.963314661144807 ], [ 170.294074521606603, -45.963356629166185 ], [ 170.293979645734709, -45.963411535805633 ], [ 170.293917032493908, -45.963435057327267 ], [ 170.293804298710739, -45.963435958076687 ], [ 170.293732669669623, -45.963434260644505 ], [ 170.293690521751557, -45.963458267024301 ], [ 170.293618892688386, -45.963456569520176 ], [ 170.29359721015976, -45.96348106086991 ], [ 170.293579948495818, -45.963519945673767 ], [ 170.293578557530907, -45.963548490083433 ], [ 170.293602748425997, -45.96357764076015 ], [ 170.293548802736069, -45.963633517037366 ], [ 170.293501364330638, -45.963660970136878 ], [ 170.293488175656847, -45.963721384485723 ], [ 170.293465449687517, -45.963767284110467 ], [ 170.293421910340498, -45.963819834786811 ], [ 170.293320003853665, -45.963913868134576 ], [ 170.293283145686956, -45.963934427566137 ], [ 170.293255998622897, -45.963965933673798 ], [ 170.293217749225107, -45.964015037482071 ], [ 170.293154613285452, -45.964049262710247 ], [ 170.29311845058146, -45.964055549886531 ], [ 170.293097115400201, -45.964072905029944 ], [ 170.293090086025501, -45.964112032296967 ], [ 170.29301125280864, -45.964153029707745 ], [ 170.292943174075731, -45.96418356548223 ], [ 170.292921490956331, -45.964208056687944 ], [ 170.292845092388802, -45.964199101295335 ], [ 170.292766258872234, -45.964240098529622 ], [ 170.292747705862411, -45.964258796259145 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1967-02-20", "DSASDate": "20/02/1967", "Digitiser": "TK", "Scale": "1500", "Notes": "Base of cliff", "Source": "RL", "CPS": "3", "Proxy": "4", "Photoscale": 67500.0, "Georef_ER": "2.9", "Pixel_Er": 1.785888973014947, "Total_UNCY": "0", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_20FEB1967.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.292747705862411, -45.964258796259145 ], [ 170.292717775980293, -45.964288959570482 ], [ 170.292680221611903, -45.964323790988189 ], [ 170.292666857924189, -45.964387773260576 ], [ 170.292675525405798, -45.964420128284978 ], [ 170.292709775142811, -45.964453089784691 ], [ 170.292718094794708, -45.96449258090243 ], [ 170.292671003110598, -45.964512897531812 ], [ 170.292595372132695, -45.964593264455374 ], [ 170.292529799925632, -45.964677441977052 ], [ 170.292512363164974, -45.96471989463469 ], [ 170.292367260172711, -45.964859341217931 ], [ 170.292270640410891, -45.964949926795967 ], [ 170.292232911336782, -45.964988326093192 ], [ 170.292164135269729, -45.965033133551742 ], [ 170.292111752449699, -45.965056896659654 ], [ 170.292065529952623, -45.965059372792687 ], [ 170.292007508620031, -45.965093718663418 ], [ 170.291928151251852, -45.965145419407662 ], [ 170.291769262075803, -45.965252388764362 ], [ 170.29161903927627, -45.96539171297394 ], [ 170.291478178714272, -45.965549119889118 ], [ 170.291403066634587, -45.965618781809326 ], [ 170.291375743631846, -45.96565385546306 ], [ 170.291363944291874, -45.965685725139117 ], [ 170.291342433899956, -45.96570664796738 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1967-02-20", "DSASDate": "20/02/1967", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV", "Source": "RL", "CPS": "2", "Proxy": "4", "Photoscale": 67500.0, "Georef_ER": "2.9", "Pixel_Er": 1.785888973014947, "Total_UNCY": "3.483145047788906", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_20FEB1967.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.331478231833046, -45.949901646404903 ], [ 170.331366209924681, -45.949888312181116 ], [ 170.331295281600546, -45.949872365989805 ], [ 170.331270047991808, -45.949864631956665 ], [ 170.331224181946766, -45.949859987925301 ], [ 170.331131592991511, -45.949868540656496 ], [ 170.33112033418098, -45.949889710583548 ], [ 170.331088271510055, -45.949917538660856 ], [ 170.331067296271101, -45.949927764978085 ], [ 170.331005398829177, -45.949937034889722 ], [ 170.330949130813963, -45.949935719813674 ], [ 170.330913323897192, -45.949934882932673 ], [ 170.330836937590163, -45.949925953240871 ], [ 170.33078049819278, -45.949928206250789 ], [ 170.3307283170424, -45.949948419638822 ], [ 170.330665391077019, -45.949979098374776 ], [ 170.330547739720544, -45.949976348286761 ], [ 170.330430088381149, -45.949973598077747 ], [ 170.330392738618769, -45.950004874541143 ], [ 170.33032469713055, -45.950035433504745 ], [ 170.330258027051514, -45.950037447089393 ], [ 170.330161179612418, -45.950028038603996 ], [ 170.330130487938135, -45.950027321065399 ], [ 170.330057673899574, -45.950050623942147 ], [ 170.329866865388567, -45.950078312309898 ], [ 170.329765074145513, -45.950065215720201 ], [ 170.329693288744352, -45.950067109366827 ], [ 170.3296063289757, -45.950065075962051 ], [ 170.329568978697807, -45.950096352143994 ], [ 170.329516796970751, -45.950116564964624 ], [ 170.329469216033317, -45.950147601875031 ], [ 170.329365195362385, -45.950180891067539 ], [ 170.329293752805143, -45.950175648130745 ], [ 170.329253001993919, -45.950171122933732 ], [ 170.329191104020509, -45.95018039184874 ], [ 170.329129720553539, -45.950178956238616 ], [ 170.329108573359406, -45.950192750349174 ], [ 170.329060992134345, -45.950223787082635 ], [ 170.328988863488263, -45.950232816608015 ], [ 170.328963287023242, -45.950232218395335 ], [ 170.328891672925408, -45.950230543369429 ], [ 170.328839662365084, -45.950247187709046 ], [ 170.328762075299352, -45.95026323376625 ], [ 170.328745014077356, -45.950298556434007 ], [ 170.328697432562706, -45.950329593009002 ], [ 170.328593754203183, -45.950355745155655 ], [ 170.328515480724519, -45.950386063687759 ], [ 170.328432606518362, -45.950405558012434 ], [ 170.328380938779702, -45.95041506581309 ], [ 170.328328241655754, -45.950445982557312 ], [ 170.328230192933546, -45.950461549553417 ], [ 170.328218761330959, -45.950486287326342 ], [ 170.328161978170499, -45.950495675348265 ], [ 170.328085076889437, -45.950497448290506 ], [ 170.328018234651068, -45.950503028713428 ], [ 170.327950191297731, -45.950533586217368 ], [ 170.32786937578777, -45.95051026220424 ], [ 170.327762125800348, -45.95050418044913 ], [ 170.327654532630788, -45.950505234912193 ], [ 170.327494413417611, -45.950533637461731 ], [ 170.327385790461904, -45.950556100621569 ], [ 170.327291826860659, -45.950593195465274 ], [ 170.327194120896905, -45.950601625243188 ], [ 170.327106988828774, -45.950603158076127 ], [ 170.327061637531216, -45.950587807894713 ], [ 170.3270046824492, -45.950600763491643 ], [ 170.326962043399362, -45.950635487203485 ], [ 170.326930664860527, -45.950649041426516 ], [ 170.326883425368379, -45.950672940901072 ], [ 170.326801751836683, -45.950667456921813 ], [ 170.326755198931068, -45.950677083715476 ], [ 170.32670692933965, -45.950722392053109 ], [ 170.326612965023912, -45.950759486320933 ], [ 170.326535376660871, -45.950775530833724 ], [ 170.326462560222552, -45.950798831360139 ], [ 170.326379169674226, -45.950829028629862 ], [ 170.326326986151855, -45.950849239949598 ], [ 170.32628572005342, -45.950855418153559 ], [ 170.326213590210386, -45.950864445896691 ], [ 170.326083646233002, -45.950904269491836 ], [ 170.326030775689986, -45.950938753289208 ], [ 170.325969048112398, -45.950944452271429 ], [ 170.325942441077274, -45.950965262299476 ], [ 170.325818985837941, -45.950976660133009 ], [ 170.32564369011908, -45.951001132523828 ], [ 170.325569155611475, -45.951060113993996 ], [ 170.325370993536865, -45.951134060903151 ], [ 170.325145708178638, -45.951239521742515 ], [ 170.325093523840536, -45.951259732478839 ], [ 170.325042541906384, -45.951254966132502 ], [ 170.324940234499934, -45.951252569673798 ], [ 170.324851727109404, -45.951282645967126 ], [ 170.324767647819414, -45.951327114623915 ], [ 170.324699945334856, -45.951350533824943 ], [ 170.324662247865064, -45.951388944615637 ], [ 170.324594201648466, -45.951419500050754 ], [ 170.324552247720192, -45.951439950212666 ], [ 170.324500406613197, -45.951453024369329 ], [ 170.324423332181567, -45.95145836296232 ], [ 170.324335167844282, -45.951481302542746 ], [ 170.324257234217384, -45.951504481766449 ], [ 170.324153895403015, -45.951523493485041 ], [ 170.324112456755444, -45.951533239034774 ], [ 170.324069987045732, -45.951564393457829 ], [ 170.323982681640445, -45.951569492018884 ], [ 170.323914462991013, -45.951603615182627 ], [ 170.323852218938782, -45.951620017441293 ], [ 170.323805321052788, -45.951636779296592 ], [ 170.323748192335273, -45.951653301373625 ], [ 170.323700950659656, -45.951677199478709 ], [ 170.323638534596284, -45.951697169764344 ], [ 170.32360186739723, -45.951714171301376 ], [ 170.323519505258361, -45.95172295753445 ], [ 170.32345317684775, -45.951717830802053 ], [ 170.323412081711467, -45.951720439799089 ], [ 170.323354609021862, -45.951744097966504 ], [ 170.323296448714814, -45.951782028686679 ], [ 170.323270355973733, -45.951792133621431 ], [ 170.323207939635125, -45.951812103665048 ], [ 170.323191218197508, -45.951840289115424 ], [ 170.3231494353534, -45.951857170596831 ], [ 170.323082763013844, -45.951859179936854 ], [ 170.323051726689016, -45.951865596765153 ], [ 170.322966613628012, -45.951931472909195 ], [ 170.322887819233614, -45.95197249189264 ], [ 170.322738096410092, -45.951997559310698 ], [ 170.322654702130706, -45.952027753770153 ], [ 170.322572167465182, -45.952040107449406 ], [ 170.322494576253433, -45.952056149147758 ], [ 170.322442390224722, -45.952076358631565 ], [ 170.322345025003784, -45.952077647898136 ], [ 170.322263350007546, -45.952072160637691 ], [ 170.322180987167116, -45.952080945888291 ], [ 170.322133056598375, -45.952119115888898 ], [ 170.322085985825055, -45.95213944515794 ], [ 170.321970694485316, -45.952193896363667 ], [ 170.321856090872814, -45.952234074882625 ], [ 170.321700907489941, -45.952266157230227 ], [ 170.321647172976213, -45.952318479605132 ], [ 170.321573664550783, -45.952356049479853 ], [ 170.32155027858542, -45.952416227949705 ], [ 170.321450160545481, -45.952474606680475 ], [ 170.321314233987607, -45.952532145393249 ], [ 170.321230150046517, -45.952576611332198 ], [ 170.321158361347159, -45.952578499533544 ], [ 170.321107378624731, -45.952573731411654 ], [ 170.321040877445739, -45.952572171399694 ], [ 170.321034041546795, -45.952607732783278 ], [ 170.320992429540212, -45.952621045307573 ], [ 170.320899834762713, -45.952629589600974 ], [ 170.320849196130013, -45.952617685087041 ], [ 170.320750969679949, -45.952636813661819 ], [ 170.320637740858899, -45.952648445814845 ], [ 170.320538825990582, -45.952681846753215 ], [ 170.320481351129189, -45.952705503421818 ], [ 170.320347832268112, -45.952713087033366 ], [ 170.320325993618468, -45.952741151988356 ], [ 170.320263231026274, -45.95276825664498 ], [ 170.320160921235072, -45.952765855847048 ], [ 170.320088271763751, -45.952785584048463 ], [ 170.319979297463334, -45.952815176261645 ], [ 170.319864002721829, -45.952869625257826 ], [ 170.319746174160315, -45.952870432051292 ], [ 170.319648463321755, -45.952878855254937 ], [ 170.319606850799829, -45.952892167261858 ], [ 170.319564721842568, -45.952916183655503 ], [ 170.319502991552781, -45.952921879076818 ], [ 170.319440916958428, -45.952934710731959 ], [ 170.319393500245354, -45.952962175118692 ], [ 170.319341656592968, -45.952975246871681 ], [ 170.319290329387258, -45.952977614200776 ], [ 170.319249061029126, -45.952983789807128 ], [ 170.319136175583509, -45.952988284181792 ], [ 170.319113819712925, -45.953027053286107 ], [ 170.319066058420276, -45.953061653796446 ], [ 170.319003294875273, -45.953088757737575 ], [ 170.318946163325052, -45.953105277343553 ], [ 170.318899434957814, -45.953118468987327 ], [ 170.318801207018709, -45.953137595848759 ], [ 170.318723613286181, -45.95315363492368 ], [ 170.318641592788708, -45.953155281308902 ], [ 170.318574574437292, -45.953164424240114 ], [ 170.318475829686378, -45.953194255209922 ], [ 170.318382717005619, -45.953213501823285 ], [ 170.318335471764442, -45.953237397622246 ], [ 170.318279200991697, -45.953236076235157 ], [ 170.318267592151443, -45.953264381020915 ], [ 170.318270985440023, -45.953300182449816 ], [ 170.318233971142519, -45.953324318459096 ], [ 170.318146834861835, -45.953325844353273 ], [ 170.318104188255035, -45.953360564574083 ], [ 170.318046367218813, -45.953391356234931 ], [ 170.317958541855575, -45.953407154499921 ], [ 170.317921871847858, -45.953424154144969 ], [ 170.317870716445242, -45.953422952696229 ], [ 170.317800304671408, -45.953396293729021 ], [ 170.317785474826735, -45.953385228894788 ], [ 170.31773891822553, -45.953394851923171 ], [ 170.317644254592409, -45.953446211075502 ], [ 170.31747745632174, -45.953506592258044 ], [ 170.31734152328832, -45.953564126085233 ], [ 170.317262550254043, -45.953608709160349 ], [ 170.317210533239518, -45.953625348046764 ], [ 170.317170642572222, -45.953602977871547 ], [ 170.317082472048554, -45.953625911702318 ], [ 170.317014591377102, -45.95365289433046 ], [ 170.316937341080575, -45.953661795910641 ], [ 170.316850376596477, -45.95365975267687 ], [ 170.316789506871174, -45.953647605977785 ], [ 170.316732374130197, -45.953664124447329 ], [ 170.316660239339342, -45.953673146035989 ], [ 170.316663803932414, -45.953705379362987 ], [ 170.316619605127329, -45.953772212125791 ], [ 170.316530055413523, -45.953823690516955 ], [ 170.31638388950671, -45.953880982748011 ], [ 170.316271002130634, -45.95388547424362 ], [ 170.316173289106985, -45.953893894420602 ], [ 170.316138169531285, -45.953878780360412 ], [ 170.316098279135446, -45.953856409816872 ], [ 170.316052928462454, -45.953841055278509 ], [ 170.316026316380061, -45.953861862873687 ], [ 170.315999187157644, -45.953893374831381 ], [ 170.315982116685973, -45.95392869536839 ], [ 170.315923949158957, -45.953966622158404 ], [ 170.315813936158435, -45.954017619025961 ], [ 170.315620521927059, -45.954098804941182 ], [ 170.315562526380916, -45.954133163414966 ], [ 170.315470273253538, -45.954134566985545 ], [ 170.315377330465822, -45.954150242965916 ], [ 170.315364857868758, -45.954196388021003 ], [ 170.315276685709449, -45.95421932041782 ], [ 170.315126608936993, -45.954251513876571 ], [ 170.314772022160639, -45.954382491603091 ], [ 170.314627232762774, -45.954411236556055 ], [ 170.314568718884487, -45.954456298858467 ], [ 170.314495375455863, -45.954490295876695 ], [ 170.314413180516055, -45.95449550729554 ], [ 170.314375991297197, -45.954523210112974 ], [ 170.314333686412141, -45.954550792610846 ], [ 170.314212059633974, -45.954630092199096 ], [ 170.314145038880554, -45.954639232472573 ], [ 170.31410445878933, -45.95463113370927 ], [ 170.313933227690171, -45.954677116754588 ], [ 170.313787229489606, -45.954730837428578 ], [ 170.313564151231674, -45.954789889043063 ], [ 170.313417462214886, -45.954857881689421 ], [ 170.313421370055863, -45.954882978842065 ], [ 170.313354693984422, -45.95488498241194 ], [ 170.313297904115728, -45.954894362879642 ], [ 170.313260196414916, -45.954932769657134 ], [ 170.313228984785098, -45.954942751863413 ], [ 170.313202026009293, -45.954970694990202 ], [ 170.313139775239563, -45.954987091246593 ], [ 170.313083502935569, -45.954985767262521 ], [ 170.313006422837901, -45.954991098012378 ], [ 170.312834672030817, -45.955047783702987 ], [ 170.312673497416426, -45.955097573666343 ], [ 170.312501400747124, -45.955161395064486 ], [ 170.312365458699531, -45.955218922748827 ], [ 170.31225474956625, -45.955284188495526 ], [ 170.312233078450987, -45.955308683667418 ], [ 170.312176460608924, -45.955314495451766 ], [ 170.312109093480302, -45.955330770725269 ], [ 170.312072593104631, -45.955344200308105 ], [ 170.312005571188905, -45.95535333929778 ], [ 170.311933260916021, -45.95536592594231 ], [ 170.311859914724408, -45.95539992120051 ], [ 170.311765242374037, -45.955451275266562 ], [ 170.311661029084974, -45.955488115956392 ], [ 170.311500370213594, -45.955527199881303 ], [ 170.31133953844261, -45.955569851683293 ], [ 170.311151573612534, -45.955644013970527 ], [ 170.311068167852625, -45.955674199689149 ], [ 170.310959528814209, -45.95569664683326 ], [ 170.310813870619342, -45.955743227359626 ], [ 170.310720233082861, -45.955773171882548 ], [ 170.310648094732812, -45.955782189587389 ], [ 170.310528532928629, -45.95581866778803 ], [ 170.310418856950577, -45.955862523040182 ], [ 170.31029366084033, -45.955909584818471 ], [ 170.310216061003985, -45.955925617964347 ], [ 170.310169328321876, -45.955938805930792 ], [ 170.310163521541767, -45.955952957853739 ], [ 170.31007126545083, -45.955954356991271 ], [ 170.310023668865682, -45.95598538541855 ], [ 170.309784889027242, -45.956051204136166 ], [ 170.30956622605521, -45.956124640641391 ], [ 170.309394468413416, -45.956181320991455 ], [ 170.309222537607752, -45.956241569176633 ], [ 170.308987834521389, -45.956328915326466 ], [ 170.308757900783007, -45.956423517736916 ], [ 170.308570275488847, -45.956490539424351 ], [ 170.308508194612159, -45.956503364983902 ], [ 170.308446113708186, -45.956516190509042 ], [ 170.308378225477412, -45.956543167819184 ], [ 170.308356552169272, -45.95656766220177 ], [ 170.308284585349924, -45.956573110281816 ], [ 170.308212272739894, -45.956585694513365 ], [ 170.308180194865571, -45.956613515788852 ], [ 170.308143001163472, -45.9566412164667 ], [ 170.308135983527279, -45.956680344960247 ], [ 170.308098098167847, -45.956722318014613 ], [ 170.307962493715735, -45.956772704060931 ], [ 170.307842063540789, -45.956827019844056 ], [ 170.307774693403132, -45.95684329248737 ], [ 170.307607355895897, -45.956914363045193 ], [ 170.30733683675183, -45.957000861378674 ], [ 170.30714322723162, -45.957085600485932 ], [ 170.306892478013793, -45.957186852641961 ], [ 170.306756698392661, -45.957240805297268 ], [ 170.306667826119792, -45.957278003223877 ], [ 170.306624996388734, -45.957316287002975 ], [ 170.30659786015687, -45.957347796554416 ], [ 170.306586936456057, -45.957361827610292 ], [ 170.306535258901079, -45.957371325287973 ], [ 170.306478465472935, -45.957380702278037 ], [ 170.306411440312729, -45.957389837905957 ], [ 170.306317970765633, -45.957416210603917 ], [ 170.306031753604771, -45.95750947990863 ], [ 170.305697762076079, -45.957637343094895 ], [ 170.305394118209193, -45.957773065730166 ], [ 170.305195214142742, -45.957861248774186 ], [ 170.305054834685961, -45.957904374338092 ], [ 170.305038275282925, -45.957928988770043 ], [ 170.3049500932255, -45.957951912952488 ], [ 170.304678006975962, -45.958070517557751 ], [ 170.3043547603626, -45.95818791389177 ], [ 170.304150737283095, -45.958275974280028 ], [ 170.303972812764982, -45.958353933926425 ], [ 170.303684855115705, -45.958482877985205 ], [ 170.303470944427858, -45.95856355935635 ], [ 170.303385798178255, -45.958629420092059 ], [ 170.303275764781745, -45.958680404380885 ], [ 170.303139285212723, -45.95874862489292 ], [ 170.303004191208231, -45.958788300578362 ], [ 170.302862941564769, -45.95884926375971 ], [ 170.302627698076151, -45.958947300576376 ], [ 170.302538820400514, -45.958984495157146 ], [ 170.302433901536716, -45.959035599442501 ], [ 170.302385258439756, -45.959088032997322 ], [ 170.302290397957535, -45.959142946923237 ], [ 170.302090791009675, -45.959245396638984 ], [ 170.302013011049894, -45.959264992123849 ], [ 170.301934884420291, -45.959291723711416 ], [ 170.301825368362842, -45.959332002303654 ], [ 170.301736316228954, -45.959372764309855 ], [ 170.301679000059977, -45.95939284307935 ], [ 170.301637378576544, -45.959406148319339 ], [ 170.301605815790339, -45.95942326339393 ], [ 170.301598446463061, -45.959469527513647 ], [ 170.301520319354466, -45.959496258805828 ], [ 170.301435862745905, -45.959547845686913 ], [ 170.301274838751908, -45.959594050930583 ], [ 170.301170264320007, -45.959638017846174 ], [ 170.301034473347045, -45.959691963419289 ], [ 170.300991291147199, -45.959737381094172 ], [ 170.300978631828769, -45.959787092320148 ], [ 170.300920968215109, -45.959814306842738 ], [ 170.300828185663221, -45.959826402587808 ], [ 170.300786910431469, -45.959832571355527 ], [ 170.300754480206763, -45.959867526555875 ], [ 170.300696469619595, -45.959901877109502 ], [ 170.300623630950042, -45.959925160616621 ], [ 170.300571083092308, -45.959952495885936 ], [ 170.300508649850855, -45.9599724531097 ], [ 170.300429827895073, -45.960013455921114 ], [ 170.300324731774623, -45.960068126247215 ], [ 170.300241313735114, -45.960098303757498 ], [ 170.300143241073442, -45.960113846055656 ], [ 170.300039878842938, -45.960132835383064 ], [ 170.299983255058379, -45.960138640978705 ], [ 170.299945708064655, -45.960173474972031 ], [ 170.299904952822317, -45.960168939196613 ], [ 170.299859948737577, -45.960146442081921 ], [ 170.299799769897959, -45.960120013974191 ], [ 170.299691291470822, -45.960138882014547 ], [ 170.299632759574394, -45.960183936219053 ], [ 170.299574574514139, -45.960221854249212 ], [ 170.299535119057964, -45.960295936879533 ], [ 170.299471817713737, -45.960333733871778 ], [ 170.299409730623836, -45.960346554334166 ], [ 170.2993471230632, -45.960370078972694 ], [ 170.299355446978382, -45.960409569722856 ], [ 170.299327784659965, -45.960451781616484 ], [ 170.299260060835138, -45.960475185213085 ], [ 170.299258325959272, -45.960510865911552 ], [ 170.299219563825943, -45.960570676136626 ], [ 170.299167188175204, -45.960594442658582 ], [ 170.299020466716399, -45.960662416014046 ], [ 170.298861777492078, -45.960765827834713 ], [ 170.298787548799055, -45.960817654672113 ], [ 170.298749827072129, -45.960856056309801 ], [ 170.298671523172004, -45.960886353641001 ], [ 170.298529222350709, -45.960968719622549 ], [ 170.298475978331169, -45.961010326147566 ], [ 170.298403657956982, -45.961022903980059 ], [ 170.298094688519939, -45.961162053356922 ], [ 170.29791674649681, -45.961240003136304 ], [ 170.297865237579742, -45.961245928705367 ], [ 170.297833325439171, -45.961270178813535 ], [ 170.297775485195331, -45.96130095973777 ], [ 170.297723281844782, -45.961321157500706 ], [ 170.297681484418717, -45.961338029306155 ], [ 170.297628933805527, -45.961365363153469 ], [ 170.297575515135378, -45.961410537296949 ], [ 170.297501284390592, -45.96146236324708 ], [ 170.297411878523548, -45.961510257848204 ], [ 170.297192657561737, -45.961594373941715 ], [ 170.29696181438706, -45.961706791900419 ], [ 170.296745450675274, -45.961837413004446 ], [ 170.296681624713074, -45.961885912543877 ], [ 170.296629941422424, -45.961895405600096 ], [ 170.296587969574546, -45.961915845047869 ], [ 170.296493793316017, -45.961956481655058 ], [ 170.296349923419314, -45.962070957318645 ], [ 170.296186282685966, -45.962170676010892 ], [ 170.29589828765225, -45.962299599512434 ], [ 170.295728660542693, -45.962417036656966 ], [ 170.295619307720074, -45.962453740981431 ], [ 170.295541868607899, -45.962466195781722 ], [ 170.295524434900869, -45.962508648980517 ], [ 170.295481767221048, -45.962543360230384 ], [ 170.295382646569749, -45.962580306651283 ], [ 170.295272424425036, -45.962634850915045 ], [ 170.295204870056779, -45.962654683944393 ], [ 170.29515743329722, -45.962682137772973 ], [ 170.295078429850804, -45.962726704755482 ], [ 170.295024660253318, -45.962779013732749 ], [ 170.294876711588842, -45.962871957888723 ], [ 170.294697369324524, -45.962978446848638 ], [ 170.294643425322334, -45.963034323685669 ], [ 170.294565811401355, -45.963050345854469 ], [ 170.294470936533884, -45.963105252927235 ], [ 170.294358626647522, -45.963202612908098 ], [ 170.294274679304777, -45.963243490028091 ], [ 170.294190731839848, -45.963284367083332 ], [ 170.294112422109492, -45.963314661144807 ], [ 170.294074521606603, -45.963356629166185 ], [ 170.293979645734709, -45.963411535805633 ], [ 170.293917032493908, -45.963435057327267 ], [ 170.293804298710739, -45.963435958076687 ], [ 170.293732669669623, -45.963434260644505 ], [ 170.293690521751557, -45.963458267024301 ], [ 170.293618892688386, -45.963456569520176 ], [ 170.29359721015976, -45.96348106086991 ], [ 170.293579948495818, -45.963519945673767 ], [ 170.293578557530907, -45.963548490083433 ], [ 170.293602748425997, -45.96357764076015 ], [ 170.293548802736069, -45.963633517037366 ], [ 170.293501364330638, -45.963660970136878 ], [ 170.293488175656847, -45.963721384485723 ], [ 170.293465449687517, -45.963767284110467 ], [ 170.293421910340498, -45.963819834786811 ], [ 170.293320003853665, -45.963913868134576 ], [ 170.293283145686956, -45.963934427566137 ], [ 170.293255998622897, -45.963965933673798 ], [ 170.293217749225107, -45.964015037482071 ], [ 170.293154613285452, -45.964049262710247 ], [ 170.29311845058146, -45.964055549886531 ], [ 170.293097115400201, -45.964072905029944 ], [ 170.293090086025501, -45.964112032296967 ], [ 170.29301125280864, -45.964153029707745 ], [ 170.292943174075731, -45.96418356548223 ], [ 170.292921490956331, -45.964208056687944 ], [ 170.292845092388802, -45.964199101295335 ], [ 170.292766258872234, -45.964240098529622 ], [ 170.292747705862411, -45.964258796259145 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1967-02-20", "DSASDate": "20/02/1967", "Digitiser": "TK", "Scale": "1500", "Notes": "Base of cliff", "Source": "RL", "CPS": "3", "Proxy": "4", "Photoscale": 67500.0, "Georef_ER": "2.9", "Pixel_Er": 1.785888973014947, "Total_UNCY": "3.54122851902223", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_20FEB1967.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.265501605136336, -45.989690913188646 ], [ 170.26552094212235, -45.989714223480284 ], [ 170.265605673610054, -45.98976269040142 ], [ 170.265690932712516, -45.989800453406311 ], [ 170.265780783157027, -45.989849042759154 ], [ 170.265874345953677, -45.989926298213163 ], [ 170.265882649403096, -45.989965790787373 ], [ 170.26588600998457, -45.990001592860793 ], [ 170.26586924742486, -45.990029768836507 ], [ 170.265797585749652, -45.99002805313431 ], [ 170.265684974558894, -45.990025356940166 ], [ 170.265596374367334, -45.990055385006578 ], [ 170.265579259983355, -45.990090696839097 ], [ 170.26551236527186, -45.990096239420836 ], [ 170.265449358369978, -45.990126880188967 ], [ 170.26538070516628, -45.990168102202922 ], [ 170.265358120211772, -45.990210427328662 ], [ 170.265325297802406, -45.990252507302593 ], [ 170.265291420238555, -45.990315994969301 ], [ 170.265274657278439, -45.990344170847457 ], [ 170.265207234668878, -45.990360417093946 ], [ 170.265175115487807, -45.990388225218197 ], [ 170.265132407103579, -45.990422924068476 ], [ 170.265115644028953, -45.990451099920307 ], [ 170.265088115883543, -45.990489734450378 ], [ 170.265060411832025, -45.990531936922508 ], [ 170.265073833507842, -45.990571552126639 ], [ 170.265077369451092, -45.990603786259875 ], [ 170.265065021564567, -45.990646356485712 ], [ 170.26507826740098, -45.990689539639042 ], [ 170.2650307917053, -45.990716979958364 ], [ 170.265003615105002, -45.990748478563184 ], [ 170.264991970616279, -45.990776776980496 ], [ 170.264959675204295, -45.990808152983867 ], [ 170.264921909238126, -45.990846542282931 ], [ 170.264880607377961, -45.990852697432459 ], [ 170.264817775149254, -45.990879769872443 ], [ 170.264796068886625, -45.990904255122345 ], [ 170.26479942879422, -45.9909400572081 ], [ 170.264802788705083, -45.990975859293648 ], [ 170.264796262838303, -45.991004280284841 ], [ 170.264769437736391, -45.99102864292913 ], [ 170.264743140282036, -45.991042301721023 ], [ 170.264711372248797, -45.991062973800936 ], [ 170.264650844135588, -45.991147255915898 ], [ 170.264643614576613, -45.991189948687918 ], [ 170.264661978990119, -45.99123325448722 ], [ 170.264696755203175, -45.991255520406646 ], [ 170.264737002030159, -45.991270773021299 ], [ 170.264761188909603, -45.991299929614662 ], [ 170.26472447781876, -45.991316911144999 ], [ 170.26465211095919, -45.991329466480352 ], [ 170.264610105108545, -45.991349893314741 ], [ 170.264603227287751, -45.991385450185803 ], [ 170.264612233603003, -45.991410671036618 ], [ 170.264631125757148, -45.991443272996854 ], [ 170.264644723214047, -45.991479320295973 ], [ 170.264705269575273, -45.99149863129638 ], [ 170.26472240286472, -45.991566912723918 ], [ 170.264700696277941, -45.991591397946117 ], [ 170.264663457275532, -45.991619083295191 ], [ 170.264626218235833, -45.991646768631178 ], [ 170.264574326266995, -45.991659814334838 ], [ 170.264502662565548, -45.991658097774 ], [ 170.264471949552643, -45.991657362091324 ], [ 170.264414938704391, -45.991670285106885 ], [ 170.264398526697079, -45.991691324937165 ], [ 170.264382114677034, -45.991712364764751 ], [ 170.264401182705456, -45.991741398813765 ], [ 170.26444637272337, -45.991760342100612 ], [ 170.264507974772926, -45.991758245526647 ], [ 170.264496329797851, -45.991786543878533 ], [ 170.264495098421378, -45.991811519509561 ], [ 170.264468096870786, -45.991839450015526 ], [ 170.264450981173468, -45.99187476164068 ], [ 170.264449222029157, -45.991910441111628 ], [ 170.264407391574736, -45.991927299911026 ], [ 170.264349852669028, -45.991950926727547 ], [ 170.264343854198898, -45.991968643840572 ], [ 170.264341743135759, -45.992011459201144 ], [ 170.264314389559502, -45.992046525559246 ], [ 170.264317925114881, -45.992078759700817 ], [ 170.264284924832737, -45.992124407267504 ], [ 170.264283341493183, -45.992156518785492 ], [ 170.264276639267393, -45.992188507679074 ], [ 170.264249813346197, -45.992212870178861 ], [ 170.264216812924047, -45.992258517721865 ], [ 170.264199696926852, -45.992293829300571 ], [ 170.264182756841279, -45.99232557293 ], [ 170.264166168606579, -45.992350180664396 ], [ 170.264178710344339, -45.992407635687897 ], [ 170.264187892544186, -45.992429288621608 ], [ 170.264150652711606, -45.992456973781479 ], [ 170.26411306096233, -45.992491794819699 ], [ 170.264081291847276, -45.992512466695793 ], [ 170.264058528932338, -45.99255835945096 ], [ 170.26403099894884, -45.99259699367358 ], [ 170.263993758923874, -45.992624678777283 ], [ 170.26395157588783, -45.992648673283071 ], [ 170.263955815058125, -45.992666635648483 ], [ 170.263964997208319, -45.992688288598266 ], [ 170.263952647935781, -45.992730858660472 ], [ 170.263930060770889, -45.992773183439077 ], [ 170.263918415266772, -45.992801481716185 ], [ 170.263891588883183, -45.992825844119309 ], [ 170.263845166500829, -45.992831876213799 ], [ 170.263813573049902, -45.992848980063052 ], [ 170.263785866781689, -45.992891182162275 ], [ 170.263779164162031, -45.99292317101461 ], [ 170.263772285569303, -45.992958727810603 ], [ 170.263749698167601, -45.993001052546852 ], [ 170.263757824490654, -45.993044113177426 ], [ 170.263777244543007, -45.993066011438906 ], [ 170.263719704179778, -45.9930896379012 ], [ 170.263693405477454, -45.993103296419228 ], [ 170.263635161143469, -45.993141194613003 ], [ 170.263598096525925, -45.993165311628886 ], [ 170.263570741885019, -45.993200377779253 ], [ 170.263589282024299, -45.993240115790073 ], [ 170.263623531084988, -45.993273085879117 ], [ 170.2637603358381, -45.993304941054809 ], [ 170.26380499898076, -45.993334588447162 ], [ 170.263823187402437, -45.993381462312442 ], [ 170.263775708744191, -45.993408902032854 ], [ 170.263688685852941, -45.993406816962796 ], [ 170.263611900956846, -45.993404977140123 ], [ 170.263499459107521, -45.993398710696994 ], [ 170.263467337262625, -45.993426518269082 ], [ 170.26343980641505, -45.993465152325037 ], [ 170.263441933600461, -45.993525930021846 ], [ 170.263486068779912, -45.993566281367421 ], [ 170.263499841929217, -45.993598760842829 ], [ 170.26348766805404, -45.993637762893037 ], [ 170.263481317128281, -45.993662615832079 ], [ 170.263499681355455, -45.993705921799688 ], [ 170.263482740405436, -45.993737665299641 ], [ 170.263451674288547, -45.993744065203273 ], [ 170.263420432172836, -45.993754033041149 ], [ 170.263353708864855, -45.993756006308359 ], [ 170.263332880773504, -45.993762651516349 ], [ 170.263299878627976, -45.993808298745755 ], [ 170.263278170502815, -45.993832783655229 ], [ 170.26322574816075, -45.993856532515487 ], [ 170.263173677791741, -45.993873145466473 ], [ 170.263095484174471, -45.993899848817939 ], [ 170.263033175652851, -45.993916216341034 ], [ 170.263020297295867, -45.993969490096781 ], [ 170.262968769217906, -45.994078992111454 ], [ 170.26295165181952, -45.99411430346268 ], [ 170.262923416149249, -45.994167209138951 ], [ 170.262905946636778, -45.994209656363722 ], [ 170.26285299568525, -45.994244108862702 ], [ 170.262814169638204, -45.994303905003591 ], [ 170.262781166730036, -45.994349552062431 ], [ 170.262728391606402, -45.99438043655767 ], [ 170.262701387875012, -45.99440836658669 ], [ 170.262684446240456, -45.994440109949664 ], [ 170.262676862538967, -45.994489938412137 ], [ 170.262659568772193, -45.994528817650433 ], [ 170.262627621884263, -45.994553057017221 ], [ 170.262580845831849, -45.994566224440362 ], [ 170.262543955844194, -45.994586773137307 ], [ 170.262487117605446, -45.994596127167142 ], [ 170.262362146484008, -45.994635997346052 ], [ 170.262261714275809, -45.994697888617651 ], [ 170.262188286021143, -45.994731849905449 ], [ 170.262166577034662, -45.994756334580956 ], [ 170.262190587895986, -45.994789059645413 ], [ 170.262199241432654, -45.99482141653813 ], [ 170.262187770653213, -45.99484614666175 ], [ 170.262144880809188, -45.994884412190004 ], [ 170.262146654394769, -45.994952325743562 ], [ 170.262165546191312, -45.9949849280884 ], [ 170.262200851884415, -45.994996490970195 ], [ 170.262173495418892, -45.995031556735753 ], [ 170.262098834066308, -45.9950904935206 ], [ 170.262030172150844, -45.995131713294448 ], [ 170.26197704367371, -45.995169733288058 ], [ 170.26191809158189, -45.995221902268973 ], [ 170.261850133778552, -45.995248850177681 ], [ 170.261782880336767, -45.995261526296261 ], [ 170.261733814066872, -45.995321076533202 ], [ 170.261710167411763, -45.995384808414663 ], [ 170.261728530751071, -45.995428114637363 ], [ 170.261742127163103, -45.995464162239486 ], [ 170.261720065458093, -45.995495782689915 ], [ 170.261673464516889, -45.995505381780085 ], [ 170.261635692977677, -45.995543769841412 ], [ 170.261643641816505, -45.995590398513428 ], [ 170.2616462953591, -45.99564047237218 ], [ 170.261617881494516, -45.99569694560401 ], [ 170.261580109781079, -45.995735333642003 ], [ 170.261533332489535, -45.995748500605622 ], [ 170.261491498249313, -45.995765358241847 ], [ 170.26140712515803, -45.995813345208795 ], [ 170.261347819555112, -45.99587264973357 ], [ 170.261251270154929, -45.995959638338071 ], [ 170.261196731151216, -45.996026201413095 ], [ 170.261095766633247, -45.996098795363899 ], [ 170.261015454959079, -45.996168312400464 ], [ 170.260943972235708, -45.99626661841063 ], [ 170.260906023490548, -45.996308574136847 ], [ 170.260811586734093, -45.9963527471281 ], [ 170.260748217727496, -45.996390520921047 ], [ 170.260695615703838, -45.996417836464744 ], [ 170.260699325495693, -45.996446502722527 ], [ 170.260748932482755, -45.996479842042291 ], [ 170.260773295551218, -45.996505431527645 ], [ 170.260767119207941, -45.996526716336753 ], [ 170.260725636514366, -45.996536437805666 ], [ 170.260708869239664, -45.996564612892058 ], [ 170.260701459574904, -45.996610873227581 ], [ 170.260635799738452, -45.99669503007506 ], [ 170.260565548989803, -45.996768360282012 ], [ 170.260502355532282, -45.996802565989313 ], [ 170.260413741723568, -45.996832589696382 ], [ 170.260351076726323, -45.9968560915203 ], [ 170.260314008172429, -45.996880207368399 ], [ 170.260251343080768, -45.996903709135253 ], [ 170.260204916936658, -45.996909739660289 ], [ 170.26015337148155, -45.996915647347684 ], [ 170.260106592869704, -45.996928813694396 ], [ 170.260080115225378, -45.996946039242118 ], [ 170.260072528745297, -45.996995867452029 ], [ 170.260049936767331, -45.997038191329565 ], [ 170.260017458583121, -45.997073133690563 ], [ 170.259995042762199, -45.997111889624506 ], [ 170.259968212525195, -45.997136251004001 ], [ 170.259906075717623, -45.997149048779605 ], [ 170.259883659786709, -45.997187804688792 ], [ 170.259871658723227, -45.997223238326853 ], [ 170.25983900407158, -45.997261748561144 ], [ 170.259832122297098, -45.997297305027061 ], [ 170.259851189693933, -45.997326339800438 ], [ 170.259885262650783, -45.997362878926765 ], [ 170.259893738925655, -45.997398803890164 ], [ 170.25987891793983, -45.997491324406823 ], [ 170.259834790692878, -45.997554564478882 ], [ 170.259803722042165, -45.997560963328702 ], [ 170.259736465359737, -45.99757363816385 ], [ 170.259745470319217, -45.997598859347207 ], [ 170.259774423997669, -45.997635275668735 ], [ 170.259756422127367, -45.997688426098641 ], [ 170.259713880868247, -45.997719554751036 ], [ 170.25959119992288, -45.997816631380495 ], [ 170.259552543996847, -45.997872858315226 ], [ 170.259509826211712, -45.997907554813622 ], [ 170.259442392772769, -45.997923797392403 ], [ 170.259380254966203, -45.997936594857755 ], [ 170.259302582669676, -45.997952591640946 ], [ 170.259280694823985, -45.997980643626491 ], [ 170.259239739655499, -45.997979660739674 ], [ 170.259163301303289, -45.997970681932344 ], [ 170.259106987962781, -45.997969330401581 ], [ 170.259034082345437, -45.997992585721299 ], [ 170.25901660854322, -45.998035032231883 ], [ 170.258989424815098, -45.998066529212196 ], [ 170.258941939739714, -45.99809396675878 ], [ 170.258910165457763, -45.998114637062656 ], [ 170.258897458310145, -45.998164342281271 ], [ 170.258864449786103, -45.998209988056658 ], [ 170.25883761851108, -45.998234349143246 ], [ 170.258805844108707, -45.99825501941497 ], [ 170.258794018416467, -45.998286884987031 ], [ 170.258771601221781, -45.998325640643252 ], [ 170.258713524313208, -45.998359968170888 ], [ 170.258604958337941, -45.998378795065491 ], [ 170.258553058706383, -45.998391837845567 ], [ 170.258515988340037, -45.998415953063557 ], [ 170.258503104422601, -45.998469226151698 ], [ 170.258418900967882, -45.998513642814707 ], [ 170.258397012448398, -45.998541694613394 ], [ 170.258358354790801, -45.998597921098948 ], [ 170.258336818903302, -45.99861883703494 ], [ 170.258257910897015, -45.998659808549057 ], [ 170.258221192935082, -45.998676787814794 ], [ 170.258183769515256, -45.99870803876469 ], [ 170.25815605589267, -45.998750239297443 ], [ 170.258118808749231, -45.998777922299794 ], [ 170.258035662734727, -45.998800931118105 ], [ 170.257952516653603, -45.998823939874214 ], [ 170.257939455709135, -45.998880780804427 ], [ 170.257915097511784, -45.998958783425515 ], [ 170.25785543197469, -45.999025221793943 ], [ 170.257781995299865, -45.999059180035829 ], [ 170.257723387839661, -45.999104210792694 ], [ 170.257543503801685, -45.99921777239647 ], [ 170.257249225531893, -45.999364307983512 ], [ 170.257075694258191, -45.999453016314419 ], [ 170.256906046840811, -45.999566822775918 ], [ 170.25685273412077, -45.999608408104152 ], [ 170.2568004800425, -45.999628585888935 ], [ 170.256758641461801, -45.999645441682738 ], [ 170.256721393019774, -45.999673124196192 ], [ 170.256596229966476, -45.999716555601104 ], [ 170.256521732789054, -45.999771920502532 ], [ 170.256528795392057, -45.999836389009467 ], [ 170.25653674036883, -45.999883017923374 ], [ 170.256505317113664, -45.999896551672251 ], [ 170.256430996077398, -45.999948348587218 ], [ 170.256379447459352, -45.999954254495492 ], [ 170.256347141702435, -45.999985627788384 ], [ 170.256263110725882, -46.000026474842777 ], [ 170.256162661917273, -46.000088360325194 ], [ 170.256081632197436, -46.000172145247596 ], [ 170.255970943742625, -46.000233784533286 ], [ 170.255866433744586, -46.00027413922605 ], [ 170.25581011822274, -46.000272786018833 ], [ 170.255727498637498, -46.000285089331172 ], [ 170.255705784567766, -46.000309572644149 ], [ 170.255659002083576, -46.000322737073553 ], [ 170.255566849348867, -46.000320522550979 ], [ 170.255488289989415, -46.000354356209364 ], [ 170.255455453862254, -46.000396432976345 ], [ 170.255408847796986, -46.000406029385246 ], [ 170.255341410196365, -46.000422269440222 ], [ 170.255284388325322, -46.000435187628497 ], [ 170.255202121520028, -46.000440354723743 ], [ 170.255114205395529, -46.000456102449441 ], [ 170.255056300587228, -46.000486860090582 ], [ 170.255019933603563, -46.000496702445503 ], [ 170.254998748864949, -46.000510481873803 ], [ 170.254982683728201, -46.000524384355671 ], [ 170.254970678736044, -46.000559817373635 ], [ 170.254932722474791, -46.000601770918884 ], [ 170.254884703492223, -46.00063991041273 ], [ 170.254815852764693, -46.000684693450332 ], [ 170.254705691695165, -46.00073562771194 ], [ 170.254663145270627, -46.000766754351389 ], [ 170.254610889330763, -46.000786931087958 ], [ 170.254584408140403, -46.000804155271027 ], [ 170.254598884038217, -46.000822364058777 ], [ 170.254597294614996, -46.000854475267452 ], [ 170.254549628393363, -46.000885478784816 ], [ 170.254512378020138, -46.000913160528739 ], [ 170.254454825627931, -46.00093678202105 ], [ 170.254387210504348, -46.000956589401738 ], [ 170.254344487111439, -46.000991283824831 ], [ 170.254317299253842, -46.001022779586023 ], [ 170.254289581493595, -46.001064979072936 ], [ 170.254271926390885, -46.001110992644712 ], [ 170.254234675726508, -46.001138674290544 ], [ 170.2541513480123, -46.001165248066449 ], [ 170.254104211184256, -46.001185547653371 ], [ 170.254082849316916, -46.001202894809552 ], [ 170.253934025574381, -46.001206460650906 ], [ 170.253863056795012, -46.001190465505076 ], [ 170.253832338781649, -46.001189726845752 ], [ 170.253800030864682, -46.00122109936332 ], [ 170.253731178547952, -46.00126588170685 ], [ 170.253684041486849, -46.001286181114608 ], [ 170.253622252028435, -46.001291839506884 ], [ 170.253550399876559, -46.00129368371033 ], [ 170.253523564769722, -46.001318043450368 ], [ 170.25352162134709, -46.001357290444375 ], [ 170.253525150956875, -46.001389524745882 ], [ 170.253528857244817, -46.001418191138733 ], [ 170.253527267169545, -46.001450302315227 ], [ 170.253505551667445, -46.001474785173237 ], [ 170.253469890491459, -46.001470355378721 ], [ 170.253368380062994, -46.001450053245115 ], [ 170.253301824085185, -46.001448452511141 ], [ 170.253235268113002, -46.00144685173845 ], [ 170.253213905876891, -46.001464198722957 ], [ 170.253197309927089, -46.001488804657804 ], [ 170.25316129537336, -46.00149151058212 ], [ 170.253090149774607, -46.001479082860591 ], [ 170.253018650793706, -46.001473790909372 ], [ 170.252913959677841, -46.001517710697556 ], [ 170.25276742718674, -46.001578484651738 ], [ 170.252566516043657, -46.001702249039603 ], [ 170.252475592590059, -46.001778649058537 ], [ 170.252353773788172, -46.001857877838347 ], [ 170.252295512499245, -46.001895769814411 ], [ 170.252268499792052, -46.001923697142701 ], [ 170.25228756464881, -46.001952733105213 ], [ 170.252265671643642, -46.001980783613149 ], [ 170.252224006715466, -46.001994069763796 ], [ 170.252191697419761, -46.002025441791311 ], [ 170.252152854207083, -46.002085233853222 ], [ 170.252035270139459, -46.0021824249704 ], [ 170.251915394437276, -46.002222406306515 ], [ 170.251807702782003, -46.002223386988916 ], [ 170.25174202993739, -46.002203945812106 ], [ 170.251720843740316, -46.002217724595525 ], [ 170.251693653787612, -46.002249219678887 ], [ 170.251676703323824, -46.002280961174165 ], [ 170.251578889863481, -46.002392916235749 ], [ 170.251451595027476, -46.00247915657561 ], [ 170.251332602395337, -46.002501297766827 ], [ 170.251219436774562, -46.00250929045869 ], [ 170.251132931038228, -46.002496491807896 ], [ 170.251081556423685, -46.002498827355133 ], [ 170.251018881192948, -46.002522323802999 ], [ 170.250981981663813, -46.002542868523122 ], [ 170.251004927909037, -46.002597003229084 ], [ 170.251019403051146, -46.002615212449712 ], [ 170.251002452084379, -46.002646953831892 ], [ 170.250980027610581, -46.002685707769878 ], [ 170.25094259740888, -46.002716956174041 ], [ 170.250900224216764, -46.002744513420019 ], [ 170.250863855057162, -46.002754354397695 ], [ 170.250802063738377, -46.002760011219017 ], [ 170.250713612219471, -46.00278645913756 ], [ 170.250686775144175, -46.002810818160846 ], [ 170.250674766864847, -46.002846250641639 ], [ 170.250653226421662, -46.002867165012162 ], [ 170.250576606150986, -46.002861748241102 ], [ 170.250515699077255, -46.002849565410557 ], [ 170.250455499556296, -46.002823110954395 ], [ 170.250387350125095, -46.002853619571418 ], [ 170.250355216178718, -46.002881423142256 ], [ 170.250261644454326, -46.002907747430967 ], [ 170.250088798762675, -46.002982173002117 ], [ 170.249979336550979, -46.003018830896437 ], [ 170.249894057968703, -46.00308464831182 ], [ 170.249819903467795, -46.00313287276586 ], [ 170.24978653059236, -46.00318565143921 ], [ 170.249733386011002, -46.003223665324974 ], [ 170.249634339715954, -46.003257001571683 ], [ 170.249576605939609, -46.003284188390332 ], [ 170.249520110716816, -46.003286399911062 ], [ 170.249431303880954, -46.00331998259167 ], [ 170.249388044723958, -46.003365378721412 ], [ 170.249360322013644, -46.003407576885493 ], [ 170.249337542161044, -46.003453466252999 ], [ 170.249319528215011, -46.003506614721537 ], [ 170.249302752950172, -46.003534787924394 ], [ 170.249209002683131, -46.003564679206015 ], [ 170.249131673754562, -46.003573533023761 ], [ 170.249068819535978, -46.003600596245121 ], [ 170.248964298346806, -46.003640944342528 ], [ 170.248880787480743, -46.003671082013021 ], [ 170.248848298325981, -46.003706020914755 ], [ 170.248761260379553, -46.00370392411839 ], [ 170.248728771130828, -46.003738862983809 ], [ 170.248706344611435, -46.003777616422923 ], [ 170.248678975172055, -46.0038126786175 ], [ 170.248646662809392, -46.003844049563924 ], [ 170.248594578862338, -46.003860655530239 ], [ 170.248526958191633, -46.00388045930378 ], [ 170.248474166116097, -46.003911336781073 ], [ 170.248457036262494, -46.003946645629 ], [ 170.248393650238086, -46.003984412135011 ], [ 170.24834138906246, -46.00400458587221 ], [ 170.248243402754042, -46.004016513510699 ], [ 170.248197323605638, -46.004015403200654 ], [ 170.248172255185551, -46.004004082681185 ], [ 170.248121941338269, -46.003985009517088 ], [ 170.24806509129138, -46.003994356081421 ], [ 170.247997470280751, -46.004014159533021 ], [ 170.247959506364396, -46.004056110565408 ], [ 170.247955257175022, -46.004141739928968 ], [ 170.247968846431291, -46.004177788969152 ], [ 170.247946419195813, -46.004216542240414 ], [ 170.24790368927745, -46.004251234088386 ], [ 170.247866964516561, -46.004268209854494 ], [ 170.247829000320593, -46.004310160835722 ], [ 170.247723945721646, -46.004361211411052 ], [ 170.247644667700257, -46.0044093109708 ], [ 170.247601760369577, -46.004447570586066 ], [ 170.247538904432446, -46.004474632922339 ], [ 170.247476402600853, -46.004494559445583 ], [ 170.247423609362073, -46.004525436407803 ], [ 170.247386175919701, -46.004556683563955 ], [ 170.24737522765713, -46.004570708303426 ], [ 170.247328616803543, -46.004580301296983 ], [ 170.247297188702589, -46.004593832390967 ], [ 170.247280589165513, -46.004618437373573 ], [ 170.247253572597003, -46.004646363416732 ], [ 170.247210841913329, -46.004681054985859 ], [ 170.247188768140603, -46.004712672313765 ], [ 170.247156454406053, -46.00474404280326 ], [ 170.247104192077643, -46.004764215945471 ], [ 170.247062878099541, -46.004770364357654 ], [ 170.247035507119818, -46.004805426118381 ], [ 170.247008313219965, -46.004836919984761 ], [ 170.246970525095833, -46.004875302766635 ], [ 170.246922851195677, -46.004906302906456 ], [ 170.246838805971066, -46.00494714266862 ], [ 170.246806669029212, -46.004974945164236 ], [ 170.246748932104396, -46.005002130474175 ], [ 170.246701966516241, -46.005018858972385 ], [ 170.246637869520328, -46.00507089598554 ], [ 170.246605732405698, -46.005098698420149 ], [ 170.246573418113769, -46.005130068730253 ], [ 170.246515680914911, -46.005157253915357 ], [ 170.246483897990515, -46.005177920542636 ], [ 170.246425629234352, -46.005215809334715 ], [ 170.24638342906502, -46.005239796915234 ], [ 170.2463973718408, -46.005268710349938 ], [ 170.246420846039229, -46.005312142224774 ], [ 170.246413954458802, -46.005347697621097 ], [ 170.246397708609805, -46.005365166689131 ], [ 170.246310473360182, -46.005470227956167 ], [ 170.246262444242234, -46.00550836356603 ], [ 170.246240369585848, -46.005539980686919 ], [ 170.246238597895825, -46.005575659527722 ], [ 170.246246180445894, -46.005629424707969 ], [ 170.246248997295851, -46.005675930660097 ], [ 170.246230979590592, -46.005729078540078 ], [ 170.246172887245308, -46.00576339929917 ], [ 170.246119737711012, -46.005801411376112 ], [ 170.246087245541929, -46.005836349413258 ], [ 170.24603868439425, -46.005885188566282 ], [ 170.245933802362032, -46.005932669494449 ], [ 170.245850286441225, -46.005962804822587 ], [ 170.245729157846654, -46.006027754532141 ], [ 170.245650407338587, -46.006065148955628 ], [ 170.24562232595585, -46.006114481863719 ], [ 170.245583295477189, -46.006177839310155 ], [ 170.245529259047032, -46.006233690499791 ], [ 170.245464805076693, -46.0062928625509 ], [ 170.245385522327837, -46.006340960421092 ], [ 170.245311891255028, -46.006378478093517 ], [ 170.245289461224814, -46.00641723076771 ], [ 170.245218468739949, -46.006504822207482 ], [ 170.245095033986701, -46.006616153637914 ], [ 170.245007971491276, -46.006717645909539 ], [ 170.244933807881011, -46.006765866957501 ], [ 170.244896548764615, -46.006793545341473 ], [ 170.244852751333269, -46.006849643221038 ], [ 170.24484656758159, -46.006870926970976 ], [ 170.244793238799076, -46.006912506258438 ], [ 170.244713954577946, -46.00696060362452 ], [ 170.244638372138354, -46.007037367493453 ], [ 170.244608516500307, -46.007122378895993 ], [ 170.244546365235607, -46.00713516795976 ], [ 170.244514757724005, -46.007152266112442 ], [ 170.244496737823198, -46.007205413658276 ], [ 170.244509261726023, -46.007262870326215 ], [ 170.244517906491552, -46.007295228307754 ], [ 170.244501304875143, -46.007319832829928 ], [ 170.244469165360783, -46.007347634599917 ], [ 170.244450613458184, -46.007411485767179 ], [ 170.244432770697557, -46.00746106542001 ], [ 170.244385447736846, -46.007484928650975 ], [ 170.244383142832589, -46.007531311055757 ], [ 170.244376604211368, -46.007559730526715 ], [ 170.244335287878698, -46.007565877895395 ], [ 170.244288851321045, -46.007571901697823 ], [ 170.244291311935882, -46.007625543403321 ], [ 170.244294127167421, -46.007672049354618 ], [ 170.244257044420948, -46.007696159628225 ], [ 170.244200721916741, -46.007694800532335 ], [ 170.244184120033793, -46.007719405000991 ], [ 170.244159560842746, -46.007800971932951 ], [ 170.244085749670177, -46.007842056620028 ], [ 170.24397891165134, -46.00792878225262 ], [ 170.243945175532161, -46.007988694740206 ], [ 170.243953642728769, -46.008024620631616 ], [ 170.243941274230394, -46.00806718800434 ], [ 170.243904723067715, -46.008080594525985 ], [ 170.243842215896223, -46.008100518927428 ], [ 170.243797706954382, -46.008170887844337 ], [ 170.243781282086189, -46.008191924370266 ], [ 170.243780040682111, -46.008216899495579 ], [ 170.243736595642673, -46.008265861133893 ], [ 170.243714341048928, -46.00830104557042 ], [ 170.243680959103813, -46.008353822215554 ], [ 170.243663647374461, -46.008392698094767 ], [ 170.243646512973157, -46.008428006096089 ], [ 170.243660987088759, -46.008446216213081 ], [ 170.243622484700552, -46.008498869255405 ], [ 170.243591053476251, -46.008512399250471 ], [ 170.243558912798079, -46.008540200733201 ], [ 170.243536657974943, -46.00857538512858 ], [ 170.243509814903774, -46.008599742308661 ], [ 170.243487382659339, -46.008638494566789 ], [ 170.243465482482293, -46.008666543198174 ], [ 170.243438994071425, -46.008683764612066 ], [ 170.243406321103606, -46.008722269668091 ], [ 170.243389186428573, -46.008757577622987 ], [ 170.243356690755292, -46.008792514789157 ], [ 170.243339201273812, -46.008834958481657 ], [ 170.243327186850451, -46.008870390021222 ], [ 170.243304399604824, -46.008916277982848 ], [ 170.2432724359237, -46.00894051150155 ], [ 170.243265187010934, -46.008983202378147 ], [ 170.243253349886487, -46.009015066034358 ], [ 170.243271702692653, -46.009058374910893 ], [ 170.243336138707605, -46.009102796167674 ], [ 170.243366328703189, -46.009114241365658 ], [ 170.243380625518967, -46.00913601939142 ], [ 170.243384149503186, -46.009168253845829 ], [ 170.243408509689573, -46.009193846931403 ], [ 170.243443465370603, -46.009212551450929 ], [ 170.243484073548132, -46.0092206759305 ], [ 170.243529270006462, -46.009239627605602 ], [ 170.243523085440756, -46.009260911258501 ], [ 170.243501894493136, -46.009274688394733 ], [ 170.243495887280943, -46.009292404172214 ], [ 170.243469221200826, -46.009313193458368 ], [ 170.243437966842492, -46.009323155524967 ], [ 170.243451554250214, -46.009359205036269 ], [ 170.243491098319822, -46.009388736755874 ], [ 170.243525344680478, -46.009421712746999 ], [ 170.243496727483148, -46.009481748645939 ], [ 170.243434750692927, -46.00949096916122 ], [ 170.243366589224507, -46.009521473283883 ], [ 170.243338858702231, -46.009563669772788 ], [ 170.243306717266734, -46.009591471163375 ], [ 170.243273866259642, -46.009633544034607 ], [ 170.243292219264362, -46.009676852908633 ], [ 170.24333723863711, -46.009699372538016 ], [ 170.243382612803657, -46.009714756404598 ], [ 170.243401852804965, -46.009740225898398 ], [ 170.243405022069112, -46.009779596096116 ], [ 170.243408546091132, -46.009811830547754 ], [ 170.243376759299082, -46.00983249620883 ], [ 170.243355745472144, -46.009842705438253 ], [ 170.24337374384308, -46.009893150046217 ], [ 170.24341346561539, -46.0099191139251 ], [ 170.243433060450798, -46.009937447669024 ], [ 170.243410804946819, -46.009972632017799 ], [ 170.243369131950544, -46.00998591473715 ], [ 170.243297445859753, -46.009984184350976 ], [ 170.243236355423136, -46.009975565382462 ], [ 170.243199448036847, -46.009996107386577 ], [ 170.243192376284952, -46.010035230375046 ], [ 170.243205608900666, -46.010078415656196 ], [ 170.243203480194239, -46.010121230121726 ], [ 170.243181579255406, -46.010149278675733 ], [ 170.243128600787117, -46.010183721321383 ], [ 170.243102821125746, -46.010186671147331 ], [ 170.243056737053109, -46.010185558650271 ], [ 170.243035368225691, -46.010202903558962 ], [ 170.243013112358454, -46.010238087820674 ], [ 170.243010983491615, -46.010280902278026 ], [ 170.243019450360805, -46.010316828220184 ], [ 170.243014660401457, -46.010413160747895 ], [ 170.242992404430623, -46.01044834500221 ], [ 170.242980744207671, -46.010476640741125 ], [ 170.24294490085623, -46.010475775424759 ], [ 170.24290251771609, -46.010503329445832 ], [ 170.242890680019769, -46.010535193044916 ], [ 170.242868601335459, -46.010566809400729 ], [ 170.242836459065245, -46.010594610636169 ], [ 170.242803784498847, -46.010633115473517 ], [ 170.242766521662048, -46.010660793063138 ], [ 170.242749563352476, -46.01069253301835 ], [ 170.242737725523483, -46.01072439659773 ], [ 170.242729766195879, -46.010781358895116 ], [ 170.242737523236457, -46.010831556334026 ], [ 170.242736813529177, -46.010845827815061 ], [ 170.24274969109905, -46.010896148880477 ], [ 170.242756206184794, -46.010971321409606 ], [ 170.242745078001889, -46.01098891350631 ], [ 170.242738183199293, -46.011024468580359 ], [ 170.242700032905702, -46.011069985490288 ], [ 170.242657649179961, -46.011097539404958 ], [ 170.242606443833608, -46.011096303077736 ], [ 170.242550295396882, -46.011091375221788 ], [ 170.242476833475621, -46.011125322983226 ], [ 170.242444868124693, -46.011149556225064 ], [ 170.242356576799125, -46.011172429373687 ], [ 170.242268817780854, -46.01118459884642 ], [ 170.242185469410771, -46.01121116337729 ], [ 170.242163212577168, -46.011246347446537 ], [ 170.242090282633939, -46.011269591343975 ], [ 170.242001281073385, -46.01130673568138 ], [ 170.241853468484265, -46.011392469754249 ], [ 170.241651077270376, -46.011544756327694 ], [ 170.241491602255962, -46.011658785476328 ], [ 170.241443564356672, -46.011696918826637 ], [ 170.241400114424209, -46.011745879441357 ], [ 170.241351188776378, -46.011801852076999 ], [ 170.241276127451698, -46.011867909812437 ], [ 170.241028002473513, -46.012011946198236 ], [ 170.240938643924324, -46.012056225388484 ], [ 170.240896968787695, -46.012069507152461 ], [ 170.240845229951958, -46.012078973607771 ], [ 170.240741752230548, -46.012097906446783 ], [ 170.240693180736514, -46.01214674304866 ], [ 170.24067497778546, -46.012203457694042 ], [ 170.24065641965575, -46.012267308061418 ], [ 170.24063945961808, -46.012299047656917 ], [ 170.240626909913061, -46.012345182426387 ], [ 170.240625311765115, -46.012377293193047 ], [ 170.240591036411843, -46.012447908093904 ], [ 170.240573543548805, -46.012490351264866 ], [ 170.240542286888711, -46.012500312481677 ], [ 170.240529559470559, -46.012550015098768 ], [ 170.240526895776185, -46.012603533036753 ], [ 170.240519288985467, -46.012653359381162 ], [ 170.240482378803762, -46.012673900435487 ], [ 170.240464175440394, -46.012730615033846 ], [ 170.240456746156212, -46.012776873509218 ], [ 170.240443663413544, -46.01283371183569 ], [ 170.240427235830822, -46.012854747804006 ], [ 170.240434813394103, -46.012908513204771 ], [ 170.240466218596254, -46.012998575896368 ], [ 170.240464087559133, -46.013041390241142 ], [ 170.240441118506055, -46.013090845371423 ], [ 170.240460003057933, -46.013123451067521 ], [ 170.240482765243428, -46.013181155528358 ], [ 170.240461394434391, -46.013198499903005 ], [ 170.240424839040145, -46.013211905204543 ], [ 170.240381386975827, -46.01326086537297 ], [ 170.240414923363232, -46.013308113736279 ], [ 170.240460832338329, -46.013312795218418 ], [ 170.240491379130987, -46.013317105483651 ], [ 170.240516627612976, -46.013324859870913 ], [ 170.240494013650533, -46.01336717928411 ], [ 170.240496470585896, -46.013420820946131 ], [ 170.240443487285177, -46.013455262220134 ], [ 170.240344772402068, -46.013481454092997 ], [ 170.240269707540818, -46.013547511071174 ], [ 170.240227143091687, -46.013578631864036 ], [ 170.240180168272246, -46.013595357448736 ], [ 170.240143257326309, -46.013615898373416 ], [ 170.240101936049456, -46.013622044091896 ], [ 170.240065025057476, -46.013642584990158 ], [ 170.240042765848841, -46.013677768580351 ], [ 170.240005854797744, -46.013698309457979 ], [ 170.23998871629459, -46.013733616791697 ], [ 170.23993078923715, -46.013764366195375 ], [ 170.23989316757519, -46.013799178473732 ], [ 170.239886625775085, -46.013827597591238 ], [ 170.239860666640851, -46.01383411450108 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1967-02-20", "DSASDate": "20/02/1967", "Digitiser": "TK", "Scale": "1500", "Notes": "Base of cliff", "Source": "RL", "CPS": "3", "Proxy": "4", "Photoscale": 67500.0, "Georef_ER": "2.9", "Pixel_Er": 1.785888973014947, "Total_UNCY": "3.54122851902223", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_20FEB1967.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.239870730561819, -46.013837929885469 ], [ 170.239845837208946, -46.013823039633344 ], [ 170.239820588604005, -46.013815285095347 ], [ 170.239725927743279, -46.013863007331651 ], [ 170.239678064325147, -46.013897571996317 ], [ 170.239655982408578, -46.013929187642759 ], [ 170.239638310670301, -46.013975198493007 ], [ 170.239612351439604, -46.013981715344002 ], [ 170.239580027869039, -46.014013083425247 ], [ 170.239573663528915, -46.014037934660948 ], [ 170.239612675749157, -46.014078171307503 ], [ 170.239610899269508, -46.014113849895757 ], [ 170.239584229370507, -46.014134638173729 ], [ 170.23953814215534, -46.014133524184587 ], [ 170.239506529071775, -46.014150620807264 ], [ 170.239489745413493, -46.014178792336395 ], [ 170.239451945528884, -46.014217172312847 ], [ 170.239435161821461, -46.014245343832606 ], [ 170.239393840005391, -46.014251489281833 ], [ 170.239337866410636, -46.014242991924718 ], [ 170.239297077594642, -46.014238433765179 ], [ 170.239289647079261, -46.014284692127276 ], [ 170.239297934344961, -46.014324186140215 ], [ 170.239296335317562, -46.014356296859738 ], [ 170.239330404388483, -46.014392841954461 ], [ 170.239322973874181, -46.014439100317787 ], [ 170.239301779879014, -46.014452876595151 ], [ 170.239239263876584, -46.01447279825728 ], [ 170.23915679753722, -46.014481521132488 ], [ 170.239135781166567, -46.014491729520472 ], [ 170.239099224603763, -46.014505134368406 ], [ 170.239102035554168, -46.01455164030763 ], [ 170.239094960191068, -46.014590762936237 ], [ 170.239041619521458, -46.014632339222253 ], [ 170.239010005999432, -46.014649435696214 ], [ 170.238936714892873, -46.014679813149115 ], [ 170.23893476024594, -46.014719059569657 ], [ 170.238920431522757, -46.014800872653218 ], [ 170.238912289806422, -46.014861402402971 ], [ 170.238914922906105, -46.014911476197327 ], [ 170.23885909396094, -46.015003002371301 ], [ 170.238758243097408, -46.015072007056773 ], [ 170.238627910662785, -46.015115293741275 ], [ 170.238498466660502, -46.015140740998007 ], [ 170.238352948928053, -46.015180088025282 ], [ 170.238280012246662, -46.015203329321615 ], [ 170.238156577534767, -46.015211060748527 ], [ 170.238135579924261, -46.015219672443401 ] ] } }, { "type": "Feature", "properties": { "Id": "0", "Region": "Otago", "Site": "Taieri_Brighton", "Date": "1967-02-20", "DSASDate": "20/02/1967", "Digitiser": "TK", "Scale": "1500", "Notes": "EOV", "Source": "RL", "CPS": "3", "Proxy": "1", "Photoscale": 67500.0, "Georef_ER": "2.9", "Pixel_Er": 1.785888973014947, "Total_UNCY": "3.54122851902223", "filename": "Retrolens/Otago/Taieri_Brighton/Shorelines/Taieri_Brighton_20FEB1967.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 170.238135579924261, -46.015219672443401 ], [ 170.238041429269458, -46.015258286122517 ], [ 170.237929268549436, -46.015348449463694 ], [ 170.237895876617472, -46.015401224139367 ], [ 170.237831936894366, -46.015449687814247 ], [ 170.237783537593003, -46.015494955176116 ], [ 170.237741148021399, -46.015522507115094 ], [ 170.237662023026218, -46.015567031251251 ], [ 170.2376088581251, -46.015605038964146 ], [ 170.237554804201721, -46.015660885908723 ], [ 170.237506048900258, -46.015713288845305 ], [ 170.237457471302122, -46.015762123907294 ], [ 170.2373947400948, -46.015889203916274 ], [ 170.237338907613406, -46.015980729254082 ], [ 170.237301460602112, -46.016011972744955 ], [ 170.237277953971159, -46.01607213067637 ], [ 170.237275642434469, -46.016118512733485 ], [ 170.237213799450757, -46.016227753365662 ], [ 170.237165185367701, -46.016380179823749 ], [ 170.237106506797858, -46.016528790619198 ], [ 170.237083888841624, -46.016571109247593 ], [ 170.236978267540223, -46.016632852637819 ], [ 170.236915926103109, -46.016649205097423 ], [ 170.236848997131631, -46.016654730072133 ], [ 170.236785944252063, -46.016685353854484 ], [ 170.23677499081586, -46.016699377436318 ], [ 170.236738610084956, -46.016709213629404 ], [ 170.236671681027843, -46.016714738498123 ], [ 170.236635478125578, -46.016721006809384 ], [ 170.236613215443271, -46.016756189637043 ], [ 170.236610369722371, -46.016813275206864 ], [ 170.236628008159101, -46.016870856432398 ], [ 170.236614208915114, -46.01694196556565 ], [ 170.236666094067061, -46.01703252481424 ], [ 170.236686650646817, -46.017046343772087 ] ] } }, @@ -14924,6 +14923,9 @@ { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "TauroaPoint", "Date": "1982-02-08", "DSASDate": null, "Digitiser": "MDIC", "Scale": "1000", "Notes": null, "Source": "RL", "CPS": "5", "Proxy": "10", "Photoscale": 24800.0, "Georef_ER": "2.43", "Pixel_Er": 0.377723194799995, "Total_UNCY": "8.935081130683141", "filename": "Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_08FEB1982.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "08/02/1982", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 2932.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059493277724414, -35.194613862438317 ], [ 173.05965632526835, -35.195009823751285 ], [ 173.05978437498635, -35.195238796653662 ], [ 173.05999381580753, -35.195482043869895 ], [ 173.060197480212992, -35.195773009423469 ], [ 173.060430118643609, -35.19593989899036 ], [ 173.060505778083325, -35.196063922386713 ], [ 173.060662867992505, -35.196254707137925 ], [ 173.060790854950142, -35.196393018875533 ], [ 173.060936231223167, -35.196464519560344 ], [ 173.06146543679381, -35.196769633433185 ], [ 173.061796911675998, -35.196950784886653 ], [ 173.062087675486623, -35.197103326809824 ], [ 173.062326079879028, -35.197198635998326 ], [ 173.062645822543516, -35.197236643674813 ], [ 173.063070243322386, -35.197331855024203 ], [ 173.063320282906062, -35.197436699355286 ], [ 173.063610947134691, -35.197455633352845 ], [ 173.063866737294148, -35.197479356632435 ], [ 173.06415161506871, -35.197531693459894 ], [ 173.064674905523987, -35.197684105748905 ], [ 173.06489019919448, -35.197951199171406 ], [ 173.065291465815022, -35.198160933090158 ], [ 173.065541518453699, -35.198275315973937 ], [ 173.065867129946895, -35.198375342519682 ], [ 173.066018315669311, -35.198432519171206 ], [ 173.066256651031779, -35.198432389003663 ], [ 173.066529864738015, -35.198432239210135 ], [ 173.06688450036205, -35.198479759671493 ], [ 173.067151909016815, -35.198489154843514 ], [ 173.067425099249647, -35.19846037355429 ], [ 173.067779656236638, -35.198412459808026 ], [ 173.06787880369788, -35.198803673943694 ], [ 173.067844064062143, -35.198970698750969 ], [ 173.067960500854241, -35.199180583024251 ], [ 173.068385321860035, -35.199733847220863 ], [ 173.068612223309316, -35.199957983147748 ], [ 173.068943835859557, -35.200267947510163 ], [ 173.069130043858138, -35.200487334027052 ], [ 173.069356957562803, -35.200721011680415 ], [ 173.069671062971736, -35.200945095605505 ], [ 173.071067316176936, -35.202180123157504 ], [ 173.071201264170867, -35.202456796012342 ], [ 173.07133515466117, -35.202666666647708 ], [ 173.071480660045438, -35.202862215537948 ], [ 173.072690300710264, -35.203376825818026 ], [ 173.073080034220766, -35.2036390279846 ], [ 173.073301128839233, -35.203844072162816 ], [ 173.073620932760406, -35.203915451802111 ], [ 173.073806988979157, -35.203943968000303 ], [ 173.073975626608529, -35.203996352439439 ], [ 173.07412681541183, -35.204039204172368 ], [ 173.074324507699515, -35.204077255604275 ], [ 173.074807317951723, -35.204396653927674 ], [ 173.075063299939615, -35.204601673300417 ], [ 173.07520909927058, -35.20510259832723 ], [ 173.075255779207339, -35.205288660784142 ], [ 173.075366329143549, -35.205388795117763 ], [ 173.075581567630252, -35.205536579804011 ], [ 173.075692074025255, -35.205588998107402 ], [ 173.076216124259673, -35.206476182370565 ], [ 173.076384875909497, -35.206643081150261 ], [ 173.076477997070754, -35.206752768587144 ], [ 173.07655943742472, -35.206805204441835 ], [ 173.076693191820368, -35.206848063968515 ], [ 173.079433858669034, -35.209346601533177 ], [ 173.079922646198213, -35.209780492957854 ], [ 173.080446411727252, -35.210305019002092 ], [ 173.080714134551386, -35.210591135119948 ], [ 173.08091201146604, -35.210796180615787 ], [ 173.08124360075135, -35.210991592991178 ], [ 173.081365769884655, -35.211067856090708 ], [ 173.081615855950332, -35.211153576049497 ], [ 173.081831020428751, -35.211201146530065 ], [ 173.082075255002025, -35.211248696925452 ], [ 173.082261282754558, -35.211229484396235 ], [ 173.082389083989426, -35.211124422940074 ], [ 173.082947961829035, -35.211849320089144 ], [ 173.08293652791059, -35.212040190732203 ], [ 173.082936692901029, -35.212202424003259 ], [ 173.08301829828676, -35.212407545585336 ], [ 173.083123213848353, -35.212665138370774 ], [ 173.083233827277866, -35.212808209468498 ], [ 173.083454903924434, -35.212946432802305 ], [ 173.083769065731474, -35.213141850192677 ], [ 173.08398429567626, -35.213246675611764 ], [ 173.084182251294777, -35.21351374600512 ], [ 173.084351038751265, -35.213685405010935 ], [ 173.084572223590726, -35.213923829148158 ], [ 173.084700293692379, -35.214076429815265 ], [ 173.084874872755108, -35.21422422617956 ], [ 173.085107604322275, -35.214381524560643 ], [ 173.085287939090506, -35.214472057457073 ], [ 173.085450811643966, -35.214543516136608 ], [ 173.085613639394722, -35.214572030515107 ], [ 173.085770693203187, -35.214638721309257 ], [ 173.085834795172303, -35.21477705135176 ], [ 173.085980331794758, -35.214948724527531 ], [ 173.086125722876005, -35.214982022163994 ], [ 173.086189815630973, -35.215110808881406 ], [ 173.086294648756308, -35.215277739070949 ], [ 173.0865158537257, -35.215525702707623 ], [ 173.0867660857987, -35.215730701026253 ], [ 173.086981351875352, -35.215859378874086 ], [ 173.087248957596813, -35.215997561762741 ], [ 173.087563068508473, -35.216126167297091 ], [ 173.088104454667359, -35.216731763480453 ], [ 173.088133691506243, -35.216884432319212 ], [ 173.088197840546655, -35.217060933548858 ], [ 173.088285200946189, -35.217194473722444 ], [ 173.088762199247668, -35.217394530712227 ], [ 173.089047245847951, -35.217523153665631 ], [ 173.089285762276091, -35.21763749557222 ], [ 173.089821277956588, -35.218171514763881 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "TauroaPoint", "Date": "1982-02-08", "DSASDate": null, "Digitiser": "MDIC", "Scale": "1000", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "4", "Photoscale": 24800.0, "Georef_ER": "2.43", "Pixel_Er": 0.377723194799995, "Total_UNCY": "2.643572357982644", "filename": "Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_08FEB1982.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "08/02/1982", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 2930.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.104584756164257, -35.172411059540437 ], [ 173.10472780620313, -35.172361457594697 ], [ 173.1047830112133, -35.172336670676351 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "TauroaPoint", "Date": "1982-02-08", "DSASDate": null, "Digitiser": "MDIC", "Scale": "1000", "Notes": null, "Source": "RL", "CPS": "3", "Proxy": "4", "Photoscale": 24800.0, "Georef_ER": "2.43", "Pixel_Er": 0.377723194799995, "Total_UNCY": "2.643572357982644", "filename": "Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_08FEB1982.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "08/02/1982", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 2931.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.104880893812265, -35.172307723593143 ], [ 173.105074137434229, -35.172241584983567 ], [ 173.105192034176326, -35.172156957134007 ], [ 173.105324997847276, -35.172074377667649 ], [ 173.105450463602949, -35.172018605359604 ], [ 173.105570894364604, -35.171952529317814 ], [ 173.105668728211043, -35.171886472869367 ], [ 173.105746451918463, -35.171801879512927 ], [ 173.105907053993548, -35.171735768060856 ], [ 173.106110394635351, -35.171712912532087 ], [ 173.106306259291671, -35.17173335678897 ], [ 173.106577405968068, -35.171722810542974 ], [ 173.106655273955766, -35.171749542787666 ], [ 173.106735623101088, -35.171753595214113 ], [ 173.106815958772927, -35.171747339607322 ], [ 173.106891335005741, -35.171788505085622 ], [ 173.106944111911332, -35.171827628872002 ], [ 173.107079727267177, -35.171854309847809 ], [ 173.10723038012236, -35.171860361378236 ], [ 173.107370995436128, -35.171870544815206 ], [ 173.107499051625751, -35.17187661603819 ], [ 173.107586963048533, -35.171903338769702 ], [ 173.107667331414092, -35.171921821748739 ], [ 173.107817959941343, -35.171909318185335 ], [ 173.107923351391548, -35.171863869173258 ], [ 173.108083981829481, -35.171820432393247 ], [ 173.108191891952572, -35.171781165694753 ], [ 173.108324914860617, -35.171745999642461 ], [ 173.10839769902131, -35.17172531855109 ], [ 173.10851313013174, -35.171677798442403 ], [ 173.108618581213477, -35.17167770393457 ], [ 173.108842078286415, -35.171708427302534 ], [ 173.109065589291532, -35.171749458236803 ], [ 173.109228826134455, -35.17177817353258 ], [ 173.109407157933589, -35.171829552556801 ], [ 173.109535291621796, -35.171893346308288 ], [ 173.10967596264183, -35.171944758983528 ], [ 173.109849256947967, -35.171983772326435 ], [ 173.110014935856583, -35.171960944391472 ], [ 173.110200672838204, -35.171917482002129 ], [ 173.110258381061072, -35.171888567114756 ], [ 173.110373886538582, -35.171896708319636 ], [ 173.110486861769431, -35.171890420534616 ], [ 173.110645044379027, -35.171894399351807 ], [ 173.110788148540934, -35.171888083762582 ], [ 173.110863454139832, -35.171875645277467 ], [ 173.110963889578784, -35.171879676514401 ], [ 173.111044222240167, -35.171871356508341 ], [ 173.111157188965052, -35.171858883311359 ], [ 173.111234937837821, -35.171796963995789 ], [ 173.111337763094099, -35.171712344003645 ], [ 173.111380409139826, -35.171685504022371 ], [ 173.111521010581725, -35.171685374663511 ], [ 173.111649047049724, -35.171677010329894 ], [ 173.11176703206948, -35.1716624703405 ], [ 173.111890114781431, -35.171703588680877 ], [ 173.111968024048537, -35.17175917984617 ], [ 173.111975632590799, -35.1718148359653 ], [ 173.11202090798389, -35.17187458045332 ], [ 173.11207871171942, -35.171915758949282 ], [ 173.112121422721287, -35.171936335406166 ], [ 173.112251958932887, -35.171919721728884 ], [ 173.112359935241898, -35.171929929614642 ], [ 173.112555816161233, -35.171960671739662 ], [ 173.112686417744527, -35.171991474290927 ], [ 173.112766844271448, -35.172051185793549 ], [ 173.1128473563721, -35.172172745104838 ], [ 173.11289269529442, -35.17227784436043 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": null, "Site": null, "Date": "1899-12-30", "DSASDate": null, "Digitiser": null, "Scale": "0", "Notes": null, "Source": null, "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_11NOV2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.096613619461664, -35.17329432510337 ], [ 173.096648467277902, -35.173277596704096 ], [ 173.096677506643118, -35.173263258730742 ], [ 173.09671816569292, -35.173246525673264 ], [ 173.096758830379287, -35.173234564197813 ], [ 173.096790780993928, -35.173224995471969 ], [ 173.096811100601201, -35.173208278633432 ], [ 173.09688082153653, -35.173196293891671 ], [ 173.096930191730678, -35.173174782195375 ], [ 173.096976667604054, -35.173162815996541 ], [ 173.097043491354356, -35.17315799088086 ], [ 173.097113232071166, -35.173162706590318 ], [ 173.097153933553813, -35.17318176035419 ], [ 173.097206268927408, -35.173210347969494 ], [ 173.097246970455444, -35.173229401701882 ], [ 173.097310928413407, -35.173257979940495 ], [ 173.097360346882567, -35.173277026631702 ], [ 173.09741265393194, -35.173281756179421 ], [ 173.097459132642115, -35.173272175593503 ], [ 173.097549218596185, -35.17328164628136 ], [ 173.097604459803989, -35.173310231383887 ], [ 173.097668426509586, -35.173345966826282 ], [ 173.09776146389774, -35.173393607776724 ], [ 173.097839956060881, -35.173426945604298 ], [ 173.097935879251793, -35.173457883489206 ], [ 173.098017285776535, -35.173498376245043 ], [ 173.098101572229154, -35.173517394413928 ], [ 173.098217820762642, -35.173536386612874 ], [ 173.09833117232688, -35.173562538451627 ], [ 173.098409650509694, -35.17358394692053 ], [ 173.098479406051979, -35.17360059083029 ], [ 173.098534613257783, -35.173600545935415 ], [ 173.098581115055879, -35.173610051299967 ], [ 173.098604360197783, -35.173610032380417 ], [ 173.098671207275913, -35.173624292747178 ], [ 173.098784550448812, -35.17364328676824 ], [ 173.098863014386723, -35.17365276595519 ], [ 173.0989734404329, -35.173662218980581 ], [ 173.099092580544266, -35.173669278977279 ], [ 173.099194278112179, -35.173669195741766 ], [ 173.099301781167298, -35.173664336062117 ], [ 173.09941510421109, -35.173666628910347 ], [ 173.099505182102916, -35.173668940749451 ], [ 173.099601059650496, -35.173661704553531 ], [ 173.09967951205158, -35.1736616400215 ], [ 173.099757964452408, -35.173661575438679 ], [ 173.099824794275122, -35.17366152038359 ], [ 173.099900329357268, -35.173651914913222 ], [ 173.099975870262796, -35.173647080990669 ], [ 173.100074659232831, -35.173644613616702 ], [ 173.100150197195291, -35.17363739378802 ], [ 173.100240254575709, -35.173623004498445 ], [ 173.100321603788871, -35.173615779753838 ], [ 173.10040296178687, -35.173615712346894 ], [ 173.100472673732185, -35.173596568146586 ], [ 173.100551120193671, -35.173591731455318 ], [ 173.100615032558466, -35.173582135186521 ], [ 173.100664399057422, -35.173558236173477 ], [ 173.100725402799611, -35.173546256463631 ], [ 173.100841604843083, -35.173527073384562 ], [ 173.100922936216676, -35.173505533451625 ], [ 173.101021707277823, -35.173488750520995 ], [ 173.101094315746508, -35.173462446147425 ], [ 173.101172732485367, -35.173433751079315 ], [ 173.101239550288597, -35.173424152054253 ], [ 173.101332506954805, -35.17340498792953 ], [ 173.101439982859631, -35.173378654175849 ], [ 173.10149807775403, -35.173364290712669 ], [ 173.10158524083073, -35.173359446047833 ], [ 173.101652061493724, -35.173352232592741 ], [ 173.101692713622811, -35.173330726272539 ], [ 173.101730466042483, -35.173313993973778 ], [ 173.101829236704475, -35.173297210384845 ], [ 173.101878632436865, -35.173297168851271 ], [ 173.101910579495666, -35.173285212978627 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": null, "Site": null, "Date": "1899-12-30", "DSASDate": null, "Digitiser": null, "Scale": "0", "Notes": null, "Source": null, "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_11NOV2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.102317233310913, -35.173177509179354 ], [ 173.102349204177898, -35.173184639570685 ], [ 173.102378260450593, -35.173184615016957 ], [ 173.102398614798346, -35.173196526812433 ], [ 173.102421889740469, -35.173220365134959 ], [ 173.102427739896598, -35.17325137558786 ], [ 173.102456835103169, -35.173282366381677 ], [ 173.102497552859148, -35.173313347334499 ], [ 173.102564424338652, -35.173346691931854 ], [ 173.102651617319282, -35.17336570447349 ], [ 173.102730102440546, -35.173391881737125 ], [ 173.102788239154933, -35.173410918818419 ], [ 173.102846363878399, -35.173420412682383 ], [ 173.102904470578238, -35.173415591734503 ], [ 173.102945101356312, -35.173377384413413 ], [ 173.103003186956158, -35.173355862836836 ], [ 173.103058369903437, -35.17333672950182 ], [ 173.103099036712592, -35.173327151697002 ], [ 173.103157149357912, -35.173327102222665 ], [ 173.10321234732541, -35.173319897804205 ], [ 173.103290757144919, -35.173286429771125 ], [ 173.10336336771914, -35.173262509835503 ], [ 173.103430157928045, -35.173231437426303 ], [ 173.103499847666626, -35.173195590902878 ], [ 173.103546304433451, -35.173169307400897 ], [ 173.103607277191969, -35.173133468266393 ], [ 173.103662435620549, -35.173095248276844 ], [ 173.103717609146941, -35.173068957249043 ], [ 173.103787295588546, -35.173030724762334 ], [ 173.10383374306906, -35.172997283757475 ], [ 173.103859857244686, -35.172968631769955 ], [ 173.103920817572316, -35.172923249287173 ], [ 173.104016617879097, -35.172856364661349 ], [ 173.104063056046613, -35.172815766175503 ], [ 173.104121125743092, -35.172782315074656 ], [ 173.104184994441084, -35.172739315757958 ], [ 173.104237249768033, -35.172703483801641 ], [ 173.104272083581094, -35.172677210020638 ], [ 173.10430400566969, -35.172646167136428 ], [ 173.104324308354308, -35.172617520051219 ], [ 173.104332988601129, -35.172588882973379 ], [ 173.10432713167458, -35.172553101015126 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": null, "Site": null, "Date": "1899-12-30", "DSASDate": null, "Digitiser": null, "Scale": "0", "Notes": null, "Source": null, "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_11NOV2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.104574010310472, -35.172476542535065 ], [ 173.104603060217784, -35.172471745852981 ], [ 173.104646625901381, -35.172457393424054 ], [ 173.104707603762449, -35.172426325328424 ], [ 173.104736638345997, -35.172409599626398 ], [ 173.104803448764528, -35.172395227040873 ], [ 173.104858645955233, -35.1723880218725 ], [ 173.104905104889212, -35.172364123645018 ], [ 173.104995144683585, -35.172337801833358 ], [ 173.105035798493532, -35.17231868018763 ], [ 173.105111307148604, -35.172289985088163 ], [ 173.105160668475065, -35.172263698443665 ], [ 173.105224559273154, -35.172238592058989 ], [ 173.105273935908343, -35.172224234356314 ], [ 173.105311656316843, -35.172183642964328 ], [ 173.105340666072465, -35.172147830736137 ], [ 173.105395847653853, -35.172128696334831 ], [ 173.105451029209348, -35.172109561908393 ], [ 173.105509107080593, -35.172083267533118 ], [ 173.105584606098205, -35.172047414745208 ], [ 173.105631055368491, -35.172016358845688 ], [ 173.1056658760929, -35.171980541471477 ], [ 173.105721054396469, -35.17195902112416 ], [ 173.105767525192135, -35.171944665755881 ], [ 173.105787833369533, -35.171920790018675 ], [ 173.105842955947111, -35.171856325256982 ], [ 173.105898121746208, -35.171825261637899 ], [ 173.105964934576377, -35.171813274209313 ], [ 173.106069516798613, -35.171798867877762 ], [ 173.106113088064006, -35.1717892865164 ], [ 173.106182821918566, -35.171789225411032 ], [ 173.106258404175207, -35.17181778874069 ], [ 173.106316518846398, -35.171820123550297 ], [ 173.106397850175767, -35.171800965738576 ], [ 173.106444320761938, -35.171786610110672 ], [ 173.10653729923061, -35.171786528373687 ], [ 173.106589621414685, -35.171803182949063 ], [ 173.106621617030157, -35.171829398596046 ], [ 173.106668124984338, -35.171843672454358 ], [ 173.10672043787909, -35.17185316957999 ], [ 173.106795986065521, -35.171855488799473 ], [ 173.106883175308127, -35.171872112503387 ], [ 173.106967465254655, -35.171893510305409 ], [ 173.107048852790683, -35.17191729641398 ], [ 173.107124422950221, -35.171936316011603 ], [ 173.107211593554297, -35.171938624693176 ], [ 173.107292956132255, -35.171943324256794 ], [ 173.107377211755505, -35.171938477999959 ], [ 173.107470190394253, -35.171938395546626 ], [ 173.107568992766602, -35.171947851051947 ], [ 173.107624211414958, -35.171957345206643 ], [ 173.107720111391018, -35.171969188967601 ], [ 173.107801448835147, -35.171954801809356 ], [ 173.107926341613307, -35.171918903595774 ], [ 173.108004760769518, -35.171894975699594 ], [ 173.108109320625431, -35.171863867024911 ], [ 173.108179022938231, -35.171839946794933 ], [ 173.108289406465786, -35.171818375965245 ], [ 173.108391079535323, -35.171801584429979 ], [ 173.108486941409041, -35.171784798013853 ], [ 173.108620578907818, -35.1717703634556 ], [ 173.108725186008854, -35.171775041212371 ], [ 173.108844336902564, -35.171791634813559 ], [ 173.108914089842244, -35.171805886920907 ], [ 173.108966409337512, -35.171820154671231 ], [ 173.109033288594475, -35.171858267298134 ], [ 173.109088504164021, -35.171865374987803 ], [ 173.109126286263376, -35.171872498358567 ], [ 173.109190186694832, -35.171855740174543 ], [ 173.10926285171243, -35.171874761056529 ], [ 173.10935294705348, -35.171891380360961 ], [ 173.109434341671374, -35.171919936460355 ], [ 173.109533176241058, -35.171953248337267 ], [ 173.109614570983297, -35.17198180431501 ], [ 173.109690145, -35.172003208107995 ], [ 173.109806422911589, -35.172043661365663 ], [ 173.109864550677742, -35.172055537661826 ], [ 173.109948806259297, -35.172050689616505 ], [ 173.11003595134494, -35.172033909886721 ], [ 173.110111477271175, -35.172019526456694 ], [ 173.110216059016352, -35.172005116546615 ], [ 173.11032936069941, -35.171993084404789 ], [ 173.110393293224405, -35.172000183559781 ], [ 173.110474646359421, -35.171997723593996 ], [ 173.110535650713331, -35.171988124742612 ], [ 173.110605384727478, -35.171988061091035 ], [ 173.110678021092184, -35.171985608947338 ], [ 173.110741908351542, -35.171959306756328 ], [ 173.110817437320463, -35.171947308683613 ], [ 173.110907500656793, -35.171940068858149 ], [ 173.110997560734461, -35.171930443168471 ], [ 173.111064376138899, -35.171920838725974 ], [ 173.111166061748435, -35.171913588051815 ], [ 173.111264848259225, -35.171911111555666 ], [ 173.111299692473807, -35.171894378944224 ], [ 173.11131710319458, -35.171877662344258 ], [ 173.111331566050524, -35.171829933047476 ], [ 173.111375081401434, -35.171779791240482 ], [ 173.111430245037866, -35.171748725105623 ], [ 173.111502861620608, -35.171731957683775 ], [ 173.111592921397516, -35.171722331551685 ], [ 173.11168589651453, -35.171719860065707 ], [ 173.111761451239573, -35.171726947783043 ], [ 173.111793422356186, -35.171734075683027 ], [ 173.111831243829613, -35.171769827777339 ], [ 173.111883593222558, -35.171805566442252 ], [ 173.111927245543143, -35.171855627922042 ], [ 173.111959288675962, -35.171915243316789 ], [ 173.112005856500303, -35.171972459473196 ], [ 173.112069805521259, -35.17199148672902 ], [ 173.112122079828993, -35.171972351954395 ], [ 173.112186002659485, -35.171972292771521 ], [ 173.112290623335753, -35.171986510636984 ], [ 173.112398136498967, -35.171991182527471 ], [ 173.11247078595153, -35.171998272497412 ], [ 173.112552181760378, -35.172026826499128 ], [ 173.112616147399024, -35.17205778245156 ], [ 173.112709208468459, -35.172117340903775 ], [ 173.112758698992934, -35.172186483049359 ], [ 173.112790723093383, -35.172231783437446 ], [ 173.112837298272865, -35.17229377086376 ], [ 173.112863521157749, -35.172346234035494 ], [ 173.112886848371119, -35.172405857299609 ], [ 173.112881089934206, -35.172444035465873 ], [ 173.112898553215928, -35.172465491391257 ], [ 173.112965382031376, -35.172465429088319 ], [ 173.113026422757656, -35.172482072749148 ], [ 173.113070026594613, -35.172496346856313 ], [ 173.113128151848656, -35.172505835787156 ], [ 173.11320086134495, -35.172555869661203 ], [ 173.113250336010196, -35.172613082615499 ], [ 173.113305585551274, -35.172644046348587 ], [ 173.1133288899984, -35.172686968946387 ], [ 173.113378351584544, -35.172734638659747 ], [ 173.11344523364366, -35.172772748839769 ], [ 173.113523731584081, -35.172806076497473 ], [ 173.113581913517351, -35.172856123753711 ], [ 173.113622641908847, -35.172891872555113 ], [ 173.113672060621667, -35.172908526789683 ], [ 173.113733078565133, -35.172908469515612 ], [ 173.11381732481459, -35.172896461389001 ], [ 173.113849286589641, -35.17289643135382 ], [ 173.113930643835005, -35.172896354862552 ], [ 173.114049790745185, -35.172908171742144 ], [ 173.114151547340185, -35.172951020290448 ], [ 173.114224244511519, -35.172991510358216 ], [ 173.114282416989965, -35.173034399885672 ], [ 173.11436093222639, -35.173079655981034 ], [ 173.11440163099175, -35.173093932349509 ], [ 173.114509180852622, -35.17312365322605 ], [ 173.114549913129224, -35.173161787509578 ], [ 173.114602301429301, -35.173223768748677 ], [ 173.114637212494983, -35.173254751110427 ], [ 173.114651807624796, -35.173302453289608 ], [ 173.114698324514848, -35.173321495650001 ], [ 173.114770978699767, -35.173330970032673 ], [ 173.114834909297201, -35.173335681042808 ], [ 173.114904651165119, -35.173340386506894 ], [ 173.114986032363561, -35.173357009880725 ], [ 173.115058700058, -35.173376027276156 ], [ 173.115119765430222, -35.173409370452006 ], [ 173.115160514955392, -35.173459433509294 ], [ 173.115209947786525, -35.173485630298899 ], [ 173.115282625750609, -35.173511804948205 ], [ 173.115366939796615, -35.173547511670165 ], [ 173.115428005422672, -35.173580854689213 ], [ 173.115486182326094, -35.173626129428598 ], [ 173.115541480653803, -35.173690493280851 ], [ 173.115588028362367, -35.17373100746331 ], [ 173.115672406973118, -35.17381204409773 ], [ 173.115721826658927, -35.173828697491651 ], [ 173.115785827041691, -35.173882316819217 ], [ 173.115890521881425, -35.173946633283116 ], [ 173.115939955241231, -35.173972829771692 ], [ 173.116018435013814, -35.173991841025661 ], [ 173.116105641964538, -35.174018001261921 ], [ 173.116204505545056, -35.174068008246124 ], [ 173.11625976398102, -35.174103742212282 ], [ 173.11632088136011, -35.17417287171606 ], [ 173.116381958042638, -35.174213371636895 ], [ 173.116472098230389, -35.174258615183248 ], [ 173.116556457832587, -35.174325336416807 ], [ 173.116649544802669, -35.17439920658407 ], [ 173.116704807066782, -35.174437326140257 ], [ 173.116768875092873, -35.174537467958622 ], [ 173.116806727341441, -35.174592304842164 ], [ 173.116835893327135, -35.174668622282915 ], [ 173.116835992313753, -35.174737810358231 ], [ 173.116850623132393, -35.174809370214398 ], [ 173.116865201056669, -35.174843950235548 ], [ 173.116917571699418, -35.174891615676877 ], [ 173.116955407128273, -35.174934523532244 ], [ 173.116990340325117, -35.174979819977381 ], [ 173.117013674725456, -35.175041828209089 ], [ 173.117007965893777, -35.175113407688904 ], [ 173.117005138820872, -35.175168283792431 ], [ 173.117016867585647, -35.175242232225152 ], [ 173.11706933091898, -35.175354314073878 ], [ 173.117113032795913, -35.175435388985825 ], [ 173.117153829050977, -35.175516466691086 ], [ 173.11718877972632, -35.175573692050591 ], [ 173.117278932142312, -35.175626092368468 ], [ 173.117337084104861, -35.175652279836505 ], [ 173.117389445253337, -35.175692787680106 ], [ 173.117421483591215, -35.175745244195774 ], [ 173.117485453984813, -35.17577619754865 ], [ 173.117549441598413, -35.1758190798435 ], [ 173.117575617119684, -35.175835755028743 ], [ 173.117619233848529, -35.175857184870907 ], [ 173.117700662807579, -35.175904821745128 ], [ 173.11777919990152, -35.175962004569968 ], [ 173.117834883604274, -35.176030272278446 ], [ 173.117849150763533, -35.17610985603735 ], [ 173.117855044862125, -35.176167109464295 ], [ 173.117852238983403, -35.176236300347043 ], [ 173.117829165236174, -35.176355612711006 ], [ 173.117832184582255, -35.176434341117677 ], [ 173.117835162621333, -35.176484439984385 ], [ 173.117829437199674, -35.176544090510177 ], [ 173.117814977316613, -35.176591820539826 ], [ 173.117835396729333, -35.176646674036235 ], [ 173.117835425993007, -35.17666695329239 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "TauroaPoint", "Date": "1960-05-02", "DSASDate": null, "Digitiser": "MDIC", "Scale": "1000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "4", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 0.80583717519999598, "Total_UNCY": "3.097139575952997", "filename": "Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_02MAY1960.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "02/05/1960", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 324.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.109989170869341, -35.239249770299175 ], [ 173.109931333182345, -35.239488400210611 ], [ 173.109844453780852, -35.239755685727516 ], [ 173.109757573811493, -35.240022971171264 ], [ 173.109728802219166, -35.240252031501804 ], [ 173.109729072153044, -35.24045243621272 ], [ 173.109740999924583, -35.240671916532726 ], [ 173.109822656383528, -35.240843618132224 ], [ 173.109840284752266, -35.240977205426709 ], [ 173.109927674120655, -35.241086871646004 ], [ 173.109939596085212, -35.241301580382292 ], [ 173.109980605173888, -35.241521034227809 ], [ 173.110318192367174, -35.241706817272693 ], [ 173.11045792846744, -35.241816435370417 ], [ 173.110679097564173, -35.241930750409921 ], [ 173.11090041019358, -35.242150038903702 ], [ 173.111115751621981, -35.242254815387298 ], [ 173.111272996947918, -35.242407360360055 ], [ 173.111459258563116, -35.242512162958654 ], [ 173.111744009900349, -35.242335353234367 ], [ 173.111872005214991, -35.242363864262522 ], [ 173.112023501590102, -35.242564129016799 ], [ 173.112198270132126, -35.242769143547051 ], [ 173.112396212289269, -35.242907334677753 ], [ 173.112454486496574, -35.242988396801103 ], [ 173.112663890508259, -35.243002516687064 ], [ 173.112780360430946, -35.243107382186295 ], [ 173.112786361656816, -35.243240979830702 ], [ 173.112693466752148, -35.243360354964317 ], [ 173.112757584261288, -35.243460497669901 ], [ 173.112949659844958, -35.243560520991942 ], [ 173.113066190544174, -35.243708330042338 ], [ 173.113165140214591, -35.243760724543527 ], [ 173.113281479149549, -35.243770158795556 ], [ 173.113490978385414, -35.243851078768209 ], [ 173.113508507044884, -35.243908320852924 ], [ 173.113549340829991, -35.243994170332847 ], [ 173.11366591318955, -35.244170608014571 ], [ 173.113735902154133, -35.244308917018166 ], [ 173.113666219483662, -35.244390098716217 ], [ 173.113596569947106, -35.244495138057516 ], [ 173.113602486106146, -35.244566705650257 ], [ 173.113713123144606, -35.24465726106753 ], [ 173.113835393136071, -35.244747805440973 ], [ 173.113969189295972, -35.244761994150835 ], [ 173.114091332740315, -35.244761879069607 ], [ 173.114155406262427, -35.244828620250807 ], [ 173.114120595016374, -35.244890683136248 ], [ 173.114079980715246, -35.24496229456652 ], [ 173.114149810575952, -35.244986086438502 ], [ 173.114312682341819, -35.24499547579822 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "TauroaPoint", "Date": "1960-05-02", "DSASDate": null, "Digitiser": "MDIC", "Scale": "3000", "Notes": null, "Source": "RL", "CPS": "5", "Proxy": "10", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 0.80583717519999598, "Total_UNCY": "9.102058753542206", "filename": "Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_02MAY1960.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "02/05/1960", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 323.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.068234265921149, -35.198582638707194 ], [ 173.068182181570677, -35.198861805546841 ], [ 173.068339452677606, -35.199241057582718 ], [ 173.068339740440166, -35.199584611230449 ], [ 173.068645177158544, -35.199877890669732 ], [ 173.069002958917338, -35.200199768987154 ], [ 173.069334541494101, -35.20047155964442 ], [ 173.069613801176331, -35.200736222101277 ], [ 173.069997762402465, -35.201072397114508 ], [ 173.070469074206329, -35.201580296931375 ], [ 173.070922852371979, -35.201973687253329 ], [ 173.07122831357313, -35.202274117403661 ], [ 173.071324515121603, -35.202596142306788 ], [ 173.071708649440637, -35.203111245845214 ], [ 173.072476493869516, -35.203647591158649 ], [ 173.073148188728482, -35.203919167154304 ], [ 173.073697856978015, -35.204248072659929 ], [ 173.074081819065697, -35.20454844768399 ], [ 173.074448317310555, -35.204820202755208 ], [ 173.074797200205268, -35.204898718755388 ], [ 173.075154817242719, -35.204991543056451 ], [ 173.075660978861208, -35.20540635494141 ], [ 173.075748607538571, -35.20586437140495 ], [ 173.075949456152841, -35.206164854830533 ], [ 173.076246224432566, -35.206458120182965 ], [ 173.076822117413002, -35.206822781642089 ], [ 173.07695326901208, -35.207187723803038 ], [ 173.077677569767303, -35.207709748671981 ], [ 173.07912634490458, -35.208904089690336 ], [ 173.079423113668071, -35.209175875032578 ], [ 173.079684994371718, -35.209440525240773 ], [ 173.079929379082557, -35.209647927554784 ], [ 173.08058400352769, -35.210220082277374 ], [ 173.081046585209975, -35.21059911346206 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "TauroaPoint", "Date": "1960-05-02", "DSASDate": null, "Digitiser": "MDIC", "Scale": "1000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 0.80583717519999598, "Total_UNCY": "3.097139575952997", "filename": "Retrolens/Northland/TauroaPoint/Shorelines/TauroaPoint_02MAY1960.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "02/05/1960", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 322.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.059531128523503, -35.19376703587502 ], [ 173.059507936770586, -35.193848164224967 ], [ 173.059455676069149, -35.193922149466289 ], [ 173.059417933231913, -35.193977041220997 ], [ 173.059417987082725, -35.194051000765789 ], [ 173.059482000329325, -35.194151172630072 ], [ 173.059580911199049, -35.194279956804948 ], [ 173.059528685095529, -35.194401657905026 ], [ 173.059502644180043, -35.194561518795787 ], [ 173.059668318950713, -35.194575752034204 ], [ 173.059717793956509, -35.194666387757621 ], [ 173.059741104501541, -35.194747493200161 ], [ 173.059674302710789, -35.194809556735891 ], [ 173.059715044688375, -35.194881110421655 ], [ 173.059822662041654, -35.194990803751644 ], [ 173.059892463077972, -35.195055185640662 ], [ 173.059930309471298, -35.195141055435961 ], [ 173.059971048332443, -35.195207837448763 ], [ 173.060011787260265, -35.195274619447055 ], [ 173.060055415115471, -35.195317542077355 ], [ 173.06012232249924, -35.195398625809553 ], [ 173.060180496668039, -35.195460627507593 ], [ 173.06022415112335, -35.195539336942652 ], [ 173.060253273518441, -35.195618053592121 ], [ 173.060276621877961, -35.195749260530128 ], [ 173.060282475282833, -35.195804130830467 ], [ 173.060392946318501, -35.195839862667405 ], [ 173.060451099798371, -35.195873234738613 ], [ 173.060445338173622, -35.195942425578409 ], [ 173.060442451172378, -35.19596867072957 ], [ 173.060509309938737, -35.195982952092287 ], [ 173.060547132628926, -35.196035420607778 ], [ 173.060555899764324, -35.196099832602499 ], [ 173.060558838081391, -35.196142775385056 ], [ 173.06059664316038, -35.196171385974985 ], [ 173.060646054559385, -35.196173747032006 ], [ 173.060683836617699, -35.19617134231342 ], [ 173.060730359326868, -35.196197562700988 ], [ 173.060762358696564, -35.19623571931713 ], [ 173.060762401334358, -35.196292978296817 ], [ 173.060776962030957, -35.196331143657133 ], [ 173.060806039018559, -35.196347829602423 ], [ 173.0608293351209, -35.196407462694538 ], [ 173.060846782758034, -35.196419382887484 ], [ 173.060954351979092, -35.196459887249347 ], [ 173.061032872764599, -35.196521878283356 ], [ 173.061140438637693, -35.196557610897649 ], [ 173.061236378750579, -35.196593349295462 ], [ 173.061271302891953, -35.196655362210983 ], [ 173.061346906876082, -35.19670303976573 ], [ 173.061410868911764, -35.196729251053569 ], [ 173.061503908269884, -35.196772148083738 ], [ 173.061579510697555, -35.196817439701547 ], [ 173.06169290818292, -35.196877026772071 ], [ 173.061762696056206, -35.196919935445223 ], [ 173.061855757519538, -35.19699146168918 ], [ 173.061992418162561, -35.197065351340854 ], [ 173.062111631074742, -35.197127320830731 ], [ 173.06220759774655, -35.19719645952015 ], [ 173.062300636234085, -35.197236970143521 ], [ 173.062376223119799, -35.197260789146391 ], [ 173.062492493574524, -35.197275043949062 ], [ 173.062620411994516, -35.19731792211271 ], [ 173.062727607816527, -35.197342619218382 ], [ 173.062817712685614, -35.197347344094176 ], [ 173.062939779759063, -35.197340123338812 ], [ 173.063015361398783, -35.197356784571177 ], [ 173.063154893263402, -35.197382955587074 ], [ 173.063233368536459, -35.197382914635504 ], [ 173.063282817750718, -35.197432990420424 ], [ 173.063259602797132, -35.197480718373768 ], [ 173.063236398910419, -35.197542761063524 ], [ 173.063288736217345, -35.197568977424972 ], [ 173.063373032077436, -35.197578476505313 ], [ 173.063509652364957, -35.197597491261448 ], [ 173.063652100604912, -35.197635589129199 ], [ 173.063794537785697, -35.197659372088253 ], [ 173.063867198453352, -35.197656947997665 ], [ 173.063986374361804, -35.197668814041194 ], [ 173.064102649425621, -35.197687838876249 ], [ 173.064201453612156, -35.197666314414576 ], [ 173.064271188979347, -35.197640033721356 ], [ 173.064413566077576, -35.197587470668303 ], [ 173.06450365056611, -35.1975659505976 ], [ 173.064602456387746, -35.197546811598727 ], [ 173.064666401220194, -35.197549163260256 ], [ 173.064776895473528, -35.197608748984287 ], [ 173.064797343281299, -35.197737570763792 ], [ 173.064803228293016, -35.197828227674556 ], [ 173.064910835494601, -35.197911672728274 ], [ 173.065000973426521, -35.197956954407744 ], [ 173.065143424892625, -35.197997436307482 ], [ 173.065230652718526, -35.198037947798774 ], [ 173.065323695573483, -35.198080841881186 ], [ 173.065410921665261, -35.198118967451997 ], [ 173.06551851262941, -35.198180939852058 ], [ 173.065614445052773, -35.198202360028674 ], [ 173.065698745677622, -35.198216629067737 ], [ 173.065803407376251, -35.198249973312521 ], [ 173.065902259967288, -35.198288092209829 ], [ 173.066004017245632, -35.198323823652146 ], [ 173.066111547069852, -35.198309450250356 ], [ 173.066224897649562, -35.19830461673331 ], [ 173.066335355269274, -35.198316485230634 ], [ 173.066457450680701, -35.198342661985777 ], [ 173.066582460484369, -35.19837838017844 ], [ 173.066672570614969, -35.19838787376306 ], [ 173.06679461546031, -35.198352019645398 ], [ 173.066864327113848, -35.198297107985418 ] ] } }, @@ -16384,6 +16386,21 @@ { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "NinetyMile1", "Date": "2015-11-07", "DSASDate": null, "Digitiser": null, "Scale": "5000", "Notes": null, "Source": "LDS", "CPS": "2", "Proxy": "10", "Photoscale": 0.0, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_07NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "07/11/2015", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 4180.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.725065932932495, -34.52628933343037, 0.0 ], [ 172.725368344717822, -34.526380682721069, 0.0 ], [ 172.725546884148713, -34.526443121394742, 0.0 ], [ 172.72571970560935, -34.526491230722385, 0.0 ], [ 172.725912628847766, -34.526563245023631, 0.0 ], [ 172.726102622416391, -34.52664956869517, 0.0 ], [ 172.726318508900789, -34.526752652527776, 0.0 ], [ 172.726531512776006, -34.526855729524357, 0.0 ], [ 172.726707100803395, -34.526939634711098, 0.0 ], [ 172.726853906618345, -34.527009158135947, 0.0 ], [ 172.727046730836548, -34.527112189102809, 0.0 ], [ 172.727187770926633, -34.527181700142535, 0.0 ], [ 172.727317334156055, -34.527234482060528, 0.0 ], [ 172.727469876223893, -34.527313562314241, 0.0 ], [ 172.72761667447449, -34.52738547099527, 0.0 ], [ 172.727826745157415, -34.527505241623331, 0.0 ], [ 172.727987958804249, -34.527577181979666, 0.0 ], [ 172.728149181572832, -34.527646735952501, 0.0 ], [ 172.728321898558363, -34.527728246234048, 0.0 ], [ 172.728583778805842, -34.527874377084068, 0.0 ], [ 172.728727611806988, -34.527972524133403, 0.0 ], [ 172.7288484426183, -34.528051532226939, 0.0 ], [ 172.729006776104853, -34.528123464842778, 0.0 ], [ 172.729170798999007, -34.528219270874125, 0.0 ], [ 172.729346307642516, -34.528329417477529, 0.0 ], [ 172.729438340628946, -34.52839881730641, 0.0 ], [ 172.729645479301212, -34.528535279834792, 0.0 ], [ 172.729703007915276, -34.528575970598617, 0.0 ], [ 172.729878471784133, -34.528700432576898, 0.0 ], [ 172.730010837577254, -34.528779465026808, 0.0 ], [ 172.730125920828925, -34.528853686765643, 0.0 ], [ 172.730209351566998, -34.528908749859859, 0.0 ], [ 172.730376145249551, -34.529040350539283, 0.0 ], [ 172.730476828448872, -34.529109768677138, 0.0 ], [ 172.730580371990612, -34.529186349808874, 0.0 ], [ 172.730681124670951, -34.529234293119039, 0.0 ], [ 172.730776058349022, -34.529298925950258, 0.0 ], [ 172.730917043844613, -34.529387520274412, 0.0 ], [ 172.730997578147424, -34.529447348827389, 0.0 ], [ 172.731098247015922, -34.529521537898091, 0.0 ], [ 172.731190290440054, -34.529588549330995, 0.0 ], [ 172.731291005635285, -34.529648422104053, 0.0 ], [ 172.731388792853153, -34.52972260459417, 0.0 ], [ 172.731469357362727, -34.529772889041666, 0.0 ], [ 172.731549930716398, -34.529820787265045, 0.0 ], [ 172.731604578987486, -34.529861469896318, 0.0 ], [ 172.73168223755323, -34.529918905485786, 0.0 ], [ 172.731788651150168, -34.530000265175531, 0.0 ], [ 172.73186919431555, -34.530057706980045, 0.0 ], [ 172.731961269528455, -34.530115174040048, 0.0 ], [ 172.732090701696137, -34.530210899316991, 0.0 ], [ 172.732182739032766, -34.530280297076771, 0.0 ], [ 172.732406399123903, -34.530437072843938, 0.0 ], [ 172.732625049189323, -34.530583100278562, 0.0 ], [ 172.732846597445871, -34.530724362181459, 0.0 ], [ 172.733053755061917, -34.530858433658693, 0.0 ], [ 172.733249364978661, -34.530997251040603, 0.0 ], [ 172.733465195510661, -34.531124183091613, 0.0 ], [ 172.733683856822125, -34.531267822457878, 0.0 ], [ 172.733899558588462, -34.531435315978889, 0.0 ], [ 172.734112492766855, -34.531567012049145, 0.0 ], [ 172.734290875531087, -34.531684316346166, 0.0 ], [ 172.734546869218462, -34.531875756462661, 0.0 ], [ 172.734754023761923, -34.532012211227205, 0.0 ], [ 172.734906437929141, -34.532136616788463, 0.0 ], [ 172.73505891192417, -34.532241932771647, 0.0 ], [ 172.735214232956622, -34.532359186585403, 0.0 ], [ 172.735360888225472, -34.53248119199872, 0.0 ], [ 172.735510450985032, -34.532596046766436, 0.0 ], [ 172.735694597065248, -34.532715746772119, 0.0 ], [ 172.735769363758379, -34.53277794586964, 0.0 ], [ 172.735887264552815, -34.532876029244413, 0.0 ], [ 172.736080075826038, -34.532990975927952, 0.0 ], [ 172.736298746517917, -34.533134610611732, 0.0 ], [ 172.736462712440499, -34.533254266781782, 0.0 ], [ 172.73665554791458, -34.533362054940127, 0.0 ], [ 172.736833915558265, -34.533486514041144, 0.0 ], [ 172.737069738015265, -34.533677905373594, 0.0 ], [ 172.73728275035981, -34.533788121262461, 0.0 ], [ 172.737507190892671, -34.533931767087211, 0.0 ], [ 172.737679824168652, -34.534046667866065, 0.0 ], [ 172.737794786848724, -34.534163830786056, 0.0 ], [ 172.737883845191021, -34.53426662177057, 0.0 ], [ 172.737975802107258, -34.53436464653003, 0.0 ], [ 172.738067691986316, -34.534484145873414, 0.0 ], [ 172.738188555985602, -34.534558372380147, 0.0 ], [ 172.738309420199755, -34.534632598767345, 0.0 ], [ 172.738463226490978, -34.534706729651461, 0.0 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "NinetyMile1", "Date": "2015-11-07", "DSASDate": null, "Digitiser": null, "Scale": "5000", "Notes": null, "Source": "LDS", "CPS": "2", "Proxy": "1", "Photoscale": 0.0, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_07NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "07/11/2015", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 4197.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.884622311266611, -34.666665989363153, 0.0 ], [ 172.884752060918345, -34.666822113257822, 0.0 ], [ 172.884884712545329, -34.666958240688103, 0.0 ], [ 172.885034669652526, -34.667111086399011, 0.0 ], [ 172.885181768911167, -34.667242454835439, 0.0 ], [ 172.885253853317153, -34.667323647092928, 0.0 ], [ 172.885354838995511, -34.667388163479508, 0.0 ], [ 172.885441379190496, -34.667457439398895, 0.0 ], [ 172.88564042830788, -34.667612715716182, 0.0 ], [ 172.885718322328216, -34.667670052606404, 0.0 ], [ 172.885879934763778, -34.667748942234596, 0.0 ], [ 172.88606750180017, -34.667854101685386, 0.0 ], [ 172.886309946595361, -34.667954539746439, 0.0 ], [ 172.886500454758817, -34.668021524773174, 0.0 ], [ 172.886621647786939, -34.668093218249098, 0.0 ], [ 172.886771710766226, -34.668172095048249, 0.0 ], [ 172.886898673882826, -34.668248564992105, 0.0 ], [ 172.887051643805137, -34.668313129083003, 0.0 ], [ 172.887187290995769, -34.668375290809507, 0.0 ], [ 172.887285414006072, -34.668423100835362, 0.0 ], [ 172.887334391566725, -34.668509042772008, 0.0 ], [ 172.887397819275662, -34.668587838702436, 0.0 ], [ 172.887391981789079, -34.668633167334789, 0.0 ], [ 172.887308207270365, -34.668652178173303, 0.0 ], [ 172.88723308291398, -34.668680740628361, 0.0 ], [ 172.887198353811982, -34.66873558619583, 0.0 ], [ 172.887183811012761, -34.668811924824936, 0.0 ], [ 172.887218307339225, -34.668928870561921, 0.0 ], [ 172.887252790830956, -34.669055360849043, 0.0 ], [ 172.887321858280416, -34.669234373739393, 0.0 ], [ 172.88740534283744, -34.669430102905118, 0.0 ], [ 172.887434096884789, -34.669523183636827, 0.0 ], [ 172.887474372206896, -34.669637748480895, 0.0 ], [ 172.887491528794357, -34.669764222692343, 0.0 ], [ 172.887517452989982, -34.669814352014214, 0.0 ], [ 172.887629838037299, -34.669995791713532, 0.0 ], [ 172.88772497529223, -34.670117565451605, 0.0 ], [ 172.887805680796617, -34.670234553546592, 0.0 ], [ 172.887895053049903, -34.670349163413093, 0.0 ], [ 172.887958468745637, -34.670437503590762, 0.0 ], [ 172.888033437132407, -34.670525854345186, 0.0 ], [ 172.888148770136212, -34.670664348388279, 0.0 ], [ 172.888223708993365, -34.670774172477678, 0.0 ], [ 172.888353459919671, -34.670929381638388, 0.0 ], [ 172.888474527668137, -34.671098897767003, 0.0 ], [ 172.888621553171419, -34.671294684156685, 0.0 ], [ 172.888771493053753, -34.671471384783715, 0.0 ], [ 172.888904126802487, -34.671631367356156, 0.0 ], [ 172.889022328691681, -34.671786565260497, 0.0 ], [ 172.889146312664252, -34.671936996019802, 0.0 ], [ 172.889296263248553, -34.672106537567757, 0.0 ], [ 172.889428858890369, -34.672297537566031, 0.0 ], [ 172.889558592267122, -34.672469447487636, 0.0 ], [ 172.889601826621345, -34.672533907978213, 0.0 ], [ 172.889722903494658, -34.672701037595203, 0.0 ], [ 172.889815221872141, -34.672775086967789, 0.0 ], [ 172.889907550975749, -34.672841978754988, 0.0 ], [ 172.890034546169773, -34.672901743320843, 0.0 ], [ 172.890057518441267, -34.673001975693509, 0.0 ], [ 172.890083374752862, -34.673104596802681, 0.0 ], [ 172.890158269049437, -34.673252596090627, 0.0 ], [ 172.890238952679709, -34.673391056876284, 0.0 ], [ 172.890345600287958, -34.673551014435745, 0.0 ], [ 172.890458033138287, -34.67370381867152, 0.0 ], [ 172.890582000593611, -34.673870950003895, 0.0 ], [ 172.890682933606399, -34.673985568141816, 0.0 ], [ 172.890789639200449, -34.674102577507476, 0.0 ], [ 172.89090782824735, -34.674272089463521, 0.0 ], [ 172.891028952925666, -34.67440581360632, 0.0 ], [ 172.891147159590332, -34.674563394631384, 0.0 ], [ 172.891222113237205, -34.674668445446912, 0.0 ], [ 172.891311463778919, -34.674806913227002, 0.0 ], [ 172.891426803957614, -34.674947789328634, 0.0 ], [ 172.891507534896249, -34.675052845108112, 0.0 ], [ 172.891585354882835, -34.675174600330351, 0.0 ], [ 172.891671799625556, -34.67532738119673, 0.0 ], [ 172.891755425759726, -34.675427667096713, 0.0 ], [ 172.89182171601135, -34.675532709837078, 0.0 ], [ 172.891882240190313, -34.675630589002772, 0.0 ], [ 172.891962974371978, -34.675733258331967, 0.0 ], [ 172.892006173108257, -34.675828736837936, 0.0 ], [ 172.892037883656627, -34.675874098899072, 0.0 ], [ 172.892092678099345, -34.675936183472302, 0.0 ], [ 172.892138779795943, -34.676019733793602, 0.0 ], [ 172.892225248066183, -34.676155812184909, 0.0 ], [ 172.892297285278943, -34.676284719340458, 0.0 ], [ 172.892383702706837, -34.676461359256066, 0.0 ], [ 172.892447035279019, -34.676621276657301, 0.0 ], [ 172.892527766043457, -34.676728717875534, 0.0 ], [ 172.892588253862385, -34.676855228524431, 0.0 ], [ 172.892634373050271, -34.676926849762928, 0.0 ], [ 172.892686191011876, -34.67705812500396, 0.0 ], [ 172.892752459127507, -34.677182254513035, 0.0 ], [ 172.892807193476983, -34.677292058803189, 0.0 ], [ 172.892838889651472, -34.677349350433552, 0.0 ], [ 172.892884992877526, -34.677432900456061, 0.0 ], [ 172.892951265747996, -34.677554644615647, 0.0 ], [ 172.893020413835728, -34.677685934919552, 0.0 ], [ 172.893063625971621, -34.677771868473201, 0.0 ], [ 172.893138514428301, -34.677931796521655, 0.0 ], [ 172.893201911917743, -34.678043993454544, 0.0 ], [ 172.89328835953873, -34.678199159250894, 0.0 ], [ 172.893394997752353, -34.678375816097898, 0.0 ], [ 172.893492961999499, -34.678559622786452, 0.0 ], [ 172.893565015460581, -34.678678985502287, 0.0 ], [ 172.893651480760155, -34.678822220342475, 0.0 ], [ 172.893720691967303, -34.678905791090301, 0.0 ], [ 172.893789885036682, -34.67900367681699, 0.0 ], [ 172.893899468560761, -34.679137387958264, 0.0 ], [ 172.894000377985407, -34.679278249874855, 0.0 ], [ 172.894075357701951, -34.679368982047095, 0.0 ], [ 172.894130095230111, -34.679478785709648, 0.0 ], [ 172.89420219895149, -34.679559972548617, 0.0 ], [ 172.894277160947098, -34.679665020512957, 0.0 ], [ 172.894360760150221, -34.679791551170453, 0.0 ], [ 172.894479009934344, -34.679925269285455, 0.0 ], [ 172.894617394758114, -34.680125812085357, 0.0 ], [ 172.894732618057475, -34.680369283425449, 0.0 ], [ 172.894798915993789, -34.680474324475554, 0.0 ], [ 172.894813243768255, -34.68056500471905, 0.0 ], [ 172.894784200024446, -34.680691436911914, 0.0 ], [ 172.894691674035073, -34.680770095092754, 0.0 ], [ 172.894596203020683, -34.680894083690468, 0.0 ], [ 172.894526695819252, -34.681041955167665, 0.0 ], [ 172.894483079868678, -34.681270973230809, 0.0 ], [ 172.894433736177234, -34.681461809891722, 0.0 ], [ 172.894401706086001, -34.681664591318707, 0.0 ], [ 172.89438999251243, -34.681791039307903, 0.0 ], [ 172.894366727793283, -34.681915090243059, 0.0 ], [ 172.894363758534269, -34.681979509805579, 0.0 ], [ 172.894366585377384, -34.682027232322092, 0.0 ], [ 172.894404076649664, -34.682072598734493, 0.0 ], [ 172.894464741810197, -34.682065492858221, 0.0 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "NinetyMile1", "Date": "2015-11-07", "DSASDate": null, "Digitiser": null, "Scale": "5000", "Notes": null, "Source": "LDS", "CPS": "2", "Proxy": "10", "Photoscale": 0.0, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_07NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "07/11/2015", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 4191.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.842911483581815, -34.623163896872661, 0.0 ], [ 172.842916524780804, -34.623169006644432, 0.0 ], [ 172.843020234252236, -34.623274124871358, 0.0 ], [ 172.843115366405669, -34.62333628380604, 0.0 ], [ 172.843175840438875, -34.623410328012035, 0.0 ], [ 172.843221935912965, -34.623455721594567, 0.0 ], [ 172.843322822404104, -34.623527431498886, 0.0 ], [ 172.843409251823118, -34.623613438818467, 0.0 ], [ 172.843481293667338, -34.623675567822389, 0.0 ], [ 172.843602250845265, -34.623818883526553, 0.0 ], [ 172.8437059754107, -34.623916842702066, 0.0 ], [ 172.84378377289184, -34.62398852353774, 0.0 ], [ 172.843847142362961, -34.62405779879326, 0.0 ], [ 172.843910530900871, -34.624117530303138, 0.0 ], [ 172.843982560157656, -34.624186816567772, 0.0 ], [ 172.844063270349807, -34.624244183990854, 0.0 ], [ 172.844123763728646, -34.6243086840065, 0.0 ], [ 172.844218883418847, -34.624377999633609, 0.0 ], [ 172.844319719499424, -34.624478341652718, 0.0 ], [ 172.844411908471528, -34.624571513178196, 0.0 ], [ 172.844495471355771, -34.624647972324517, 0.0 ], [ 172.844622249257526, -34.624767434629128, 0.0 ], [ 172.84471447109101, -34.624843904652657, 0.0 ], [ 172.844803779886519, -34.62493468695353, 0.0 ], [ 172.844898869778689, -34.625020704220233, 0.0 ], [ 172.844982433559579, -34.625097163029729, 0.0 ], [ 172.845063109841078, -34.625173618113713, 0.0 ], [ 172.845169715508433, -34.625276352005386, 0.0 ], [ 172.845259042981297, -34.625357589354998, 0.0 ], [ 172.845345488482764, -34.625436437727195, 0.0 ], [ 172.845443467170782, -34.625522458226357, 0.0 ], [ 172.845538549549701, -34.62561324729657, 0.0 ], [ 172.845645182875302, -34.625701664749577, 0.0 ], [ 172.845754658857942, -34.625813945489256, 0.0 ], [ 172.845852629586204, -34.625904737963523, 0.0 ], [ 172.845913146515954, -34.625957307214733, 0.0 ], [ 172.84599670775853, -34.62603615057418, 0.0 ], [ 172.846057216062263, -34.626093491158159, 0.0 ], [ 172.84613500438283, -34.626172328037597, 0.0 ], [ 172.846227207149013, -34.626260726772237, 0.0 ], [ 172.846322326416612, -34.626332426900767, 0.0 ], [ 172.846428953791559, -34.626425615970668, 0.0 ], [ 172.846518266147285, -34.626516397002206, 0.0 ], [ 172.846581635418147, -34.626588056972778, 0.0 ], [ 172.846656546861851, -34.62666211757881, 0.0 ], [ 172.846722824916611, -34.626721851239765, 0.0 ], [ 172.846815042069693, -34.626803091065987, 0.0 ], [ 172.846936092759989, -34.626901070116418, 0.0 ], [ 172.847008157592541, -34.626953652406044, 0.0 ], [ 172.847077305245165, -34.627022934105582, 0.0 ], [ 172.847163793570047, -34.62708030670106, 0.0 ], [ 172.847299273860671, -34.627180688723378, 0.0 ], [ 172.847440579064227, -34.627252445781181, 0.0 ], [ 172.847593412514215, -34.627333761713089, 0.0 ], [ 172.847772168279874, -34.627446127160383, 0.0 ], [ 172.847925020915227, -34.627517898065513, 0.0 ], [ 172.848161507194874, -34.627630335802607, 0.0 ], [ 172.848403831424292, -34.627706988862258, 0.0 ], [ 172.848715419497154, -34.627790886741423, 0.0 ], [ 172.849067435393636, -34.627865289221937, 0.0 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.757332446790286, -34.548549721948177 ], [ 172.757316264697494, -34.548561142775192 ], [ 172.757293161665359, -34.548572549843591 ], [ 172.757246961125361, -34.548593455146921 ], [ 172.757219183135504, -34.548625850050904 ], [ 172.757177546606158, -34.548663943883383 ], [ 172.757133630785461, -34.548692489011721 ], [ 172.757066683941702, -34.548707626486518 ], [ 172.756988229906995, -34.548713196867546 ], [ 172.756898252052906, -34.54871492659327 ], [ 172.756794437855774, -34.548714719863447 ], [ 172.756702125236984, -34.548725988950309 ], [ 172.756619051639575, -34.548733458720548 ], [ 172.756545255991227, -34.54872376745233 ], [ 172.756448340487395, -34.548731209507473 ], [ 172.756390643673313, -34.54873872973625 ], [ 172.756268356892434, -34.548744212196979 ], [ 172.756203772506126, -34.548740265602042 ], [ 172.756100047391698, -34.548709517160901 ], [ 172.756000980888615, -34.548663507291423 ], [ 172.755954863567183, -34.548655779803298 ], [ 172.755871862444451, -34.548638434404751 ], [ 172.75579346973899, -34.548623006997758 ], [ 172.755641264894393, -34.548603614186739 ], [ 172.755581294605861, -34.548599676496458 ], [ 172.755535171777211, -34.54859385767007 ], [ 172.755486747559956, -34.548586125386592 ], [ 172.755406053583272, -34.548568784291575 ], [ 172.755320795969169, -34.54853425451789 ], [ 172.755221707748717, -34.548495879297548 ], [ 172.75510649316405, -34.548449836330192 ], [ 172.755025860930658, -34.548411497964516 ], [ 172.754929102348541, -34.54836549185552 ], [ 172.754843884325624, -34.548317600009405 ], [ 172.754737965278338, -34.548248669381636 ], [ 172.754629773055541, -34.548168281106115 ], [ 172.754533076628547, -34.54810127766337 ], [ 172.754468621774095, -34.548053427292267 ], [ 172.754424873578927, -34.548024706846078 ], [ 172.754355827358722, -34.547969211855779 ], [ 172.754268376051954, -34.547896500306486 ], [ 172.75419469928849, -34.547846722399683 ], [ 172.754118754956949, -34.547783578062592 ], [ 172.754026684526252, -34.547712765868859 ], [ 172.753920823108842, -34.547624746330762 ], [ 172.753837975198508, -34.547555861410636 ], [ 172.753798863864859, -34.547519514760779 ], [ 172.753704487049419, -34.547448697671967 ], [ 172.753612417338616, -34.547377885165048 ], [ 172.753545696017341, -34.547316667909918 ], [ 172.753421416679487, -34.547216203355688 ], [ 172.753301771230241, -34.547109067125739 ], [ 172.753184421750717, -34.547005753081308 ], [ 172.753057884303928, -34.546889058521238 ], [ 172.752961230101818, -34.546808692090011 ], [ 172.752836955043136, -34.546707272528721 ], [ 172.75272881181121, -34.546611612003097 ], [ 172.752629828732722, -34.546538875918031 ], [ 172.752551619400492, -34.546462364187747 ], [ 172.752480280099547, -34.546403045818167 ], [ 172.752369788349313, -34.546321696449034 ], [ 172.752250122900477, -34.546222194465351 ], [ 172.752082057914549, -34.546107323453505 ], [ 172.751976200577502, -34.546019302223897 ], [ 172.751833483986871, -34.545914026510921 ], [ 172.751741400547076, -34.545848939050487 ], [ 172.75166543153378, -34.545795337284304 ], [ 172.751577984841248, -34.545722623802128 ], [ 172.751483600588614, -34.545655622633468 ], [ 172.751421456261994, -34.545607775345239 ], [ 172.751357039174025, -34.545548470405876 ], [ 172.751313293360255, -34.545519748843347 ], [ 172.751258061388484, -34.545474778796553 ], [ 172.751145307779126, -34.545379107465415 ], [ 172.751050929945364, -34.545310197141333 ], [ 172.750938142676432, -34.545225978540735 ], [ 172.750825361323848, -34.54513985101535 ], [ 172.750717205346774, -34.545049915163588 ], [ 172.750606708561236, -34.544971427426866 ], [ 172.75052614440844, -34.544912089066528 ], [ 172.750420233241783, -34.54484315468892 ], [ 172.750330493156753, -34.544766617955133 ], [ 172.750272906877768, -34.544737867718936 ], [ 172.750190050576123, -34.544673752367665 ], [ 172.750097964078037, -34.54461057248659 ], [ 172.750012798317243, -34.544547406704076 ], [ 172.749874689019322, -34.544445955784049 ], [ 172.749748091504784, -34.544352163628055 ], [ 172.74964220455351, -34.544275593293108 ], [ 172.74952942010097, -34.544191373389296 ], [ 172.749416670201384, -34.544095700457952 ], [ 172.749313136516236, -34.544003864006591 ], [ 172.749246375236652, -34.543957914958149 ], [ 172.749140509289816, -34.543874663315442 ], [ 172.749027731613609, -34.543788534126683 ], [ 172.748908079502087, -34.543687120038975 ], [ 172.748816040937157, -34.54360866862514 ], [ 172.748703263954127, -34.543522539136006 ], [ 172.748590527381083, -34.543423047798136 ], [ 172.748466233946772, -34.543331167880446 ], [ 172.74836034946361, -34.543254596431936 ], [ 172.748242994257907, -34.543157004085487 ], [ 172.748183154721488, -34.543111068722361 ], [ 172.748104880780204, -34.543058414391083 ], [ 172.747989867489508, -34.542949373635075 ], [ 172.747904722280339, -34.542880479917343 ], [ 172.74778044768081, -34.54278287283816 ], [ 172.747626276971204, -34.542654662527312 ], [ 172.747536547556592, -34.54257621491351 ], [ 172.747439932477675, -34.54248629999632 ], [ 172.747363986583025, -34.542426969087643 ], [ 172.747308732820244, -34.542390586943412 ], [ 172.747290382216136, -34.542356189980893 ], [ 172.747209880648228, -34.542277761220689 ], [ 172.747156985801951, -34.542224204395822 ], [ 172.747088032916139, -34.542141027383501 ], [ 172.747023656222439, -34.542070267224673 ], [ 172.746975432979752, -34.541997631669574 ], [ 172.746931777189161, -34.541940276222775 ], [ 172.746920347215791, -34.541905893544509 ], [ 172.74692503590623, -34.541881088434728 ], [ 172.746943651994485, -34.541827679693895 ], [ 172.746941454966048, -34.541791407316815 ], [ 172.746904725446768, -34.541732157378753 ], [ 172.7468425346446, -34.541701487141886 ], [ 172.746789536350036, -34.541682288931781 ], [ 172.746704237296228, -34.541664932537209 ], [ 172.746639716697899, -34.541641892696077 ], [ 172.746561338071189, -34.541624550559618 ], [ 172.746499118540896, -34.541603424252699 ], [ 172.746402332024473, -34.541570773136876 ], [ 172.746305586123839, -34.541524760198385 ], [ 172.746234209124026, -34.541480708736678 ], [ 172.746142088569712, -34.541430887614212 ], [ 172.746093727351365, -34.5414040634098 ], [ 172.745997062992075, -34.541331326734671 ], [ 172.745881973610011, -34.54124900747783 ], [ 172.745773816377522, -34.541162884877593 ], [ 172.745695589318444, -34.541095912842977 ], [ 172.745608158541074, -34.541021286253091 ], [ 172.745518415344634, -34.540948563614315 ], [ 172.745442483832676, -34.540885413865936 ], [ 172.745403408326922, -34.540839520412192 ], [ 172.74532517314654, -34.540775411370831 ], [ 172.745198621195527, -34.540670161562915 ], [ 172.74509044795883, -34.540589764818677 ], [ 172.744961572365753, -34.540490236412367 ], [ 172.744867205151422, -34.540421321300535 ], [ 172.744798189032963, -34.540360094429154 ], [ 172.74471766258597, -34.540291208124387 ], [ 172.744648646684283, -34.540229981168146 ], [ 172.744591123793043, -34.540182140043079 ], [ 172.744528981649466, -34.540136198060665 ], [ 172.744448478973652, -34.540059676293545 ], [ 172.74436796477454, -34.539986972115216 ], [ 172.744305834572032, -34.539937212376778 ], [ 172.744275922867047, -34.539912334910895 ], [ 172.744176952159449, -34.539840546372012 ], [ 172.744073417812501, -34.539752523105101 ], [ 172.743988314149391, -34.539672173722572 ], [ 172.743914720908379, -34.539599483751466 ], [ 172.743847995350649, -34.53954398764153 ], [ 172.743797381869342, -34.539499978298771 ], [ 172.743707671131659, -34.539417710219631 ], [ 172.743629482471619, -34.53933928392992 ], [ 172.743542113914032, -34.539245567643896 ], [ 172.743461624709283, -34.539165227580483 ], [ 172.743376551519475, -34.539075333663085 ], [ 172.743307596195223, -34.538995017733299 ], [ 172.743224838844498, -34.538902265325923 ], [ 172.743137506374438, -34.538797095820186 ], [ 172.743050191718879, -34.5386861997873 ], [ 172.742985832829703, -34.538611619844232 ], [ 172.742905391714856, -34.538516008840411 ], [ 172.742843386739622, -34.538426163106735 ], [ 172.742779086946257, -34.538332494839693 ], [ 172.74272395533464, -34.538257934190163 ], [ 172.742661950744434, -34.538168088362298 ], [ 172.742622895654705, -34.538116467546679 ], [ 172.742565393002593, -34.538062898998284 ], [ 172.742530966081972, -34.538006515824186 ], [ 172.742478106319538, -34.537943412853373 ], [ 172.742390681706183, -34.537868783948909 ], [ 172.742289423061351, -34.537792216954855 ], [ 172.742162791164873, -34.537715596308622 ], [ 172.742043055971294, -34.537646625434128 ], [ 172.741953242926257, -34.537598714844229 ], [ 172.741895711603064, -34.537554690086814 ], [ 172.74180824666405, -34.537493422515134 ], [ 172.741734586493436, -34.537443637079093 ], [ 172.741658649226338, -34.537384302611713 ], [ 172.741585083612819, -34.537303975941541 ], [ 172.741509199678092, -34.537227461987321 ], [ 172.741444831479811, -34.5371566988685 ], [ 172.741382713972342, -34.537104074404724 ], [ 172.741290725139208, -34.537014164368991 ], [ 172.741175658147739, -34.536928023022682 ], [ 172.741081256705627, -34.536872466727978 ], [ 172.740924694073499, -34.536778601824885 ], [ 172.740807297472827, -34.536700090524285 ], [ 172.740719828308158, -34.536640730993675 ], [ 172.74062314452965, -34.536577534161523 ], [ 172.740526460897485, -34.536514337252861 ], [ 172.740443593560684, -34.536458804969101 ], [ 172.740358478954789, -34.536384179509163 ], [ 172.740289522814692, -34.536305770684457 ], [ 172.740232073297221, -34.536235976050008 ], [ 172.740126383279886, -34.536102132797552 ], [ 172.740025265320355, -34.535981661024486 ], [ 172.739931043782519, -34.535868839189604 ], [ 172.739875957886454, -34.535780915491003 ], [ 172.739811520920824, -34.535733057366535 ], [ 172.739747179066029, -34.535654658060302 ], [ 172.739724267326466, -34.535604979538554 ], [ 172.739705974786858, -34.53555340202292 ], [ 172.739689953237672, -34.535513282351381 ], [ 172.739657797290789, -34.535469310615312 ], [ 172.739639439456937, -34.535438730128611 ], [ 172.739604968039004, -34.535397616693579 ], [ 172.739558954686004, -34.53535934188718 ], [ 172.73945297547283, -34.535319030311548 ], [ 172.739330915545196, -34.53525768714271 ], [ 172.739238805968313, -34.53520786081129 ], [ 172.739100635854783, -34.535135030005911 ], [ 172.739038554080594, -34.535071905825859 ], [ 172.738948757442273, -34.53502017538279 ], [ 172.738842832598124, -34.534962683882377 ], [ 172.738743818750038, -34.534908070326011 ], [ 172.738651662192382, -34.534873514126808 ], [ 172.7385387702152, -34.534831278129317 ], [ 172.738432839923973, -34.534775695095682 ], [ 172.738320013884248, -34.534712461856444 ], [ 172.738207193990263, -34.53464731969126 ], [ 172.738112773192, -34.534599396389098 ], [ 172.738006861416864, -34.534538086521039 ], [ 172.737923997713807, -34.534482552526107 ], [ 172.737825065812871, -34.53440216913112 ], [ 172.737772158013314, -34.534356243509137 ], [ 172.737703146105446, -34.534296921435178 ], [ 172.737608797852403, -34.534226091881465 ], [ 172.737528271251222, -34.534161018464118 ], [ 172.737436235867193, -34.534088284912116 ], [ 172.737311944589038, -34.534004028906459 ], [ 172.737160016704905, -34.533906351455187 ], [ 172.737051799939451, -34.533845035795004 ], [ 172.736939030234424, -34.533764621883662 ], [ 172.736846941749548, -34.533709067284384 ], [ 172.736741044048642, -34.533643938675191 ], [ 172.736688116292186, -34.533604693459523 ], [ 172.736543121565916, -34.533503212515861 ], [ 172.736402740303959, -34.533401741356741 ], [ 172.736303781055398, -34.533330900837399 ], [ 172.736190994702753, -34.53325621270092 ], [ 172.736075926093974, -34.53317388418801 ], [ 172.735940159046265, -34.533072422465651 ], [ 172.735831992485743, -34.532995835149485 ], [ 172.735760658443553, -34.532942233452971 ], [ 172.735700821012557, -34.532900109604725 ], [ 172.735597301160709, -34.532813033542539 ], [ 172.735479915136352, -34.532734517118129 ], [ 172.735341842990977, -34.532633049734237 ], [ 172.735212967095237, -34.532541146307274 ], [ 172.735086416148903, -34.532443521281238 ], [ 172.734966754837302, -34.532355455250176 ], [ 172.734867791994191, -34.532286522388461 ], [ 172.734863203146205, -34.532278877085872 ], [ 172.734738959527363, -34.532181256706558 ], [ 172.734642291487546, -34.532116146315644 ], [ 172.73444208782044, -34.531969685271385 ], [ 172.734301766253907, -34.531851032296544 ], [ 172.73416138442127, -34.531751467381049 ], [ 172.734032535460045, -34.531651927418956 ], [ 172.733929003711239, -34.531569621995352 ], [ 172.733823159589349, -34.531489220279134 ], [ 172.733696599704132, -34.531395411455293 ], [ 172.733604515987025, -34.531339854411556 ], [ 172.733395132605239, -34.531180009770374 ], [ 172.733234079780232, -34.531053674962543 ], [ 172.733112097650604, -34.530971328541185 ], [ 172.732992464897791, -34.530875625285105 ], [ 172.732891211141578, -34.530802868133875 ], [ 172.732769248009703, -34.530714794903339 ], [ 172.732642684378789, -34.530622893808626 ], [ 172.732559876944265, -34.530552085595126 ], [ 172.732476114265324, -34.530490580806209 ], [ 172.732376899436019, -34.530411623976541 ], [ 172.732312113876077, -34.530385235510579 ], [ 172.732212807668503, -34.530334910881287 ], [ 172.732133683187215, -34.530284630435382 ], [ 172.732066133173731, -34.530221252084885 ], [ 172.73201152655713, -34.530167446276074 ], [ 172.731959776332644, -34.530121997867454 ], [ 172.731908018517601, -34.530078935464637 ], [ 172.731817404222539, -34.530015506346082 ], [ 172.731762751994523, -34.529976016592762 ], [ 172.731677888762079, -34.52991737208999 ], [ 172.731582934897318, -34.529858705352297 ], [ 172.731532580687258, -34.529827576097595 ], [ 172.731460674342514, -34.529774328523821 ], [ 172.731384441573397, -34.529721667903523 ], [ 172.731315420395276, -34.529667830077926 ], [ 172.731239199313421, -34.529611590325104 ], [ 172.731160114442872, -34.529549379108914 ], [ 172.731115561208384, -34.529507525248675 ], [ 172.731042219629103, -34.529452484733767 ], [ 172.730970296654192, -34.529404605433776 ], [ 172.730921422847217, -34.529361548962747 ], [ 172.730872527981205, -34.529325054048911 ], [ 172.730827978848708, -34.529282007069469 ], [ 172.7307993095732, -34.529231836940738 ], [ 172.730761956630431, -34.529192384864999 ], [ 172.730695746365797, -34.52916122030954 ], [ 172.730616558599706, -34.529131220118259 ], [ 172.73054313698168, -34.529101232596986 ], [ 172.730468362301536, -34.529043802528996 ], [ 172.730428088113172, -34.52901627412858 ], [ 172.730392230790443, -34.528960122925398 ], [ 172.73033470842347, -34.528917047126498 ], [ 172.730298739666353, -34.528895493301434 ], [ 172.730239768179558, -34.528854800302646 ], [ 172.730177963737333, -34.528798591724332 ], [ 172.730147830409891, -34.528755576340778 ], [ 172.730087413729905, -34.528716073097449 ], [ 172.730034189284225, -34.528681357811671 ], [ 172.729978066450172, -34.528651408185006 ], [ 172.729926295159828, -34.528613116997128 ], [ 172.729867345241161, -34.528565862241344 ], [ 172.72979684980163, -34.528522757494414 ], [ 172.729713353846137, -34.528487975095487 ], [ 172.729635639428551, -34.528448433347428 ], [ 172.729599659485359, -34.528430458358649 ], [ 172.729560904522032, -34.528379072583157 ], [ 172.729510544242231, -34.528350328523032 ], [ 172.729429873719425, -34.528333447525824 ], [ 172.729365098423614, -34.528304671471524 ], [ 172.729316179764652, -34.528275930525545 ], [ 172.729274507285737, -34.528235275395851 ], [ 172.729232811679566, -34.528201778336033 ], [ 172.729152218605805, -34.528161036875431 ], [ 172.729091741014173, -34.528140621364379 ], [ 172.729031302093745, -34.528108275683195 ], [ 172.728989579595265, -34.528083129638603 ], [ 172.728969493218216, -34.528053856013962 ], [ 172.728877383850858, -34.528008316725582 ], [ 172.728818328604888, -34.527993869349437 ], [ 172.728757897632761, -34.527959137505142 ], [ 172.728691704570906, -34.527923199808995 ], [ 172.728641313908156, -34.527903999503231 ], [ 172.72861832340817, -34.527881280992652 ], [ 172.728599618721205, -34.527870502227401 ], [ 172.728516139404064, -34.527830946955639 ], [ 172.728458576186597, -34.527800993427725 ], [ 172.728375093132485, -34.527762631073763 ], [ 172.72834344600173, -34.52774227930469 ], [ 172.728301455741104, -34.527710928711151 ], [ 172.728209379673899, -34.527655367602087 ], [ 172.728151843823952, -34.527617062831595 ], [ 172.728096577197704, -34.527590216103221 ], [ 172.728027528094657, -34.527546159134133 ], [ 172.72798841871392, -34.527515530661056 ], [ 172.727912413308616, -34.527482911152092 ], [ 172.727868697427908, -34.527450363542336 ], [ 172.727801905265551, -34.52742158216423 ], [ 172.72775123923563, -34.527398563204642 ], [ 172.727677503137642, -34.527377401625465 ], [ 172.727633774975033, -34.527348671576689 ], [ 172.727594703122577, -34.527306590042876 ], [ 172.727504897052739, -34.527262486482023 ], [ 172.727359821842555, -34.527192490205366 ], [ 172.727237770236314, -34.527134952610822 ], [ 172.727113431097052, -34.527071683274293 ], [ 172.726945333263984, -34.526989227628746 ], [ 172.726862440776245, -34.526947047886999 ], [ 172.726779535904797, -34.526908685734014 ], [ 172.726643690530437, -34.526837754833728 ], [ 172.726553879229499, -34.526795559397456 ], [ 172.726473262299578, -34.526762928667821 ], [ 172.726390389003114, -34.526715022138958 ], [ 172.726284470852079, -34.526661337403382 ], [ 172.726215385994408, -34.526628732346083 ], [ 172.726109433696308, -34.526585545982535 ], [ 172.726054130909716, -34.526570151266476 ], [ 172.726008078609908, -34.526547141930983 ], [ 172.725945900542257, -34.526518369887484 ], [ 172.725826132239632, -34.526468471349951 ], [ 172.725752403711823, -34.526445399789147 ], [ 172.725660243109616, -34.526416560275699 ], [ 172.725549625424691, -34.526389588057654 ], [ 172.725434388827608, -34.526364514193077 ], [ 172.725346784747188, -34.526352864214331 ], [ 172.725261493319238, -34.526339310538333 ], [ 172.725173939452048, -34.526312389856692 ], [ 172.725097867254476, -34.526300765646546 ], [ 172.725033358234612, -34.52627962323831 ], [ 172.724989581362337, -34.526266162823767 ], [ 172.72496191762653, -34.526262282860664 ], [ 172.724901971172613, -34.526256421348947 ], [ 172.724853531400754, -34.526258221075345 ], [ 172.724809691783804, -34.526263848819951 ], [ 172.724788865501154, -34.526284799096864 ], [ 172.724754213618411, -34.526301900541974 ], [ 172.724744893985701, -34.526330512086822 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.813342021904617, -34.597353252627322 ], [ 172.813295940632486, -34.59731500576008 ], [ 172.813238347646404, -34.59726337952744 ], [ 172.813173816918095, -34.597217469101366 ], [ 172.81312084073366, -34.597165849880987 ], [ 172.813037869181755, -34.597108458228377 ], [ 172.812966443653579, -34.597049175397714 ], [ 172.812885810610936, -34.596978425494832 ], [ 172.812784428500805, -34.596896190794737 ], [ 172.812680759695951, -34.596804408406079 ], [ 172.812616238202509, -34.596754680059625 ], [ 172.812521790154221, -34.596668638149367 ], [ 172.81246423670234, -34.596599832239626 ], [ 172.812408968055536, -34.596541528317644 ], [ 172.812321393872878, -34.596478402642035 ], [ 172.812208445611958, -34.596407602582211 ], [ 172.812109360274945, -34.596331097306752 ], [ 172.812003337306322, -34.596260307718858 ], [ 172.811883460401134, -34.596191405501095 ], [ 172.811800486364945, -34.596135921816106 ], [ 172.811689860231866, -34.596059398398531 ], [ 172.811590728376444, -34.596003889635092 ], [ 172.811500812587752, -34.595956030302865 ], [ 172.811443204397563, -34.595912038467098 ], [ 172.811380992625374, -34.595862313031553 ], [ 172.811311845261713, -34.595817348887444 ], [ 172.811235818438576, -34.595752331463558 ], [ 172.81115517947714, -34.595685398035542 ], [ 172.811088377399415, -34.595624212431964 ], [ 172.811007738680047, -34.5955572789059 ], [ 172.810904047540333, -34.595476947873436 ], [ 172.810818814186916, -34.595400463006349 ], [ 172.810733568001751, -34.595329704516317 ], [ 172.810662171619157, -34.595258967455756 ], [ 172.810609180902702, -34.59521498238702 ], [ 172.810540084329347, -34.595148066461533 ], [ 172.810470996537276, -34.595077332871739 ], [ 172.810418049401619, -34.595014259595303 ], [ 172.810360485810236, -34.594951179121388 ], [ 172.810309812392546, -34.594903379883782 ], [ 172.810210776165462, -34.594806830528647 ], [ 172.810107112786454, -34.594715045939871 ], [ 172.810014995274372, -34.594621370418508 ], [ 172.809916001027517, -34.594506687103006 ], [ 172.809830817417605, -34.594409204601995 ], [ 172.809747990124976, -34.594290728701125 ], [ 172.809667384242971, -34.594210432594409 ], [ 172.809589121603238, -34.594114869534749 ], [ 172.809522352427081, -34.594040321377733 ], [ 172.809423342108431, -34.593933272906717 ], [ 172.809349670316664, -34.593849169776263 ], [ 172.809287500588226, -34.593782263951759 ], [ 172.809227693736375, -34.59369150154501 ], [ 172.809140225357567, -34.593584470882277 ], [ 172.809078125863721, -34.593487023945599 ], [ 172.808988393355236, -34.593360901432838 ], [ 172.808896335413266, -34.593242410488976 ], [ 172.808829628767143, -34.593141138567134 ], [ 172.808776710339004, -34.593066611689615 ], [ 172.808719179953442, -34.59299016873986 ], [ 172.808684703342493, -34.59292616923441 ], [ 172.808585634124086, -34.592845843452629 ], [ 172.808518954447663, -34.592733118479167 ], [ 172.808449883506881, -34.592656657290604 ], [ 172.808390010440547, -34.592595481062951 ], [ 172.808320992339901, -34.592496114044906 ], [ 172.808249622349905, -34.592415831489788 ], [ 172.808203598776799, -34.592354676929347 ], [ 172.808134475778189, -34.592301121315671 ], [ 172.808095372540862, -34.592241886413461 ], [ 172.808042402652092, -34.592190264967044 ], [ 172.807998713892232, -34.592117661080366 ], [ 172.807954954930892, -34.59207559818644 ], [ 172.807904315388214, -34.592014436246281 ], [ 172.80784446076089, -34.59194562449504 ], [ 172.807803073889232, -34.591875887390472 ], [ 172.807720168423344, -34.591793677531342 ], [ 172.807660296509653, -34.591732500940871 ], [ 172.80758427184756, -34.591669390033367 ], [ 172.807531373068684, -34.591587227351994 ], [ 172.807462308382128, -34.591508856783072 ], [ 172.807409383396362, -34.591438146926578 ], [ 172.807338041623609, -34.591346410951054 ], [ 172.807275932667864, -34.591254689513775 ], [ 172.807223109405697, -34.591140076869564 ], [ 172.807181752114445, -34.591057932261727 ], [ 172.80715420194926, -34.590993943250616 ], [ 172.807101423134299, -34.590860242416518 ], [ 172.807041697971073, -34.590736074675803 ], [ 172.80700500590595, -34.590632940355377 ], [ 172.806956777620599, -34.590527878954163 ], [ 172.806915482714061, -34.590419010861325 ], [ 172.806888010249651, -34.590321617548838 ], [ 172.806846658107759, -34.590237564005356 ], [ 172.806826052753337, -34.590164996211634 ], [ 172.806814598231568, -34.590127756079589 ], [ 172.806761718858837, -34.590037957795339 ], [ 172.806644163348352, -34.589969054059281 ], [ 172.80653811327511, -34.589915439013737 ], [ 172.806425165520608, -34.589850360011518 ], [ 172.806314539355242, -34.589779558127063 ], [ 172.806206212636141, -34.589712577434554 ], [ 172.806146312288121, -34.589664761784434 ], [ 172.806100236337898, -34.58962746658365 ], [ 172.806051814608594, -34.589606392613057 ], [ 172.805992020908661, -34.589512765359686 ], [ 172.805953044746957, -34.589400082970833 ], [ 172.805890898802829, -34.589325540132535 ], [ 172.80583340471162, -34.589235734096967 ], [ 172.805780575814396, -34.589124938428803 ], [ 172.805739203164023, -34.589050428568093 ], [ 172.805677119884962, -34.588949162225298 ], [ 172.805594357232479, -34.588807777671221 ], [ 172.805543819227609, -34.588704620826825 ], [ 172.805495589438635, -34.588601467638689 ], [ 172.805454301830054, -34.588490690212772 ], [ 172.805412947582511, -34.588408544980034 ], [ 172.805376231837272, -34.588316863024417 ], [ 172.805332547412263, -34.588244258151711 ], [ 172.805300445758775, -34.588153537941444 ], [ 172.805295918650444, -34.588115354297116 ], [ 172.805316780393042, -34.588077211155664 ], [ 172.805353709625024, -34.588077270060062 ], [ 172.805409165771579, -34.588050634999327 ], [ 172.805443884795721, -34.588008696287368 ], [ 172.805464782032772, -34.587955282607098 ], [ 172.805430281061632, -34.587903689436281 ], [ 172.805384181923586, -34.587876892436171 ], [ 172.805289550993905, -34.587876741495641 ], [ 172.805238737792109, -34.587891930985485 ], [ 172.805176424307263, -34.587889922705507 ], [ 172.805125655640552, -34.58788602400756 ], [ 172.805058721562006, -34.587885917110533 ], [ 172.804881160674285, -34.587816915797106 ], [ 172.804731287964103, -34.587751776171835 ], [ 172.804551419568241, -34.587682770686072 ], [ 172.804366957710897, -34.587604213465731 ], [ 172.804235532375344, -34.587546738085159 ], [ 172.804134098571893, -34.587495037163421 ], [ 172.804062611417578, -34.587468198915857 ], [ 172.803981939137941, -34.587421303250878 ], [ 172.803848233212648, -34.587352370861851 ], [ 172.803721451673169, -34.587283449462433 ], [ 172.803606219589824, -34.587210728874325 ], [ 172.803486394074469, -34.587128456674016 ], [ 172.803362024643604, -34.587015635892435 ], [ 172.803267615137173, -34.586921951495043 ], [ 172.803184705548318, -34.586845464962273 ], [ 172.803085639827771, -34.586768952306187 ], [ 172.803023471373564, -34.586705860876052 ], [ 172.802970514886852, -34.58665137398259 ], [ 172.802859977036377, -34.586546210298067 ], [ 172.802749367297139, -34.586471587540224 ], [ 172.802643427970452, -34.586374066375697 ], [ 172.802553654108692, -34.586272753628769 ], [ 172.80244542079069, -34.586169502113982 ], [ 172.802353357445384, -34.58606055022463 ], [ 172.802254329591591, -34.585968766375089 ], [ 172.802176074096934, -34.585877016115901 ], [ 172.802104724713303, -34.585792912290614 ], [ 172.802019554568943, -34.585697333073391 ], [ 172.801938980255784, -34.585610350951839 ], [ 172.801828526645465, -34.585470827664622 ], [ 172.801738768341693, -34.585363787866619 ], [ 172.801655843558279, -34.585294935543658 ], [ 172.801579910959248, -34.585197462203851 ], [ 172.801485482810165, -34.585113320486357 ], [ 172.801411794995488, -34.585042574197622 ], [ 172.801319652466759, -34.584967980178966 ], [ 172.801220595227818, -34.584889557184397 ], [ 172.801128430302668, -34.584824507093465 ], [ 172.801063915850392, -34.584778590225348 ], [ 172.801029441655913, -34.584717451724487 ], [ 172.800990337897076, -34.584662032130552 ], [ 172.800958171784572, -34.584600897372098 ], [ 172.800925926062206, -34.584573166860416 ], [ 172.800836133447632, -34.584481396907172 ], [ 172.800769511881583, -34.584351488271551 ], [ 172.800688924216843, -34.584271186165857 ], [ 172.800601526779559, -34.584143152327144 ], [ 172.800516419329341, -34.58402275745533 ], [ 172.800417464358702, -34.583902339878584 ], [ 172.800318404664722, -34.583825824960115 ], [ 172.800230871232827, -34.583755055294048 ], [ 172.800150234397393, -34.583695749791353 ], [ 172.800064977198247, -34.583638345488545 ], [ 172.799947353901018, -34.583603793946018 ], [ 172.799903578290326, -34.583572226617065 ], [ 172.799822891518915, -34.583533917860649 ], [ 172.799719116167836, -34.583499388809656 ], [ 172.799636121603385, -34.583461076142555 ], [ 172.799543886158773, -34.583426565886541 ], [ 172.799474734841993, -34.583390184667373 ], [ 172.799401027318623, -34.583328981229947 ], [ 172.799325002783718, -34.583271591582651 ], [ 172.799258237658478, -34.583202764183149 ], [ 172.7991730734106, -34.583107182959324 ], [ 172.799134022153737, -34.583030765799222 ], [ 172.799076507492146, -34.582954318232098 ], [ 172.799028224665193, -34.582877885838862 ], [ 172.798989132285101, -34.582818647964771 ], [ 172.798915462401482, -34.582742173711765 ], [ 172.7988717589092, -34.582681019379372 ], [ 172.798802698203758, -34.582607415886223 ], [ 172.798729051685427, -34.58252139744431 ], [ 172.798643819681843, -34.582454448070244 ], [ 172.7985724076959, -34.582398974380546 ], [ 172.798475627142068, -34.582335823473656 ], [ 172.798374221684128, -34.582276482494827 ], [ 172.798265841893965, -34.582238126953207 ], [ 172.798182840024026, -34.582203630926685 ], [ 172.798072134037881, -34.5821729066571 ], [ 172.797984525727117, -34.582134585229056 ], [ 172.797901510215468, -34.582105815456472 ], [ 172.797832332977379, -34.582080886195399 ], [ 172.797772392042134, -34.582054063376376 ], [ 172.797721722089648, -34.582011030900233 ], [ 172.797661846004303, -34.581957484616318 ], [ 172.797595074045091, -34.581892473930758 ], [ 172.797514482547257, -34.581815987345706 ], [ 172.79745468082578, -34.581731899917976 ], [ 172.797390249531787, -34.581653531243312 ], [ 172.797323533630788, -34.58156561462603 ], [ 172.7972476465564, -34.581452868039541 ], [ 172.797178641622708, -34.581357312246681 ], [ 172.797100405296931, -34.581261741067784 ], [ 172.797054428499422, -34.58118722053409 ], [ 172.796996912367376, -34.581112680790227 ], [ 172.796930174098065, -34.581034308029331 ], [ 172.796865753120841, -34.580952121441918 ], [ 172.796812880943349, -34.58086613639982 ], [ 172.796803767895994, -34.580817446241511 ], [ 172.796780712374812, -34.5808078637411 ], [ 172.796711703858648, -34.580714216493234 ], [ 172.796647311236228, -34.580620576895761 ], [ 172.796582862952789, -34.580549843047713 ], [ 172.796539139055596, -34.580498231944993 ], [ 172.796497788210075, -34.580419901258878 ], [ 172.796470266001393, -34.580349228911068 ], [ 172.796435838873492, -34.580270909747625 ], [ 172.796396800748965, -34.580190674058741 ], [ 172.796380738844647, -34.580152470799987 ], [ 172.7963692926661, -34.580114275239652 ], [ 172.796364770061587, -34.580076091229444 ], [ 172.796369492840682, -34.580032196173924 ], [ 172.796390314722743, -34.580011233854414 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.796412887294338, -34.579989320039758 ], [ 172.79639564822233, -34.579960658934688 ], [ 172.7963783917059, -34.579939155885299 ], [ 172.796364603956533, -34.579914795385754 ], [ 172.796352554085615, -34.579887574549275 ], [ 172.796337045941584, -34.579858916323516 ], [ 172.796312890363851, -34.579827380430096 ], [ 172.796295644374112, -34.579801582533719 ], [ 172.796266282202282, -34.579775764411188 ], [ 172.796236937516852, -34.579742788223179 ], [ 172.796212747069859, -34.579725568426412 ], [ 172.796164334751808, -34.57970401332355 ], [ 172.796121083646398, -34.579695351380444 ], [ 172.796076073696042, -34.579698139423542 ], [ 172.796025923552349, -34.579679444597339 ], [ 172.795979252685953, -34.57965359747871 ], [ 172.795920469176622, -34.579626298472668 ], [ 172.795846093775879, -34.579604699829979 ], [ 172.79578555845606, -34.579585987533939 ], [ 172.795719837527628, -34.579564403293979 ], [ 172.7956644738845, -34.579554289298649 ], [ 172.795553189542602, -34.579525947800178 ], [ 172.795474755738496, -34.57951245463255 ], [ 172.795417064444706, -34.579510449124022 ], [ 172.795345521443039, -34.579510329186832 ], [ 172.795237076427071, -34.579500603188968 ], [ 172.795197847855007, -34.579498628548819 ], [ 172.795158628650483, -34.579492836264997 ], [ 172.795103334213962, -34.579454566986463 ], [ 172.795064180626127, -34.579422051254959 ], [ 172.795025013011298, -34.579395261957458 ], [ 172.794960482675577, -34.579358885926588 ], [ 172.794925954231701, -34.579322560273177 ], [ 172.794879877277111, -34.579290032849535 ], [ 172.794833891816921, -34.579220283505052 ], [ 172.794808622948437, -34.579172520441276 ], [ 172.794797224531834, -34.579115236574467 ], [ 172.794788171486402, -34.579042686061342 ], [ 172.794783734103845, -34.57897014330721 ], [ 172.794756180976151, -34.578912832272493 ], [ 172.794744688786949, -34.578893724711904 ], [ 172.794726301295213, -34.578863152612598 ], [ 172.794724096712116, -34.578821154786553 ], [ 172.794744937470767, -34.578792557481194 ], [ 172.794761157887308, -34.578765861226721 ], [ 172.794745078234655, -34.578735293010254 ], [ 172.794719772020812, -34.578702800450706 ], [ 172.794662226820549, -34.578641621299859 ], [ 172.794616136258384, -34.578614820221929 ], [ 172.794553923909092, -34.578574630226036 ], [ 172.794487138278299, -34.578517253085309 ], [ 172.794420319842772, -34.578473237618077 ], [ 172.794369623234303, -34.578442611041297 ], [ 172.794312003238332, -34.578411972776507 ], [ 172.794219756765727, -34.57838509375901 ], [ 172.794109052605535, -34.578356274714466 ], [ 172.794005257812955, -34.578333193701638 ], [ 172.793922190928839, -34.578327327011749 ], [ 172.793809188571061, -34.578294686167695 ], [ 172.793710014263439, -34.578269703885411 ], [ 172.793631605529811, -34.578246665457208 ], [ 172.793550905554383, -34.578216942220308 ], [ 172.793490949890042, -34.578197752559319 ], [ 172.793421814991746, -34.578157550272863 ], [ 172.79332734160468, -34.578098216808456 ], [ 172.793258239949751, -34.578044652719029 ], [ 172.79320988964318, -34.577998759043766 ], [ 172.793133845845119, -34.577952818416918 ], [ 172.793037017790795, -34.577912568973723 ], [ 172.79298863455756, -34.577880036920909 ], [ 172.792944791216996, -34.577878053730878 ], [ 172.792891797189384, -34.577843604994136 ], [ 172.792806498862575, -34.577807192578433 ], [ 172.79271656133821, -34.577780316343784 ], [ 172.792624363486482, -34.577734347964459 ], [ 172.79252520917376, -34.577701729457758 ], [ 172.792474504243728, -34.577674919725695 ], [ 172.792409957370523, -34.577646177607932 ], [ 172.792308588039646, -34.577576333092935 ], [ 172.792195668088425, -34.577511240888668 ], [ 172.792142669852183, -34.577478700642338 ], [ 172.792110465449014, -34.577436651671007 ], [ 172.792075981815742, -34.577383145864964 ], [ 172.792025353288636, -34.577325794893021 ], [ 172.791986197143473, -34.577295186986532 ], [ 172.791956272131785, -34.57726459480169 ], [ 172.791930962692732, -34.577234010477447 ], [ 172.791912595622023, -34.577195802687555 ], [ 172.791878045611213, -34.577169020246302 ], [ 172.791829629951764, -34.577149849444247 ], [ 172.791776608289126, -34.577126853117669 ], [ 172.791742077392456, -34.577092435374439 ], [ 172.791696041002609, -34.577044636218943 ], [ 172.791654644015267, -34.57698730084487 ], [ 172.791627088922894, -34.57693189791113 ], [ 172.791583384273139, -34.576874558572534 ], [ 172.7915489107383, -34.576817234982848 ], [ 172.791532851696132, -34.57677903107529 ], [ 172.791479944744594, -34.576710223036976 ], [ 172.791415527692806, -34.576629942361812 ], [ 172.791394827006428, -34.576602229035785 ], [ 172.791337309538051, -34.576531504230346 ], [ 172.791305148837523, -34.576472275698784 ], [ 172.791273093146117, -34.576371053205868 ], [ 172.791247879659892, -34.57630229241655 ], [ 172.791234166777343, -34.576248821885578 ], [ 172.791213568851788, -34.576180068981976 ], [ 172.791202216254675, -34.576105605416792 ], [ 172.791174690390449, -34.576038749478329 ], [ 172.791154020959027, -34.575998628804705 ], [ 172.791112577112841, -34.575960381401622 ], [ 172.791031853977188, -34.575941154988044 ], [ 172.790934967148957, -34.575925718485877 ], [ 172.79084959992727, -34.575917936943277 ], [ 172.790768886459119, -34.575894892723781 ], [ 172.790658244223522, -34.57584316476045 ], [ 172.790575251866414, -34.575808663558448 ], [ 172.790492254789314, -34.575776071116195 ], [ 172.790411551139243, -34.575749209028487 ], [ 172.790353915290751, -34.575726204158109 ], [ 172.790287070113664, -34.575694593728862 ], [ 172.790211039615116, -34.575644833644901 ], [ 172.790123422586248, -34.575614141835494 ], [ 172.790072686108033, -34.575600692816792 ], [ 172.789971290011863, -34.575543253658196 ], [ 172.789885966497991, -34.575518292097769 ], [ 172.789814542243761, -34.575472357343905 ], [ 172.78972462742982, -34.575437843642497 ], [ 172.789648578269151, -34.57539571847272 ], [ 172.789565639685634, -34.575340219607291 ], [ 172.789535721071189, -34.57530771800883 ], [ 172.789457393278241, -34.575254135843807 ], [ 172.789397522522364, -34.575202494299184 ], [ 172.789314598744653, -34.575141268814193 ], [ 172.789270838818396, -34.575106834434152 ], [ 172.78922021118683, -34.575050436697431 ], [ 172.7891373262473, -34.574973940561847 ], [ 172.789061345305157, -34.574905091598602 ], [ 172.788989975082529, -34.574838159382679 ], [ 172.788923167318472, -34.57479223208459 ], [ 172.78884722050168, -34.574710021273482 ], [ 172.788775816822323, -34.574656450645293 ], [ 172.788697577061328, -34.574568509298011 ], [ 172.788623923874695, -34.574492028790203 ], [ 172.788547987290912, -34.574406000158291 ], [ 172.788465137450203, -34.574316141848499 ], [ 172.788414527767088, -34.574253062916817 ], [ 172.788336230709774, -34.5741880271312 ], [ 172.788287899856954, -34.574136405046112 ], [ 172.788232636320174, -34.574088588563946 ], [ 172.78818201484691, -34.574030281575631 ], [ 172.78812449218205, -34.57396337287566 ], [ 172.788076180964623, -34.573904115440172 ], [ 172.788011803260673, -34.573810471236634 ], [ 172.787972708387258, -34.573756956239116 ], [ 172.787931339815458, -34.573690075504395 ], [ 172.787899148684915, -34.573644207775985 ], [ 172.787843900242677, -34.573590664666511 ], [ 172.787784085029188, -34.57351802534302 ], [ 172.787749605779084, -34.57346451829639 ], [ 172.787701299967267, -34.573403351893191 ], [ 172.787659897815161, -34.573349832779797 ], [ 172.787616202612412, -34.573290583187337 ], [ 172.787584006953352, -34.57324662419056 ], [ 172.787567974681565, -34.573198875665327 ], [ 172.78756346617152, -34.573156873668538 ], [ 172.787572759935529, -34.573132075117059 ], [ 172.787595919076182, -34.573099665392114 ], [ 172.787628274860538, -34.573080633438749 ], [ 172.78767911131601, -34.573053998322962 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.787338182877704, -34.572815756115325 ], [ 172.787305875741708, -34.572815699826243 ], [ 172.787241276057728, -34.572809860772487 ], [ 172.787151277614555, -34.572809703874491 ], [ 172.787088961268353, -34.572813412847218 ], [ 172.787003573259142, -34.572815172706953 ], [ 172.786895113591754, -34.572814983405337 ], [ 172.78679592351736, -34.57279953959732 ], [ 172.786696777355218, -34.572766916359484 ], [ 172.786569915078843, -34.572743788708998 ], [ 172.786468451662046, -34.572714978884271 ], [ 172.78635086407121, -34.572674687803953 ], [ 172.786267871766114, -34.572642092490121 ], [ 172.786184845319212, -34.572622858835977 ], [ 172.786131828091555, -34.572599860056627 ], [ 172.786048821277575, -34.572572991043792 ], [ 172.785965838975699, -34.572536577891732 ], [ 172.785862087953689, -34.572500128251129 ], [ 172.785746828189673, -34.572452205371583 ], [ 172.785638491481222, -34.572404294540846 ], [ 172.785532482143253, -34.572348752402178 ], [ 172.785366562658595, -34.572258745991029 ], [ 172.785251342777428, -34.572195552111296 ], [ 172.785163782756683, -34.572144814170379 ], [ 172.785087792929829, -34.572081689173288 ], [ 172.784972632475956, -34.571995589230873 ], [ 172.784903560896907, -34.571934385129943 ], [ 172.784839124340664, -34.571865553858188 ], [ 172.784781659948635, -34.571777646591343 ], [ 172.784758716530121, -34.571726067853383 ], [ 172.784735768220088, -34.571676397927476 ], [ 172.784671268026131, -34.57163238118261 ], [ 172.784639010571908, -34.571613236022429 ], [ 172.784616018062678, -34.571580745423844 ], [ 172.784604578424819, -34.571542548730712 ], [ 172.784574643406899, -34.571517681175123 ], [ 172.784519324635198, -34.571492768806323 ], [ 172.784438607353565, -34.571473538040046 ], [ 172.784369428181947, -34.571454327602666 ], [ 172.784263391313885, -34.571410237261169 ], [ 172.784205784820983, -34.571377685405224 ], [ 172.784125141726747, -34.571329822181156 ], [ 172.784053719293581, -34.571285792866703 ], [ 172.783991549584698, -34.571233190169295 ], [ 172.78388791464468, -34.571152836067064 ], [ 172.783798140350228, -34.571066779949547 ], [ 172.78370837612664, -34.570976906131932 ], [ 172.783627797987606, -34.570904227960362 ], [ 172.783561021054851, -34.570848753636568 ], [ 172.783503444909456, -34.570804748547801 ], [ 172.783415934432242, -34.570735875591218 ], [ 172.783319188777142, -34.570668895004417 ], [ 172.783222453185431, -34.570598096707137 ], [ 172.783121127362023, -34.57051774604917 ], [ 172.783045135601412, -34.570456528591848 ], [ 172.782985235054895, -34.570419200015664 ], [ 172.782923093948455, -34.570356098278708 ], [ 172.782874783543264, -34.570298747588048 ], [ 172.782794181964846, -34.57023561294784 ], [ 172.782741196980311, -34.570201159794614 ], [ 172.782651375219586, -34.57013419099777 ], [ 172.782575364277449, -34.570080608514459 ], [ 172.782506330830387, -34.570006041331858 ], [ 172.782407284150992, -34.569937147091913 ], [ 172.782326747941767, -34.569849197521478 ], [ 172.782211633229537, -34.56974782442925 ], [ 172.782124129904105, -34.569677041725832 ], [ 172.782052799590957, -34.569598652532008 ], [ 172.781981409625303, -34.569543169100172 ], [ 172.781905442014249, -34.569473361253479 ], [ 172.781840950000259, -34.569427434192214 ], [ 172.781767247778077, -34.569373855327768 ], [ 172.781693595537718, -34.569301188248225 ], [ 172.781617635872834, -34.569228516995793 ], [ 172.78156013175294, -34.569157787547752 ], [ 172.781486519830196, -34.569069849805331 ], [ 172.781422108276047, -34.568993381448024 ], [ 172.781350804186673, -34.56890544775424 ], [ 172.781286437864537, -34.568811799969858 ], [ 172.781233614377641, -34.568716264010625 ], [ 172.781187703618059, -34.56862455807066 ], [ 172.781148675550412, -34.568548135061071 ], [ 172.781116580152258, -34.568467906816565 ], [ 172.781093759952853, -34.568370515759518 ], [ 172.781080114882457, -34.56829413824012 ], [ 172.781082577486472, -34.568234969042059 ], [ 172.781071229965249, -34.568162413292825 ], [ 172.781055292436719, -34.568080305177865 ], [ 172.78104161242382, -34.568017289372442 ], [ 172.781018703863225, -34.567953684362827 ], [ 172.780995763809528, -34.567902104898039 ], [ 172.78097973131301, -34.567856264301099 ], [ 172.780956771288714, -34.567812320098014 ], [ 172.780936128812129, -34.567764562396427 ], [ 172.780924716401927, -34.567716821255587 ], [ 172.780931789109047, -34.567659569154813 ], [ 172.780931919260325, -34.567609939900436 ], [ 172.780932069434471, -34.567552675375659 ], [ 172.780893042096551, -34.567476252273721 ], [ 172.780877089849383, -34.567399870580026 ], [ 172.780856552676198, -34.567312027693475 ], [ 172.780842958068092, -34.56721656195986 ], [ 172.780829268337214, -34.567157363758085 ], [ 172.780820258720183, -34.567073359211065 ], [ 172.780820373910132, -34.567029456405244 ], [ 172.780838964047376, -34.56697986028832 ], [ 172.780846006702177, -34.566934061091672 ], [ 172.780894624182423, -34.566873065907387 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.780749118595821, -34.566508296932639 ], [ 172.780682860056544, -34.566477159478147 ], [ 172.780636748120173, -34.566462760425921 ], [ 172.780579105088634, -34.566445954597299 ], [ 172.780515649510534, -34.566445840525731 ], [ 172.780434869052613, -34.566452853362726 ], [ 172.780362729069651, -34.566464653759247 ], [ 172.780287729822589, -34.566466904833078 ], [ 172.780212724294302, -34.566471541882983 ], [ 172.780140571705289, -34.566488114192367 ], [ 172.780065484487466, -34.566523769439648 ], [ 172.779996134483497, -34.566571365147233 ], [ 172.779929687607876, -34.566611807948206 ], [ 172.779843043919726, -34.566654600324064 ], [ 172.779779525286671, -34.566678346089688 ], [ 172.779698776006086, -34.566673428328102 ], [ 172.779646914311201, -34.566651860426163 ], [ 172.779597968469517, -34.566618367599645 ], [ 172.779563501077433, -34.566563426597654 ], [ 172.779534802423342, -34.566508496003735 ], [ 172.779506103806881, -34.566453565402753 ], [ 172.779468821486574, -34.56637237292022 ], [ 172.77943715672447, -34.566348455379057 ], [ 172.779341992382967, -34.566341125303104 ], [ 172.779275576897817, -34.566369637638694 ], [ 172.779235006952348, -34.566441145282099 ], [ 172.779203146734091, -34.566491194363628 ], [ 172.779205917566401, -34.566534147976554 ], [ 172.779151020350611, -34.566569839175251 ], [ 172.779110544836442, -34.566605556444905 ], [ 172.779067184936736, -34.566641268480744 ], [ 172.779009365367443, -34.566691270525943 ], [ 172.778960217732134, -34.566734130145591 ], [ 172.778916901903756, -34.566753139973734 ], [ 172.778862092847447, -34.566755426734225 ], [ 172.778807372236685, -34.566724309164172 ], [ 172.778749723078477, -34.566709888495041 ], [ 172.778700770428799, -34.56669360655107 ], [ 172.778636226684768, -34.566668674783102 ], [ 172.778571657681624, -34.566653287068462 ], [ 172.778527840845754, -34.566643663450172 ], [ 172.778484054389395, -34.566622586911315 ], [ 172.7784448829143, -34.566601518732476 ], [ 172.778394179127844, -34.566578520780311 ], [ 172.77835270528243, -34.566555539565627 ], [ 172.778320481631397, -34.566524939827922 ], [ 172.778276659825934, -34.566517224937122 ], [ 172.778186698626087, -34.566505608550685 ], [ 172.778140620060583, -34.566478801243633 ], [ 172.778046120043058, -34.566438544104415 ], [ 172.777988463605908, -34.566426986302581 ], [ 172.777951609969591, -34.56640210452705 ], [ 172.777889419825243, -34.566359997204529 ], [ 172.777841094878113, -34.566310279776246 ], [ 172.777797354465378, -34.566272023633793 ], [ 172.777769801922233, -34.566220435157831 ], [ 172.777744633055988, -34.566140218613427 ], [ 172.777730915222719, -34.566092472968151 ], [ 172.777733306485231, -34.566060981679769 ], [ 172.777733418214467, -34.566018987693369 ], [ 172.777740503114273, -34.565957918134202 ], [ 172.777726744682894, -34.565925443027979 ], [ 172.777694511344947, -34.565898660758897 ], [ 172.777643798031107, -34.565879480130036 ], [ 172.777576927445978, -34.565862178869814 ], [ 172.777482357218219, -34.565848644740214 ], [ 172.77741087686141, -34.565829426159659 ], [ 172.777318619244056, -34.565813987293076 ], [ 172.777270162634323, -34.565813898894056 ], [ 172.777205584365419, -34.565802328093376 ], [ 172.777131847578971, -34.565764016962774 ], [ 172.777071935216526, -34.565733366340794 ], [ 172.777005136200842, -34.565689341321772 ], [ 172.776952151394795, -34.565656794468005 ], [ 172.776880737599669, -34.565612760948923 ], [ 172.776816266630107, -34.565561104773295 ], [ 172.776744888696186, -34.565503709451406 ], [ 172.776687335134937, -34.565453974684353 ], [ 172.776636719291361, -34.565398526102896 ], [ 172.776546887169786, -34.565339188070837 ], [ 172.776498532971686, -34.565300923014007 ], [ 172.776401840034936, -34.565218666389697 ], [ 172.776289041220281, -34.565119200731672 ], [ 172.776173925010625, -34.565023548373659 ], [ 172.776074930397357, -34.56493937844089 ], [ 172.775980515016442, -34.564868578619901 ], [ 172.775888412345466, -34.564795874143918 ], [ 172.775793951180873, -34.564742253537723 ], [ 172.775729486679381, -34.564688687968292 ], [ 172.775665035074582, -34.564630350320328 ], [ 172.775586767222023, -34.564561488691581 ], [ 172.775533860613365, -34.564500308954806 ], [ 172.775483215333992, -34.564456312798299 ], [ 172.775441845958227, -34.56439515423839 ], [ 172.775421192079648, -34.564353122046299 ], [ 172.775407455337728, -34.564313011403428 ], [ 172.775400615195338, -34.564282457583417 ], [ 172.775430714208028, -34.564244336409715 ], [ 172.775465428018975, -34.564206223716127 ], [ 172.775477077939229, -34.564164250942241 ], [ 172.775465633221472, -34.564129871001938 ], [ 172.775421853988917, -34.564106884546298 ], [ 172.775380330870064, -34.564102990499123 ], [ 172.775334146737862, -34.564116267305941 ], [ 172.775274133529706, -34.564123792157545 ], [ 172.775234902414155, -34.5641256287619 ], [ 172.77520495743579, -34.564106485352923 ], [ 172.775181980928664, -34.56407017532387 ], [ 172.775170567165816, -34.564024342448747 ], [ 172.775166070498216, -34.563980431138859 ], [ 172.775173121135708, -34.563932723440118 ], [ 172.77518476089088, -34.5638945683285 ], [ 172.775154877651858, -34.563852519091967 ], [ 172.775111036993138, -34.563852438339666 ], [ 172.775071770028745, -34.563867636617445 ], [ 172.775027872822278, -34.563888552832026 ], [ 172.774984011581012, -34.563896107305553 ], [ 172.774910174644589, -34.563895971189112 ], [ 172.77482948237494, -34.563871007628443 ], [ 172.774746462165211, -34.563853675028533 ], [ 172.77468425494402, -34.563819201340721 ], [ 172.774617463868168, -34.563773266194396 ], [ 172.774559917916008, -34.563721621601943 ], [ 172.774525435711581, -34.563673837236024 ], [ 172.774477111742385, -34.563625072876995 ], [ 172.774451859206494, -34.563577305539447 ], [ 172.774428945015188, -34.563518089552346 ], [ 172.774426792231424, -34.563460820750997 ], [ 172.774426848921621, -34.563439823753633 ], [ 172.774410820876966, -34.563393982277752 ], [ 172.774392444225356, -34.563363407079223 ], [ 172.774344087001708, -34.563327049982917 ], [ 172.774270271200265, -34.563319278209534 ], [ 172.774207961401032, -34.563322980637572 ], [ 172.774166412932601, -34.563328630268508 ], [ 172.774092653920832, -34.563299861390398 ], [ 172.774014280186321, -34.563271083925443 ], [ 172.773910582079054, -34.563221262410785 ], [ 172.773839166804692, -34.563179135927193 ], [ 172.773781606237861, -34.563133217420194 ], [ 172.773705633210994, -34.563070085309562 ], [ 172.773641171338795, -34.563016518632992 ], [ 172.773588225749847, -34.56297060859081 ], [ 172.77352608692911, -34.562911319678435 ], [ 172.773457072652121, -34.562834838527245 ], [ 172.773404147986895, -34.562781293132666 ], [ 172.773371953491818, -34.562741147992426 ], [ 172.773328255833547, -34.56268857410636 ], [ 172.773302957623258, -34.562657985889949 ], [ 172.773305327142566, -34.56263508435795 ], [ 172.773277680150471, -34.562619762396004 ], [ 172.773220141001559, -34.56256620835056 ], [ 172.773160304925426, -34.562508832354446 ], [ 172.773102755560615, -34.562459095889452 ], [ 172.773070582071824, -34.562411315396311 ], [ 172.773047638066288, -34.562363552052346 ], [ 172.773045470699714, -34.56231200967401 ], [ 172.773043256670263, -34.562277646658373 ], [ 172.773013323228554, -34.562254685074329 ], [ 172.772962561338858, -34.562254590683537 ], [ 172.772900335292604, -34.562227751357767 ], [ 172.772821978546972, -34.56219324667353 ], [ 172.772755210561911, -34.562139675232714 ], [ 172.772690755209453, -34.562084199233198 ], [ 172.772621690432544, -34.562026805786672 ], [ 172.772548057815783, -34.561952224339976 ], [ 172.772506665837511, -34.561900608864548 ], [ 172.772456034124218, -34.561852793809535 ], [ 172.772416913203131, -34.561814544331042 ], [ 172.772361674703916, -34.56176385740681 ], [ 172.772292683246718, -34.561679740318063 ], [ 172.772202925865486, -34.56159558444417 ], [ 172.772131570105671, -34.561532459958698 ], [ 172.772074136579675, -34.561440729004275 ], [ 172.772011999969322, -34.561381439315099 ], [ 172.771945300881043, -34.561303052791075 ], [ 172.771885534330238, -34.561220861527339 ], [ 172.771844195244427, -34.561150157640938 ], [ 172.771802814523141, -34.561094724286669 ], [ 172.771763720325339, -34.561046930505 ], [ 172.771726985644591, -34.560980052841245 ], [ 172.771706376195368, -34.560922749460886 ], [ 172.771685764166335, -34.560866400485757 ], [ 172.771658217168323, -34.56081481060658 ], [ 172.771616753258201, -34.56078991828192 ], [ 172.7715799561891, -34.560745946393048 ], [ 172.771556966520905, -34.560715362126857 ], [ 172.771540919690807, -34.560677155535735 ], [ 172.771527185408445, -34.560637044441854 ], [ 172.771524953776122, -34.560609362256436 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.77145662716859, -34.560282824736078 ], [ 172.771396647711242, -34.560278894784609 ], [ 172.771304371232503, -34.560272995480126 ], [ 172.771189042640742, -34.560259417591325 ], [ 172.771101412179235, -34.560242073870953 ], [ 172.771043766223073, -34.560228603979667 ], [ 172.770953797128527, -34.560222708737463 ], [ 172.77086385421913, -34.560207269336573 ], [ 172.770773916579856, -34.560189921051055 ], [ 172.770700156274387, -34.560163058942571 ], [ 172.770621760457232, -34.560143823393616 ], [ 172.770527239791164, -34.560115013345779 ], [ 172.770448891254432, -34.560078598319784 ], [ 172.770375120661527, -34.560055553652177 ], [ 172.770289855605427, -34.560017216686674 ], [ 172.770225298547132, -34.559999915748719 ], [ 172.770100909389043, -34.559925237272459 ], [ 172.769990327423955, -34.559863946480888 ], [ 172.769863599845763, -34.559800716326833 ], [ 172.769778319508362, -34.559768105459916 ], [ 172.769672305210435, -34.559724002448512 ], [ 172.769550192659267, -34.559660780675152 ], [ 172.769444194418952, -34.559610951010455 ], [ 172.769356649305905, -34.559563064944285 ], [ 172.769280661787121, -34.559507565343246 ], [ 172.769223058809644, -34.559478824045897 ], [ 172.769151667559157, -34.559430013951783 ], [ 172.769068763737607, -34.559372592311931 ], [ 172.768985860030114, -34.559315170615704 ], [ 172.7689052637119, -34.559257753230433 ], [ 172.768824678066096, -34.559196518154806 ], [ 172.768755644744601, -34.559129578421448 ], [ 172.768679710860653, -34.559054990260059 ], [ 172.768622177112775, -34.559001434037839 ], [ 172.768555430233022, -34.558942133837355 ], [ 172.768481745787852, -34.558888546930241 ], [ 172.768417279910977, -34.558838795122121 ], [ 172.768322840871406, -34.55878135109154 ], [ 172.768249135541907, -34.55873539931823 ], [ 172.768186929523694, -34.5587028311353 ], [ 172.768138575051722, -34.558667425984076 ], [ 172.768007273276822, -34.558590823409816 ], [ 172.767915157959663, -34.558527656992162 ], [ 172.767806934441296, -34.558449189241038 ], [ 172.767717110765005, -34.558391753517583 ], [ 172.767567420840692, -34.558290300708983 ], [ 172.767456880086911, -34.558215645891849 ], [ 172.767348636146352, -34.558144813008482 ], [ 172.767263459495751, -34.558075932832111 ], [ 172.767166725509895, -34.558014665871148 ], [ 172.767118347931131, -34.557987849999279 ], [ 172.76707462210544, -34.557947681181091 ], [ 172.767000944810462, -34.557892184560231 ], [ 172.766899623381818, -34.557821364487538 ], [ 172.766772943868858, -34.557742860576461 ], [ 172.766664759749943, -34.557651030080144 ], [ 172.766607233591571, -34.557595564086462 ], [ 172.766522015447663, -34.557541953941282 ], [ 172.766439141983966, -34.55747498641913 ], [ 172.766379335554007, -34.557409971809996 ], [ 172.766349507091661, -34.557350741031598 ], [ 172.766331220111255, -34.557289623505973 ], [ 172.766333620735026, -34.557256223592802 ], [ 172.766294606193497, -34.557181704586192 ], [ 172.766264783210715, -34.55712056496661 ], [ 172.766239542662902, -34.557070887087363 ], [ 172.766214270104911, -34.557032662115766 ], [ 172.766172841743099, -34.556996315027753 ], [ 172.766131370682245, -34.55697523847649 ], [ 172.766071409893698, -34.55696557946073 ], [ 172.766002193550264, -34.556965446822439 ], [ 172.765926028840141, -34.556974844969147 ], [ 172.765872957623685, -34.556976652038934 ], [ 172.765789988946437, -34.556944042813299 ], [ 172.765723176154751, -34.556909555704003 ], [ 172.765635614597954, -34.556869302243832 ], [ 172.765561923145697, -34.556819531209001 ], [ 172.765504392935355, -34.556765973512249 ], [ 172.765474506396259, -34.556727739524639 ], [ 172.765465395432216, -34.556685727782018 ], [ 172.765465518644106, -34.556641824948088 ], [ 172.765467943699917, -34.556599835364743 ], [ 172.765454207638015, -34.556561632394235 ], [ 172.765421949699316, -34.556546299787428 ], [ 172.765357342746398, -34.556548084469455 ], [ 172.765306621875197, -34.5565346251772 ], [ 172.765285889246996, -34.556523132346875 ], [ 172.765235179127131, -34.556505855387201 ], [ 172.765189088787906, -34.5564866784622 ], [ 172.765166054353955, -34.556473272355404 ], [ 172.765119985508193, -34.556446460128797 ], [ 172.765080934864642, -34.556385302462736 ], [ 172.765057943406276, -34.556356625784275 ], [ 172.765046506714953, -34.556321290435356 ], [ 172.765035078083429, -34.556283091856805 ], [ 172.765014420696701, -34.556244875515269 ], [ 172.764966060939884, -34.556212332332919 ], [ 172.764917679742922, -34.556187424407192 ], [ 172.764901572373049, -34.556172122758241 ], [ 172.764885583152989, -34.556114827090177 ], [ 172.764887981632739, -34.556082381610693 ], [ 172.764865017176675, -34.556044160800198 ], [ 172.764851222400239, -34.556026954768711 ], [ 172.764835023761094, -34.5560441030334 ], [ 172.764809596370128, -34.556061233518761 ], [ 172.764784190458698, -34.556070728722894 ], [ 172.764724203608921, -34.556070613142126 ], [ 172.764703422807258, -34.556076299583381 ], [ 172.764680372439898, -34.556068619841668 ], [ 172.764657332827539, -34.556057122457744 ], [ 172.764615884121895, -34.556028410116134 ], [ 172.764609048589421, -34.555997855668629 ], [ 172.764604509492358, -34.55597112330679 ], [ 172.76461847087225, -34.555929155977971 ], [ 172.764630114304623, -34.555891001837495 ], [ 172.764623241145046, -34.555873809123092 ], [ 172.764563302834659, -34.555856514092888 ], [ 172.76450795201572, -34.555848772028462 ], [ 172.764452617347189, -34.555835303481977 ], [ 172.764399600638683, -34.555818021724619 ], [ 172.764365057530284, -34.555795049110593 ], [ 172.764360556196635, -34.555754955006179 ], [ 172.764344502836593, -34.555720565093353 ], [ 172.764259250367786, -34.555680315099131 ], [ 172.764178606944228, -34.555641982777033 ], [ 172.764102524062281, -34.555622747507257 ], [ 172.764038025588093, -34.555586355114123 ], [ 172.764001245576054, -34.555538563291002 ], [ 172.763966764689826, -34.555493639145389 ], [ 172.763934663798523, -34.555422950393627 ], [ 172.763893253404717, -34.555380876072661 ], [ 172.763837967691813, -34.555350227876787 ], [ 172.763738845872609, -34.555319494837939 ], [ 172.763612070544156, -34.555277255204722 ], [ 172.763466919074546, -34.555206347398638 ], [ 172.76336786241967, -34.555152708230516 ], [ 172.76326653117448, -34.555087611594359 ], [ 172.763144505997701, -34.554997659946523 ], [ 172.763070817681722, -34.554947887405696 ], [ 172.762994827712816, -34.55489620152278 ], [ 172.762953390983199, -34.554863670977852 ], [ 172.762875112967578, -34.554805299674172 ], [ 172.76277152414238, -34.554723018774041 ], [ 172.762647203726857, -34.55462924450719 ], [ 172.762564357949771, -34.554554639071029 ], [ 172.76246537860024, -34.554474275702574 ], [ 172.762375595437561, -34.554405383129577 ], [ 172.7622834889969, -34.554342212455936 ], [ 172.762193776732801, -34.554248505099679 ], [ 172.762115497107715, -34.554191087717271 ], [ 172.762053362084004, -34.554135610578442 ], [ 172.761961277930681, -34.554064804384382 ], [ 172.761896849569098, -34.554004550619538 ], [ 172.761793224617179, -34.553935630621218 ], [ 172.761696559309826, -34.553853362309312 ], [ 172.761609084571091, -34.553784473673915 ], [ 172.761512408726333, -34.553706022854158 ], [ 172.761395039838419, -34.553602716731433 ], [ 172.761291448509581, -34.553522343390817 ], [ 172.761203963543863, -34.553457272102804 ], [ 172.761125707162364, -34.553392218807062 ], [ 172.761033651902324, -34.553311867814877 ], [ 172.760934653657387, -34.55323913847861 ], [ 172.760867884067267, -34.553191286976713 ], [ 172.760787312897151, -34.553129092173791 ], [ 172.760679119466459, -34.553044891633419 ], [ 172.760564004953977, -34.552960677424387 ], [ 172.760474235925926, -34.55288796581064 ], [ 172.760372937047038, -34.552813322672655 ], [ 172.760267067961365, -34.552723399835891 ], [ 172.760151959784764, -34.552637276418096 ], [ 172.760064498551628, -34.552564569034146 ], [ 172.759997746442366, -34.55251099059717 ], [ 172.759912581594989, -34.552442105277684 ], [ 172.759831998146268, -34.55238468189129 ], [ 172.759746817103917, -34.552321522914191 ], [ 172.759663976202745, -34.552246915502067 ], [ 172.75959034729064, -34.552178052662356 ], [ 172.759509786286628, -34.552112993784931 ], [ 172.759413114346216, -34.552034541297722 ], [ 172.759353300783175, -34.551975249686215 ], [ 172.759284281010196, -34.551908304574383 ], [ 172.75921066370671, -34.551835623865408 ], [ 172.759139304093083, -34.551780127038469 ], [ 172.759091015230325, -34.551724675691212 ], [ 172.759031229632001, -34.551655839823106 ], [ 172.758978379077774, -34.551582245538789 ], [ 172.75893012897248, -34.55151343239001 ], [ 172.758909508583457, -34.551463762084701 ], [ 172.758905048629458, -34.551410306025325 ], [ 172.758891382483654, -34.551349196464585 ], [ 172.758882335970924, -34.551286187193881 ], [ 172.758850196926176, -34.551230767638458 ], [ 172.758794937845408, -34.551192481878722 ], [ 172.758760425736426, -34.551159963577703 ], [ 172.758716718518286, -34.551115974113493 ], [ 172.758670698787512, -34.551073888893406 ], [ 172.758606195169023, -34.551041311267554 ], [ 172.758541664030844, -34.551018277706035 ], [ 172.758481702896034, -34.551010523794631 ], [ 172.75843788005875, -34.551006619443569 ], [ 172.758382555103765, -34.5509912393332 ], [ 172.75830652195981, -34.550956729902957 ], [ 172.758212115355207, -34.550893551584359 ], [ 172.758170748741321, -34.550838113574926 ], [ 172.758136303300546, -34.550782689260984 ], [ 172.758092638039926, -34.550724383425099 ], [ 172.758051398666908, -34.550625042520771 ], [ 172.758014845293275, -34.550500896088792 ], [ 172.758010452271634, -34.550424534153549 ], [ 172.757992333147968, -34.550308059566753 ], [ 172.75797179098646, -34.550231665619137 ], [ 172.757967364855062, -34.550166756598365 ], [ 172.757956100576394, -34.550073201559151 ], [ 172.757956224938255, -34.550030253111565 ], [ 172.757937973310305, -34.549959590188095 ], [ 172.757926615117867, -34.549898485082288 ], [ 172.757915234829454, -34.549845015254689 ], [ 172.757922338291394, -34.54978203791751 ], [ 172.757911040943441, -34.549699935788666 ], [ 172.757904247065881, -34.549656019206417 ], [ 172.757925142808375, -34.549610248691224 ], [ 172.757966784999468, -34.549570245790221 ], [ 172.758024614863359, -34.549516913137992 ], [ 172.758068569488216, -34.549475005953013 ], [ 172.758137939753567, -34.549419787280002 ], [ 172.758193456882083, -34.549368358796059 ], [ 172.758232902239286, -34.549290174829771 ], [ 172.758253319565341, -34.549250193428861 ], [ 172.758281158080393, -34.549196801269851 ], [ 172.758320520493527, -34.549147249575839 ], [ 172.758371461964941, -34.549082450133213 ], [ 172.758408489695938, -34.549042437945602 ], [ 172.758447829897619, -34.549000521489859 ], [ 172.758477920042907, -34.548966222049771 ], [ 172.758489609403767, -34.548912797896342 ], [ 172.758508203165775, -34.548865113890336 ], [ 172.7585244678653, -34.548825060600187 ], [ 172.758529219682629, -34.548777349215555 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2024-01-21", "DSASDate": "21/01/2024", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_21JAN2024.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.896485031407281, -34.685741558272092 ], [ 172.896468853475596, -34.685743453324861 ], [ 172.896441128704879, -34.685739612185444 ], [ 172.896408782349766, -34.685735767111922 ], [ 172.896364884409394, -34.685730003415188 ], [ 172.896316369648218, -34.685720418188708 ], [ 172.896284030447703, -34.685710846708162 ], [ 172.896263247598085, -34.685699376261724 ], [ 172.896217038894804, -34.685693610545037 ], [ 172.89617774589442, -34.685701212255182 ], [ 172.896145392415804, -34.685703093485714 ], [ 172.896101487357356, -34.685703056068064 ], [ 172.896029871878454, -34.685687724653853 ], [ 172.895981364342987, -34.685672412920148 ], [ 172.895923620826409, -34.68565136690102 ], [ 172.895865874949124, -34.685632229645826 ], [ 172.895808141055142, -34.685603548406668 ], [ 172.895759643179531, -34.685580601419396 ], [ 172.895706511785477, -34.685567194415 ], [ 172.895671866715503, -34.685553803212073 ], [ 172.895641862393887, -34.685525145625689 ], [ 172.895602602965624, -34.685506024071998 ], [ 172.895577225050829, -34.685473552845181 ], [ 172.895565687898369, -34.685460181406725 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2024-01-21", "DSASDate": "21/01/2024", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_21JAN2024.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.895427047953319, -34.685454336159125 ], [ 172.895394692153531, -34.685458125981953 ], [ 172.895343859672295, -34.685454264759294 ], [ 172.895276861311686, -34.685442754453454 ], [ 172.895214479729617, -34.685435065666709 ], [ 172.895126691561018, -34.685417811023449 ], [ 172.895045850234027, -34.68538910953842 ], [ 172.894955773063799, -34.685354673660207 ], [ 172.894886495417182, -34.685318346860804 ], [ 172.894819518955899, -34.685289657181421 ], [ 172.894764089195917, -34.685266703815302 ], [ 172.894734068379364, -34.685251407544428 ], [ 172.894674021944667, -34.68522463256312 ], [ 172.894590872603203, -34.685194019987854 ], [ 172.894530828676807, -34.685165336144557 ], [ 172.8944730955686, -34.685136654272256 ], [ 172.894410731254993, -34.685115603534612 ], [ 172.894357631896298, -34.685077381654004 ], [ 172.894318382677397, -34.685050624520585 ], [ 172.894253734390503, -34.685008574993432 ], [ 172.894216805721072, -34.684974184666174 ], [ 172.894189125023871, -34.684935984769027 ], [ 172.894154524188053, -34.684888234888447 ], [ 172.894133820803376, -34.684814728355988 ], [ 172.894126932237441, -34.684780364088262 ], [ 172.894147821454112, -34.684707848074353 ], [ 172.894147867611878, -34.684671581035751 ], [ 172.894140971763278, -34.68464294314257 ], [ 172.89411327419981, -34.684618104767075 ], [ 172.894067102716349, -34.684583706362702 ], [ 172.894009377469445, -34.684549297894421 ], [ 172.893974750130781, -34.684522544667338 ], [ 172.893951708248579, -34.684470987192931 ], [ 172.893933290342574, -34.684417524943917 ], [ 172.893919523185332, -34.684341161214768 ], [ 172.893896537394312, -34.684245701521249 ], [ 172.893896620186979, -34.684180802605511 ], [ 172.893917519190722, -34.684100651457314 ], [ 172.893922267279237, -34.684001398311445 ], [ 172.893943146740867, -34.683936517490203 ], [ 172.893973252102768, -34.683885006247301 ], [ 172.893975623675516, -34.683837288463472 ], [ 172.89400107709497, -34.683809633089894 ], [ 172.89405426058147, -34.683781047419906 ], [ 172.89407279268238, -34.683744796442355 ], [ 172.894082137726883, -34.683664635218484 ], [ 172.89410533743353, -34.683592121206019 ], [ 172.894135437710815, -34.68354442750347 ], [ 172.894165547668877, -34.683489098625529 ], [ 172.89418871811381, -34.683439490097726 ], [ 172.894237301686246, -34.683393721206436 ], [ 172.894278945745583, -34.683353672658768 ], [ 172.894311346860661, -34.683313616082529 ], [ 172.894353005391281, -34.683262114757106 ], [ 172.894385416130064, -34.683214422992535 ], [ 172.894413227195827, -34.683149548087663 ], [ 172.89443868631534, -34.683117120638919 ], [ 172.894447970377172, -34.683084679178862 ], [ 172.894436489456353, -34.683027405412304 ], [ 172.894420387118203, -34.682970127641291 ], [ 172.894395039518997, -34.682914750652174 ], [ 172.894367352150226, -34.682882277159912 ], [ 172.894335056713686, -34.682839301298557 ], [ 172.89429583281418, -34.6827934562289 ], [ 172.894251960842581, -34.682768603850334 ], [ 172.894201137343003, -34.68275901577617 ], [ 172.894157236270331, -34.682757068868881 ], [ 172.894099470936794, -34.682755109901137 ], [ 172.894053242138824, -34.682766522493523 ], [ 172.894018576612382, -34.682770309946065 ], [ 172.893967738539004, -34.682772174527187 ], [ 172.893935410492077, -34.68275496725304 ], [ 172.893905407776998, -34.682726309228926 ], [ 172.893880028935683, -34.682695746428784 ], [ 172.893850033569066, -34.682661362014478 ], [ 172.893840832153217, -34.68262890449877 ], [ 172.893843184274914, -34.682596457044852 ], [ 172.893861730816781, -34.68254875333907 ], [ 172.893884889003346, -34.682508688822089 ], [ 172.893908037428929, -34.682476259469119 ], [ 172.893924261033789, -34.68243809770253 ], [ 172.89394047975594, -34.682403753517939 ], [ 172.893993645334149, -34.68238852941171 ], [ 172.894044495330036, -34.682377120858121 ], [ 172.894067629070832, -34.682356144227377 ], [ 172.894109238670495, -34.682342818821446 ], [ 172.894155459938304, -34.682337132583292 ], [ 172.894180892196431, -34.68232570189857 ], [ 172.894222538174176, -34.682283744569922 ], [ 172.894250302944926, -34.682255136745319 ], [ 172.894294240141591, -34.682228451734531 ], [ 172.894347429788866, -34.68219413955029 ], [ 172.894372876520691, -34.682171256071278 ], [ 172.894396012544888, -34.682148370584912 ], [ 172.89441913886472, -34.682133120263366 ], [ 172.894456141443271, -34.682108337981184 ], [ 172.894479275005523, -34.682087361271059 ], [ 172.894483906075095, -34.682079730102267 ], [ 172.894481624440829, -34.682056822593815 ], [ 172.894449291720463, -34.682043433038963 ], [ 172.894423888658906, -34.682031958272226 ], [ 172.894410063285875, -34.68200140558536 ], [ 172.894407781674062, -34.681978498075289 ], [ 172.894417075311367, -34.681938421441714 ], [ 172.894421741509206, -34.68190311278542 ], [ 172.894431025440923, -34.681870671319949 ], [ 172.894442627317375, -34.681832505477345 ], [ 172.894435753402433, -34.681786688455851 ], [ 172.894417318814533, -34.681746587804028 ], [ 172.89441273864071, -34.681714134329304 ], [ 172.894442825947891, -34.681675984496913 ], [ 172.894456726361085, -34.681647364615081 ], [ 172.894468328194307, -34.681609198768562 ], [ 172.894473005248813, -34.68156530054204 ], [ 172.894466126495303, -34.681523301105294 ], [ 172.894466184617613, -34.68147749008471 ], [ 172.894470868930597, -34.681427865479669 ], [ 172.894489426956454, -34.681370617705248 ], [ 172.894505705757069, -34.681288553623951 ], [ 172.894519642391231, -34.68123130184383 ], [ 172.894526632484229, -34.681185496819346 ], [ 172.894529008498978, -34.681133961417544 ], [ 172.894538299562413, -34.681095793561582 ], [ 172.894559165710461, -34.681040456565022 ], [ 172.894573065976857, -34.681011836666649 ], [ 172.894586986794678, -34.68096699202863 ], [ 172.894596280231411, -34.680926915374407 ], [ 172.894607867388572, -34.680900202266102 ], [ 172.89463795189323, -34.680863961172491 ], [ 172.894681917230884, -34.680814370501324 ], [ 172.894709691016544, -34.680778127392941 ], [ 172.894732845884306, -34.680739971494326 ], [ 172.89475830896933, -34.680703726378837 ], [ 172.894788398165815, -34.680663667661065 ], [ 172.894809244727952, -34.680623600959819 ], [ 172.894825457902328, -34.680593074231602 ], [ 172.894850948649633, -34.680534877977962 ], [ 172.894853293077631, -34.680508156871191 ], [ 172.894860270861983, -34.680471895786027 ], [ 172.894855692996828, -34.680437533528085 ], [ 172.894830316915233, -34.680405062122048 ], [ 172.894777220364602, -34.680366840399742 ], [ 172.894731029220821, -34.680349621362772 ], [ 172.894694112082703, -34.680307595985539 ], [ 172.894661842853367, -34.680244577868365 ], [ 172.894627255779938, -34.680187284123491 ], [ 172.894611136926784, -34.68014336790241 ], [ 172.894590401654597, -34.680095630096822 ], [ 172.894576591054914, -34.68005362466166 ], [ 172.894558168878518, -34.680003980055325 ], [ 172.89450280807057, -34.679929489145621 ], [ 172.894452044402215, -34.679874090142 ], [ 172.894408195727692, -34.679832058673078 ], [ 172.894385125786556, -34.679803406759433 ], [ 172.894357429757662, -34.679778568422456 ], [ 172.894311297231326, -34.679715538191843 ], [ 172.89427205783096, -34.679683054645295 ], [ 172.894242063385065, -34.679648670312119 ], [ 172.894205178362995, -34.679581830472593 ], [ 172.894154419962206, -34.679522613756333 ], [ 172.894124447487513, -34.679471050255252 ], [ 172.894101411763245, -34.679415675182433 ], [ 172.894064517234028, -34.679356470470857 ], [ 172.894025329164521, -34.679283902186498 ], [ 172.893995361720243, -34.679228521065554 ], [ 172.893963073972373, -34.679180773099702 ], [ 172.893933061581578, -34.679160704637454 ], [ 172.893910026070245, -34.679105329526024 ], [ 172.893859229202235, -34.679076653375184 ], [ 172.893813092568678, -34.679017440536704 ], [ 172.893778535836134, -34.678937241022055 ], [ 172.893767026690341, -34.678902872674925 ], [ 172.89371393158649, -34.678864650482701 ], [ 172.893686238509588, -34.678837903197014 ], [ 172.893656281211548, -34.678774886816001 ], [ 172.893605496839086, -34.678736666591725 ], [ 172.893589383687981, -34.678688932639893 ], [ 172.893561744439211, -34.678620191871246 ], [ 172.89353408569292, -34.678566721442763 ], [ 172.89350871802705, -34.678528523373402 ], [ 172.893476435717901, -34.678476957687366 ], [ 172.893441862418399, -34.678410119625177 ], [ 172.893411900567457, -34.678350920767222 ], [ 172.893393489245284, -34.678293640799076 ], [ 172.893372768586715, -34.678235404409818 ], [ 172.893372827304006, -34.678189593366056 ], [ 172.893372876234963, -34.678151417496004 ], [ 172.893349821797898, -34.678111312618917 ], [ 172.893324466593299, -34.678063570541084 ], [ 172.89328523815081, -34.678023451496024 ], [ 172.893252958624743, -34.677969976953605 ], [ 172.893253024755239, -34.677918439527332 ], [ 172.893232305512697, -34.677859248714128 ], [ 172.893197722862794, -34.677800045751212 ], [ 172.893163140262004, -34.677740842777979 ], [ 172.893130856019582, -34.677691185788341 ], [ 172.893100875025823, -34.677647257197059 ], [ 172.893087050863471, -34.677616704340345 ], [ 172.893073229164685, -34.67758424268829 ], [ 172.893045573529292, -34.677528863347383 ], [ 172.893038713004046, -34.677473502248269 ], [ 172.893043400390582, -34.677421968872878 ], [ 172.893038843073725, -34.677372336181307 ], [ 172.892995007477964, -34.677321714618685 ], [ 172.892960385924653, -34.677293052284021 ], [ 172.892932730460728, -34.677237672915183 ], [ 172.892912006700413, -34.677182299629244 ], [ 172.892882043208999, -34.677125009424415 ], [ 172.892854380477843, -34.677075356417916 ], [ 172.892838272994595, -34.677023804767479 ], [ 172.892824485917146, -34.67696461997059 ], [ 172.89280606054723, -34.67691879266517 ], [ 172.892776092303023, -34.676865320019871 ], [ 172.892706862058958, -34.676798451243513 ], [ 172.892683825552069, -34.676744984675473 ], [ 172.89265848099555, -34.676689607274199 ], [ 172.892656241876381, -34.676634250215599 ], [ 172.892640144453509, -34.676575063359813 ], [ 172.892667965727298, -34.67650159920786 ], [ 172.89266569951775, -34.676467238881663 ], [ 172.892631095676819, -34.676425214892333 ], [ 172.892571068609101, -34.676388894879189 ], [ 172.8925225794612, -34.676364037786684 ], [ 172.892490303533521, -34.676308654235797 ], [ 172.89243031856742, -34.676239884654144 ], [ 172.892384147484336, -34.676209303162906 ], [ 172.892294091235669, -34.676167230109868 ], [ 172.892236384917481, -34.676123276796133 ], [ 172.892187947968949, -34.676058334894122 ], [ 172.892100318856905, -34.675926550417458 ], [ 172.892049583993469, -34.675852062442914 ], [ 172.892012697454703, -34.67578903949294 ], [ 172.891989656715879, -34.675739390374588 ], [ 172.891959696855963, -34.675680191137374 ], [ 172.891925116014193, -34.675620987795575 ], [ 172.89189281596893, -34.675584692023236 ], [ 172.891862820259576, -34.675553170277375 ], [ 172.891842112516912, -34.67548634403083 ], [ 172.891819069481386, -34.675438603672347 ], [ 172.891756767741043, -34.675375558084006 ], [ 172.891715248205827, -34.675322074908102 ], [ 172.891662166269981, -34.675276216628482 ], [ 172.891613715341776, -34.675222727256937 ], [ 172.891588376933555, -34.675163532032855 ], [ 172.891556119507584, -34.675094786665227 ], [ 172.891521541684256, -34.675033674409868 ], [ 172.891463873910595, -34.674961088808665 ], [ 172.891406208728824, -34.674886594385136 ], [ 172.89136469713938, -34.674827384703121 ], [ 172.891311615712027, -34.674781526268085 ], [ 172.891288593127683, -34.674718515449094 ], [ 172.891284023283731, -34.674679381041685 ], [ 172.891219387076006, -34.674635421056934 ], [ 172.891184799704547, -34.674581943880227 ], [ 172.891138669958536, -34.674520821199479 ], [ 172.891085633827458, -34.674440604362864 ], [ 172.89103488077734, -34.674381386307608 ], [ 172.890986425770734, -34.674331714269734 ], [ 172.890944927265679, -34.674262960467608 ], [ 172.890903421320502, -34.674199933034458 ], [ 172.890861915438165, -34.67413690558665 ], [ 172.890845814762429, -34.674081536062175 ], [ 172.890804305224947, -34.674021371785685 ], [ 172.890716605230864, -34.67394685011849 ], [ 172.89068430636155, -34.673910554018136 ], [ 172.890640475273273, -34.673858977188765 ], [ 172.890573552174061, -34.673797835632492 ], [ 172.890499722914541, -34.673717599866073 ], [ 172.890465136386126, -34.673664122478712 ], [ 172.890425946585793, -34.673597279364529 ], [ 172.890379807882795, -34.673543791567866 ], [ 172.890333661691528, -34.673496030137706 ], [ 172.890289841106011, -34.673436818000404 ], [ 172.890252924237473, -34.673398608829956 ], [ 172.890213701990774, -34.673356579977821 ], [ 172.890181436320773, -34.673295469408828 ], [ 172.890139918833995, -34.673241985681919 ], [ 172.890114564428529, -34.673196151699358 ], [ 172.890103108006969, -34.673123607080754 ], [ 172.890100855550685, -34.673079702715548 ], [ 172.890110170423497, -34.673024355994514 ], [ 172.890098724113727, -34.672944176193738 ], [ 172.890075690344531, -34.672890709104138 ], [ 172.890048040780101, -34.672833420252211 ], [ 172.890013454908313, -34.672779942730166 ], [ 172.889946505365288, -34.672739797566287 ], [ 172.889898003973371, -34.672726392190398 ], [ 172.889865675615994, -34.672713001407423 ], [ 172.889840277298191, -34.672700571276906 ], [ 172.889817221013715, -34.672664283291859 ], [ 172.889812635541944, -34.672637555985204 ], [ 172.889801151651511, -34.672586008077559 ], [ 172.8897827137408, -34.672551633057374 ], [ 172.889697270966195, -34.672519106223476 ], [ 172.889634932508102, -34.672486600248568 ], [ 172.889581840861013, -34.672450285022606 ], [ 172.889538011223948, -34.672398707787224 ], [ 172.889496507271872, -34.672335679859536 ], [ 172.889485003336915, -34.672299402280792 ], [ 172.889450410440475, -34.67225165098079 ], [ 172.889401942395665, -34.672213431070638 ], [ 172.889367324203675, -34.672184767697793 ], [ 172.889346563453387, -34.672159934488825 ], [ 172.889328168983837, -34.6720931098805 ], [ 172.889284371439004, -34.672017672611929 ], [ 172.88925900263439, -34.671983291214914 ], [ 172.889205939429559, -34.671925979076029 ], [ 172.889159812606351, -34.671864855625344 ], [ 172.889139077428524, -34.671820934427771 ], [ 172.88909060468896, -34.671786531982335 ], [ 172.889023630933252, -34.671765474259836 ], [ 172.888991341287209, -34.671723451315223 ], [ 172.888947504755947, -34.671677600248586 ], [ 172.88888060504533, -34.671601187384546 ], [ 172.888822941949599, -34.671528600502029 ], [ 172.888776813076191, -34.671469385698728 ], [ 172.888728407055481, -34.671385354429404 ], [ 172.888675357365315, -34.671318498078591 ], [ 172.888608458192778, -34.671242085061728 ], [ 172.888580789737404, -34.671200066227577 ], [ 172.888566974691287, -34.671164740842606 ], [ 172.888548558056755, -34.671115095266053 ], [ 172.888511630229317, -34.67108642953432 ], [ 172.888493200855891, -34.671046327926021 ], [ 172.888447036659443, -34.671013836130328 ], [ 172.888435551277468, -34.670964196877769 ], [ 172.888437915400999, -34.670924114287509 ], [ 172.888405618696993, -34.670887817569572 ], [ 172.888350202860011, -34.670862952458648 ], [ 172.888317893408811, -34.670836199694612 ], [ 172.88827869897267, -34.670775082251438 ], [ 172.888193330422212, -34.670689108084247 ], [ 172.888142579148791, -34.670631797592186 ], [ 172.888080312028109, -34.670547753336287 ], [ 172.888011111358168, -34.670465611476367 ], [ 172.88795344980619, -34.670393024172036 ], [ 172.887875000216468, -34.6703166001261 ], [ 172.887821954465068, -34.670247834599195 ], [ 172.887782765817605, -34.670182899400622 ], [ 172.887752828966313, -34.670110337515354 ], [ 172.887706711942002, -34.670043487113546 ], [ 172.887660600145324, -34.66997281910227 ], [ 172.887609910257481, -34.669870651683595 ], [ 172.887561485709227, -34.669801890299027 ], [ 172.887533864694802, -34.669725512895326 ], [ 172.88751316702843, -34.669654868267308 ], [ 172.887494779741189, -34.669584225767125 ], [ 172.887476374418014, -34.669526944834274 ], [ 172.887453379416343, -34.669446754082259 ], [ 172.887437279326775, -34.669393292866907 ], [ 172.887402743046721, -34.669305456253824 ], [ 172.887372817173969, -34.669225259082353 ], [ 172.887322116462286, -34.669131681114806 ], [ 172.887301408782065, -34.669068671628445 ], [ 172.887278403732495, -34.668996116021958 ], [ 172.887266905101285, -34.668956975022745 ], [ 172.887250838845063, -34.668878699430621 ], [ 172.88722322876697, -34.668794686761927 ], [ 172.887234826934929, -34.668760339118251 ], [ 172.887253392259055, -34.668699274738209 ], [ 172.887297314182234, -34.668680227364845 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2024-01-21", "DSASDate": "21/01/2024", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_21JAN2024.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.886922971349918, -34.668324706663121 ], [ 172.88688542233939, -34.668329443826565 ], [ 172.886844965972472, -34.668348494269324 ], [ 172.886804535550141, -34.66834845673695 ], [ 172.886755477180657, -34.668322165196663 ], [ 172.886743945117814, -34.668307838494776 ], [ 172.886743993824496, -34.66827204856645 ], [ 172.88672960636157, -34.668233859227875 ], [ 172.886689253963283, -34.668176557771396 ], [ 172.886643083611943, -34.668150268869447 ], [ 172.886556515501553, -34.668100082382807 ], [ 172.886452616978744, -34.668052265692928 ], [ 172.886357401750445, -34.667990141018649 ], [ 172.886241948725512, -34.667944699375951 ], [ 172.886155374543478, -34.66789928459432 ], [ 172.886042812892498, -34.667851459464146 ], [ 172.885964895982795, -34.667810824635453 ], [ 172.88584369387064, -34.667746289249735 ], [ 172.885741542022174, -34.667688929593716 ], [ 172.885649214291988, -34.667627761469127 ], [ 172.885573048215974, -34.667574243639308 ], [ 172.885513071313312, -34.667508333773121 ], [ 172.885476180277976, -34.667454852757551 ], [ 172.885455442883995, -34.667414748500306 ], [ 172.885400059154733, -34.667368885280325 ], [ 172.885328487737297, -34.66733445960331 ], [ 172.885277708904738, -34.667300053451669 ], [ 172.8852176916281, -34.66726372978232 ], [ 172.885155414171749, -34.667191136775266 ], [ 172.885106966855858, -34.667141462356838 ], [ 172.885063129602884, -34.667099427460762 ], [ 172.88500544657569, -34.667045926696154 ], [ 172.884950081810814, -34.666986701694711 ], [ 172.884880871344961, -34.666916010800804 ], [ 172.884832434918479, -34.666858701085701 ], [ 172.884765526996489, -34.666793738697123 ], [ 172.884730920585525, -34.666759347600234 ], [ 172.884698680001179, -34.666684873950992 ], [ 172.884647925635733, -34.666633288365681 ], [ 172.884594869012972, -34.666575974182379 ], [ 172.88456720677874, -34.666532045615583 ], [ 172.884521078400468, -34.666476646757978 ], [ 172.884486493416489, -34.666426985217505 ], [ 172.884468060385473, -34.666391654967441 ], [ 172.884415009342234, -34.666330523110865 ], [ 172.884364271280845, -34.666267484625322 ], [ 172.884311191206706, -34.666227349485965 ], [ 172.884253517230519, -34.666168121970038 ], [ 172.884221240126493, -34.666120371342359 ], [ 172.884177398545461, -34.666082153716097 ], [ 172.88411741983532, -34.666019106346589 ], [ 172.884064350674265, -34.665971335911763 ], [ 172.884025124409249, -34.665936940217286 ], [ 172.883997462687518, -34.665893011517618 ], [ 172.883944385690654, -34.665850967420177 ], [ 172.883891324724743, -34.665797470518797 ], [ 172.883861339564476, -34.665763083571228 ], [ 172.883801377313006, -34.665688583263083 ], [ 172.883762161953115, -34.665646552295662 ], [ 172.883722949299539, -34.66560261251859 ], [ 172.883704539445205, -34.665551057376241 ], [ 172.883649163257104, -34.665501375757543 ], [ 172.883609940054299, -34.665465071130754 ], [ 172.883575337342705, -34.665428770903546 ], [ 172.883540754692888, -34.665378154689783 ], [ 172.883501563656552, -34.665318944464943 ], [ 172.883464642810651, -34.665288368388815 ], [ 172.8834346767228, -34.665240619755743 ], [ 172.883404726713138, -34.665181418333475 ], [ 172.883372498622407, -34.665099309130042 ], [ 172.883347171818315, -34.665038203315262 ], [ 172.883296438028395, -34.664973255578168 ], [ 172.883271132734308, -34.66489687937046 ], [ 172.883222709301577, -34.664831933813282 ], [ 172.883185815563394, -34.664782269680543 ], [ 172.883148927228774, -34.664728787942224 ], [ 172.883142068960154, -34.664677243778911 ], [ 172.883121352143093, -34.664623777530416 ], [ 172.883100629990793, -34.664574128872196 ], [ 172.883089154039027, -34.664520671477341 ], [ 172.883105388460109, -34.6644758302509 ], [ 172.883098511472411, -34.664437647663078 ], [ 172.883077765247236, -34.664405178173944 ], [ 172.883029307378081, -34.664365046898709 ], [ 172.882994675859976, -34.664349743270371 ], [ 172.882969317353513, -34.664311542936709 ], [ 172.882948622212581, -34.66424280627853 ], [ 172.882937141034347, -34.664193166461168 ], [ 172.882895624677673, -34.66414540659715 ], [ 172.882847156300784, -34.664112910437233 ], [ 172.88278712087839, -34.664091855936931 ], [ 172.88272938223048, -34.664080347615325 ], [ 172.882680908575622, -34.664051668983632 ], [ 172.882625507077591, -34.664021074863406 ], [ 172.88256780620398, -34.663982843303884 ], [ 172.882447737067139, -34.663939779599751 ], [ 172.882371546750676, -34.66390725651825 ], [ 172.882304589137874, -34.663880468701656 ], [ 172.882198409756768, -34.66381737576036 ], [ 172.88213840714684, -34.663773415373008 ], [ 172.882089979842362, -34.663712286951679 ], [ 172.882046156737175, -34.663662615764615 ], [ 172.882027761874753, -34.663601516368978 ], [ 172.882011712389954, -34.663515604840129 ], [ 172.881988729712987, -34.663431595397348 ], [ 172.881995708941844, -34.663397243752428 ], [ 172.881974960698955, -34.663366682868862 ], [ 172.881910305694987, -34.663345623463044 ], [ 172.88186644496281, -34.66332267537274 ], [ 172.881815680849172, -34.663280632574661 ], [ 172.881764946612009, -34.663217592983564 ], [ 172.88172803818432, -34.663179381184406 ], [ 172.881663464799516, -34.66310105772385 ], [ 172.881642735751456, -34.663057135200354 ], [ 172.881580434683684, -34.663005537102066 ], [ 172.881525064172195, -34.662953945706334 ], [ 172.881495089164787, -34.662913831772251 ], [ 172.881451264115668, -34.662866069163954 ], [ 172.88141435598763, -34.66282785726824 ], [ 172.88136822087526, -34.662780092382661 ], [ 172.881331352281876, -34.662714202896886 ], [ 172.881294460608842, -34.66266453817876 ], [ 172.881255242491449, -34.662626323984725 ], [ 172.881195219442702, -34.662597633508099 ], [ 172.881139841264115, -34.662551768327809 ], [ 172.881098307670243, -34.662517369425949 ], [ 172.881059095167245, -34.662475337573014 ], [ 172.881015267870424, -34.662429483603155 ], [ 172.880985298755462, -34.662385551945917 ], [ 172.880971506129555, -34.662337818473802 ], [ 172.880911524349614, -34.662280495891835 ], [ 172.880856154734545, -34.662228904188005 ], [ 172.880823881103055, -34.662181152637082 ], [ 172.880784720837937, -34.662102853537732 ], [ 172.880761706974653, -34.662041749420311 ], [ 172.880750205524691, -34.662007379764297 ], [ 172.880706370437366, -34.661967252073985 ], [ 172.880676401651385, -34.66192332033814 ], [ 172.880648753974128, -34.661871755664983 ], [ 172.880639590093153, -34.661818300281169 ], [ 172.880639631148767, -34.661789668314213 ], [ 172.88062578680919, -34.66177820195734 ], [ 172.880572648411771, -34.661781967519822 ], [ 172.880512609767607, -34.661764729491729 ], [ 172.880441047933743, -34.661728392130044 ], [ 172.880404142144471, -34.661689225524448 ], [ 172.880328004082713, -34.66162234279885 ], [ 172.880274948133263, -34.661568844296738 ], [ 172.880238082312957, -34.661502000071195 ], [ 172.880203507440172, -34.661448519688868 ], [ 172.880189745636926, -34.661379789345382 ], [ 172.880185213322449, -34.661318703272144 ], [ 172.880192209598988, -34.661272898932111 ], [ 172.880221151928339, -34.661227116152993 ], [ 172.880221206859858, -34.661188940193888 ], [ 172.880203956572075, -34.66113643122776 ], [ 172.880152034079885, -34.661098204187482 ], [ 172.880053957627439, -34.661026527716743 ], [ 172.879984723245116, -34.66097873956906 ], [ 172.879932890429615, -34.660878476498894 ], [ 172.879834903974881, -34.660744763913193 ], [ 172.879725332888398, -34.660634899829283 ], [ 172.87964461064513, -34.660544152134243 ], [ 172.879511932270873, -34.660439037046032 ], [ 172.879448522282814, -34.66035785032998 ], [ 172.879350523385341, -34.660233681337452 ], [ 172.879206357790707, -34.660085606522998 ], [ 172.879142941441387, -34.660009191640121 ], [ 172.879062234303859, -34.65990889956138 ], [ 172.878964181004932, -34.659822906217663 ], [ 172.878854584502079, -34.659732129322819 ], [ 172.878802712136746, -34.659660497731323 ], [ 172.87874504384348, -34.659603176361635 ], [ 172.878716327915299, -34.659493391735481 ], [ 172.878681816048868, -34.659397917342787 ], [ 172.8786530515832, -34.659321536671143 ], [ 172.878612757761999, -34.659230828504917 ], [ 172.878532017202389, -34.659154396046375 ], [ 172.878485871845868, -34.659116174041465 ], [ 172.878399286683674, -34.659087455700984 ], [ 172.878347317484526, -34.659082631857359 ], [ 172.878272240795553, -34.659082556927579 ], [ 172.878179852682933, -34.659072920650459 ], [ 172.878100052893075, -34.659077453832111 ], [ 172.877997535602617, -34.659083316299935 ], [ 172.877939793049478, -34.659077293504886 ], [ 172.877874861345077, -34.6590509824685 ], [ 172.877833049442643, -34.659011571555808 ], [ 172.877782576647945, -34.658970958946668 ], [ 172.87772055191175, -34.658931527732662 ], [ 172.877672954507915, -34.658899268967119 ], [ 172.877636910877584, -34.658864635776631 ], [ 172.877597956918493, -34.658845508664562 ], [ 172.877570572500161, -34.658813270148386 ], [ 172.87755185953975, -34.658775075330382 ], [ 172.877528817022238, -34.658735683159662 ], [ 172.877498545114975, -34.658703441726445 ], [ 172.877453851283093, -34.658660448783777 ], [ 172.87742502320674, -34.658628208783071 ], [ 172.877365923347526, -34.658563727308803 ], [ 172.8773226910115, -34.658508805778247 ], [ 172.877282349792551, -34.658451501139965 ], [ 172.877262193274532, -34.658413304822567 ], [ 172.877208859974559, -34.658354794079408 ], [ 172.877178616489914, -34.6583034645788 ], [ 172.877152688502974, -34.658262876426789 ], [ 172.877144078709193, -34.658227077723716 ], [ 172.87712825008802, -34.658191271745466 ], [ 172.877110975953087, -34.658156657309057 ], [ 172.877109943652499, -34.658126043834812 ], [ 172.877099679403756, -34.658100495619649 ], [ 172.877091470522743, -34.658078354524697 ], [ 172.877070919429428, -34.658042580789164 ], [ 172.877048290366503, -34.658018722627325 ], [ 172.87700096183238, -34.657977814300985 ], [ 172.87696802081598, -34.657960755820035 ], [ 172.876922740154271, -34.657928362152838 ], [ 172.876891889768388, -34.657890875465085 ], [ 172.876848672075795, -34.657856781328263 ], [ 172.876821952589808, -34.657812488695711 ], [ 172.876786991608896, -34.657768187729168 ], [ 172.876731419305543, -34.65772897349084 ], [ 172.876657364180346, -34.657648879937369 ], [ 172.876610053711431, -34.657596053802074 ], [ 172.876579203589273, -34.657558567033725 ], [ 172.876546315841381, -34.657505755471078 ], [ 172.876496962830146, -34.657441009549082 ], [ 172.87642703145471, -34.657359217504428 ], [ 172.876365291126007, -34.657311484221637 ], [ 172.876328242410494, -34.657285908776963 ], [ 172.876272701006826, -34.65722626405995 ], [ 172.876260397001687, -34.657187093501889 ], [ 172.876233650202579, -34.65716152848227 ], [ 172.876225444174963, -34.657137684803956 ], [ 172.876235806742187, -34.657096834724967 ], [ 172.876256468584444, -34.65705769762247 ], [ 172.876186518777359, -34.656988674353713 ], [ 172.876149487988755, -34.656951181197172 ], [ 172.876104241130633, -34.65689665443147 ], [ 172.876056918766722, -34.656852340688722 ], [ 172.875999335239271, -34.656780776092717 ], [ 172.875937646323337, -34.656698992141671 ], [ 172.875886231371851, -34.656635946391994 ], [ 172.875853344426702, -34.656583134636193 ], [ 172.87580808272466, -34.656538822892969 ], [ 172.875775161573955, -34.656508995168892 ], [ 172.875742254421908, -34.656469803562189 ], [ 172.875668145432968, -34.656427164890722 ], [ 172.875624916284238, -34.656401582927138 ], [ 172.875550797236997, -34.656365754274177 ], [ 172.875472608491719, -34.656295870917546 ], [ 172.875406771741979, -34.656232810232744 ], [ 172.875361563990197, -34.656152745348713 ], [ 172.875297831126204, -34.656060743826401 ], [ 172.875252608266891, -34.655990894035654 ], [ 172.875197065944263, -34.655932951342102 ], [ 172.875168292723288, -34.655885251182326 ], [ 172.875133376836089, -34.655812006846581 ], [ 172.875063466049028, -34.655718296345299 ], [ 172.875005843263835, -34.655673971632922 ], [ 172.874952359094436, -34.655617733460389 ], [ 172.874913266586276, -34.655581940332183 ], [ 172.874884465506682, -34.655552967852898 ], [ 172.874859799171162, -34.655514635720934 ], [ 172.874816637298181, -34.655444787878167 ], [ 172.874715827486142, -34.655347640395732 ], [ 172.874637632706651, -34.65528286406385 ], [ 172.874553277617082, -34.655204461140471 ], [ 172.874499814584169, -34.655134602584198 ], [ 172.874462803347427, -34.655085191247878 ], [ 172.874421694638585, -34.655020452951135 ], [ 172.874347646709907, -34.654938655446379 ], [ 172.874310656210639, -34.654875623880002 ], [ 172.874248936934919, -34.654815971852742 ], [ 172.874181031683946, -34.654759718461989 ], [ 172.874123404883932, -34.654718798373835 ], [ 172.874082232252022, -34.654696623031697 ], [ 172.874047292062301, -34.654640403602734 ], [ 172.874018527673115, -34.654587595595217 ], [ 172.873977373171812, -34.654553502557071 ], [ 172.873946531803739, -34.654511758801604 ], [ 172.873897174849532, -34.654452119372458 ], [ 172.873870450285608, -34.654412933642959 ], [ 172.873829347527845, -34.654344790095173 ], [ 172.873800552413627, -34.654312412309807 ], [ 172.873728514379195, -34.654264667014097 ], [ 172.873695575502722, -34.654247607643285 ], [ 172.873658557386648, -34.654203303626517 ], [ 172.873638044893539, -34.654143693972905 ], [ 172.873625789091108, -34.654073877718602 ], [ 172.87361142650505, -34.654034704741392 ], [ 172.873559968421404, -34.654002303405306 ], [ 172.873465252121662, -34.653964749588575 ], [ 172.873424069685598, -34.653949384114838 ], [ 172.873395264510862, -34.653923816324472 ], [ 172.873362359498913, -34.65388462406348 ], [ 172.873343904989042, -34.653826719020678 ], [ 172.87333364501265, -34.653799467951032 ], [ 172.873317215854058, -34.653764549105325 ], [ 172.873284362759904, -34.653691306360507 ], [ 172.873239155831783, -34.653612943186729 ], [ 172.873198028057516, -34.653561824650531 ], [ 172.873185751964996, -34.653505628531498 ], [ 172.873183779850166, -34.653447740601528 ], [ 172.873192129841129, -34.653376243198743 ], [ 172.8732107500594, -34.653325186784556 ], [ 172.873208772746239, -34.6532707038997 ], [ 172.87322118231674, -34.653239220073111 ], [ 172.873213021604954, -34.653186433284439 ], [ 172.873171904429228, -34.653128504643348 ], [ 172.873138997241853, -34.653091014841131 ], [ 172.873106121218029, -34.653033094750619 ], [ 172.87307529771644, -34.652980284365178 ], [ 172.873050657631666, -34.652925777883198 ], [ 172.87303013550175, -34.652872978209729 ], [ 172.873028147932331, -34.65282530541149 ], [ 172.873052928133205, -34.652787875639184 ], [ 172.87307562988974, -34.652762361380553 ], [ 172.873073652677164, -34.652707878488656 ], [ 172.873053130585959, -34.652655078817254 ], [ 172.873034655793731, -34.652610793904145 ], [ 172.873022387738132, -34.652549490190239 ], [ 172.873022491584294, -34.652481389253694 ], [ 172.873030823442292, -34.652421809514777 ], [ 172.873061833574582, -34.652352038227789 ], [ 172.873092825491909, -34.652294184596343 ], [ 172.873144408131168, -34.652244013746866 ], [ 172.873208345683054, -34.652198112037752 ], [ 172.873292911486175, -34.65213520646887 ], [ 172.873338335198696, -34.652070557662825 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2024-01-21", "DSASDate": "21/01/2024", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_21JAN2024.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.849611061440527, -34.627904747637757 ], [ 172.849576389219436, -34.627923792987254 ], [ 172.849537105502748, -34.627939015018107 ], [ 172.849465510404002, -34.627944653113737 ], [ 172.849391613008208, -34.627946470704224 ], [ 172.849331574175466, -34.627946396558691 ], [ 172.8491999885712, -34.627925237040124 ], [ 172.849096113250368, -34.627904111664122 ], [ 172.848976059858984, -34.627890601411252 ], [ 172.848867538581572, -34.627884740570025 ], [ 172.848756680425765, -34.62789414721648 ], [ 172.848666615304268, -34.627897853130293 ], [ 172.848576560578721, -34.627895832559858 ], [ 172.848417296287437, -34.627857458541961 ], [ 172.848322706614482, -34.627809620703381 ], [ 172.848193514107209, -34.627742651629354 ], [ 172.848142781701085, -34.62770441227579 ], [ 172.848050505017483, -34.627654668294639 ], [ 172.847958235408186, -34.627601106631658 ], [ 172.847863660227148, -34.627545633212719 ], [ 172.847771394345216, -34.62749016260215 ], [ 172.847676847322163, -34.627419418590272 ], [ 172.847577685612123, -34.627346759927839 ], [ 172.847487746772231, -34.627281747957447 ], [ 172.847411663065401, -34.627216753252874 ], [ 172.847349406491873, -34.627167046288108 ], [ 172.847307907978859, -34.62713072695049 ], [ 172.847257183347807, -34.62708866961475 ], [ 172.847229553873774, -34.627044732374351 ], [ 172.847167267786887, -34.627011250167357 ], [ 172.847130384247322, -34.626976845361206 ], [ 172.84708197245908, -34.62693288203986 ], [ 172.847068191062249, -34.626892779742526 ], [ 172.847015161045164, -34.626848810604002 ], [ 172.846943647336701, -34.626810544682399 ], [ 172.846860626506043, -34.62675126735715 ], [ 172.846791446664128, -34.626699642602283 ], [ 172.846761504905032, -34.626657611159857 ], [ 172.846708492751873, -34.626604097856443 ], [ 172.846657754697105, -34.626569675494025 ], [ 172.846618558904112, -34.626537176435001 ], [ 172.846547094844027, -34.626472186993865 ], [ 172.846450254937963, -34.626393803895574 ], [ 172.846394930493602, -34.626342196353953 ], [ 172.846330397711995, -34.62627530670165 ], [ 172.846279698736623, -34.626219887312665 ], [ 172.846242803589462, -34.626192163057375 ], [ 172.846175937252411, -34.626138632055344 ], [ 172.846162156421741, -34.626098529651941 ], [ 172.846150667121407, -34.62606797419047 ], [ 172.846081527058857, -34.625995352160864 ], [ 172.845998521760009, -34.625928439019582 ], [ 172.845924721350201, -34.625878716745078 ], [ 172.84583939304585, -34.625819435803429 ], [ 172.845777166707279, -34.625754457579554 ], [ 172.845708037829837, -34.625676108917069 ], [ 172.845608908194748, -34.625588178192579 ], [ 172.845537399751578, -34.625548002636826 ], [ 172.845472850579029, -34.625490656557517 ], [ 172.845442895760669, -34.625456260011539 ], [ 172.845412972827148, -34.625404684200532 ], [ 172.845373866589654, -34.62532446457778 ], [ 172.845373937407572, -34.625286288449281 ], [ 172.845399459777298, -34.62522046682183 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2024-01-21", "DSASDate": "21/01/2024", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_21JAN2024.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.844908177553265, -34.624919841725252 ], [ 172.844885136266328, -34.624893089073637 ], [ 172.844855196115702, -34.624851057155126 ], [ 172.844839078608317, -34.624826222111402 ], [ 172.844825302189264, -34.624784210744089 ], [ 172.844790754577048, -34.62473644651466 ], [ 172.84474235598887, -34.624686755835683 ], [ 172.844696255883122, -34.624642794496808 ], [ 172.844654752667537, -34.624610291861082 ], [ 172.844622485852511, -34.624577800976397 ], [ 172.844599491012445, -34.624526233784053 ], [ 172.844576492641664, -34.624476575393643 ], [ 172.844537355602768, -34.624413534753515 ], [ 172.844507397996068, -34.624381046780449 ], [ 172.844452044032153, -34.624346617607209 ], [ 172.844398974257075, -34.624325553000759 ], [ 172.844341261389161, -34.624317844124768 ], [ 172.844292809828943, -34.624296785365125 ], [ 172.844253623159119, -34.624260467926064 ], [ 172.84420980052198, -34.624233688609685 ], [ 172.844159075647866, -34.624193538781206 ], [ 172.844110688460205, -34.624138121428977 ], [ 172.844085345706304, -34.624107548059868 ], [ 172.844043919775913, -34.624034005870804 ], [ 172.844016268002036, -34.624003429534824 ], [ 172.843974804670182, -34.623949929791983 ], [ 172.843931021597115, -34.623902153500715 ], [ 172.843901093005769, -34.6238543949232 ], [ 172.843875789739798, -34.623802824635206 ], [ 172.84386430874207, -34.623768451336424 ], [ 172.843852834904794, -34.623730260422825 ], [ 172.843795251266243, -34.623653834244536 ], [ 172.843723802612374, -34.623583116710691 ], [ 172.843636151257755, -34.623533375291998 ], [ 172.843518485790071, -34.623481686500604 ], [ 172.843421591253588, -34.623435750692735 ], [ 172.843352391184283, -34.623397485620401 ], [ 172.843274005188107, -34.623332485346609 ], [ 172.843209462877155, -34.6232732292507 ], [ 172.843149542357679, -34.623212070251483 ], [ 172.843105778107372, -34.623154749626082 ], [ 172.843052766932487, -34.623103143522407 ], [ 172.843002072062603, -34.62304772275337 ], [ 172.84294215365523, -34.622985609247429 ], [ 172.842875288411165, -34.622933985227526 ], [ 172.842833811947372, -34.622888120318699 ], [ 172.842799219466229, -34.622865170006108 ], [ 172.842780804710202, -34.622834605288546 ], [ 172.842767018853806, -34.622798320099641 ], [ 172.842755560053462, -34.622752493850541 ], [ 172.842755639264624, -34.62271050009668 ], [ 172.84276724746934, -34.622677110855591 ], [ 172.842767359076419, -34.622617937837937 ], [ 172.842749016399097, -34.622549196973615 ], [ 172.842716833954825, -34.622472803015505 ], [ 172.842679932645012, -34.622449849690916 ], [ 172.842587603768834, -34.622432551279097 ], [ 172.842467559334295, -34.622419034632522 ], [ 172.842393688354065, -34.622409395155699 ], [ 172.842324467947037, -34.622382582339817 ], [ 172.842282970392546, -34.622348170083576 ], [ 172.842264573998023, -34.622308061250912 ], [ 172.84226696609457, -34.622264161673513 ], [ 172.84226705638531, -34.622216441495958 ], [ 172.842251019620335, -34.622149612346298 ], [ 172.842230343160821, -34.622094230064228 ], [ 172.842207310738615, -34.622063659284514 ], [ 172.842154282741717, -34.622021596820346 ], [ 172.842080466388524, -34.62198332504682 ], [ 172.841960422684792, -34.621969807902197 ], [ 172.841898082778329, -34.621967818310928 ], [ 172.841845004301234, -34.621952479012485 ], [ 172.841805805310315, -34.621923796007692 ], [ 172.84177363846203, -34.621839766567213 ], [ 172.841780645209269, -34.621797781793646 ], [ 172.84176457449459, -34.621749086245273 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2024-01-21", "DSASDate": "21/01/2024", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_21JAN2024.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.84064411986239, -34.620844759634295 ], [ 172.840627971540869, -34.620837103289944 ], [ 172.840572595981939, -34.620816033998913 ], [ 172.840538008634354, -34.62079117423395 ], [ 172.840501134232568, -34.620754858595788 ], [ 172.840459649199119, -34.620714719292145 ], [ 172.840418131321883, -34.620691759241055 ], [ 172.840376657323873, -34.620645893486675 ], [ 172.840328282017907, -34.6205866569995 ], [ 172.840277634370665, -34.620508329395051 ], [ 172.840233840589605, -34.620468186990458 ], [ 172.840185461828924, -34.620410859252978 ], [ 172.840155573229538, -34.620344011663484 ], [ 172.840100258523961, -34.620291446833626 ], [ 172.840010303823391, -34.620241699771718 ], [ 172.839922636210161, -34.6202034085184 ], [ 172.839865036607193, -34.620138433302465 ], [ 172.839805120791709, -34.62007727264195 ], [ 172.839756742552225, -34.620019944732199 ], [ 172.839724523455288, -34.619964546846674 ], [ 172.839673810679528, -34.619920577522862 ], [ 172.839629977109126, -34.619901431782836 ], [ 172.839583845615749, -34.619876556568073 ], [ 172.839544648378848, -34.619847872831755 ], [ 172.839521672673158, -34.619788669423954 ], [ 172.83948947954562, -34.61971990982147 ], [ 172.839461874976934, -34.619666426748211 ], [ 172.839438884675474, -34.619614858554016 ], [ 172.839390457314238, -34.619583299399707 ], [ 172.839318942306676, -34.619550755412178 ], [ 172.839270601504921, -34.619474339229555 ], [ 172.839203796570615, -34.619394081065899 ], [ 172.839153158066722, -34.619311935368735 ], [ 172.839137124348781, -34.619245105786291 ], [ 172.839081857065253, -34.619168680391887 ], [ 172.839026541972743, -34.619117069472978 ], [ 172.838922698669933, -34.619086391401517 ], [ 172.838848845817438, -34.619069114551024 ], [ 172.838788854007419, -34.619048038348389 ], [ 172.838754278999943, -34.619017451650635 ], [ 172.838715141532361, -34.618958226720906 ], [ 172.838676004120288, -34.618899001778182 ], [ 172.838595257941734, -34.618864536343629 ], [ 172.838542219016034, -34.618830107529234 ], [ 172.838482330994566, -34.618755584556325 ], [ 172.838461639382388, -34.618709745653192 ], [ 172.838369359937815, -34.618669538357729 ], [ 172.838286297777387, -34.618638887274926 ], [ 172.838242468903559, -34.61861783222723 ], [ 172.838210184680264, -34.618596792475024 ], [ 172.838175630448632, -34.618555707168795 ], [ 172.838131827587148, -34.618521290426067 ], [ 172.838081153598296, -34.618458232355593 ], [ 172.838023512134953, -34.618416161953867 ], [ 172.837949749102904, -34.618353073169402 ], [ 172.83790136942676, -34.618297653321932 ], [ 172.837857596510361, -34.61824796601644 ], [ 172.837804636259932, -34.61817345191276 ], [ 172.837777040709284, -34.618116150833174 ], [ 172.837735614021028, -34.618047378473264 ], [ 172.837680322801759, -34.617984314090798 ], [ 172.837585783967199, -34.617919288624762 ], [ 172.837525886294657, -34.617850491599533 ], [ 172.837495944935966, -34.617812275459599 ], [ 172.83742680622376, -34.61774632929432 ], [ 172.837385309274623, -34.617713824165982 ], [ 172.837304575952743, -34.61767363145092 ], [ 172.837203081253591, -34.617623866913632 ], [ 172.837136201491887, -34.617583692573014 ], [ 172.83705088792783, -34.617524405444122 ], [ 172.836974839919066, -34.617449860132538 ], [ 172.836894155592915, -34.617384852639852 ], [ 172.83682272563118, -34.617310313406328 ], [ 172.836751288322603, -34.61723959174671 ], [ 172.836665990341118, -34.617172669114389 ], [ 172.836587626631086, -34.617101938084119 ], [ 172.83652769668771, -34.617050319837318 ], [ 172.836465484143474, -34.616985336808362 ], [ 172.836394013707803, -34.616931794211432 ], [ 172.836322573339856, -34.616862981106578 ], [ 172.836271860495572, -34.61682091916478 ], [ 172.836168133587535, -34.616732974500387 ], [ 172.836119737276078, -34.616687097978989 ], [ 172.836027553168549, -34.616600123105407 ], [ 172.835946919225108, -34.616510300473614 ], [ 172.835880093561286, -34.616443402124801 ], [ 172.835810929071698, -34.616391771098257 ], [ 172.835748706296613, -34.616332514124785 ], [ 172.835681847080025, -34.61628279494149 ], [ 172.835608117812285, -34.616204434262485 ], [ 172.835532057236179, -34.616137523275988 ], [ 172.835446814097423, -34.616043876467472 ], [ 172.835396105960939, -34.615999905350257 ], [ 172.835333902620278, -34.615931104120939 ], [ 172.835267070369952, -34.615868023049565 ], [ 172.835218693916318, -34.61581260212477 ], [ 172.835170298660842, -34.615766725222798 ], [ 172.835117285767296, -34.615720842060618 ], [ 172.83507348188175, -34.615688333020046 ], [ 172.83500666701903, -34.615616662166403 ], [ 172.834909865684494, -34.615530634598755 ], [ 172.834847659313994, -34.615463741926902 ], [ 172.834755468427829, -34.61538153810362 ], [ 172.83467252062826, -34.615295529108664 ], [ 172.834582665438262, -34.615199966622264 ], [ 172.834497382648834, -34.615127316036393 ], [ 172.834432852922305, -34.615068055252685 ], [ 172.834356801908541, -34.6149973259094 ], [ 172.83431302524852, -34.614951454933404 ], [ 172.834220808891615, -34.614882612362912 ], [ 172.834153982119261, -34.614817621867097 ], [ 172.834098699544711, -34.614752647033065 ], [ 172.834057216778291, -34.614714414338607 ], [ 172.834006542479926, -34.614654217764659 ], [ 172.833923584770588, -34.614573934680664 ], [ 172.833861364691842, -34.614514676734643 ], [ 172.833815294962733, -34.614461167198812 ], [ 172.833778403456051, -34.61443630235965 ], [ 172.833764630505527, -34.614396198500934 ], [ 172.833769350860535, -34.614344666956029 ], [ 172.833799418618383, -34.614317984525492 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2024-01-21", "DSASDate": "21/01/2024", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_21JAN2024.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.833668052696567, -34.614199459028242 ], [ 172.833631111842578, -34.6141994086585 ], [ 172.833594170988619, -34.614199358277581 ], [ 172.833545728029947, -34.614178295238816 ], [ 172.833497288907068, -34.614155323372003 ], [ 172.833416560908148, -34.614115128075717 ], [ 172.833363550028935, -34.614069244144837 ], [ 172.833301311645698, -34.61401952995466 ], [ 172.833216046450048, -34.613939243230284 ], [ 172.833139997496971, -34.613868513121304 ], [ 172.833080106397375, -34.61379971388638 ], [ 172.833038641769377, -34.613752891202303 ], [ 172.832994866486871, -34.61370701974792 ], [ 172.832948790111658, -34.613657327498501 ], [ 172.832923500522099, -34.613603846071584 ], [ 172.83290976636539, -34.613544654023038 ], [ 172.832905225289949, -34.613506471519884 ], [ 172.832886835345505, -34.613466361233229 ], [ 172.832822262127934, -34.613430005296195 ], [ 172.832753036950919, -34.613410822275753 ], [ 172.832683819465529, -34.613387821598103 ], [ 172.832633099076247, -34.613351484558038 ], [ 172.832550090324048, -34.613297923856386 ], [ 172.832476343627405, -34.613231014116401 ], [ 172.832411809131429, -34.613175569871665 ], [ 172.832356517489103, -34.613116320664837 ], [ 172.832273532183621, -34.613051306919914 ], [ 172.832220545651239, -34.612993969633862 ], [ 172.832142181951667, -34.612927053339909 ], [ 172.8320823000372, -34.612854435990705 ], [ 172.832008563720649, -34.612782753942597 ], [ 172.831925590559393, -34.61271201353189 ], [ 172.831796542438298, -34.612591580374747 ], [ 172.83170208749786, -34.612490282948677 ], [ 172.831538482016498, -34.612333534364396 ], [ 172.831437086002694, -34.612239862403584 ], [ 172.83133801054413, -34.612140467121748 ], [ 172.831248147120107, -34.612052537387889 ], [ 172.831172109283443, -34.611977988421657 ], [ 172.831102999734014, -34.611902494591426 ], [ 172.831013194830945, -34.611785932542972 ], [ 172.830918710793327, -34.611699904977094 ], [ 172.830858792110206, -34.611646375111853 ], [ 172.830789677309411, -34.611573744315677 ], [ 172.830711350963526, -34.611489647809996 ], [ 172.830628387941374, -34.611415088890254 ], [ 172.830554640571819, -34.611350086786757 ], [ 172.830471697229115, -34.611265983712485 ], [ 172.830395641393466, -34.611200978303991 ], [ 172.830310393525366, -34.611114963099979 ], [ 172.830232037008471, -34.611046136758681 ], [ 172.830119090740055, -34.610957219652128 ], [ 172.829999224416696, -34.610865429575618 ], [ 172.829900128943791, -34.610777485970644 ], [ 172.829814839173451, -34.61071246732201 ], [ 172.829718052780578, -34.61062452678842 ], [ 172.829618946191715, -34.610542309381991 ], [ 172.829482966953151, -34.610427590510739 ], [ 172.829395419929341, -34.61033775381572 ], [ 172.829294020933247, -34.610247897676615 ], [ 172.829236420843955, -34.610190552618896 ], [ 172.82915807781157, -34.610115999153621 ], [ 172.829091217728973, -34.610071048358002 ], [ 172.828999038474336, -34.609988840146222 ], [ 172.828895347309498, -34.609891345198562 ], [ 172.828798578511254, -34.609795768690518 ], [ 172.828704106851916, -34.609705921775429 ], [ 172.828621170930944, -34.609619908620999 ], [ 172.828552044060757, -34.609554911782851 ], [ 172.828471401415783, -34.609476537008689 ], [ 172.828395352697783, -34.609409621533835 ], [ 172.828330847443198, -34.609342722253572 ], [ 172.828257158722977, -34.609250995412395 ], [ 172.828204185225985, -34.609189838741827 ], [ 172.828135033470403, -34.609137248928931 ], [ 172.828042883737112, -34.609041678318874 ], [ 172.827943843681737, -34.608928918582514 ], [ 172.827886296636734, -34.608846758351525 ], [ 172.827840273266162, -34.60877415843089 ], [ 172.827778085480759, -34.608703444491852 ], [ 172.827732024829942, -34.60864897822389 ], [ 172.827649102793544, -34.608557237969897 ], [ 172.827550055951178, -34.608448295528234 ], [ 172.82745102516256, -34.608331717764869 ], [ 172.827345013422274, -34.608241853459944 ], [ 172.827229787138862, -34.608142431935804 ], [ 172.827123764008661, -34.608058293867536 ], [ 172.827003901187908, -34.607968409636918 ], [ 172.826865577529134, -34.607874681461375 ], [ 172.82677566394824, -34.607815380551493 ], [ 172.826678856354022, -34.607740799255765 ], [ 172.826572806508636, -34.607670022377505 ], [ 172.826473658876296, -34.607610708118038 ], [ 172.826367605397223, -34.607541839871132 ], [ 172.826289243563053, -34.607478737407611 ], [ 172.826183186426533, -34.607411777810015 ], [ 172.826118644697772, -34.607363965450283 ], [ 172.826058694393396, -34.60732856690511 ], [ 172.82597806420668, -34.607246372847335 ], [ 172.82588587918687, -34.607169888694663 ], [ 172.825816760463141, -34.607102981482875 ], [ 172.825719982471384, -34.60701503775077 ], [ 172.825648563387006, -34.606944309524621 ], [ 172.825554106331708, -34.606850642527682 ], [ 172.825475761737522, -34.606779904297028 ], [ 172.825399761830909, -34.606691990026249 ], [ 172.825298411547067, -34.606583042435275 ], [ 172.825217794828148, -34.606495121438286 ], [ 172.825132509084909, -34.606432008305298 ], [ 172.825091014551106, -34.606403316586679 ], [ 172.825051822626449, -34.606377491379689 ], [ 172.824961935983026, -34.606306736264905 ], [ 172.824906654179898, -34.606247483644573 ], [ 172.824837516963584, -34.606190119924854 ], [ 172.824729190150236, -34.606105976449378 ], [ 172.824650802816336, -34.606056234599805 ], [ 172.824544780924896, -34.605974003088036 ], [ 172.82445487907836, -34.605910882839616 ], [ 172.824335006141666, -34.605828631215481 ], [ 172.824240503560816, -34.605757868919049 ], [ 172.824171391349523, -34.605689051956709 ], [ 172.824058464834764, -34.605597265987043 ], [ 172.823970888437088, -34.605526513467069 ], [ 172.823897135340957, -34.605469142550312 ], [ 172.823851042730496, -34.605431854096636 ], [ 172.82379112098721, -34.605384047164385 ], [ 172.823675898852542, -34.605286531072807 ], [ 172.823622939300094, -34.605221554769983 ], [ 172.823588351362901, -34.605202416602275 ], [ 172.823496166753955, -34.605127839442595 ], [ 172.823397121320596, -34.605022711218481 ], [ 172.823302624491788, -34.604950039380832 ], [ 172.823173556313321, -34.604850593941201 ], [ 172.823102153383104, -34.604774137779515 ], [ 172.823042260885671, -34.604712968802041 ], [ 172.822945460230812, -34.604638384527298 ], [ 172.822885531471002, -34.60459439476891 ], [ 172.822823314510231, -34.604540857575046 ], [ 172.822751865524282, -34.604486352530095 ], [ 172.822636641785721, -34.604390744261046 ], [ 172.822572153146325, -34.604320024285414 ], [ 172.822461542832798, -34.604226331374264 ], [ 172.822362446932033, -34.604146016842854 ], [ 172.822221834445884, -34.604048462396669 ], [ 172.822118150441185, -34.603954779262693 ], [ 172.821972945973016, -34.603845764932167 ], [ 172.821871554709162, -34.603759720198958 ], [ 172.821765534398594, -34.603679395069534 ], [ 172.821694101121352, -34.60361820856366 ], [ 172.821615764875901, -34.603546513430864 ], [ 172.821512086259418, -34.603450920967248 ], [ 172.821392232021481, -34.603362940005645 ], [ 172.821258572027034, -34.603253941715678 ], [ 172.821147964602318, -34.60316024760629 ], [ 172.82103278957743, -34.603043640891798 ], [ 172.820931404355179, -34.602955686560989 ], [ 172.820832385227163, -34.60284101218005 ], [ 172.820749513456775, -34.602732087890608 ], [ 172.820691942888175, -34.60266614911226 ], [ 172.820609067369702, -34.602559133536573 ], [ 172.820519270740164, -34.602450198905608 ], [ 172.820461743680113, -34.602364217499328 ], [ 172.820408772046108, -34.602306875028553 ], [ 172.820348940838585, -34.60221898135881 ], [ 172.820286867078323, -34.602100543278915 ], [ 172.82022940219457, -34.601985929590448 ], [ 172.820181130168152, -34.60189041759444 ], [ 172.82013285825181, -34.601794905578181 ], [ 172.820084555572663, -34.601713709626836 ], [ 172.820020169990329, -34.601597176811424 ], [ 172.819960438559349, -34.60146347146987 ], [ 172.819928285067562, -34.601387071323408 ], [ 172.819923820613923, -34.601316438486336 ], [ 172.819907945803152, -34.601184706645867 ], [ 172.819908081774486, -34.601121715866036 ], [ 172.819912805779865, -34.601072093580299 ], [ 172.819896727062769, -34.601034847905566 ], [ 172.819862178808989, -34.600998529372525 ], [ 172.819827659440278, -34.600948849148644 ], [ 172.819770014542399, -34.600918222936286 ], [ 172.819723928351095, -34.60087997850345 ], [ 172.819682426062315, -34.600857011368419 ], [ 172.819631706575933, -34.600826395324276 ], [ 172.819580970615704, -34.600803414505393 ], [ 172.819518680144739, -34.600786143028799 ], [ 172.819428672015761, -34.600776465776953 ], [ 172.81936173580803, -34.600772549069127 ], [ 172.819255548028281, -34.600772391824997 ], [ 172.819195532985418, -34.600770394095456 ], [ 172.819130905223858, -34.600766480681521 ], [ 172.81906399801602, -34.600749202129592 ], [ 172.818960176684556, -34.600722324689848 ], [ 172.818939429824582, -34.600708932182812 ], [ 172.818918711971634, -34.600682177991374 ], [ 172.81887490157709, -34.600659207156198 ], [ 172.818831049757677, -34.600655324420828 ], [ 172.81879407761889, -34.600672448881156 ], [ 172.818764051480059, -34.600680039558625 ], [ 172.818729433364069, -34.600676170500954 ], [ 172.818681010320233, -34.600651283926084 ], [ 172.818623353601851, -34.600626383607121 ], [ 172.818524182632302, -34.60058424216696 ], [ 172.818424999300646, -34.600547827080874 ], [ 172.818385781028866, -34.600536315809492 ], [ 172.818328120322178, -34.600513324162641 ], [ 172.818205869580964, -34.600469239281402 ], [ 172.818062868162059, -34.600413670433291 ], [ 172.817942938622224, -34.600363862296021 ], [ 172.817841489065444, -34.600308355176196 ], [ 172.81773773539831, -34.60025093571236 ], [ 172.817675520808137, -34.600199304687536 ], [ 172.817592572314197, -34.600128554459879 ], [ 172.817521132612626, -34.600073091929325 ], [ 172.817445109600413, -34.600002351956853 ], [ 172.817394420701078, -34.599958373301398 ], [ 172.817336798279229, -34.599918201881422 ], [ 172.817279207265074, -34.599863714346903 ], [ 172.817203138646477, -34.59981397115066 ], [ 172.817129365969322, -34.599769957801342 ], [ 172.817057897585556, -34.599727856679856 ], [ 172.816986425087038, -34.599687664328115 ], [ 172.816917256867526, -34.59964938420967 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2024-01-21", "DSASDate": "21/01/2024", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_21JAN2024.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.873288598276332, -34.651686181516943 ], [ 172.873235448565026, -34.651701396703871 ], [ 172.873203081645869, -34.651720451086717 ], [ 172.873175316964847, -34.651750963068231 ], [ 172.873140625624472, -34.651779559033905 ], [ 172.873101311652078, -34.651810058982463 ], [ 172.873057412867638, -34.651817648504434 ], [ 172.87301814832918, -34.651815698819469 ], [ 172.872985851191146, -34.651788941934925 ], [ 172.872972035772932, -34.651760295492522 ], [ 172.872946691512823, -34.651718275412655 ], [ 172.872912113720474, -34.651672428097385 ], [ 172.872856785251628, -34.651601744692648 ], [ 172.872801424804351, -34.651552058067182 ], [ 172.872746084841566, -34.651489009813069 ], [ 172.872711498501474, -34.651448888841074 ], [ 172.872679216196389, -34.651412587871853 ], [ 172.87264463867794, -34.651366740479034 ], [ 172.8726123418339, -34.651339983494253 ], [ 172.872552332822295, -34.651309379933295 ], [ 172.872487724644714, -34.651265409908483 ], [ 172.872406933078537, -34.651230966934719 ], [ 172.872346912517031, -34.651207998474568 ], [ 172.87226840747428, -34.651188828231199 ], [ 172.872150617742335, -34.651181069577135 ], [ 172.872062896904282, -34.651146619110051 ], [ 172.872005224469774, -34.651098838498207 ], [ 172.871947565309767, -34.651042468256428 ], [ 172.871876028177809, -34.650998490629838 ], [ 172.871813756869187, -34.650937343468833 ], [ 172.871746860125029, -34.650880009018124 ], [ 172.87169147435074, -34.650847501090681 ], [ 172.871587591187733, -34.650809215665809 ], [ 172.871516039721371, -34.650774781830222 ], [ 172.871435319759769, -34.650694526997256 ], [ 172.871375385353275, -34.650616202840062 ], [ 172.871280836299377, -34.650516845277664 ], [ 172.871211636351774, -34.650455690491384 ], [ 172.871061687718367, -34.650333368588825 ], [ 172.870997104741036, -34.650274127364916 ], [ 172.870907128791941, -34.65020531520782 ], [ 172.870851782277185, -34.650147992487504 ], [ 172.870766476543935, -34.650046735505207 ], [ 172.870695026841048, -34.649947401959039 ], [ 172.870642023054472, -34.649869084782047 ], [ 172.870575185821622, -34.649774528065905 ], [ 172.870536055839608, -34.649686681544992 ], [ 172.870496911098542, -34.649608379014865 ], [ 172.870425453182378, -34.649514771707885 ], [ 172.870347030416696, -34.649444062601916 ], [ 172.870275534156491, -34.649375269617593 ], [ 172.870180958066868, -34.649294999197885 ], [ 172.870100231892479, -34.649220469870656 ], [ 172.870028744964856, -34.64914595033698 ], [ 172.869980400600895, -34.649042823374884 ], [ 172.869936552182594, -34.649018916562532 ], [ 172.869832648242095, -34.648995900046287 ], [ 172.869703354799412, -34.64896140349046 ], [ 172.869624852486908, -34.648942231544218 ], [ 172.869532494584917, -34.648921135920048 ], [ 172.869398575860203, -34.648890451700787 ], [ 172.869306200100596, -34.648880808711475 ], [ 172.869259956792803, -34.648911300009409 ], [ 172.8692044803675, -34.648937963778295 ], [ 172.869139728833147, -34.648987523219311 ], [ 172.869121226666437, -34.64900277379661 ], [ 172.869072745471357, -34.648987451320409 ], [ 172.86904508524637, -34.648951154339805 ], [ 172.869010519756358, -34.648899579501801 ], [ 172.868966751279316, -34.648825089114212 ], [ 172.868943815817659, -34.648721989037377 ], [ 172.86893237814823, -34.64865135098605 ], [ 172.868907057902419, -34.648595968444269 ], [ 172.868849428121905, -34.648523371913633 ], [ 172.868777969980101, -34.64843167243199 ], [ 172.868731859107811, -34.648378176282499 ], [ 172.868683444561412, -34.648320860025699 ], [ 172.868635033092374, -34.648261634948128 ], [ 172.86860278692555, -34.648204336074521 ], [ 172.868591331544366, -34.648145150793255 ], [ 172.868572930374143, -34.648096456449302 ], [ 172.868526759553561, -34.648081136244464 ], [ 172.868478257904002, -34.648079175139578 ], [ 172.868434351625325, -34.648092489409038 ], [ 172.868385807740538, -34.648117251484123 ], [ 172.868332632260945, -34.648149643756824 ], [ 172.868270278128222, -34.648143850002768 ], [ 172.86822184289403, -34.648099895169864 ], [ 172.868159540174929, -34.648061651739013 ], [ 172.868097240536144, -34.648021499475014 ], [ 172.868048820585472, -34.64796800056682 ], [ 172.868021164169477, -34.647929794548467 ], [ 172.867995805417763, -34.647899226228837 ], [ 172.867965902856895, -34.647820932871149 ], [ 172.867936009432299, -34.64773691310144 ], [ 172.867876083469923, -34.647656678397283 ], [ 172.867827679019058, -34.647593635392298 ], [ 172.867786225044256, -34.647517238271057 ], [ 172.867758584051842, -34.647469488184193 ], [ 172.867684781897538, -34.647400691162566 ], [ 172.867574030334538, -34.647328036367583 ], [ 172.867470171684971, -34.647278294618907 ], [ 172.86737093868328, -34.647224740203022 ], [ 172.867338690745925, -34.647169349789664 ], [ 172.867292558685364, -34.647130169099228 ], [ 172.867241857434294, -34.647059488138709 ], [ 172.867193502508968, -34.646965904054369 ], [ 172.867149724490957, -34.646899048202918 ], [ 172.867080536674337, -34.64683407344679 ], [ 172.867015944002503, -34.646784374100527 ], [ 172.86693982726149, -34.646719391707407 ], [ 172.866902939040642, -34.646677357745681 ], [ 172.866866053908183, -34.646633414971049 ], [ 172.866803765118988, -34.646587535636051 ], [ 172.866736808126632, -34.646572192046023 ], [ 172.866665219529125, -34.646564478574859 ], [ 172.866600550883675, -34.646562499046205 ], [ 172.866554381277837, -34.646547178093527 ], [ 172.866510515273205, -34.646535677254775 ], [ 172.866478240633853, -34.646497465823586 ], [ 172.866445975206346, -34.646453527978984 ], [ 172.866413722058866, -34.646401954919291 ], [ 172.866376837306433, -34.646358011995567 ], [ 172.866296120446805, -34.646281571326831 ], [ 172.866273103171181, -34.646231917159426 ], [ 172.866238505270132, -34.646202292737939 ], [ 172.866220049182829, -34.646188910857838 ], [ 172.866173916657914, -34.64615068414119 ], [ 172.866130121478079, -34.646095280727579 ], [ 172.866102481905585, -34.646047530257462 ], [ 172.86607022298881, -34.645999774707697 ], [ 172.866070296652452, -34.645953963467257 ], [ 172.866081888052548, -34.645927252925866 ], [ 172.866065824610956, -34.645862335912113 ], [ 172.866012781711873, -34.645812648712472 ], [ 172.865964315234663, -34.64578968979108 ], [ 172.865936697364617, -34.645728577669196 ], [ 172.865909061097113, -34.64567891835113 ], [ 172.865895273708617, -34.645635000671881 ], [ 172.865863081161223, -34.645546205826072 ], [ 172.865803112637536, -34.645494602109935 ], [ 172.865763931240508, -34.645443021247026 ], [ 172.865722455606999, -34.64538189381885 ], [ 172.86571328770475, -34.645337981203397 ], [ 172.865697212351535, -34.645280699343225 ], [ 172.865678870448733, -34.645196691709998 ], [ 172.865651200643413, -34.645168029150945 ], [ 172.865577356059248, -34.645127862865436 ], [ 172.865515035203885, -34.645102979686214 ], [ 172.865445797732974, -34.645070453622587 ], [ 172.865399669266708, -34.645030317806381 ], [ 172.865383560253605, -34.644994032723964 ], [ 172.865318973107037, -34.644942423667565 ], [ 172.865282105013335, -34.644888936395212 ], [ 172.865261395292862, -34.64484119338119 ], [ 172.865212982098285, -34.644785784525553 ], [ 172.865173823027334, -34.6447208418546 ], [ 172.86513233273206, -34.644669258230444 ], [ 172.865107031673546, -34.644604330861853 ], [ 172.865100176919384, -34.644558511948325 ], [ 172.86509103107565, -34.644501237666638 ], [ 172.865051801105835, -34.64448019740189 ], [ 172.864998679254285, -34.644480138607399 ], [ 172.86494552645371, -34.644499167810402 ], [ 172.864873918130797, -34.644504814903961 ], [ 172.86480697246472, -34.644483743847672 ], [ 172.864763129482981, -34.644458880765164 ], [ 172.864710094454438, -34.644405375387173 ], [ 172.864694010667364, -34.644353819794283 ], [ 172.864698705915515, -34.644307059268002 ], [ 172.864694207559381, -34.644232610860634 ], [ 172.864664281497454, -34.64417149587576 ], [ 172.864588181389252, -34.644098876788149 ], [ 172.864518982371095, -34.644043444569753 ], [ 172.864385076456216, -34.644010846040544 ], [ 172.864318149966806, -34.643978321902367 ], [ 172.864191222922614, -34.6439151900342 ], [ 172.864112745326736, -34.643884561724583 ], [ 172.86404356861209, -34.643815767620225 ], [ 172.86398592767074, -34.643754621565094 ], [ 172.863967513011744, -34.643716424911908 ], [ 172.863919144987619, -34.643634292304505 ], [ 172.863868439363301, -34.643569336319317 ], [ 172.863843148982255, -34.64349868227302 ], [ 172.863801669481802, -34.643441371782245 ], [ 172.863771750601131, -34.643376438967998 ], [ 172.863732574578705, -34.643322948637433 ], [ 172.863716477550554, -34.643279982518919 ], [ 172.863691153026764, -34.643230325264241 ], [ 172.863668125646512, -34.643188305795377 ], [ 172.86362197720257, -34.643161530915435 ], [ 172.863582826385027, -34.643092770116183 ], [ 172.863552895292742, -34.643035472454869 ], [ 172.863546054027211, -34.642982018234797 ], [ 172.863532243309976, -34.642953370692361 ], [ 172.863504587498596, -34.642917072429412 ], [ 172.863481635377298, -34.642829241664536 ], [ 172.863484041951864, -34.642770071373121 ], [ 172.863495683781025, -34.642712820224475 ], [ 172.863518867314099, -34.642659399603211 ], [ 172.863541994533733, -34.642640337422669 ], [ 172.863555883366644, -34.642621264902047 ], [ 172.863537469153783, -34.642583068177856 ], [ 172.863530584154603, -34.6425563371889 ], [ 172.863546816961957, -34.642516270425226 ], [ 172.863583848567401, -34.642468591701551 ], [ 172.863641632056527, -34.642441933037773 ], [ 172.863671709820352, -34.642409516960335 ], [ 172.863690256803295, -34.642366589554165 ], [ 172.863704164295171, -34.642336064199796 ], [ 172.863748105752052, -34.642299845983644 ], [ 172.863785096569501, -34.642276981631369 ], [ 172.863789750071192, -34.6422559899612 ], [ 172.863755159385221, -34.64222350161775 ], [ 172.86366280105679, -34.642208127953737 ], [ 172.863563485879325, -34.642209925692626 ], [ 172.863498817565755, -34.642209853328552 ], [ 172.863417982174099, -34.642209762825232 ], [ 172.863321023550981, -34.642182930913364 ], [ 172.863200984852625, -34.642146529006531 ], [ 172.863113220780946, -34.64214643052911 ], [ 172.863053187369587, -34.642136819100195 ], [ 172.862960835548847, -34.642117627299598 ], [ 172.862891554431997, -34.64211373181783 ], [ 172.862799193243035, -34.642100266302876 ], [ 172.86270917312217, -34.642067715291567 ], [ 172.862642258291118, -34.642029463820577 ], [ 172.862568427388538, -34.641983569294403 ], [ 172.862524595841364, -34.641952978993608 ], [ 172.862469166031644, -34.641952916497573 ], [ 172.862423012352878, -34.641929958766355 ], [ 172.862376868160027, -34.641901274609637 ], [ 172.862312323132642, -34.641826758312497 ], [ 172.862268539101365, -34.641767535878778 ], [ 172.862236306131962, -34.641706417671358 ], [ 172.862180980699179, -34.641643364554739 ], [ 172.862102515463505, -34.641607008538735 ], [ 172.862003248403568, -34.641580172967736 ], [ 172.861906303629013, -34.641545704720208 ], [ 172.861869409157862, -34.641510350021242 ], [ 172.861862537442619, -34.641475983723851 ], [ 172.861823373036145, -34.641416766359974 ], [ 172.861770300655195, -34.641388074122133 ], [ 172.861698726488214, -34.641374631332241 ], [ 172.861604107493321, -34.641330621449292 ], [ 172.861539531873063, -34.641275192766926 ], [ 172.861495701076819, -34.641244602094559 ], [ 172.86142882874168, -34.641181535518896 ], [ 172.861336526016231, -34.641133710446319 ], [ 172.861258080704374, -34.641085901068976 ], [ 172.861154281335928, -34.641007521875068 ], [ 172.861094322177763, -34.64095400701683 ], [ 172.861052829914172, -34.640906239589079 ], [ 172.860976716822506, -34.640845071040914 ], [ 172.860909886631475, -34.640757189740469 ], [ 172.860836112019058, -34.640678844511214 ], [ 172.860764608799769, -34.640623407508748 ], [ 172.860711578778876, -34.640569900370181 ], [ 172.860658566385808, -34.640505894791907 ], [ 172.860568651059424, -34.640412260502735 ], [ 172.860501799271418, -34.640337740595385 ], [ 172.860428025413711, -34.640259395115699 ], [ 172.860363448206584, -34.640205874607751 ], [ 172.86028274602188, -34.640127521106045 ], [ 172.86020667584566, -34.640041537632541 ], [ 172.860098307809238, -34.639934520190863 ], [ 172.860042988376819, -34.639869557289607 ], [ 172.859992284853917, -34.639806508468553 ], [ 172.859927730742982, -34.639739626105381 ], [ 172.85986088648886, -34.639661288234855 ], [ 172.859803246670225, -34.639603003380167 ], [ 172.859754875491831, -34.639526595490914 ], [ 172.859706494758825, -34.639455913991398 ], [ 172.859667332831947, -34.639396695921498 ], [ 172.859639737769072, -34.639326038309278 ], [ 172.859600566300116, -34.639272546626771 ], [ 172.85954292854106, -34.639213307244781 ], [ 172.859499134972651, -34.639161719012662 ], [ 172.85941615893563, -34.639063319833035 ], [ 172.859340116405235, -34.63896206538179 ], [ 172.859270963836082, -34.63888372451715 ], [ 172.859217942331185, -34.638826399112077 ], [ 172.859146457913226, -34.63876141713353 ], [ 172.859070335263993, -34.638707882595845 ], [ 172.858975752998845, -34.638644782631005 ], [ 172.858897317851302, -34.638593154117757 ], [ 172.858821176108762, -34.638551072244432 ], [ 172.858765835938328, -34.638499470377901 ], [ 172.858722004383992, -34.638470787504225 ], [ 172.85870128058599, -34.638434496159547 ], [ 172.858692097713458, -34.638402035797746 ], [ 172.858696794363823, -34.638356229865884 ], [ 172.858713009246202, -34.638327616542554 ], [ 172.858736155775034, -34.638297102438514 ], [ 172.85875239004892, -34.638257036288522 ], [ 172.858775557574802, -34.638214114953634 ], [ 172.85876404257607, -34.638195013546607 ], [ 172.858720227366234, -34.638156786653511 ], [ 172.85863945745831, -34.638120425724971 ], [ 172.858563283873707, -34.638097431724333 ], [ 172.858480143021097, -34.638097335279511 ], [ 172.858396953505604, -34.638125870831033 ], [ 172.85833459135398, -34.638129616024685 ], [ 172.858267649224871, -34.638110450176598 ], [ 172.858184612330973, -34.63804927181733 ], [ 172.858087796799595, -34.637942265993274 ], [ 172.857981733912283, -34.637840975745306 ], [ 172.857891814699627, -34.637753065866839 ], [ 172.857778830440793, -34.637647949760193 ], [ 172.857679706443605, -34.637540940914477 ], [ 172.857559784600738, -34.637441542928698 ], [ 172.857488318988601, -34.637367015951121 ], [ 172.857419159683417, -34.637294400434655 ], [ 172.857400808261048, -34.637221844293109 ], [ 172.857405534953699, -34.637158859169944 ], [ 172.857412513912863, -34.637129280811806 ], [ 172.857433370739329, -34.637087311426754 ], [ 172.857380394116319, -34.637005170762485 ], [ 172.857329694347754, -34.636942120814069 ], [ 172.857248945847886, -34.636894306138835 ], [ 172.857161265868399, -34.636848392099964 ], [ 172.857115162310208, -34.636798709097583 ], [ 172.857059863655451, -34.636724200801289 ], [ 172.856979128627927, -34.636668750731154 ], [ 172.856930748626922, -34.636599976911093 ], [ 172.856912401058906, -34.636525511885331 ], [ 172.856903287934585, -34.636452966498503 ], [ 172.856870510060617, -34.636398845149792 ], [ 172.856787531672154, -34.636305216161482 ], [ 172.856692930881991, -34.636255476040276 ], [ 172.856593698232729, -34.636213365630766 ], [ 172.856515250414787, -34.636171279594208 ], [ 172.856335270768767, -34.636081353756779 ], [ 172.856201403934193, -34.636035384610629 ], [ 172.856125279076167, -34.635985665829679 ], [ 172.856081489317631, -34.635934076352456 ], [ 172.85606543886999, -34.635867249134613 ], [ 172.856060918981655, -34.635809979562175 ], [ 172.856095736419917, -34.635707899420886 ], [ 172.856086594422038, -34.63565253320229 ], [ 172.856033593651574, -34.635585662372314 ], [ 172.855966657397715, -34.635564586455502 ], [ 172.855932085740619, -34.635524460655297 ], [ 172.855881384665565, -34.635463318898573 ], [ 172.855717549843007, -34.635386772874618 ], [ 172.85564605456932, -34.635331332842703 ], [ 172.855572253309759, -34.635273981229759 ], [ 172.85549609641933, -34.635243350094498 ], [ 172.855403780494868, -34.63520888213931 ], [ 172.855355326428253, -34.635184010179984 ], [ 172.855313866839481, -34.635120970336054 ], [ 172.85528626361463, -34.63505794691882 ], [ 172.855277125539914, -34.635000671830909 ], [ 172.855272602922952, -34.634945311026854 ], [ 172.855284252594487, -34.634886151795357 ], [ 172.855284408405481, -34.634796437993259 ], [ 172.8552383667909, -34.63471239579232 ], [ 172.855173767354984, -34.634676051745807 ], [ 172.855083758244689, -34.634643495093592 ], [ 172.854989153715678, -34.634597571253252 ], [ 172.854836874910291, -34.63451722016076 ], [ 172.854756166790764, -34.634448406977427 ], [ 172.854673166085206, -34.634370046966637 ], [ 172.854636306162035, -34.634318465215962 ], [ 172.854638682122044, -34.634280291879953 ], [ 172.854657231929536, -34.634237365797183 ], [ 172.854666585894563, -34.634170568648884 ], [ 172.854641299488691, -34.634103730220644 ], [ 172.854599784353411, -34.634073139801828 ], [ 172.854491297943952, -34.63404246949041 ], [ 172.85436894214385, -34.634019417756974 ], [ 172.854271999320815, -34.633990669841424 ], [ 172.854218934273234, -34.63396197430081 ], [ 172.854161297328062, -34.633906549951583 ], [ 172.854110575141902, -34.633858769079872 ], [ 172.854071383044328, -34.633820546024921 ], [ 172.854022990373181, -34.633761315052148 ], [ 172.853997687884771, -34.633704020510329 ], [ 172.853997830024014, -34.633622896316474 ], [ 172.854025682587661, -34.633542759693157 ], [ 172.854037316226623, -34.633493144591974 ], [ 172.85404437129452, -34.633420618306722 ], [ 172.854007552309383, -34.633346130704091 ], [ 172.853947643396253, -34.633269706634131 ], [ 172.853894632467274, -34.633210470075404 ], [ 172.853836986212116, -34.633160771982077 ], [ 172.853726289109972, -34.633074742885121 ], [ 172.853601763107719, -34.632973426618946 ], [ 172.853477083019186, -34.632959915243227 ], [ 172.853373193612441, -34.632942611117848 ], [ 172.853285472879548, -34.632923417545086 ], [ 172.853225497691597, -34.63288516921245 ], [ 172.85319559754916, -34.632816416111538 ], [ 172.853209336266843, -34.632773723049567 ], [ 172.853230187385634, -34.632735571965426 ], [ 172.853223319946068, -34.632701205142446 ], [ 172.853174911710198, -34.632651517849496 ], [ 172.85311491994571, -34.632622813485497 ], [ 172.853054877733854, -34.632622741164113 ], [ 172.853020227896167, -34.632628425841197 ], [ 172.852987897472332, -34.632628386877478 ], [ 172.85291635921331, -34.632599668498237 ], [ 172.85283334185155, -34.6325327600496 ], [ 172.852766452705737, -34.632486867911524 ], [ 172.85271570856699, -34.632452448086639 ], [ 172.85264654736838, -34.632385556240621 ], [ 172.85260740390035, -34.632320609441464 ], [ 172.852577507846092, -34.632249947379606 ], [ 172.85254298310258, -34.632185006140851 ], [ 172.852515355914306, -34.632137252513239 ], [ 172.852466985600444, -34.632066568082436 ], [ 172.852427832280881, -34.63200734763781 ], [ 172.85239563057462, -34.631934773929444 ], [ 172.852370314539456, -34.631886068659504 ], [ 172.852333494343128, -34.631813489343301 ], [ 172.852285107453497, -34.631752348862562 ], [ 172.852239057000645, -34.631675940719511 ], [ 172.852202230240266, -34.631607178971819 ], [ 172.852186210811595, -34.631525080765414 ], [ 172.852170276064953, -34.6313952624282 ], [ 172.852163456577586, -34.631334172267557 ], [ 172.852147460944337, -34.63123871241649 ], [ 172.852126816314893, -34.631160426209441 ], [ 172.852080762944382, -34.631085926805611 ], [ 172.852062373470687, -34.63103818426999 ], [ 172.852021042140933, -34.630905471883956 ], [ 172.851995772399817, -34.630830997658208 ], [ 172.851977474570447, -34.630731717364995 ], [ 172.851970675620009, -34.630659174355458 ], [ 172.85197311032789, -34.630588551360397 ], [ 172.851963998744452, -34.630517914351678 ], [ 172.851952560966367, -34.630456818565634 ], [ 172.851948078094807, -34.630380460743694 ], [ 172.851925117827932, -34.630305989300389 ], [ 172.851913690282117, -34.630239167092348 ], [ 172.851890689377115, -34.630187601306709 ], [ 172.851863053042337, -34.630145573934769 ], [ 172.85186310902526, -34.630114078644283 ], [ 172.851819338558556, -34.630054852379608 ], [ 172.851780166271055, -34.630007084544225 ], [ 172.851747945522732, -34.629945963477653 ], [ 172.851686819578958, -34.629853073297802 ], [ 172.851634946655054, -34.629805289970761 ], [ 172.8516032583656, -34.629769461240549 ], [ 172.851574473645229, -34.629724091986574 ], [ 172.851571642343373, -34.629693070383183 ], [ 172.851571693336183, -34.629664438299159 ], [ 172.851583269248181, -34.629647750299696 ], [ 172.851589093318069, -34.629619125239834 ], [ 172.851580488935156, -34.62958809661172 ], [ 172.851548805001443, -34.629549881859319 ], [ 172.851531515526204, -34.629533158730304 ], [ 172.851485407458199, -34.629490154378821 ], [ 172.851468186045309, -34.629435255127447 ], [ 172.851465431335612, -34.629361285392328 ], [ 172.851474201486099, -34.629299259751782 ], [ 172.85149448372033, -34.629256336225097 ], [ 172.851471472288267, -34.629210973972093 ], [ 172.851454221172816, -34.629172776766751 ], [ 172.85142545800602, -34.629115477437871 ], [ 172.851385187086038, -34.629036689969617 ], [ 172.851365041016464, -34.629003261248336 ], [ 172.85128140433892, -34.628962597092645 ], [ 172.851278602974645, -34.628914873428073 ], [ 172.851218071323984, -34.628867079359935 ], [ 172.851192207717361, -34.62880262547273 ], [ 172.851172112909921, -34.628740564630775 ], [ 172.851143350085408, -34.628683265232176 ], [ 172.851131902075167, -34.628628372972102 ], [ 172.851120475390587, -34.628561550673538 ], [ 172.851091746766571, -34.628485163202029 ], [ 172.8510716435826, -34.628427874355545 ], [ 172.851037137791309, -34.628353865828529 ], [ 172.851002608601021, -34.628292980332205 ], [ 172.85097674107152, -34.628230912401612 ], [ 172.850968201054769, -34.628164093611367 ], [ 172.850971232600671, -34.628082972881437 ], [ 172.850968448507359, -34.628025705173037 ], [ 172.850948362585711, -34.627958872271989 ], [ 172.850925373144975, -34.627901579869864 ], [ 172.850833086888372, -34.627856132804204 ], [ 172.850769635606355, -34.627827423039172 ], [ 172.850668664436881, -34.62779628130049 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "NinetyMile1", "Date": "2024-01-21", "DSASDate": "21/01/2024", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_21JAN2024.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.816917256867526, -34.59964938420967 ], [ 172.816839712789658, -34.599599729489221 ], [ 172.816752111079637, -34.599546151062569 ], [ 172.81668296405465, -34.599498326752688 ], [ 172.816604625493198, -34.599431400409316 ], [ 172.816565433178624, -34.599408435683017 ], [ 172.816494028362314, -34.599337702054953 ], [ 172.816434123611543, -34.5992860738655 ], [ 172.816383452483223, -34.599234459541002 ], [ 172.816330477233777, -34.599180932908965 ], [ 172.816240572110786, -34.599125441827496 ], [ 172.816178380313374, -34.599064265976573 ], [ 172.816113897053725, -34.598995451367891 ], [ 172.816040155135425, -34.598938075675704 ], [ 172.815964092310651, -34.598886422892726 ], [ 172.815862654294904, -34.598827096500479 ], [ 172.815772758294003, -34.598767787449709 ], [ 172.815662095503399, -34.598704629326249 ], [ 172.815532970136218, -34.598639534375103 ], [ 172.815424603398981, -34.598582105961164 ], [ 172.815320836646237, -34.598532319685553 ], [ 172.815230915987343, -34.598484463106089 ], [ 172.815138678608889, -34.598440420587032 ], [ 172.815071807945515, -34.598407869353231 ], [ 172.815000314259834, -34.598378174301367 ], [ 172.814887318802533, -34.598326464846302 ], [ 172.814783565401143, -34.598270951678138 ], [ 172.814670608381363, -34.598202062715472 ], [ 172.814543814137949, -34.59812742616365 ], [ 172.814446969298103, -34.598079558481174 ], [ 172.814329425842487, -34.597997300498633 ], [ 172.814255639294515, -34.597960920656455 ], [ 172.814184182415488, -34.59791500022515 ], [ 172.814119646409921, -34.597870999112814 ], [ 172.814052806378413, -34.597825085636806 ], [ 172.814011324194183, -34.597794481323504 ], [ 172.813965223220407, -34.597764824363772 ], [ 172.813877642317891, -34.597703608621714 ], [ 172.813794656931037, -34.597651943921235 ], [ 172.813695560137575, -34.597579257563879 ], [ 172.813603341629459, -34.597527578635635 ], [ 172.813548043848613, -34.597481682511777 ], [ 172.813478917441216, -34.59742622113351 ], [ 172.813402874657555, -34.597366931502719 ], [ 172.813354472206953, -34.597334407563821 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "NinetyMile1", "Date": "1957-01-19", "DSASDate": null, "Digitiser": "CMIL", "Scale": "1000", "Notes": null, "Source": "RL", "CPS": "5", "Proxy": "0", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 0.62910907839997499, "Total_UNCY": "9.088117419604858", "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_19JAN1957.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "19/01/1957", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 654.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.760330934658953, -34.550916893544141 ], [ 172.758899301094459, -34.549353605811767 ], [ 172.758329187741623, -34.549051837860965 ], [ 172.755858974174259, -34.547665407170804 ], [ 172.754650786018232, -34.546653690837381 ], [ 172.753788703785887, -34.545628344552654 ], [ 172.752658024550698, -34.544752768840162 ], [ 172.751769035471597, -34.544063785294568 ], [ 172.750984124393568, -34.543289110047183 ], [ 172.750250831738612, -34.542614748991696 ], [ 172.749189412492683, -34.541746440659665 ], [ 172.748628811272198, -34.54118695430666 ], [ 172.747946249713351, -34.540913538664306 ], [ 172.747368275268769, -34.54038264312053 ], [ 172.746504936398196, -34.539822520285817 ], [ 172.745848648224552, -34.539448933675189 ], [ 172.745011214198399, -34.538910328528381 ], [ 172.744701272549719, -34.538430086505109 ], [ 172.744325991585754, -34.53819690087785 ], [ 172.743653098717061, -34.537603751751256 ], [ 172.742997207354506, -34.53711084845343 ], [ 172.742422262096568, -34.536551303165993 ], [ 172.741771578183943, -34.536244515569173 ], [ 172.741190009262795, -34.535966503505605 ], [ 172.740747373943748, -34.535516988578145 ], [ 172.73995365415044, -34.534851981067696 ], [ 172.739775427414259, -34.534679806318792 ], [ 172.739298594536137, -34.534106138944829 ], [ 172.738740367818849, -34.533747039514289 ], [ 172.738182116026451, -34.533397481643874 ], [ 172.737871688067798, -34.533091402157645 ], [ 172.737429115735893, -34.532632331030072 ], [ 172.737043116172572, -34.532521742531671 ], [ 172.73670981064646, -34.532158345747995 ], [ 172.736318634616254, -34.531861632351628 ], [ 172.735726045448388, -34.531436828666202 ], [ 172.735168412169486, -34.531128417560744 ], [ 172.734905970532282, -34.530925034426808 ], [ 172.734765806684948, -34.530802445336342 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "NinetyMile1", "Date": "1957-01-19", "DSASDate": null, "Digitiser": "CMIL", "Scale": "1000", "Notes": null, "Source": "RL", "CPS": "5", "Proxy": "0", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 0.62910907839997499, "Total_UNCY": "9.088117419604858", "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_19JAN1957.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "19/01/1957", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 651.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.848032011383793, -34.625364089866785 ], [ 172.846805897470148, -34.625034479300979 ], [ 172.84561992277429, -34.624466305819112 ], [ 172.844913341354157, -34.624155227717971 ], [ 172.84421054036261, -34.623754674811693 ], [ 172.843757317540167, -34.623020395744568 ], [ 172.843314741265544, -34.622384551698971 ], [ 172.842179405591423, -34.621780619415411 ], [ 172.841739600788145, -34.621595133475687 ], [ 172.841480597198967, -34.621195139670512 ], [ 172.841041746724557, -34.620511571761327 ], [ 172.840767937129101, -34.62031138588182 ], [ 172.839964085506693, -34.619955414183082 ], [ 172.839625616270752, -34.61961197994961 ], [ 172.839398983570618, -34.619271674563876 ], [ 172.839085681308603, -34.618975992247897 ], [ 172.838747536916969, -34.618468517361507 ], [ 172.83830427680823, -34.618217398961704 ], [ 172.837853664831556, -34.618037849659331 ], [ 172.837630175023264, -34.617942111759817 ], [ 172.836949883053592, -34.617144871469208 ], [ 172.836384660980656, -34.616544628060382 ], [ 172.835865605867554, -34.61632024175946 ], [ 172.835599455153101, -34.615908295486499 ], [ 172.835434195180767, -34.615559117691909 ], [ 172.834879315363509, -34.615212395463452 ], [ 172.834537142651385, -34.614937539888039 ], [ 172.83413766705101, -34.614453828931417 ], [ 172.833651366307606, -34.614095264201922 ], [ 172.833338378054805, -34.613662371346116 ], [ 172.83280189178285, -34.613148643469486 ], [ 172.832233059181306, -34.612578200796108 ], [ 172.831775420330814, -34.612327038735117 ], [ 172.831491596939543, -34.611751020150813 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "NinetyMile1", "Date": "1957-01-19", "DSASDate": null, "Digitiser": "CMIL", "Scale": "1000", "Notes": null, "Source": "RL", "CPS": "4", "Proxy": "1", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 0.62910907839997499, "Total_UNCY": "3.618104231849224", "filename": "Retrolens/Northland/NinetyMile1/Shorelines/NinetyMile1_19JAN1957.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "19/01/1957", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 652.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.806978646335381, -34.588483736938336 ], [ 172.806427960959155, -34.588323000965921 ], [ 172.805779534101958, -34.588011787335184 ], [ 172.80513408072656, -34.587664784601614 ], [ 172.804330882324905, -34.586921445202144 ], [ 172.804118412788483, -34.586484461454489 ], [ 172.803567976353662, -34.586225885849693 ], [ 172.802914673955229, -34.58554720090418 ], [ 172.8024250244288, -34.58520759333836 ], [ 172.801644573700258, -34.584624136716762 ], [ 172.801229580250379, -34.584437351401178 ], [ 172.800429195706812, -34.583751255299937 ], [ 172.799746442231424, -34.58334212620575 ], [ 172.798836505626866, -34.582634365528733 ], [ 172.797937679337451, -34.582110340593431 ], [ 172.79744568897803, -34.581563124578679 ], [ 172.797091998140218, -34.581090103428394 ], [ 172.796357029812441, -34.580814486062401 ], [ 172.795616804821179, -34.580331270952364 ], [ 172.794424049212267, -34.5796945841183 ], [ 172.793539871459359, -34.57910374250558 ], [ 172.792822335787264, -34.578789956836026 ], [ 172.792224196945824, -34.578027796691828 ], [ 172.791561497372925, -34.577709324855228 ], [ 172.790610827016735, -34.577192315270977 ], [ 172.790536009899341, -34.577118219975254 ] ] } }, @@ -17980,6 +17997,10 @@ { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "ArangaBeach", "Date": "1979-01-10", "DSASDate": null, "Digitiser": "CTHO", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 25000.0, "Georef_ER": "2.43", "Pixel_Er": 0.34324342140000302, "Total_UNCY": "2.560393728771882", "filename": "Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_10JAN1979.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "10/01/1979", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 2343.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.584308992907722, -35.77790892503257 ], [ 173.584255568161325, -35.777808992667772 ], [ 173.583911659438002, -35.777617435686928 ], [ 173.583533409115887, -35.777533392857414 ], [ 173.583305079270019, -35.777534500562638 ], [ 173.583138902174397, -35.777628341845812 ], [ 173.582911930194598, -35.777815512968537 ], [ 173.582798913848848, -35.777973505195753 ], [ 173.582767890798635, -35.778058377712561 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "ArangaBeach", "Date": "1979-01-10", "DSASDate": null, "Digitiser": "CTHO", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "2", "Proxy": "1", "Photoscale": 25000.0, "Georef_ER": "2.43", "Pixel_Er": 0.34324342140000302, "Total_UNCY": "2.560393728771882", "filename": "Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_10JAN1979.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "10/01/1979", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 2337.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.657529051240033, -35.859426406794057 ], [ 173.657366213778857, -35.85926791403967 ], [ 173.657141465923189, -35.859021053622548 ], [ 173.656922855504547, -35.858807555929531 ], [ 173.656763323342943, -35.858650986417821 ], [ 173.65662715502998, -35.858484747080475 ], [ 173.656502944240145, -35.858347068006196 ], [ 173.656230924886358, -35.858052754504641 ], [ 173.656053263972439, -35.857829489579593 ], [ 173.655875997045598, -35.857653931838875 ], [ 173.655763745423741, -35.857544812451174 ], [ 173.655604296650438, -35.857397782811098 ], [ 173.655450826671654, -35.857265033221218 ], [ 173.655338536917299, -35.857151142669899 ], [ 173.655214212677834, -35.856999149944649 ], [ 173.655037184941762, -35.856852215391029 ], [ 173.654877464240883, -35.856671789503288 ], [ 173.654753455474378, -35.856557962259892 ], [ 173.65458174082957, -35.856344204586847 ], [ 173.654445267368345, -35.856139796631417 ], [ 173.654362203730159, -35.856016204010324 ], [ 173.654297230836306, -35.855954535331264 ], [ 173.654197017920666, -35.85588351657087 ], [ 173.653983931692153, -35.855627044589063 ], [ 173.653700210515098, -35.855332788824427 ], [ 173.653528932065399, -35.855171507804137 ], [ 173.65333405684234, -35.854991270987973 ], [ 173.653092222565078, -35.854801747175571 ], [ 173.652956498873323, -35.854687981691313 ], [ 173.652832065727097, -35.85452167409553 ], [ 173.652790340437122, -35.854436023436449 ], [ 173.652589491232902, -35.854241504935594 ], [ 173.652430133139688, -35.854104012377299 ], [ 173.652193812205638, -35.853871518080581 ], [ 173.652116927134301, -35.853786058016119 ], [ 173.652110754459159, -35.853747923795275 ], [ 173.652015703293927, -35.853590997773978 ], [ 173.651926825064521, -35.853472205903302 ], [ 173.651761258146706, -35.853291807422863 ], [ 173.651583386285694, -35.853039910944624 ], [ 173.651535100487735, -35.852868418004761 ], [ 173.651375590890808, -35.852711840949972 ], [ 173.651204556886398, -35.852579180968149 ], [ 173.650944647979969, -35.852327728085662 ], [ 173.650707829938199, -35.852033210871575 ], [ 173.650589928234695, -35.851947971907244 ], [ 173.650571763638766, -35.851876505751292 ], [ 173.650459605407804, -35.851776922655453 ], [ 173.650400421075375, -35.851705678522343 ], [ 173.650324085440445, -35.851687007830392 ], [ 173.650235328740109, -35.851582526892749 ], [ 173.650175872116307, -35.851477887345091 ], [ 173.650163529020716, -35.851401618651074 ], [ 173.650110789354443, -35.851401904012405 ], [ 173.64995194739717, -35.85132642784238 ], [ 173.649821393408928, -35.851126753311156 ], [ 173.649720645685534, -35.850988940048254 ], [ 173.649655057851078, -35.850850936601951 ], [ 173.649584505303892, -35.850822692228192 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "ArangaBeach", "Date": "1979-01-10", "DSASDate": null, "Digitiser": "CTHO", "Scale": "2000", "Notes": null, "Source": "RL", "CPS": "4", "Proxy": "1", "Photoscale": 25000.0, "Georef_ER": "2.43", "Pixel_Er": 0.34324342140000302, "Total_UNCY": "3.210547624056429", "filename": "Retrolens/Northland/ArangaBeach/Shorelines/ArangaBeach_10JAN1979.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "10/01/1979", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 2337.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 173.66800698891285, -35.870694354532453 ], [ 173.667893010844438, -35.870540866802727 ], [ 173.667751457785045, -35.870436692876986 ], [ 173.667608904593749, -35.87021325064876 ], [ 173.667490677730427, -35.870094633927508 ], [ 173.667336123268484, -35.869837861402793 ], [ 173.667328461856357, -35.869623211297068 ], [ 173.667289414179493, -35.869160646206332 ], [ 173.667212418037735, -35.869065654894946 ], [ 173.667163568511256, -35.868832149704858 ], [ 173.667098375254852, -35.86874663466206 ], [ 173.667138244095781, -35.868608055741745 ], [ 173.66710709862727, -35.868388765038446 ], [ 173.667046927336997, -35.868203032135305 ], [ 173.666981294959498, -35.868065039010496 ], [ 173.666974794129686, -35.867988739909983 ], [ 173.666926545643008, -35.86782679548466 ], [ 173.666860953765337, -35.867693573007905 ], [ 173.666854413115914, -35.86761250316659 ], [ 173.666911985147578, -35.867488138876098 ], [ 173.666858435583748, -35.867393017137758 ], [ 173.66673447286226, -35.867288744279882 ], [ 173.666433878404661, -35.867090032257899 ], [ 173.666197397995177, -35.866848025391761 ], [ 173.666132207427978, -35.866762509768144 ], [ 173.666084799824347, -35.866700750266084 ], [ 173.666043612648707, -35.86668189481599 ], [ 173.665967378836257, -35.866677546489832 ], [ 173.665914748957817, -35.866692151083747 ], [ 173.665867301654004, -35.866625620763124 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "TwilightBeach", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.701148080526877, -34.508449889207505 ], [ 172.701182659932044, -34.508452359841399 ], [ 172.701220121666296, -34.508454837514591 ], [ 172.701254709590074, -34.508454922098139 ], [ 172.70130371766183, -34.508452655878109 ], [ 172.701326232158294, -34.508443643929212 ], [ 172.701356221973356, -34.508439899561452 ], [ 172.701400074184704, -34.508428553706104 ], [ 172.701443926384314, -34.508417207834903 ], [ 172.70149237668079, -34.508409690864198 ], [ 172.701533922998124, -34.50839833932644 ], [ 172.701580101435781, -34.508381272567249 ], [ 172.701637815953234, -34.508362325123613 ], [ 172.701690959536137, -34.508331913447407 ], [ 172.701748639994236, -34.508322510071451 ], [ 172.701804000984055, -34.508316918688266 ], [ 172.701854777441923, -34.508303680729036 ], [ 172.701891725537564, -34.50828850016606 ], [ 172.70193329892507, -34.508269513195081 ], [ 172.701963322627705, -34.508256224556945 ], [ 172.702004909571571, -34.508233419912997 ], [ 172.702037307040285, -34.508201048638959 ], [ 172.702065113154703, -34.508162939637046 ], [ 172.702090593014333, -34.508130551478388 ], [ 172.702113726251753, -34.508109610637213 ], [ 172.702155313081931, -34.508086805940913 ], [ 172.702185357054276, -34.50806779077454 ], [ 172.702206191189759, -34.50804493547021 ], [ 172.70223168453677, -34.508008729632436 ], [ 172.702257143919468, -34.507982067910511 ], [ 172.702291840253423, -34.50795161101054 ], [ 172.702349561101727, -34.507930754402629 ], [ 172.702386502158191, -34.507917482512106 ], [ 172.702423463556897, -34.507898484137286 ], [ 172.702458119092881, -34.507879480135351 ], [ 172.702474314282512, -34.507864248849806 ], [ 172.702481326785289, -34.507837542154746 ], [ 172.7024768778968, -34.507791719138666 ], [ 172.702483917525342, -34.50775737714546 ], [ 172.702495609528967, -34.507711593435324 ], [ 172.702539549371778, -34.507675432449155 ], [ 172.702576544534139, -34.50764688990423 ], [ 172.702615872630815, -34.50761071766275 ], [ 172.702655254927436, -34.507559274812238 ], [ 172.702678428537837, -34.507526880913595 ], [ 172.702703928300082, -34.507488766147816 ], [ 172.702738610711975, -34.507462126765674 ], [ 172.702782529989804, -34.507431692163088 ], [ 172.702812648116463, -34.507391679768126 ], [ 172.702833522562685, -34.507357371404972 ], [ 172.702861246739047, -34.507342168108529 ], [ 172.702907407392161, -34.507329872901806 ], [ 172.702907461579656, -34.507314602304874 ], [ 172.702893701107712, -34.507293571589933 ], [ 172.702879960964822, -34.507266814399522 ], [ 172.702859289796237, -34.507243858032581 ], [ 172.702840924466926, -34.507220907270622 ], [ 172.702831796007104, -34.507194161291466 ], [ 172.702820388828115, -34.507159774404087 ], [ 172.702818232061333, -34.507117774652698 ], [ 172.702834555763189, -34.507066275647531 ], [ 172.702843901004684, -34.507031939236988 ], [ 172.702850920092629, -34.507003323691386 ], [ 172.70286033983885, -34.506947990207216 ], [ 172.702860536296726, -34.506892634289905 ], [ 172.702869922152701, -34.506846844927701 ], [ 172.702879307998245, -34.50680105556436 ], [ 172.702900236455832, -34.506751476587269 ], [ 172.702916539715005, -34.506705704041849 ], [ 172.702923687435202, -34.506640820818568 ], [ 172.702914768976456, -34.506554901272899 ], [ 172.702933554085462, -34.506459504883487 ], [ 172.702919814064671, -34.506432747694525 ], [ 172.702913059199943, -34.50638691907605 ], [ 172.702903957899053, -34.506352537799295 ], [ 172.702906392394141, -34.506316275732829 ], [ 172.702888169499317, -34.50625323965167 ], [ 172.702888345612934, -34.506203610202803 ], [ 172.702886165125335, -34.506168291333417 ], [ 172.702870410649666, -34.506059449055741 ], [ 172.702847691413837, -34.505963951725285 ], [ 172.702834236040275, -34.505857023872942 ], [ 172.702813815911497, -34.50576344096698 ], [ 172.702804938304439, -34.505666068451312 ], [ 172.702782232798455, -34.505566753453159 ], [ 172.702773294262954, -34.505486560358904 ], [ 172.702766620864963, -34.505417825823841 ], [ 172.702748466031608, -34.505335701461995 ], [ 172.702730284125465, -34.505261212397492 ], [ 172.702714472407393, -34.505168595100187 ], [ 172.702698664112347, -34.505075023386979 ], [ 172.702671367690101, -34.504969970662408 ], [ 172.702648676082731, -34.50486683797925 ], [ 172.70262363131522, -34.504777061455769 ], [ 172.702610054375356, -34.504704492417474 ], [ 172.702580171046975, -34.504678650309053 ], [ 172.702552752844014, -34.504607956410041 ], [ 172.702532231605062, -34.50454300582247 ], [ 172.702518559838666, -34.504497160327972 ], [ 172.7025072820025, -34.504426505715223 ], [ 172.702505200053366, -34.504363508860514 ], [ 172.702505349254153, -34.50432151469996 ], [ 172.702500886960905, -34.504279509310265 ], [ 172.702494132490443, -34.504233680654544 ], [ 172.702487323769418, -34.504203122602341 ], [ 172.702464435890477, -34.504155345814944 ], [ 172.702432379336727, -34.504092275956111 ], [ 172.702423285259442, -34.504055985807383 ], [ 172.702416551199974, -34.504004430669298 ], [ 172.702402906719129, -34.503950949856254 ], [ 172.702393846590923, -34.503905115576643 ], [ 172.702382548582506, -34.50384018742335 ], [ 172.702371155604425, -34.503801982827227 ], [ 172.702376004534813, -34.503735185163528 ], [ 172.702373875204955, -34.503685550079723 ], [ 172.702369480856902, -34.503624456424575 ], [ 172.702367385457251, -34.503565277211301 ], [ 172.702362970764909, -34.503509910031937 ], [ 172.702363194665821, -34.503446918782998 ], [ 172.702374943784633, -34.503384910030377 ], [ 172.702381976286404, -34.503352476842359 ], [ 172.702389049488062, -34.503308590699021 ], [ 172.702402992351438, -34.503278083184206 ], [ 172.702421560208393, -34.503243769247739 ], [ 172.702421675527518, -34.503211319208873 ], [ 172.702421750145703, -34.50319032212483 ], [ 172.702401052965513, -34.503175000974231 ], [ 172.702373438644941, -34.503159662970155 ], [ 172.702364297198159, -34.503136734593014 ], [ 172.702352822901503, -34.503121435901392 ], [ 172.702345987178774, -34.503098513139854 ], [ 172.702343756101897, -34.503077510438324 ], [ 172.702343844309638, -34.503052695702245 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "TwilightBeach", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.702311632186422, -34.503033528797857 ], [ 172.702306959686979, -34.503050696994741 ], [ 172.7022976757587, -34.50306785395518 ], [ 172.70227920290435, -34.503075444312138 ], [ 172.702251541127794, -34.503073468061395 ], [ 172.702221614366977, -34.503060033229922 ], [ 172.70217786012779, -34.503044655843745 ], [ 172.702143362703055, -34.5030197567973 ], [ 172.702088147851299, -34.502985263015063 ], [ 172.702049066224475, -34.502952717394436 ], [ 172.702007678918676, -34.50292016613772 ], [ 172.701954763102975, -34.502887586744656 ], [ 172.701931780758912, -34.502866533412522 ], [ 172.701917980486286, -34.502856955532508 ], [ 172.701853587184672, -34.502810031774956 ], [ 172.701766228682743, -34.502737282555557 ], [ 172.701715713972249, -34.502677985125089 ], [ 172.701651337923835, -34.502626289196222 ], [ 172.701600809757338, -34.502570809369693 ], [ 172.701550254445067, -34.502522964825665 ], [ 172.701481348880861, -34.502448351631934 ], [ 172.701458516491186, -34.502385304040565 ], [ 172.701417265818236, -34.502314576065039 ], [ 172.701378320905178, -34.502243853710553 ], [ 172.701327888463283, -34.502161650206396 ], [ 172.701314251778456, -34.50210626043485 ], [ 172.701293725291208, -34.502043218446829 ], [ 172.701270831866651, -34.501997350251514 ], [ 172.701245741743833, -34.501920935197703 ], [ 172.701197547193686, -34.501857825535289 ], [ 172.701167873069863, -34.501773763882582 ], [ 172.701163493315335, -34.501708852517893 ], [ 172.701166010154111, -34.501649684548688 ], [ 172.701161552071255, -34.50160672468288 ], [ 172.70115707015114, -34.501570445708026 ], [ 172.701157254071745, -34.501518907402748 ], [ 172.701178107277713, -34.501490325763804 ], [ 172.701212835346922, -34.501450324995162 ], [ 172.701217501168088, -34.501435065662491 ], [ 172.701208353412483, -34.501414046021182 ], [ 172.701187616025578, -34.501410177621004 ], [ 172.701148378804561, -34.501421534711376 ], [ 172.701106856343756, -34.501427159670264 ], [ 172.701086084891102, -34.501432835383646 ], [ 172.701056070319879, -34.501444215006892 ], [ 172.700986893449738, -34.501445954573562 ], [ 172.700931652843195, -34.501419095572189 ], [ 172.700869488452753, -34.50139412843766 ], [ 172.700779717487052, -34.501351914081297 ], [ 172.700671637752095, -34.501271477949707 ], [ 172.700614146292907, -34.501229342547539 ], [ 172.700542814098014, -34.50118908203936 ], [ 172.70048758063129, -34.50116031401155 ], [ 172.700434693831738, -34.501120098655122 ], [ 172.700386384253079, -34.501089438714345 ], [ 172.700324288578656, -34.501045383041884 ], [ 172.700257636315257, -34.500986045416234 ], [ 172.700184053516296, -34.500930508433456 ], [ 172.700138090801943, -34.500888401095388 ], [ 172.70009441327781, -34.500852025877869 ], [ 172.700023085073866, -34.500810810653675 ], [ 172.699958752537754, -34.500747660873152 ], [ 172.699903594806273, -34.500697895493992 ], [ 172.699839187188246, -34.500655742738182 ], [ 172.699767924288835, -34.500596393516567 ], [ 172.699694362692185, -34.500535129760266 ], [ 172.699641572514849, -34.50046819049377 ], [ 172.699591053824776, -34.500410801004044 ], [ 172.699540528355357, -34.500355320319429 ], [ 172.699501585930363, -34.500284597357066 ], [ 172.699467213739013, -34.500225338681595 ], [ 172.69945130721095, -34.500160398890188 ], [ 172.699426205586974, -34.500087801103838 ], [ 172.699407986635691, -34.500024764460029 ], [ 172.699398928556889, -34.499978929939651 ], [ 172.699382953608165, -34.499933078400453 ], [ 172.699383200276287, -34.499864360652701 ], [ 172.699364981404756, -34.499801324000607 ], [ 172.699358215289521, -34.499759312801473 ], [ 172.699307625256012, -34.499721965868069 ], [ 172.699282407365189, -34.499681818096818 ], [ 172.699254918153656, -34.499632120513269 ], [ 172.699241207835371, -34.499597727587087 ], [ 172.699229823710397, -34.499557613855586 ], [ 172.699236884516722, -34.499517545527283 ], [ 172.699248522269755, -34.499487032680825 ], [ 172.699269437302746, -34.499441271920851 ], [ 172.699290283773934, -34.49941459942152 ], [ 172.699294963536147, -34.499395522505488 ], [ 172.699271982816271, -34.499374468669465 ], [ 172.699212036927094, -34.499374321112576 ], [ 172.699161306625939, -34.499376105060243 ], [ 172.69908063767059, -34.499368271040233 ], [ 172.699009225474924, -34.499350915553904 ], [ 172.698949334497144, -34.49933549725678 ], [ 172.698873338591596, -34.499310495023877 ], [ 172.698808870774627, -34.499285521161504 ], [ 172.698707612843577, -34.499232778322444 ], [ 172.69864790745541, -34.49916582156461 ], [ 172.698583481037161, -34.499129394625079 ], [ 172.698525971484713, -34.499092984718054 ], [ 172.698468420747275, -34.499068027742595 ], [ 172.698410883791922, -34.499039253087226 ], [ 172.698346402572298, -34.499018096634387 ], [ 172.698295782494426, -34.498989339001142 ], [ 172.698256704203658, -34.498956792163639 ], [ 172.698229153935841, -34.49892427378574 ], [ 172.698226304608227, -34.498915199742264 ], [ 172.698228699619818, -34.498890390692964 ], [ 172.698251831247234, -34.49886945054304 ], [ 172.698291108914702, -34.49884664141512 ], [ 172.698323456021996, -34.498827632849988 ], [ 172.698342010794448, -34.498797137164999 ], [ 172.698323676046243, -34.498766550402472 ], [ 172.698286896564525, -34.498735918092905 ], [ 172.698247790884892, -34.498711006557855 ], [ 172.69820635212298, -34.498693724621624 ], [ 172.698155732288853, -34.498664966930114 ], [ 172.698125869684873, -34.498634351658893 ], [ 172.698066055081824, -34.498597935839044 ], [ 172.698017727177302, -34.498573001440754 ], [ 172.697962516956977, -34.498538505793249 ], [ 172.697886652899257, -34.498477235245076 ], [ 172.697840644476884, -34.4984484888246 ], [ 172.697810809614595, -34.498410238170251 ], [ 172.697764939022704, -34.498343315190752 ], [ 172.697721312080205, -34.498293577336341 ], [ 172.697670809793408, -34.498232369392944 ], [ 172.697636412167498, -34.498180745500001 ], [ 172.697604299484425, -34.498134853782872 ], [ 172.697567575685667, -34.498088950643869 ], [ 172.697537761755854, -34.498044973442177 ], [ 172.697498697988038, -34.498008608707913 ], [ 172.697457321786715, -34.497974147079006 ], [ 172.69741582148734, -34.497974044314631 ], [ 172.697360453267606, -34.497983451406398 ], [ 172.697314328022031, -34.497987154839457 ], [ 172.697286661151793, -34.497987086299048 ], [ 172.697236042061633, -34.497958328227071 ], [ 172.697164665966199, -34.497931427534212 ], [ 172.697084150481345, -34.497881598018438 ], [ 172.697045076630303, -34.497848096379471 ], [ 172.696987603157567, -34.497802141616063 ], [ 172.696932442221197, -34.497754283717704 ], [ 172.696895705141401, -34.497712198029866 ], [ 172.696854370789026, -34.497666283237706 ], [ 172.696801467209326, -34.497631792786152 ], [ 172.696762403954381, -34.497595427816748 ], [ 172.696700340426702, -34.497543734994601 ], [ 172.696647589087632, -34.497467250291251 ], [ 172.696622366232617, -34.497429010793084 ], [ 172.696601802914898, -34.497377420952894 ], [ 172.696581301858032, -34.497308651669172 ], [ 172.696562995738475, -34.497270429333497 ], [ 172.696510161695414, -34.497216850488961 ], [ 172.696438910995738, -34.497155590493449 ], [ 172.696367584281376, -34.497115327549722 ], [ 172.696287021603524, -34.497078859295357 ], [ 172.696238778180998, -34.49703101827464 ], [ 172.696195125131396, -34.496988915179763 ], [ 172.696181361103726, -34.496969792517746 ], [ 172.696151544835885, -34.496926769389049 ], [ 172.696151655632264, -34.496896228161972 ], [ 172.696105704081162, -34.496852210474877 ], [ 172.696059731797817, -34.496813919250577 ], [ 172.696018329067584, -34.496787092440712 ], [ 172.695997641568965, -34.496769861377111 ], [ 172.695958579064126, -34.496733496149538 ], [ 172.695919572033176, -34.496681860295681 ], [ 172.695917460538141, -34.496628407409645 ], [ 172.695929168386186, -34.496578806601626 ], [ 172.695931619443257, -34.496538726976958 ], [ 172.695917980289011, -34.496485245402546 ], [ 172.695888188584831, -34.496435541314028 ], [ 172.695851494194358, -34.49638200234817 ], [ 172.695789522253165, -34.49630549431226 ], [ 172.695736710113579, -34.49624618865014 ], [ 172.695667731647831, -34.496194478077712 ], [ 172.695594079789032, -34.496159935420643 ], [ 172.69553653888309, -34.496133068240667 ], [ 172.695495226870491, -34.496081426504389 ], [ 172.695447005294568, -34.49602785868818 ], [ 172.695355041447044, -34.495957002204769 ], [ 172.695309104715818, -34.495909166562555 ], [ 172.695235557437201, -34.495845991286949 ], [ 172.695173475305552, -34.495800024166932 ], [ 172.695134486559965, -34.495743615992261 ], [ 172.695088598712204, -34.49568241847853 ], [ 172.694987371814619, -34.495622991666664 ], [ 172.694936768848009, -34.49559041498901 ], [ 172.694870055199402, -34.495550162683507 ], [ 172.694784967140237, -34.495490776003663 ], [ 172.694732107527329, -34.495444831694257 ], [ 172.694676949429692, -34.49539697277428 ], [ 172.694617201274355, -34.49534337582481 ], [ 172.69456441841217, -34.495276434346614 ], [ 172.694509316215175, -34.495213304735273 ], [ 172.694415139092257, -34.495117627029714 ], [ 172.694357850028467, -34.49502204152548 ], [ 172.69431660894918, -34.494951311118321 ], [ 172.69426841664432, -34.494890107526565 ], [ 172.694229411509184, -34.494838471127686 ], [ 172.694183521331524, -34.49477822768467 ], [ 172.694158328284203, -34.494732352363208 ], [ 172.694135405894571, -34.494696026942471 ], [ 172.694114761122535, -34.494667342596813 ], [ 172.694098797033547, -34.494619581520524 ], [ 172.694101241930753, -34.494581410751124 ], [ 172.694096784336381, -34.494539405012524 ], [ 172.694083167584807, -34.494480196742515 ], [ 172.694060245296015, -34.494443871306714 ], [ 172.69406493990482, -34.494420976926129 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "TwilightBeach", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.694009365856289, -34.494412569335182 ], [ 172.693983977754584, -34.494420141134825 ], [ 172.693960916044318, -34.494421992222136 ], [ 172.693949388676003, -34.494421963350604 ], [ 172.693930972785608, -34.494414281845572 ], [ 172.693914876322026, -34.494402788458729 ], [ 172.693901099286535, -34.494387483190962 ], [ 172.6938942316973, -34.494374104075234 ], [ 172.693891989005436, -34.494356918855971 ], [ 172.693896683655083, -34.494334024481745 ], [ 172.693899044929822, -34.494318759640315 ], [ 172.693906031095025, -34.494299688695101 ] ] } }, +{ "type": "Feature", "properties": { "Id": "0", "Region": "Northland", "Site": "TwilightBeach", "Date": "2023-03-20", "DSASDate": "20/03/2023", "Digitiser": "MF", "Scale": "1000", "Notes": null, "Source": "NEO", "CPS": "0", "Proxy": "0", "Photoscale": null, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_20MAR2023.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": null, "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": null, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.693867172955208, -34.49420796680856 ], [ 172.693827931164151, -34.494221230401266 ], [ 172.693786418782253, -34.494224944068286 ], [ 172.693742614886361, -34.494224834288701 ], [ 172.69369887381049, -34.494207545049527 ], [ 172.693641313911911, -34.494186403460169 ], [ 172.693609121156385, -34.494163416608082 ], [ 172.693577005228491, -34.494119432649363 ], [ 172.693533431850994, -34.494056331500396 ], [ 172.693489872508252, -34.493989412681316 ], [ 172.693476298182389, -34.493918751378224 ], [ 172.693446564717703, -34.493853776068725 ], [ 172.693405227166153, -34.493809768928145 ], [ 172.693356973291515, -34.493765744417189 ], [ 172.693260339877469, -34.493712054227281 ], [ 172.6931843927361, -34.493675595506112 ], [ 172.693050830346493, -34.493633265488661 ], [ 172.692984154144114, -34.493583468017881 ], [ 172.692922081921552, -34.493535590925354 ], [ 172.692873919440643, -34.493466751470457 ], [ 172.692839505717984, -34.493420852694619 ], [ 172.692807404477549, -34.493373050877551 ], [ 172.692713178845082, -34.493291688056964 ], [ 172.692621185290847, -34.493230373648728 ], [ 172.692524630038889, -34.493155685778689 ], [ 172.692464898872032, -34.493098270118573 ], [ 172.692421312843038, -34.493038986224292 ], [ 172.692382330733125, -34.492981622749085 ], [ 172.692327287771491, -34.492903221528799 ], [ 172.692251566174207, -34.49280567975628 ], [ 172.692180350392221, -34.492736781960836 ], [ 172.692118363442887, -34.492665998531592 ], [ 172.692054211515483, -34.492557032714402 ], [ 172.69201292445922, -34.492499663309459 ], [ 172.69195322218647, -34.492434612088061 ], [ 172.691895748196629, -34.492390563751044 ], [ 172.691805984396865, -34.492350251642264 ], [ 172.69170706224736, -34.492292736756355 ], [ 172.691651851741398, -34.492260147085297 ], [ 172.691573720680424, -34.492191231482771 ], [ 172.6915185840991, -34.492138599064326 ], [ 172.691438168945382, -34.4920639510729 ], [ 172.691325618917972, -34.491951044955286 ], [ 172.691291284039664, -34.491884148638555 ], [ 172.691215430883005, -34.491822873939981 ], [ 172.691116573106115, -34.491748179129935 ], [ 172.691054559626622, -34.491685030468041 ], [ 172.69099256736331, -34.49161615529222 ], [ 172.690932838341894, -34.491558738880293 ], [ 172.690866186180585, -34.49150321377023 ], [ 172.690829490103084, -34.491451582109249 ], [ 172.690815876148577, -34.491392373460307 ], [ 172.690776860670439, -34.491344553604868 ], [ 172.690712394365903, -34.491321484311356 ], [ 172.690661633547506, -34.491332808894924 ], [ 172.690620087219145, -34.491346065632172 ], [ 172.690601570089967, -34.491366061624689 ], [ 172.690543963573617, -34.491358280373206 ], [ 172.690479553744183, -34.49131994033776 ], [ 172.690422060133244, -34.491281617790136 ], [ 172.690362303520857, -34.491231836409327 ], [ 172.690330155136593, -34.491197395728562 ], [ 172.690305014662783, -34.491138157810745 ], [ 172.690282101978084, -34.491099922832582 ], [ 172.690245328800501, -34.491069288097833 ], [ 172.690171683693023, -34.491034742179643 ], [ 172.690114176297129, -34.491000237142124 ], [ 172.690026748478175, -34.490952294266172 ], [ 172.689955465455881, -34.490902483446185 ], [ 172.68989802183151, -34.490850798859974 ], [ 172.689815282782263, -34.49078187043137 ], [ 172.689748639049554, -34.490724435884523 ], [ 172.689707312051723, -34.490678518661689 ], [ 172.689684435117272, -34.490630739433271 ], [ 172.689654627965126, -34.490586760290896 ], [ 172.689594815723979, -34.490552249154369 ], [ 172.689544161330247, -34.490534940864315 ], [ 172.689500465501368, -34.490506197161842 ], [ 172.689417723581158, -34.490438222877529 ], [ 172.689344192622627, -34.490373135221617 ], [ 172.689259184541868, -34.490294656417753 ], [ 172.689146547750937, -34.490206563047174 ], [ 172.689036174040297, -34.490129928404521 ], [ 172.688985661744141, -34.490074443332901 ], [ 172.688902867507011, -34.490020784906413 ], [ 172.688820094646132, -34.489961399941286 ], [ 172.688730469686675, -34.48988481785571 ], [ 172.688652336149744, -34.489817809211026 ], [ 172.688576415840032, -34.489775621149867 ], [ 172.688505163070943, -34.489718174174087 ], [ 172.688459223017389, -34.489673199188829 ], [ 172.688378763254946, -34.489611910974631 ], [ 172.688318994845162, -34.489565946249186 ], [ 172.68826152473585, -34.489521896203165 ], [ 172.688169474641711, -34.489477757894058 ], [ 172.688061315727879, -34.489425943013181 ], [ 172.687939360497268, -34.489364548577427 ], [ 172.687854240966601, -34.489316610037356 ], [ 172.687759978465408, -34.4892476507734 ], [ 172.687690960878967, -34.489209297489673 ], [ 172.687615062958884, -34.489161382349913 ], [ 172.687536817085402, -34.489124914234011 ], [ 172.687449357099439, -34.48908651365587 ], [ 172.687396441448186, -34.489057745616897 ], [ 172.687288315619014, -34.488997340329703 ], [ 172.687221639408676, -34.488949448542989 ], [ 172.68715260093245, -34.488916821438742 ], [ 172.687092798047559, -34.488880400252604 ], [ 172.687042252140515, -34.488834458515363 ], [ 172.686970944171151, -34.488792281266925 ], [ 172.686871936810803, -34.488759577232784 ], [ 172.686766042128085, -34.488719220081336 ], [ 172.686699302196672, -34.488688507458384 ], [ 172.686604898553043, -34.488657723856733 ], [ 172.686522064394268, -34.488615516786041 ], [ 172.686434583977046, -34.48858284196654 ], [ 172.686367837131343, -34.488554037990703 ], [ 172.686308006260845, -34.488525251731801 ], [ 172.686153793623447, -34.488459955012104 ], [ 172.68607784720092, -34.488425400712984 ], [ 172.685953553810435, -34.488373542516854 ], [ 172.685824607019555, -34.488333125306326 ], [ 172.685750923195314, -34.488310029696521 ], [ 172.685635815578792, -34.488267739028203 ], [ 172.685534568544568, -34.488217848536095 ], [ 172.685454083661256, -34.488164193710958 ], [ 172.685378195141482, -34.488114368358353 ], [ 172.685341389226721, -34.488093276287373 ], [ 172.685293142883694, -34.488049248591935 ], [ 172.685242562612217, -34.488012850249689 ], [ 172.685180448740397, -34.487978331020173 ], [ 172.685116000930947, -34.487951441129077 ], [ 172.68508155784437, -34.487915084300035 ], [ 172.685021763755401, -34.487876753275742 ], [ 172.684961933834501, -34.487847966359787 ], [ 172.684906671463125, -34.487830644267866 ], [ 172.684832916534305, -34.487826636381435 ], [ 172.684775284280022, -34.487826487732164 ], [ 172.684724618175977, -34.487812995106033 ], [ 172.684653333802459, -34.487765090026855 ], [ 172.684588994115217, -34.487709567446487 ], [ 172.684529164463584, -34.487680780319337 ], [ 172.684460077768364, -34.487661513491005 ], [ 172.684404847980289, -34.487635601449213 ], [ 172.684324263697278, -34.487608669466546 ], [ 172.684268922493658, -34.487612344189166 ], [ 172.684213660423154, -34.487595021784792 ], [ 172.684167669876018, -34.487564361395464 ], [ 172.68411933809827, -34.487543239167302 ], [ 172.684087071344408, -34.487541246911761 ], [ 172.684050165235817, -34.487546878037243 ], [ 172.683974033321789, -34.487561951947917 ], [ 172.683918692134966, -34.487565626512058 ], [ 172.68385419463462, -34.487552097749507 ], [ 172.683794278903889, -34.48754621619257 ], [ 172.68368593063974, -34.487545935790578 ], [ 172.683628269754337, -34.487553421910881 ], [ 172.683549854106076, -34.487562763106666 ], [ 172.683482993699073, -34.487564498797546 ], [ 172.683409224654127, -34.487564307707999 ], [ 172.683319318631533, -34.487564074757394 ], [ 172.683238633740331, -34.487563865642855 ], [ 172.683148662752359, -34.487580812012098 ], [ 172.683049477815445, -34.48759582557183 ], [ 172.682957215918009, -34.487608948166141 ], [ 172.682855732855785, -34.487622046760173 ], [ 172.682786516517979, -34.487637137877201 ], [ 172.682712718499886, -34.487644581675482 ], [ 172.68258354301156, -34.487665243523587 ], [ 172.682505163313891, -34.487665039912052 ], [ 172.682429074432179, -34.487668659895199 ], [ 172.68236911530559, -34.487674230602281 ], [ 172.682325278695544, -34.487683660884038 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "TwilightBeach", "Date": "1957-01-19", "DSASDate": null, "Digitiser": "CMIL", "Scale": "1000", "Notes": null, "Source": "RL", "CPS": "5", "Proxy": "10", "Photoscale": 44500.0, "Georef_ER": "2.9", "Pixel_Er": 0.62910907839997599, "Total_UNCY": "9.088117419604858", "filename": "Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_19JAN1957.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "19/01/1957", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 656.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.701695747444973, -34.508268482447534 ], [ 172.702302375330305, -34.507892966088477 ], [ 172.702678329441454, -34.50754074603261 ], [ 172.702969978888319, -34.506577490661407 ], [ 172.703102348764787, -34.505012562316814 ], [ 172.702673253981033, -34.50410004679977 ], [ 172.702307389079436, -34.503240176907561 ], [ 172.701808393429928, -34.502537460483239 ], [ 172.701516321934861, -34.502002271382509 ], [ 172.700919144988205, -34.501356576616224 ], [ 172.700114964471425, -34.500571979876575 ], [ 172.69920044207359, -34.500020939477459 ], [ 172.698533149612246, -34.49964707045833 ], [ 172.698333642597902, -34.499026203978957 ], [ 172.697637783245028, -34.498585449987722 ], [ 172.697373830295049, -34.498255521016297 ], [ 172.697099007390676, -34.497744224366635 ], [ 172.69643776578738, -34.497298777198544 ], [ 172.695990088229053, -34.496772732113172 ], [ 172.695525315668476, -34.496194149549233 ], [ 172.69533024886104, -34.495945513587245 ], [ 172.695204817335764, -34.495568204039714 ], [ 172.694803370865031, -34.4950136371491 ], [ 172.694217996904769, -34.494320217540377 ], [ 172.693609351185842, -34.493688774181251 ], [ 172.693311214688379, -34.49325853618592 ], [ 172.692667651978894, -34.492722442677909 ], [ 172.692017860278526, -34.492315177101702 ], [ 172.691559606068523, -34.491545711081571 ], [ 172.690898742155554, -34.491019108732139 ], [ 172.689765905300902, -34.490324281489329 ], [ 172.689179047697451, -34.490050779701463 ], [ 172.688707744876723, -34.489701215685372 ], [ 172.688288653324975, -34.489261112860632 ], [ 172.687938370225311, -34.48891662660661 ], [ 172.687489793874789, -34.488657786076942 ], [ 172.686816203196315, -34.488465177040524 ], [ 172.686333571335894, -34.488067853645624 ], [ 172.685769346275407, -34.487913696428627 ], [ 172.685516695486143, -34.487664896518503 ], [ 172.685327693547464, -34.487540931505208 ], [ 172.684870340038856, -34.487512909825945 ], [ 172.68403836750042, -34.487486900994462 ], [ 172.683649430227973, -34.487465016764261 ], [ 172.683195476751848, -34.487490683914842 ], [ 172.682798545298937, -34.487677556278655 ], [ 172.682509209203488, -34.487986992363687 ], [ 172.682530832636701, -34.487984065969115 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "TwilightBeach", "Date": "2015-11-07", "DSASDate": null, "Digitiser": null, "Scale": "5000", "Notes": null, "Source": "LDS", "CPS": "4", "Proxy": "2", "Photoscale": 0.0, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_07NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "07/11/2015", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 4177.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.686845200162168, -34.488801741393104, 0.0 ], [ 172.686978969879533, -34.488878110740913, 0.0 ], [ 172.687111204338919, -34.488964347279371, 0.0 ], [ 172.687277957613418, -34.489067374532759, 0.0 ], [ 172.687482154090191, -34.489175269726601, 0.0 ], [ 172.687694935440902, -34.489299889036353, 0.0 ], [ 172.68786747937213, -34.489395771674431, 0.0 ], [ 172.687988233700111, -34.489470047826252, 0.0 ], [ 172.688057189308381, -34.48952510382486, 0.0 ], [ 172.688160671741912, -34.48959456330909, 0.0 ], [ 172.688223873834346, -34.489647217426352, 0.0 ], [ 172.688344593335643, -34.489731037946434, 0.0 ] ] } }, { "type": "Feature", "properties": { "Id": null, "Region": "Northland", "Site": "TwilightBeach", "Date": "2015-11-07", "DSASDate": null, "Digitiser": null, "Scale": "5000", "Notes": null, "Source": "LDS", "CPS": "5", "Proxy": "0", "Photoscale": 0.0, "Georef_ER": null, "Pixel_Er": null, "Total_UNCY": null, "filename": "Retrolens/Northland/TwilightBeach/Shorelines/TwilightBeach_07NOV2015.shp", "ID": null, "Dig_ER": null, "DATE_": null, "DSASdate": "07/11/2015", "Length": null, "Date_": null, "proxy": null, "Scale_1": null, "OBJECTID": 4179.0, "YEAR_": null, "SURVEY": null, "RUN": null, "COASTAL_SE": null, "Shape__Len": null, "SN": null, "DSASDate_1": null, "DSASDate_2": null, "DSASDate_3": null, "DSASDate_4": null, "DSASDate_5": null, "DSASDate_6": null, "DSASDate_7": null, "DSASDate_8": null, "DSASDate_9": null, "OBJECTID_1": null, "SourceFile": null, "Year_": null, "Month_": null, "Day_": null, "Date2": null, "Shape_Leng": null, "Shape_Le_1": null, "DSAS_NZDAT": null, "UNCY": null }, "geometry": { "type": "LineString", "coordinates": [ [ 172.688344593335643, -34.489731037946434, 0.0 ], [ 172.688528692945482, -34.489819791413609, 0.0 ], [ 172.688735757010051, -34.489932463321608, 0.0 ], [ 172.688859314994716, -34.490028220672798, 0.0 ], [ 172.689057469828356, -34.490212450914996, 0.0 ], [ 172.689224112924336, -34.490346494053206, 0.0 ], [ 172.68938779396322, -34.49050200435326, 0.0 ], [ 172.689583166440627, -34.490659980240935, 0.0 ], [ 172.689781377367837, -34.490829894031563, 0.0 ], [ 172.690031283449485, -34.491047659076486, 0.0 ], [ 172.690183556622458, -34.491172120538543, 0.0 ], [ 172.690321429525255, -34.491294158212774, 0.0 ], [ 172.690516717461634, -34.491475993502554, 0.0 ], [ 172.690686273753926, -34.491602884306673, 0.0 ], [ 172.691249688212366, -34.49198607803477, 0.0 ], [ 172.691600137944988, -34.492292377908761, 0.0 ], [ 172.691783860377143, -34.492486112075724, 0.0 ], [ 172.691979154264686, -34.492667945024799, 0.0 ], [ 172.692243909805654, -34.49276882627283, 0.0 ], [ 172.692318617327373, -34.492828665840712, 0.0 ], [ 172.69239342133389, -34.492862259190545, 0.0 ], [ 172.692689396023042, -34.493094451033237, 0.0 ], [ 172.692720631655391, -34.493220990153326, 0.0 ], [ 172.69270592526243, -34.493302079514933, 0.0 ], [ 172.69274297747296, -34.49341431694544, 0.0 ], [ 172.692843315391229, -34.493557733176374, 0.0 ], [ 172.692940877707855, -34.493672508832553, 0.0 ], [ 172.693041434864199, -34.493756273118201, 0.0 ], [ 172.693124851013636, -34.493799431556049, 0.0 ], [ 172.693219644504978, -34.493883182121131, 0.0 ], [ 172.693343117358012, -34.49400518110513, 0.0 ], [ 172.693440803131693, -34.494086551652465, 0.0 ], [ 172.693529843064852, -34.494167901338812, 0.0 ], [ 172.69355851258527, -34.4942085359571, 0.0 ], [ 172.693601618373947, -34.494242049066216, 0.0 ], [ 172.693644635843953, -34.494299422147392, 0.0 ], [ 172.693785549231563, -34.494380900787327, 0.0 ], [ 172.693874563653736, -34.49446940785824, 0.0 ], [ 172.694046708086148, -34.494679812081785, 0.0 ], [ 172.695040465471095, -34.49580374219962, 0.0 ], [ 172.69518041529966, -34.495953219930534, 0.0 ], [ 172.695295355248533, -34.496045966024724, 0.0 ], [ 172.69551056419499, -34.496303003739783, 0.0 ], [ 172.695557135139893, -34.496374701291678, 0.0 ], [ 172.695722336006241, -34.49651529350411, 0.0 ], [ 172.695858793375692, -34.496634936047741, 0.0 ], [ 172.696024038558591, -34.49676359785893, 0.0 ], [ 172.696171293287279, -34.496886249211435, 0.0 ], [ 172.69660575862045, -34.497281028376328, 0.0 ], [ 172.696717056663857, -34.497385694179172, 0.0 ], [ 172.696871506926556, -34.497511345742268, 0.0 ], [ 172.697043928355555, -34.497648970865889, 0.0 ], [ 172.697205423189274, -34.497819377567232, 0.0 ], [ 172.69735254139394, -34.497980800643816, 0.0 ], [ 172.697488929157544, -34.498121319076809, 0.0 ], [ 172.697625294751532, -34.498267802800761, 0.0 ], [ 172.697797545693874, -34.498453147723524, 0.0 ], [ 172.697995058803997, -34.498626625646772, 0.0 ], [ 172.698131544358063, -34.498740300199586, 0.0 ], [ 172.698246276474407, -34.498892694370298, 0.0 ], [ 172.698364740087158, -34.499009307351407, 0.0 ], [ 172.698483192203298, -34.49912890248676, 0.0 ], [ 172.698576557076024, -34.499212644427651, 0.0 ], [ 172.698716561814024, -34.499350188097445, 0.0 ], [ 172.69896469524852, -34.49947308476073, 0.0 ], [ 172.699115680204983, -34.499562933735852, 0.0 ], [ 172.699161838195863, -34.499750949337958, 0.0 ], [ 172.699236912706141, -34.499912192709111, 0.0 ], [ 172.699333570893373, -34.500082436942137, 0.0 ], [ 172.69944839265554, -34.500210969992096, 0.0 ], [ 172.699534522040693, -34.500303641190506, 0.0 ], [ 172.699613542334134, -34.500369452361845, 0.0 ], [ 172.699832508310834, -34.500590700401816, 0.0 ], [ 172.699896948021546, -34.500704195944685, 0.0 ], [ 172.699972270557623, -34.500796840285695, 0.0 ], [ 172.700087115636705, -34.500919408186952, 0.0 ], [ 172.700212853266095, -34.501018140713924, 0.0 ], [ 172.700349292359789, -34.501146725943521, 0.0 ], [ 172.700503724089259, -34.501281320622404, 0.0 ], [ 172.700640133164228, -34.501418852344102, 0.0 ], [ 172.700780218479593, -34.501535515928225, 0.0 ], [ 172.701240160735097, -34.501870688564615, 0.0 ], [ 172.701329886559705, -34.501966350475989, 0.0 ], [ 172.701365466150435, -34.502091704767572, 0.0 ], [ 172.701487562198423, -34.502202358967644, 0.0 ], [ 172.701515936393349, -34.502327695606951, 0.0 ], [ 172.701558754039041, -34.502444120625952, 0.0 ], [ 172.701734742528373, -34.502596661072019, 0.0 ], [ 172.701831600024803, -34.50271321790207, 0.0 ], [ 172.701932187531014, -34.502793992578624, 0.0 ], [ 172.702039959785168, -34.502880749288195, 0.0 ], [ 172.702119070446486, -34.502922697960202, 0.0 ], [ 172.702348761352454, -34.503170810962665, 0.0 ], [ 172.702359007636574, -34.503328912101615, 0.0 ], [ 172.70233342734295, -34.503430256900955, 0.0 ], [ 172.702318465426288, -34.503585314321391, 0.0 ], [ 172.70233603417924, -34.503710624419043, 0.0 ], [ 172.70236088196188, -34.503815075264733, 0.0 ], [ 172.702367418846876, -34.5040029921214, 0.0 ], [ 172.702402894830044, -34.504158172397709, 0.0 ], [ 172.702438317949088, -34.504328264916353, 0.0 ], [ 172.702477270529101, -34.504519243894691, 0.0 ], [ 172.702523385745792, -34.504722170382635, 0.0 ], [ 172.70258367892967, -34.504990748193656, 0.0 ], [ 172.70264409960015, -34.50522353511289, 0.0 ], [ 172.70268658027797, -34.505435401363997, 0.0 ], [ 172.702739743675181, -34.505683082941545, 0.0 ], [ 172.702807476077169, -34.505886062783489, 0.0 ], [ 172.702832176878275, -34.506032267989177, 0.0 ], [ 172.702860523674502, -34.506166552871079, 0.0 ], [ 172.702888805970645, -34.506318732262812, 0.0 ], [ 172.702891975622663, -34.506441024915027, 0.0 ], [ 172.702891816865275, -34.506485763472369, 0.0 ], [ 172.702837572799183, -34.50654229967175, 0.0 ], [ 172.702851624000488, -34.506643740914825, 0.0 ], [ 172.702890948996014, -34.506730331240746, 0.0 ], [ 172.702822367730903, -34.506765955593487, 0.0 ], [ 172.702778847361657, -34.50684637891672, 0.0 ], [ 172.702807289624587, -34.506953819760284, 0.0 ], [ 172.702832350649118, -34.506998619659882, 0.0 ], [ 172.702792571418996, -34.507040278637973, 0.0 ], [ 172.702792094982186, -34.507174492491025, 0.0 ], [ 172.702820726834887, -34.507228248865829, 0.0 ], [ 172.702838581794566, -34.507273030331874, 0.0 ], [ 172.702860008638822, -34.507326769171669, 0.0 ], [ 172.702802140288213, -34.507389262023274, 0.0 ], [ 172.702650301558748, -34.507535038550351, 0.0 ], [ 172.7025850900759, -34.507636286866386, 0.0 ], [ 172.702502022462426, -34.507692752731835, 0.0 ], [ 172.702462061451911, -34.507785115578585, 0.0 ], [ 172.702454559547164, -34.50786860878025, 0.0 ], [ 172.702385966560797, -34.507907215144627, 0.0 ], [ 172.702284937667599, -34.507948724727001, 0.0 ], [ 172.702212614673414, -34.508023112146617, 0.0 ], [ 172.702133159600038, -34.508076605168384, 0.0 ], [ 172.702068031975756, -34.508153993239716, 0.0 ], [ 172.701992021106321, -34.508252231692694, 0.0 ], [ 172.701891001132338, -34.508290758672416, 0.0 ], [ 172.701725151544679, -34.5083231627166, 0.0 ], [ 172.701537608658953, -34.508376390503997, 0.0 ], [ 172.701303228693149, -34.508429503498164, 0.0 ] ] } },